Search found 3 matches

by markomar
Wednesday 06 November 2019 14:12
Forum: Z-Wave
Topic: FIBARO RGBW Controller 2, use as single chanels
Replies: 6
Views: 2495

Re: FIBARO RGBW Controller 2, use as single chanels

there is initial commit in OpenZWave to support this device

https://github.com/brouwer/open-zwave/commit/988f6dda98e6090adaa8706e8051b41d432cf8e5

you can manually add fgrgbw442.xml to Config/fibaro folder,
and edit/add to manufacturer_specific.xml lines:

<Product config="fibaro/fgrgbw442.xml ...
by markomar
Friday 25 October 2019 6:24
Forum: Z-Wave
Topic: FIBARO RGBW Controller 2, use as single chanels
Replies: 6
Views: 2495

Re: FIBARO RGBW Controller 2, use as single chanels

looks like you have to wait - no supported yet by domoticz/openzwave :(
by markomar
Wednesday 04 May 2016 20:45
Forum: Other questions and discussions
Topic: ADB Satellite Decoder for NC+ plugin development
Replies: 2
Views: 7897

Re: ADB Satellite Decoder for NC+ plugin development

There is - script to controll ncplus decoder using domoticz :)

code from https://github.com/HubertReX/Flask-Home-Automation

script: send_key2ncplus.py

just edit, set:

HOST = "NCPLUS.DECODER.IP"
PORT = 8080
UUID = "12341234-1234-1234-1234-abcabcabc"

and then from raspberry

python send ...