Page 1 of 1

Philips Hue scenes do turn on but not turn off

Posted: Wednesday 01 March 2017 13:40
by jvmaanen
Hi,

My Philips Hue bridge has been added to Domoticz which runs on a Raspberry Pi. I can see the Groups, the lights and the scenes.

When I switch on a scene it works as expected, but when I switch off a scene nothing happens. When I switch a group on and off it works as expected.

How can I solve this?


Regards Jaap

Re: Philips Hue scenes do turn on but not turn off

Posted: Thursday 02 March 2017 9:50
by Ericv
in the original Hue app a scene can be activated. Switching off is done by either activating another scene or by turning off all lights.
I would expect that this same approach must be done in Domoticz

Re: Philips Hue scenes do turn on but not turn off

Posted: Friday 03 March 2017 14:48
by stlaha2007
Jaap,

I've implemented groups for on/off grouped hue bulbs. And implemented a selector switch to 'walk' through the available on/off switches from the hue bridge. The levels are with the toggle command and off for the specific group.

This is the best working way possible.

Re: Philips Hue scenes do turn on but not turn off

Posted: Saturday 04 March 2017 0:29
by jvmaanen
Thanks. I will try that.

Re: Philips Hue scenes do turn on but not turn off

Posted: Sunday 05 March 2017 18:41
by EdwinK
stlaha2007 wrote:Jaap,

I've implemented groups for on/off grouped hue bulbs. And implemented a selector switch to 'walk' through the available on/off switches from the hue bridge. The levels are with the toggle command and off for the specific group.

This is the best working way possible.
Can you explain hoe you've done this?

Re: Philips Hue scenes do turn on but not turn off

Posted: Sunday 05 March 2017 19:01
by stlaha2007
To get you started, and not having all detail at hand...

In a few words....
-Add Hue bridge
-make scene through native app
results in new devices (need to have setting allow new hardware/devices enabled)
-Create Dummy type hardware
-add new switch type selector
-tab switches/edit selector switch
-fill url lines with http://domoticzip/json.htm.... see the json-api wiki!

Etcetera....

Re: Philips Hue scenes do turn on but not turn off

Posted: Sunday 05 March 2017 23:05
by EdwinK
thanks. Will try this out tomorrow :)