I have six Third Reality buttons 3RSB22BZ.
For over 1.5 years they have been working fine. Then a few months ago they stopped working. I can not honestly attribute this to an update but could be possible something changed that I missed in the update notes. Currently on 2025.2.4
They are connected to HA through Zigbee2mqtt. They show up in my zigbee docker container and they show up in HA.
Here is the yaml for my automation
- id: "fdfa78bb-99bf-4b34-b619-2fa5473e8bfd"
alias: "Master Bedroom Ceiling Light ON"
trigger:
- platform: state
entity_id:
- sensor.button_master_bedroom_ceiling_light_button_action
not_from:
- unavailable
- unknown
to:
condition: []
action:
- service: light.toggle
data: {}
target:
device_id: b8517f5b1fe160644146041ac09f1965
mode: single
What I can not find is an entity that has a button action.
All of my other sensors, most Third Reality are all fine and work well.
Dont know what is happening.
Anyone have any ideas.