I have several Hue lights connected to HA directly using ZHA. In HA they all currently support the colorloop effect. I recently updated all the bulbs via bluetooth and the Hue app on my phone. I see now in the app that Philips has added candle and fireplace effects. How do I get these to show up in HA? I’ve tried removing and readding a bulb and that made no change.
Hi,
I also have a question into this direction.
The new fireplace effects (e.g. purple, green,…) are not considered to be a scene in Home Assistant. But as my Hue App has reached its limit to store Scenes in the Bridge, I would like to trigger some specific lights (e.f. my kitchen lightstrip) to turn on the Purple Fireplace via Node-Red.
How can I achieve this? I guess it can be done via “Data” in the node like this, but how exactly?
{ "brightness_pct": 100, "rgb_color": [{{{payload}}} ]}
… a few hours later …
edit: ok, I already got a first part. Adding “effect”:“fire”, turns on the fireplace effect, but it always comes with the orange color and not with purple, even if I add “rgb_color”:“[91,3,255]”
regards
TurboKanne