I decided to upgrade my Docker zigbee2mqtt container as I had a new device that was not recognised despite the zigbee2mqtt website saying it was supported. I also for good measure updated the plugin via the Docker / Domoticz console.
Domoticz V2020.2 (build 12705)
Zigbee2MQTT version 1.20.0 (commit #41b67fd)
zigbee-herdsman (0.13.117)
plugin ## v3.0 from # Changelog file
I then found that in Domoticz / Custom / Zigbee2Mqtt that it never displays the devices or the network map - just says "Loading..."
Neither do Switches work, either from Dashboard -> Switch or Switch -> Dashboard
Zigbee2MQTT seems to be OK. The new web interface works and devices are listed and the network mapped and no error messages.
I did disable and enable the Zigbee2MQTT Dongle (Idx 6) in Hardware tab (this is of course the one from way back). I did notice in my Devices page that this device is unused:
Zigbee2MQTT Dongle api_transport
but it's Idx 50 is not recent as new devices are > 70
There are no error messages on the Domoticz log (other than this new device, a SonOff SNZB-04 Door/Window sensor is still no identified):
Code: Select all
2021-07-12 22:08:04.866 Status: PluginSystem: Entering work loop.
2021-07-12 22:08:05.272 (Zigbee2MQTT Dongle) Installing plugin custom page...
2021-07-12 22:08:05.300 (Zigbee2MQTT Dongle) Installing plugin custom page completed.
2021-07-12 22:08:05.351 (Zigbee2MQTT Dongle) Connected to MQTT Server: xxx.xxx.x.xx:xxxx
2021-07-12 22:08:05.452 (Zigbee2MQTT Dongle) Zigbee2mqtt bridge is online
2021-07-12 22:08:05.454 (Zigbee2MQTT Dongle) Received available devices list from bridge
2021-07-12 22:08:05.455 (Zigbee2MQTT Dongle) 0x00124b002235dd6e: device definiton not found, skipping...
2021-07-12 22:08:05.455 (Zigbee2MQTT Dongle) Joining new devices is disabled on the zigbee bridge
2021-07-12 22:08:05.271 Status: (Zigbee2MQTT Dongle) Entering work loop.
2021-07-12 22:08:05.271 Status: (Zigbee2MQTT Dongle) Initialized version 3.0.1
2021-07-12 22:08:05.491 Status: MQTT: Connecting to xxx.xxx.x.xx:xxxx
2021-07-12 22:08:05.692 Status: MQTT: connected to: xxx.xxx.x.xx:xxxx
2021-07-12 22:08:05.892 Status: MQTT: Subscribed
2021-07-12 22:08:15.473 Status: Incoming connection from: xxx.xxx.x.xx:xxxx
2021-07-12 22:17:19.524 Status: User: Admin (IP: xxx.xxx.x.xx) initiated a switch command (73/Immersion Switch/On)
Code: Select all
experimental:
new_api: true
frontend:
port: xxxx
Thanks for reading.
Alan, UK