### What happened?
After some time z2m is working, random devices are not rec…eiving commands (state change) from HA (or even directly from z2m panel. Restart Z2M solves issue for some hours.
### What did you expect to happen?
Devices should react to on/off commands
### How to reproduce it (minimal and precise)
_No response_
### Zigbee2MQTT version
version: 1.35.1-1
### Adapter firmware version
Coordinator revision 7.3.1.0 build 176
### Adapter
ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2
### Debug log
When one of devices is becoming unresponsive below data is appearing in log (debug level) of z2m:
`Debug 2024-01-08 20:54:50Received MQTT message on 'zigbee2mqtt/Lampa wiata/set' with data 'ON'
Debug 2024-01-08 20:54:50Publishing 'set' 'state' to 'Lampa wiata'
`
After restarting z2m ( settings -> tools -> resrtart zigbee2mqtt ) switch is responding again and below data is being logged:
`Debug 2024-01-08 21:04:35Received MQTT message on 'zigbee2mqtt/Lampa wiata/set' with data 'ON'
Debug 2024-01-08 21:04:35Publishing 'set' 'state' to 'Lampa wiata'
Info 2024-01-08 21:04:35MQTT publish: topic 'zigbee2mqtt/Lampa wiata', payload '{"current":0,"energy":1.7,"linkquality":220,"power":0,"power_outage_memory":"restore","state":"ON","switch_type":"toggle","voltage":237}'
Debug 2024-01-08 21:04:35Received Zigbee message from 'Lampa wiata', type 'attributeReport', cluster 'genOnOff', data '{"onOff":1}' from endpoint 1 with groupID 0
Info 2024-01-08 21:04:35MQTT publish: topic 'zigbee2mqtt/Lampa wiata', payload '{"current":0,"energy":1.7,"linkquality":216,"power":0,"power_outage_memory":"restore","state":"ON","switch_type":"toggle","voltage":237}'
Debug 2024-01-08 21:04:38Received Zigbee message from 'Lampa wiata', type 'attributeReport', cluster 'haElectricalMeasurement', data '{"rmsCurrent":260}' from endpoint 1 with groupID 0
Info 2024-01-08 21:04:38MQTT publish: topic 'zigbee2mqtt/Lampa wiata', payload '{"current":0.3,"energy":1.7,"linkquality":220,"power":0,"power_outage_memory":"restore","state":"ON","switch_type":"toggle","voltage":237}'
Debug 2024-01-08 21:04:39Received Zigbee message from 'Lampa wiata', type 'attributeReport', cluster 'haElectricalMeasurement', data '{"activePower":21}' from endpoint 1 with groupID 0
Info 2024-01-08 21:04:39MQTT publish: topic 'zigbee2mqtt/Lampa wiata', payload '{"current":0.3,"energy":1.7,"linkquality":220,"power":21,"power_outage_memory":"restore","state":"ON","switch_type":"toggle","voltage":237}'
Debug 2024-01-08 21:04:43Received Zigbee message from 'Lampa wiata', type 'attributeReport', cluster 'haElectricalMeasurement', data '{"rmsCurrent":170}' from endpoint 1 with groupID 0
Info 2024-01-08 21:04:43MQTT publish: topic 'zigbee2mqtt/Lampa wiata', payload '{"current":0.2,"energy":1.7,"linkquality":220,"power":21,"power_outage_memory":"restore","state":"ON","switch_type":"toggle","voltage":237}'`
Worth of noting is fact that device which is becoming unresponsive is still successfully sending reports about its state.
Last version of z2m that worked ok seams to be 1.33. after updating problems started with various intensity. I have tried all following versions (incl edge) together with updating coordinator from 7.2.2 to 7.3.1