Cluster genOnOff how to remove #7811
danny2001k
started this conversation in
Devices
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have an Ikea TRADFRI remote control (ikeamultiremote) and a Xiaomi Aqara double key wired wall switch (IntrerupatorDormitor).
Th e problem is when I click the toggle on/off button on the ikeamultiremote, the the lights on the IntrerupatorDormitor turn on, without any automation.
I think the problem is with cluster 'genOnOff', or with the endpoint 1, but I have no idea how to separate the ikea or Xiaomi device from that cluster or that endpoint.
Using HA with Zigbee2mqtt.
Here are the logs:
Debug Received Zigbee message from 'IntrerupatorDormitor', type 'attributeReport', cluster 'genOnOff', data '{"61440":122494044,"onOff":1}' from endpoint 1 with groupID 0 Info MQTT publish: topic 'zigbee2mqtt/IntrerupatorDormitor', payload '{"action":null,"consumption":5.39,"energy":5.39,"linkquality":90,"power":0,"state_left":"ON","state_right":"OFF","temperature":33,"update":{"state":"idle"},"update_available":false}' Debug Received Zigbee message from 'ikeamultiremote', type 'commandToggle', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 0 Info MQTT publish: topic 'zigbee2mqtt/ikeamultiremote', payload '{"action":"toggle","battery":null,"linkquality":99,"update":{"state":"idle"},"update_available":false}' Info MQTT publish: topic 'zigbee2mqtt/ikeamultiremote', payload '{"action":"","battery":null,"linkquality":99,"update":{"state":"idle"},"update_available":false}' Info MQTT publish: topic 'zigbee2mqtt/ikeamultiremote/action', payload 'toggle' Debug Received Zigbee message from 'IntrerupatorDormitor', type 'attributeReport', cluster 'genAnalogInput', data '{"presentValue":0.09000000357627869}' from endpoint 3 with groupID 0
Many thanks,
Danny
Beta Was this translation helpful? Give feedback.
All reactions