-
Thanks for all the work you put into the API flow. I was able to replace almost all of my magichue nodes. Which finally made my setup usable again. There is one feature of Hue Magic that I am currently missing. There was the possibility to set brightness and temperature depending on the time of day, just by setting brightness to "auto" and color_temperature to "auto". The value "auto" is apparently not accepted by the API. Have you maybe already found a solution for this as well? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @EbbiKS i found following in the api. Maybe the complete feature you are asking for isn’t available yet. Hue still adds features to v2. You could try this, I am not at home for testing until Wednesday. timed_effects: (object) effect: (one of sunrise, no_effect) |
Beta Was this translation helpful? Give feedback.
-
Did you figure this out @EbbiKS ?? I'd love auto for brightness and temperature, or a workaround of some description. |
Beta Was this translation helpful? Give feedback.
Hi @EbbiKS i found following in the api. Maybe the complete feature you are asking for isn’t available yet. Hue still adds features to v2. You could try this, I am not at home for testing until Wednesday.
timed_effects: (object)
Basic feature containing timed effect properties.
effect: (one of sunrise, no_effect)
duration: (integer)
Duration is mandatory when timed effect is set except for no_effect. Resolution decreases for a larger duration. e.g Effects with duration smaller than a minute will be rounded to a resolution of 1s, while effects with duration larger than an hour will be arounded up to a resolution of 300s. Duration has a max of 21600000 ms.