Fibaro RGBW controller question

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
AlesKO
Posts: 90
Joined: 24 Nov 2016 09:58

Fibaro RGBW controller question

Post 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?
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Fibaro RGBW controller question

Post 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
Attachments
http_device.PNG
http_device.PNG (125.28 KiB) Viewed 5010 times
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Fibaro RGBW controller question

Post 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
Attachments
http_device1.PNG
http_device1.PNG (123.51 KiB) Viewed 4999 times
Post Reply