Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Cosm Persistence

dakalff edited this page Nov 22, 2013 · 4 revisions

Documentation of the Cosm Persistence Service

Introduction

This service allows you to feed item data to Cosm web site (see http://cosm.com for more details)

Features

This persistence service supports only writing information to the Cosm web site. You need a Cosm API key and data feed to put data to. Each item being persisted represens a separate datastream.

Installation

For installation of this persistence package please follow the same steps as if you would install a binding.

Additionally, place a persistence file called cosm.persist in the ${openhab.home}/configuration/persistence folder.

Configuration

This persistence service can be configured in the "Cosm Persistence Service" section in openhab.cfg. You need to specify your data feed url in the form

cosm:url=http://api.cosm.com/v2/feeds/XXXXX/datastreams/

where XXXXX is your data feed number. You also need to specify your Cosm API key as

cosm:apikey=your_api_key

All item and event related configuration is done in the cosm.persist file. Aliases correspond to cosm datastream IDs for the cosm persistence service.

Installation


User Interfaces


Community

(link to openHAB forum)

Development



Misc


Samples

A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.

Please update the wiki if you do come across any out of date information.

Use case examples

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally