-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
1.40.2 - Entities showing Unknown not None - Buttons exposing actions #24195
Comments
Same issue, button action, all brands, became unavailable after installing core 2024.10.01 reverted using "ha core update --version 2024.9.3" and back to normal. Zigbee2MQTT version 1.40.0-dev commit: [0d46354] - Coordinator revision |
Same here since Update HA from 2024.9.3 to 2024.10.3. |
Seems to be some regression from HA, anyway, even if this can be fixed from Z2M we won't as the |
Okay thanks for the update @Koenkk Closing based on feedback. |
The Action Sensor is going? I have 13 buttons that I trigger off the action sensor, I will have to start using sensor.button_click instead of sensor.button_action but 2 of my buttons do not expose the click sensor ( Hue smart button ) |
The click sensor is also deprecated, use the MQTT device trigger |
Hi, what about the new event entity you are discussing here: will it be integrated into zigbee2MQTT? I think this seems to be a very good alternative. |
Being an average user, I have scratched my head over this and finally work out what is happening, in layman terms:- The recommended solution mentioned is to use MQTT device triggers, but this looks like a lot of work as you need to find the device ID etc. Eventually I found this post ( #3033) and it clicked and became easy. Don't write the automation in yaml, "use the Home Assistant automation editor to respond to this event." triggers:
P.S. in my travels, as a back up, I worked out that this trigger works too:- triggers:
P.P.S. @ Koenkk A huge thank you for all you work on zigbee2MQTT and Home Assistant and thank you for chiming in on this topic. |
What happened?
When an entity such as
sensor.[name]_action
stops receiving an action its status is set to Unknown.What did you expect to happen?
Previously, this entity when empty contained None. Expected behaviour to remain the same:
1.40.2 installed at 08:50 and difference in behaviour seen
How to reproduce it (minimal and precise)
Zigbee2MQTT version
1.40.2
Adapter firmware version
20230507
Adapter
zStack3x0
Setup
HA add on
Debug log
No response
The text was updated successfully, but these errors were encountered: