Is Domoticz able to activate RGBW animation programs?

Others (MiLight, Hue, Toon etc...)

Moderator: leecollings

Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

mmm thanks all
Works great!!

Is there perhaps a option to set a color on this way to?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

Brutus wrote:To switch the animation program off you can use the following URL:

http://192.168.1.5:8080/json.htm?type=c ... tchcmd=Off

Change the IDX to the IDX of the RGBW switch in your installation.

This give a error by me...
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
User avatar
Brutus
Posts: 249
Joined: Friday 26 September 2014 9:33
Target OS: Windows
Domoticz version:
Location: Netherlands
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Brutus »

Derik wrote:
Brutus wrote:To switch the animation program off you can use the following URL:

http://192.168.1.5:8080/json.htm?type=c ... tchcmd=Off

Change the IDX to the IDX of the RGBW switch in your installation.

This give a error by me...
Did you change the IP adress and the IDX to your RGBW color selector Dimmer switch?
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

@ Brurus..
Yes.
The scenes are working well so the IP cannot be the problem
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

Are ther not more options to for other scenes or colors mis a rolling color etc.
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
User avatar
Brutus
Posts: 249
Joined: Friday 26 September 2014 9:33
Target OS: Windows
Domoticz version:
Location: Netherlands
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Brutus »

Derik wrote:@ Brurus..
Yes.
The scenes are working well so the IP cannot be the problem
The scenes are activated though the interface. My command uses the JSON interface of Domoticz. You need to use your own Internal IP adres or use the localhost adres 127.0.0.1 when you run the browser on the same device as domoticz is running from.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

Code: Select all

http://192.168.5.70:8080/json.htm?type=command&param=switchlight&idx=27&switchcmd=Off
this i my code

Code: Select all

ERR
is what i get
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
stuiow
Posts: 139
Joined: Saturday 18 April 2015 18:56
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.6857
Location: Isle of Wight, United Kingdom.
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by stuiow »

I've only discovered all this today, but i found that by using chrome, that Developer (F12) feature, I just turned off my RGBW in the Switches screen and the command that appeared when i did that, i copied that and used that as the HTTP command for turned off the RGBW controller.
I did note the IDX value was different for that command though from the pre-programmed programs

Very effective and handy tool that Chrome Developer.

My code is this to turn off my RGBW unit.

[code]http://192.168.1.106:8080/json.htm?type ... &passcode=[/code]
Now setup on a RPI3.
Also using Evohome HGI80, RFXTRX433E and a Aeotec Gen5 stick. Mainly a Gen5 Z-Wave system.
My weather (Davis vantage Pro2) data is obtained by weatherunderground
Now collecting rtl_433 data from Apollo Ultrasonic meter
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Derik »

still got it working...
Shame on me, different IDX...

Only 1 problem....
The ligt is not in the normal modus in Domoticz..
When i turn the light on in Domoticz, stil get the last scene i did activate..
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
astrapowerrr
Posts: 141
Joined: Tuesday 31 January 2017 20:34
Target OS: -
Domoticz version:
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by astrapowerrr »

Hi there,

reading this topic is triggering me to make this kind of setup.
but i have a question?
is it possible to set the speed of the colors to some lowspeed like maybe 2 minutes before changing it to the other color?

the Rainbow program looks good but its fast and not picking all colors??
User avatar
Brutus
Posts: 249
Joined: Friday 26 September 2014 9:33
Target OS: Windows
Domoticz version:
Location: Netherlands
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Brutus »

astrapowerrr wrote:Hi there,

reading this topic is triggering me to make this kind of setup.
but i have a question?
is it possible to set the speed of the colors to some lowspeed like maybe 2 minutes before changing it to the other color?

the Rainbow program looks good but its fast and not picking all colors??
These programs a coded in to the Fibaro Modules. So I think it is not possible to adjust them.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
astrapowerrr
Posts: 141
Joined: Tuesday 31 January 2017 20:34
Target OS: -
Domoticz version:
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by astrapowerrr »

But when you would like to create this?
There is a script somewhere??

I think I'm not the first one with this question I think?
astrapowerrr
Posts: 141
Joined: Tuesday 31 January 2017 20:34
Target OS: -
Domoticz version:
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by astrapowerrr »

he guys,

thanks for guiding into the programs...

i want to level this up and go to through the full color set....

for example i want to use the tint numbers to set..

can you adjust this within domotics? and yes where do i set this
DanM
Posts: 79
Joined: Thursday 23 October 2014 22:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by DanM »

This worked wonderfully for me for a few weeks but just seems to have stopped. When I go to the relevant url I get

{
"status" : "OK",
"title" : "ApplyZWaveNodeConfig"
}

Which seems to imply It worked fine.. but nothing further happens.. anyone got any ideas?
astrapowerrr
Posts: 141
Joined: Tuesday 31 January 2017 20:34
Target OS: -
Domoticz version:
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by astrapowerrr »

same here not workin anymore and get the same ok code as you get :oops: :oops:
User avatar
dre68
Posts: 27
Joined: Friday 30 January 2015 20:18
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Location: Noordwijk, Netherlands
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by dre68 »

Domoticz 4.9700 running over here, no problems, still able to run the rgbw programs
User avatar
Brutus
Posts: 249
Joined: Friday 26 September 2014 9:33
Target OS: Windows
Domoticz version:
Location: Netherlands
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by Brutus »

I have noticed also the programs aren't working anymore. After looking at the URL's I saw the problem:

For example this is the Rainbow url for me now:

Code: Select all

http%3A//192.168.1.5%3A8080/json.htm%3Ftype%3Dcommand%26param%3Dapplyzwavenodeconfig%26idx%3D40%26valuelist%3D72_Nw%253D%253D
The link has some HTML encoding inserted that needs to be replaced by the original symbols. Example:

%3A = :
%3D = =
%3F = ?
%25 = %
%26 = &

Source: http://krypted.com/utilities/html-encoding-reference/

So when we correct this the new link is:

Code: Select all

http://192.168.1.5:8080/json.htm?type=command&param=applyzwavenodeconfig&idx=40&valuelist=72_OA%3D%3D
Now my programs are working again in the selector switch.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
hestia
Posts: 361
Joined: Monday 25 December 2017 23:06
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.1
Location: Paris
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by hestia »

Hi
I've tried this, without success :-(
I don't have any error in the log, but nothing change.

FIBARO System FGRGBWM441 RGBW Controller

Version: 4.11503

Any idea?
hestia
Posts: 361
Joined: Monday 25 December 2017 23:06
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.1
Location: Paris
Contact:

Re: Is Domoticz able to activate RGBW animation programs?

Post by hestia »

solved with
../json.htm?type=command&param=applyzwavenodeconfig&idx=10&valuelist=7_RG9vciBiZWxsIG11c2lj%3D

would change it to 'Door bell music' (because 'RG9vciBiZWxsIG11c2lj' is the result of Base64 encoding 'Door bell music'). Note: Any '%3D' and such in the plist are the result of URI encoding an '=' or other non-alphanumeric character.

The easiest way to learn about this is to change a zwave device parameter manually using your browser while you have developer tools enabled (hit 'ctrl-shift-i' in Chrome). Look under the network tab at the JSON sent back by the browser to Domoticz when you click on 'Apply Configuration for This Device'.
in https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s

I didn't have the right idx (still don't why this value, but I found it with ctrl-shift-i' in Chrome)
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest