You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gledopto box is integrated to HA via Z2M, but kids are using that with the remote control (which is not Zigbee). So I have a sync problem, I believe this is familiar story. What I'd like to do is to change the color of the ledstrip and return it back to original colour, whatever kids had selected. Problem is that I do not know what is the original colour.
I figured that if I do any actions, Gledopto will report its status, including RGB. Or, clicking refresh in the Z2M will also poll the status.
However, in Z2M log I have: info 2025-01-27 19:13:14z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Light YK MH3 Lednauha 1', payload '{"brightness":213,"color":{"h":12.7,"hue":12.7,"s":100,"saturation":100,"x":0.6127,"y":0.3738},"color_mode":"hs","color_temp":495,"effect":null,"last_seen":"2025-01-27T19:13:14+02:00","linkquality":24,"state":"ON"}'
To me, even if Z2M sends an MQTT publish with "x=0.6127, y=0.3738", the HA state doesn't change. Is this correct interpretation? If so, is there an issue with the integration, or am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HA Core 2024.12.5
Z2M 2.0.0-1
Gledopto GL-C-008S
Gledopto box is integrated to HA via Z2M, but kids are using that with the remote control (which is not Zigbee). So I have a sync problem, I believe this is familiar story. What I'd like to do is to change the color of the ledstrip and return it back to original colour, whatever kids had selected. Problem is that I do not know what is the original colour.
I figured that if I do any actions, Gledopto will report its status, including RGB. Or, clicking refresh in the Z2M will also poll the status.
However, in Z2M log I have:
info 2025-01-27 19:13:14z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Light YK MH3 Lednauha 1', payload '{"brightness":213,"color":{"h":12.7,"hue":12.7,"s":100,"saturation":100,"x":0.6127,"y":0.3738},"color_mode":"hs","color_temp":495,"effect":null,"last_seen":"2025-01-27T19:13:14+02:00","linkquality":24,"state":"ON"}'
In HA side:
To me, even if Z2M sends an MQTT publish with "x=0.6127, y=0.3738", the HA state doesn't change. Is this correct interpretation? If so, is there an issue with the integration, or am I missing something?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions