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

Onewire CUNO

Robert D edited this page May 3, 2015 · 2 revisions

This binding can be used for CUNO devices from busware.de. It provides Onewire functionality to the openHAB.

openhab configuration

The configuration needs two configuration parameters:

  • onewireCuno:device=<device name (see cul-io binding for syntax)>
  • onewireCuno:hms-emulation=<true|false> (enables or disables automatic polling in a specific (by cul firmware) interval)

item configuration

  • { onewireCuno="<2 byte, hexadecimal, onewire device address>" }

example

openhab configuration

  • onewireCuno:device=network:192.168.1.1:2323
  • onewireCuno:hms-emulation=true

item configuraton

  • Number Temperature_Labor "Temperatur Labor [%.1f °C]" (Temperature) { onewireCuno="4A7E" }

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