Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E1743 reports NULL actions when clicking buttons #2618

Closed
EPMatt opened this issue May 23, 2021 · 2 comments
Closed

E1743 reports NULL actions when clicking buttons #2618

EPMatt opened this issue May 23, 2021 · 2 comments

Comments

@EPMatt
Copy link
Contributor

EPMatt commented May 23, 2021

Bug information

Device: IKEA E1743
Firmware: 2.2.010 (latest)
Zigbee2MQTT version: 1.18.3

Description

Interacting with the IKEA E1743 On/Off switch produces an additional null action after the empty "" action. This accidentally broke all my smart home automations which had this remote as a trigger.

I don't know when this issue started to occur, but a few versions ago (~1.17) I wasn't experiencing this problem.
I'm reporting here since I guess the issue is related to this package.

Debug logs

Debug: Received Zigbee message from 'my_device_id', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 1 with groupID 201
Info: MQTT publish: topic 'zigbee2mqtt/my_device_id', payload '{"action":"on","battery":100,"click":"on","linkquality":114,"update":{"state":"idle"},"update_available":false}'
Info: MQTT publish: topic 'zigbee2mqtt/my_device_id', payload '{"action":"","battery":100,"linkquality":114,"update":{"state":"idle"},"update_available":false}'
Info: MQTT publish: topic 'zigbee2mqtt/my_device_id', payload '{"action":null,"battery":100,"click":"","linkquality":114,"update":{"state":"idle"},"update_available":false}'
Info: MQTT publish: topic 'zigbee2mqtt/my_device_id/action', payload 'on'
Info: MQTT publish: topic 'zigbee2mqtt/my_device_id/click', payload 'on'

Thank you for maintaining and developing such an amazing project! 🚀

@Koenkk
Copy link
Owner

Koenkk commented May 24, 2021

This is due to HA now requiring all attributes on publish, see Koenkk/zigbee2mqtt#7032 , you should update your automations.

@Koenkk Koenkk closed this as completed May 24, 2021
@EPMatt
Copy link
Contributor Author

EPMatt commented May 24, 2021

Hi,

thank you for the quick reply.
I've just taken a look at the PR, didn't spot it before. I'll update my automations and blueprints accordingly to the implemented change.
Sorry for the bad issue I reported. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants