I am having some trouble with the automation and light groups.
Whenever I turn my light group on/off using this automation, things work as expected.
However, if I turn the light group on directly, using HA’s native light card, one of my lights are always at lowest brightness, every time. I didnt have this issue when I used other blueprints for the 5-button remote.
Any idea how I could solve this?
Hi - Love this blueprint. I’m using ZHA and my up/down E1810 buttons weren’t working. I noticed the ZHA event string didn’t match the blueprint. I updated it to the following and it’s working now:
I got my IKEA E1810 with a Tradfri RGB-light setup in my HA. Everything is working great. However, when I change the color (for example, warm white to RGB) I cannot get the warm white back. Only the RGB colors such as blue, red, green, yellow, orange etc.
Now, I’ve tried setting up a ‘Center button long press’ in order to restore the color temperature to 370 mireds. But this is not working. Am I doing something wrong? Z2M integration.
Call Service (Light Toggle, Color Temp 370 Mireds)
@LewisSpring I overrided the current blueprint with yours. For the Center button long press i’ve set Color Temperature to 370 Mireds (as mentioned). However, when I press the center button the light immediately turns off.
Long press center button does not change the light color with the call service light.toggle on 370 Mireds color temperature.
Hi everyone, when I use this (very awesome!) Blueprint, the z2m log throws three entries on a single click (doesn’t matter which button). It looks like this:
MQTT publish: topic 'zigbee2mqtt/Remote Family Room Lights', payload '{"action":"toggle","battery":90,"linkquality":102,"update":{"installed_version":604241925,"latest_version":604241925,"state":"idle"},"update_available":false}'
MQTT publish: topic 'zigbee2mqtt/Remote Family Room Lights', payload '{"action":"","battery":90,"linkquality":102,"update":{"installed_version":604241925,"latest_version":604241925,"state":"idle"},"update_available":false}'
MQTT publish: topic 'zigbee2mqtt/Remote Family Room Lights/action', payload 'toggle'
Is this the expected behavior? As far as I can tell, the automation does what it’s supposed to, but I am confused by this. Timestamps are identical to the second.
I believe this is normal as the payload/action is changing. The action/state will change momentarily in Z2M and go back to being blank afterwards. This is why a Input Helper is needed in Home Assistant to keep track of the last action, I believe.
I recommend that new and existing users move to the Redux version of the blueprint.
For future support on the Redux version of this blueprint and instructions on how to download it, please post there.