ZHA Zigbee Tested Devices...Please add your device results

Correction. Either set debug as a global logging level or in configuration.yaml
‘’’
logger:
default: info
logs:
homeassistant.components.zha: debug
bellows: debug
bellows.zigbee.application: debug
zigpy: debug
‘’’
For some reason you are running out of available sequence numbers. Normally for each request sent, there’s a sequence number associated with it, which should be pop-ed out upon receiving a response or a timeout.