stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 99 forks source link

Plugin won't show zigbee devices, tabs shows only loading... #805

Closed saper-2 closed 2 years ago

saper-2 commented 2 years ago

Issue description

No devices show-up , nor groups, nor plugin config... all tabs shows only "Loading...".

Additional information Zigbee2MQTT version: 1.25.1 commit: 3f6a137 Python version: 3.9.2 Domoticz version: 2022.1 (build 14341) , Build Hash: d479d6cb8 Compile Date: 2022-05-23 01:01:38 dzVents Version: 3.1.8 Plugin version: 3.1.0-beta , basically git clone: commit 3ca1419 - 2022-04-30 17:33 CEST

Logs

 2022-05-26 18:49:22.073 Status: Domoticz V2022.1 (build 14341) (c)2012-2022 GizMoCuz
2022-05-26 18:49:22.073 Status: Build Hash: d479d6cb8, Date: 2022-05-23 01:01:38
2022-05-26 18:49:22.073 Status: Startup Path: /--edited--/domoticz/
2022-05-26 18:49:22.143 Status: PluginSystem: Started, Python version '3.9.2', 1 plugin definitions loaded.
2022-05-26 18:49:22.156 Status: WebServer(HTTP) started on address: :: with port 8080
2022-05-26 18:49:22.162 Status: WebServer(SSL) started on address: :: with port 8443
2022-05-26 18:49:22.169 Status: TCPServer: shared server started...
2022-05-26 18:49:22.169 Status: RxQueue: queue worker started...
2022-05-26 18:49:24.175 Status: zigbee2mqtt: Started.
2022-05-26 18:49:24.173 Status: zigbee2mqtt: Entering work loop.
2022-05-26 18:49:24.176 Status: EventSystem: reset all events...
2022-05-26 18:49:24.176 Status: NotificationSystem: thread started...
2022-05-26 18:49:24.178 Status: EventSystem: reset all device statuses...
2022-05-26 18:49:24.398 Status: Python EventSystem: Initializing event module.
2022-05-26 18:49:24.402 Status: EventSystem: Started
2022-05-26 18:49:24.402 Status: EventSystem: Queue thread started...
2022-05-26 18:49:24.571 Status: zigbee2mqtt: Initialized version 3.1.0-beta
2022-05-26 18:49:24.598 Status: PluginSystem: 1 plugins started.
2022-05-26 18:49:25.173 Status: MQTT CliGW LAN: Connecting to 192.--edited--:1883
2022-05-26 18:49:25.375 Status: MQTT CliGW LAN: connected to: 192.--edited--:1883
2022-05-26 18:51:57.008 zigbee2mqtt: Zigbee2mqtt bridge is offline
2022-05-26 18:52:32.237 zigbee2mqtt: Zigbee2mqtt bridge is online
2022-05-26 18:52:32.391 zigbee2mqtt: Received available devices list from bridge
2022-05-26 18:52:32.805 zigbee2mqtt: Received available devices groups from bridge
2022-05-26 18:52:32.818 zigbee2mqtt: Zigbee2mqtt bridge is online

I restarted z2m around 18:51..18:52

What I figured out so far, that z2m changed it's "api" , it won't support anymore bridge/devices/get - which is used to get device-list. Z2M keep devices in json array in topic bridge/devices with RETAINED flag. I'll create issue regarding that too 😃

saper-2 commented 2 years ago

Oh hell, I'm so blind , I did not registered that in README.md was added ( commit db397ad ) in Install instructions the 5th point that talks about adding device api_transport 😳 :face_palm:

That's the result of updating only via git pull 😅 and hitting restart 😅