Hi, I’ve got three of the same switch and after working fine for several months, they’re now no longer triggering the automations associated with them. All three have stopped working at the same time.
The divce lists as a “TS0042”, but seems to take another form compared to most when I google that model number. Mine looks like this:
https://www.aliexpress.com/item/1005005744654691.html?spm=a2g0o.order_list.order_list_main.295.2d8e18025xq2z5
Checking the Zigbee2mqtt logs, the payload they report on a button press is now like this:
Zigbee2MQTT:info 2024-02-05 10:46:12: MQTT publish: topic zigbee2mqtt/0xa4c138266c58bd48’, payload ‘{“action”:null,“last_seen”:“2024-02-05T10:46:12+11:00”,“linkquality”:189}’
Whereas previously under action it would be reporting along the lines of other Tuya zigbee switches I have:
Zigbee2MQTT:info 2024-02-05 10:49:47: MQTT publish: topic ‘zigbee2mqtt/3 button switch tester/action’, payload ‘1_single’
When I very first connected these switches to my zigbee network they were reporting 3 possilbe actions for both buttons, which came through as “1_single”, “1_double”, “1_hold”. But after a week or two the “1_hold” action disappeared. I’m not sure what had happened, but I didn’t really have a need for that function, so I just ignored the problem. Now I have no actions whatsoever and the switches won’t trigger automations.
In addition, I can see that the action is not longer updating in the MQTT integration logbook for the device:
Can anyone help?