In case Zigbee2mqtt isn't working as expected the following tips can help you in finding the problem.
To enable debug logging for zigbee2mqtt add the following in your configuration.yaml
advanced:
log_level: debug
To enable debug logging for zigbee-shepherd start zigbee2mqtt with: DEBUG=zigbee-shepherd* npm start
. For more information about zigbee-shepherd debug logging see: zigbee-shepherd debug messages.
To enable debug logging for both Zigbee2mqtt and zigbee-shepherd start Zigbee2mqtt with DEBUG=* npm start
.
To enable debug logging in the Zigbee2mqtt Docker container add -e DEBUG=*
to your docker run
command.