Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.08k stars 1.68k forks source link

EGLO 99099 multiple buttons also sends 'on' payload #21664

Closed YoinkZed closed 1 month ago

YoinkZed commented 8 months ago

What happened?

When I click the red, gren, blue, refresh or even color temp up/down, then it often sends the payload 'on' at the end. It is very sporadically when it happens and sometimes it doesn't

Debug 2024-03-03 12:42:05Received Zigbee message from 'Stue - EGLO Fjernbetjening', type 'raw', cluster 'genLevelCtrl', data '{"data":[17,33,16,1,1],"type":"Buffer"}' from endpoint 1 with groupID 32780
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening', payload '{"action":"refresh","action_group":32780,"last_seen":"2024-03-03T12:42:05+01:00","linkquality":255}'
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening', payload '{"action":"","last_seen":"2024-03-03T12:42:05+01:00","linkquality":255}'
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening/action', payload 'refresh'
Debug 2024-03-03 12:42:05Received Zigbee message from 'Stue - EGLO Fjernbetjening', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 32780
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening', payload '{"action":"on","action_group":32780,"last_seen":"2024-03-03T12:42:05+01:00","linkquality":255}'
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening', payload '{"action":"","last_seen":"2024-03-03T12:42:05+01:00","linkquality":255}'
Info 2024-03-03 12:42:05MQTT publish: topic 'zigbee2mqtt/Stue - EGLO Fjernbetjening/action', payload 'on'

What did you expect to happen?

When pressing a desired button the payload should only return the action from that button.

How to reproduce it (minimal and precise)

Click on either red, blue, green, refresh, color temp up/down.

Zigbee2MQTT version

1.36.0-1

Adapter firmware version

0x26720700

Adapter

ConBee2/RaspBee2

Setup

Zigbee2mqtt as Add-on Home Assistant using a Intel NUC

Debug log

No response

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days