Change basic color of philips hue light in a "circle" with one button
Answered
Hi Zipao-Community,
i have a intertechno remote and would like to controll my hue lights with this remote, on/off and brightness is no problem but i would like to change the color of the hue light in a "circle"
Example:
- First time i press the button -> Red
- next time i press the same button -> Blue
- next time i press the same button -> green
- next time i press the same button -> Red
- and so on
Any ideas on this?
Hopfully it is clear wath i would like to do :)
Regards
Dominik
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
You can't vote. Please authorize!
No connection
Real-time notifications may not work
Good morning.
This is easy with variables. You make a rule with following steps:
If you want 5 circles:
if remote switch any
increase variable "circle" by one
if "circle" < 1 or > 5 set it to 1 (for restart the circle)
if "circle" = 1 then => red
if "circle" = 2 then => blue
etc.
Good morning.
This is easy with variables. You make a rule with following steps:
If you want 5 circles:
if remote switch any
increase variable "circle" by one
if "circle" < 1 or > 5 set it to 1 (for restart the circle)
if "circle" = 1 then => red
if "circle" = 2 then => blue
etc.
Replies have been locked on this page!