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

CUL Intertechno

Patrick Ruckstuhl edited this page Apr 19, 2016 · 5 revisions

Intertechno

You can send intertechno in every mode. I.e. if you are using the CUL in slow RF mode or BidCos mode you can still send intetechno commands. The firmware will take care of switching to intertechno mode, sending the command and switching back.

Installation and Configuration

See CUL Transport for general configuration options (such as serial device parameters).

In the openhab.cfg you simply need to specify the device to use. For example

culintertechno:device=serial:/dev/ttyACM0

Item configuration

The item configuration depends on your specific intertechno device. Unfortunately there is no single manufacturer for these devices but many of them using intertechno a little differently. OpenHAB has currently support for different intertechno device types, but probably not all. For more detailed information please have a look here. Currently OpenHab can handle FLS, Rev, Classic and "raw" devices. For all supported you simply have to read the position of the switches and use the read values as group and address.

FLS example

{culintertechno="type=fls;group=I;address=1"}

REV exmaple

{culintertechno="type=rev;group=I;address=1"}

Classic example

{culintertechno="type=classic;group=I;address=1"}

If you have an unsupported intertechno device you can fallback to the raw mode

{culintertechno="type=raw;address=FF00FF00;commandOn=FF;commandOff=F0"}

This configuration allows you to manual specify the base address and the appended on and off command.

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