Page 2 of 2

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:06
by Derik
mmm thanks all
Works great!!

Is there perhaps a option to set a color on this way to?

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:09
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...

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:21
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?

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:22
by Derik
@ Brurus..
Yes.
The scenes are working well so the IP cannot be the problem

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:23
by Derik
Are ther not more options to for other scenes or colors mis a rolling color etc.

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 16:26
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.

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 18:10
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

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 18:34
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]

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 11 December 2016 20:13
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..

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Thursday 02 March 2017 12:03
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??

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Friday 03 March 2017 23:45
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.

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Saturday 04 March 2017 0:15
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?

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Wednesday 15 March 2017 21:47
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

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Friday 23 June 2017 10:45
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?

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Friday 14 December 2018 22:07
by astrapowerrr
same here not workin anymore and get the same ok code as you get :oops: :oops:

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Saturday 15 December 2018 12:23
by dre68
Domoticz 4.9700 running over here, no problems, still able to run the rgbw programs

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Sunday 23 December 2018 0:35
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.

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Thursday 21 November 2019 22:49
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?

Re: Is Domoticz able to activate RGBW animation programs?

Posted: Monday 06 January 2020 23:54
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)