Page 2 of 3

Re: Dashticz - [BETA]Function - RGB-support

Posted: Thursday 13 July 2017 16:32
by robgeerts
Ok, didnt test with multiple lights (bought one for testing purposes, not 2 :P)
Hold on, will try to fix it!

Re: Dashticz - [BETA]Function - RGB-support

Posted: Thursday 13 July 2017 16:57
by EdwinK
I only have two because of Eneco's offer last year.

Re: Dashticz - Function - RGB-support

Posted: Wednesday 02 August 2017 21:34
by ztorm
Is is possible to remove the color selector? I have white HUE lamps so I don't need the selector.

Re: Dashticz - Function - RGB-support

Posted: Wednesday 02 August 2017 21:43
by robgeerts
The color selector should only appear if you configurated it as a RGBW-bulb in Domoticz?

Re: Dashticz - Function - RGB-support

Posted: Thursday 03 August 2017 8:21
by ztorm
The problem is, I have two Hue lamps (white) above my kitchen table that I want to control (dim, on/off) together with one dimmer switch. I made a group of the two lamps in a Hue-app and apparently Domoticz imports the group as a RGBW-type. I'm tying to figure out if it's possible to change that or to make a dimmer switch in Domoticz which controls both lamps.

Re: Dashticz - Function - RGB-support

Posted: Sunday 06 August 2017 16:28
by freakshock
I noticed RGB support only seems to work for Milight bulbs with type RGBW in Domoticz.
Type RGBWW (v6 of the protocol) does not give me a color selector switch in Dashticz.

'Hal licht' is the only RGBW bulb I have, the others are a RGBWW (v6) type.

EDIT: Fixed by Rob now! :)

Re: Dashticz - Function - RGB-support

Posted: Sunday 06 August 2017 16:32
by robgeerts
Could you send me the json-output of domoticz?

Re: Dashticz - Function - RGB-support

Posted: Sunday 06 August 2017 17:06
by freakshock
Sent via PM!

EDIT: Fixed by Rob now! :)

Re: Dashticz - Function - RGB-support

Posted: Saturday 12 August 2017 14:19
by perkonix
I also experience the issue of having a RGB selector for a Hue group containing only ambiance (RGBWW) lights. I guess there is an issue with Domoticz not choosing the correct type as domoticz says the group is RGBW instead of RGBWW. A single light from the group doesn't get the RGB selector.

The slider is functional in dashticz. But the color selector is not useful and I'd like to get rid of it.

I also added commented on this issue here: https://github.com/domoticz/domoticz/issues/1202 I hope it can be in Domoticz itself. But for now, is there a workaround to hide it from dashticz?
Screen Shot 2017-08-12 at 13.58.27.png
Screen Shot 2017-08-12 at 13.58.27.png (98.19 KiB) Viewed 3449 times
Screen Shot 2017-08-12 at 14.15.23.png
Screen Shot 2017-08-12 at 14.15.23.png (49.45 KiB) Viewed 3449 times

Re: Dashticz - Function - RGB-support

Posted: Monday 14 August 2017 20:11
by freakshock
perkonix wrote: Saturday 12 August 2017 14:19 But for now, is there a workaround to hide it from dashticz?
Rob temporarily removed the RGB colorpicker in the latest beta, so that's a solution until a better solution is found!

Re: Dashticz - Function - RGB-support

Posted: Wednesday 16 August 2017 21:10
by dutchdevil83
freakshock wrote: Monday 14 August 2017 20:11
perkonix wrote: Saturday 12 August 2017 14:19 But for now, is there a workaround to hide it from dashticz?
Rob temporarily removed the RGB colorpicker in the latest beta, so that's a solution until a better solution is found!
mmm that`s why my color selector isn`t showing :lol:

hope this function is back soon...

maybe idea to make a changelog when putting beta`s online?

Re: Dashticz - Function - RGB-support

Posted: Wednesday 25 October 2017 14:28
by Frankieg60
Any news of the color selector? i would love to use it.

Re: Dashticz - Function - RGB-support

Posted: Wednesday 15 November 2017 14:17
by Swifty
Is the RGB selector still absent in Dashticz? - I've had a look through the github commits and can't see anything relevant, but wanted to check..

I will be rebuilding my dashboard later, so interested to know if this is working yet! :)

Re: Dashticz - Function - RGB-support

Posted: Wednesday 15 November 2017 20:58
by robgeerts
I disabled it because there were some complaints, but you can test it when opening main.js en search for (twice):

removeRGBW
AND
removeRGBWW

You have to remove 'remove' ;)

Re: Dashticz - Function - RGB-support

Posted: Friday 17 November 2017 16:34
by Swifty
Thanks Rob, I will manually enable it for now and see how it performs :)

Are there any plans to re-add a new version at any point?

Re: Dashticz - Function - RGB-support

Posted: Friday 17 November 2017 16:52
by htilburgs
I've tested this option also in combination with Yeelight RGB LED (Wifi).
Works fabulous!!

Re: Dashticz - Function - RGB-support

Posted: Friday 17 November 2017 22:17
by robgeerts
Well, I'm not sure what the real complaints were..
If some people could test this too and share their results, please!

Re: Dashticz - Function - RGB-support

Posted: Friday 17 November 2017 22:25
by gijsje
Works good for me with mylight

Re: Dashticz - Function - RGB-support

Posted: Friday 17 November 2017 22:42
by robgeerts
Ok, please wait a day too see if it causes any loading problems (slowing things down)
I'll turn it on tomorrow of it seems ok :)

Re: Dashticz - Function - RGB-support

Posted: Saturday 18 November 2017 11:16
by htilburgs
Until now no loading / slowing things down issues. Still working ok.
Maybe you can use a parameter, like config['use_rgb']=0 / 1 for showing or not??