Page 1 of 1

Fibaro RGBW controller question

Posted: 14 Dec 2016 12:29
by AlesKO
Would like my ambient RGB strips to power ON at 19.00 pm and OFF at 24.00 pm. When strips are ON colour/brightness should slowly change over time - automatically (without using I1-I4 switches).

It is easy to change colors/brightness manually using web page, but it is not practical. I need automatic and predefined solution. No manual interaction.

Possible solutions:
1. Setting parameter 72 (starting predefined program). It actually works if set between 6 and 10, but doesn't start automatically when RGB is powered ON using Schedule application. How do I trigger predefined program from within 'Schedule' or some other app.?

2. Other solution would be to write my own 'program' (turn R ON and slowly fade, later turn R OFF and G ON and fade.....), but I would need some Timer application.


Any suggestions?

Re: Fibaro RGBW controller question

Posted: 15 Dec 2016 18:13
by Z-Wave Support
Hello,

you can create a HTTP device with the commands to set a color.

http://[YOURIP]:8083/ZAutomation/api/v1/devices/[YOURDeviceID]/command/exact?red=000&green=20&blue=255

The HTTP Device canyou use with scenes.


regards
Z-Wave Support Team

Re: Fibaro RGBW controller question

Posted: 16 Dec 2016 11:36
by Z-Wave Support
Hello,

if you use Parameter 72. You can make a Http-Device with following command:

http://YOURIP:8083/ZWaveAPI/Run/devices[DeviceID].instances[0].commandClasses[112].Set(72,Parameter1-10,1)

Best regards
Z-Wave Support