hobbyquaker / homematic-hue

DEPRECATED: Control Philips Hue Lights with the HomeMatic CCU
10 stars 6 forks source link

Trigger scenes? #8

Open neovanmatix opened 7 years ago

neovanmatix commented 7 years ago

Hey,

i want to activate a scene, that i'm created within the hue-app. As the philips api doc describes, this is handled by the /group/-function.

So i had to call /api/key/groups/0/action

with body { "on": true, "scene": "scene-id" }

I can't handle this call with your script, because the scene-parameter is not regarded by the groups-script.

Could you fix that?

dpomt commented 7 years ago

see https://github.com/hobbyquaker/homematic-hue/issues/9 for a solution