ioBroker / ioBroker.cul

ioBroker adapter to control FS20, Max!, HMS and other devices via CUL / culfw.
GNU General Public License v2.0
9 stars 13 forks source link
iobroker rf-transmitter smarthome

Logo

ioBroker.cul

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

ioBroker adapter to control FS20, Max!, HMS and other devices via CUL / culfw. Depends on https://github.com/hobbyquaker/cul

Supported devices

HowTo

Send a command to a FS20 Device in e.g. JavaScript

sendTo("cul.0", "send", {"protocol":"FS20", "housecode":"A1B2", "address":"01", "command":"00"});

Send a raw command (to a InterTechno device for example) using JavaScript

sendTo("cul.0", "sendraw", {"command": 'is0FFFFF0FFFFF'});

These commands use the CUL Library of this adapter to send the commands a Device. Javascript/Node.js based Busware CUL USB / culfw adapter

Changelog

2.2.0 (2023-04-17)

2.0.2 (2022-05-11)

1.3.5 (2021-04-12)

1.3.4 (2020-12-02)

1.3.3 (2020-09-25)

1.3.2 (2020-08-23)

1.3.1 (2020-07-26)

1.3.0 (2020-07-20)

1.2.2 (2020-04-30)

1.2.1 (2020-03-18)

1.2.0 (2020-02-10)

1.1.0 (2020-01-04)

1.0.0 (2019-05-15)

0.4.0 (2018-03-07)

0.3.0 (2018-01-23)

0.2.2 (2017-01-23)

0.2.0 (2017-01-21)

0.1.1 (2017-01-14)

0.1.0 (2016-11-01)

0.0.4 (2015-04-16)

0.0.3 (2015-03-03)

License

Licensed under GPLv2 Copyright (c) 2014-2023 hobbyquaker