Gadys no longer replies

I tested using software on a PC; the dongle doesn’t respond

and I’m not sure an update will fix the problem

I used a CC2531 dongle bought on eBay for a while, which after a while began to malfunction.
In the meantime I saw that these models were no longer recommended.

Which dongle do you use?

I have a Sonoff purchased from Domadoo. I just flashed it —

Did you restart zigbee2mqtt? Because before Gladys, zigbee2mqtt needs to be functional.

docker restart gladys-z2m-zigbee2mqtt

I don’t really understand your question, sorry « before Gladys Z2M »?

Should I run docker restart or do it via PuTTY?

Gladys does not manage the dongle nor the Zigbee network; it communicates with zigbee2mqtt via MQTT. That’s why @pierre-gilles asked you for the logs earlier.

Hence my question as well: is zigbee2mqtt started and functional? (since you reflashed your dongle)

docker restart gladys-z2m-zigbee2mqtt This command is run on the host, your Raspberry Pi, connected over SSH with PuTTY. It is used to restart the gladys-z2m-zigbee2mqtt container.

Yes, I did it but nothing happened
I’m checking the logs

Zigbee2MQTT:error 2022-12-14 11:59:28: Exiting...
Zigbee2MQTT:error 2022-12-14 11:59:28: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:58:27)
    at Controller.start (/app/lib/controller.ts:101:27)
    at start (/app/index.js:107:5)

Same error, zigbee2mqtt can’t connect to the dongle ( I’m editing your message to highlight the error)

It’s not often that someone tells me that, so I printed it and framed it :smiley:
thanks @VonOx

2 Likes

Well, that’s it — Gladys is dead to me. Nothing responds anymore; I tried reinstalling, changed the hard drive, etc. etc

What an unpleasant experience… :confused:
I hope a mini PC will do the trick for you.

Just to be on the safe side, I suggest you try flashing something like Raspberry Pi OS or even Ubuntu onto your Raspberry Pi to see if it’s not a hardware problem before selling it as-is ^^

Yes, I think something’s wrong with the USB on the Raspberry Pi 3B, I took it

1 Like

hello
well I reinstalled Gladys but on the SD card for now, never mind; Zigbee is still down, I think the Raspberry Pi’s ports are either dead or something in the (BIOS or I don’t know what it’s called) is acting up. I configured everything, it goes relatively quickly, but one small detail still surprises me: I have several Sonoff Mini modules, of which 2 are not supported by Gladys — why? They’re the same and have the same firmware?

hello bonne année a tous

un log de mon zigbee si quelqu’un a une idée

pi@gladys:~ $ docker logs gladys-z2m-zigbee2mqtt
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2022-12-31 10:21:18: Logging to console and directory: ‹ /app/d ata/log/2022-12-31.10-21-17 › filename: log.txt
Zigbee2MQTT:info 2022-12-31 10:21:18: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2022-12-31 10:21:18: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2022-12-31 10:22:24: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-12-31 10:22:25: Failed to start zigbee
Zigbee2MQTT:error 2022-12-31 10:22:25: Check https://www.zigbee2mqtt.io/guide/in stallation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-12-31 10:22:25: Exiting…
Zigbee2MQTT:error 2022-12-31 10:22:25: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/s rc/adapter/z-stack/adapter/manager.ts:347:23)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z- stack/adapter/manager.ts:92:17)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/contro ller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2022-12-31 10:22:34: Logging to console and directory: ‹ /app/d ata/log/2022-12-31.10-22-33 › filename: log.txt
Zigbee2MQTT:error 2022-12-31 10:22:34: Failed to call ‹ OnEvent › ‹ stop › (TypeErro r: Cannot read properties of undefined (reading ‹ getDevices ›)
at Zigbee.devices (/app/lib/zigbee.ts:275:30)
at OnEvent.stop (/app/lib/extension/onEvent.ts:37:42)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2022-12-31 10:22:34: Failed to call ‹ Frontend › ‹ stop › (TypeErr or: Cannot read properties of null (reading ‹ clients ›)
at Frontend.stop (/app/lib/extension/frontend.ts:59:39)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2022-12-31 10:22:34: Not connected to MQTT server!
Zigbee2MQTT:error 2022-12-31 10:22:34: Cannot send message: topic: ‹ zigbee2mqtt/ bridge/state ›, payload: 'offline
Zigbee2MQTT:info 2022-12-31 10:22:34: Disconnecting from MQTT server
TypeError: Cannot read properties of undefined (reading ‹ end ›)
at MQTT.disconnect (/app/lib/mqtt.ts:129:21)
at Controller.stop (/app/lib/controller.ts:198:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:00:23: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-00-23 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:00:23: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:00:23: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:01:29: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-01-01 09:01:29: Failed to start zigbee
Zigbee2MQTT:error 2023-01-01 09:01:29: Check https://www.zigbee2mqtt.io/guide/in stallation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2023-01-01 09:01:29: Exiting…
Zigbee2MQTT:error 2023-01-01 09:01:30: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/s rc/adapter/z-stack/adapter/manager.ts:347:23)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z- stack/adapter/manager.ts:92:17)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/contro ller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:01:39: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-01-38 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:01:39: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:01:39: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:02:39: Failed to call ‹ Frontend › ‹ stop › (TypeErr or: Cannot read properties of null (reading ‹ clients ›)
at Frontend.stop (/app/lib/extension/frontend.ts:59:39)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2023-01-01 09:02:39: Not connected to MQTT server!
Zigbee2MQTT:error 2023-01-01 09:02:39: Cannot send message: topic: ‹ zigbee2mqtt/ bridge/state ›, payload: 'offline
Zigbee2MQTT:info 2023-01-01 09:02:39: Disconnecting from MQTT server
TypeError: Cannot read properties of undefined (reading ‹ end ›)
at MQTT.disconnect (/app/lib/mqtt.ts:129:21)
at Controller.stop (/app/lib/controller.ts:198:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:02:47: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-02-47 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:02:47: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:02:47: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:03:29: Failed to call ‹ Frontend › ‹ stop › (TypeErr or: Cannot read properties of null (reading ‹ clients ›)
at Frontend.stop (/app/lib/extension/frontend.ts:59:39)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2023-01-01 09:03:29: Not connected to MQTT server!
Zigbee2MQTT:error 2023-01-01 09:03:29: Cannot send message: topic: ‹ zigbee2mqtt/ bridge/state ›, payload: 'offline
Zigbee2MQTT:info 2023-01-01 09:03:29: Disconnecting from MQTT server
TypeError: Cannot read properties of undefined (reading ‹ end ›)
at MQTT.disconnect (/app/lib/mqtt.ts:129:21)
at Controller.stop (/app/lib/controller.ts:198:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:03:47: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-03-47 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:03:47: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:03:47: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:04:07: Failed to call ‹ Frontend › ‹ stop › (TypeErr or: Cannot read properties of null (reading ‹ clients ›)
at Frontend.stop (/app/lib/extension/frontend.ts:59:39)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2023-01-01 09:04:07: Not connected to MQTT server!
Zigbee2MQTT:error 2023-01-01 09:04:07: Cannot send message: topic: ‹ zigbee2mqtt/ bridge/state ›, payload: 'offline
Zigbee2MQTT:info 2023-01-01 09:04:07: Disconnecting from MQTT server
TypeError: Cannot read properties of undefined (reading ‹ end ›)
at MQTT.disconnect (/app/lib/mqtt.ts:129:21)
at Controller.stop (/app/lib/controller.ts:198:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:04:16: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-04-16 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:04:16: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:04:16: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:04:20: Failed to call ‹ Frontend › ‹ stop › (TypeErr or: Cannot read properties of null (reading ‹ clients ›)
at Frontend.stop (/app/lib/extension/frontend.ts:59:39)
at Controller.callExtensions (/app/lib/controller.ts:316:40)
at Controller.stop (/app/lib/controller.ts:193:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9))
Zigbee2MQTT:error 2023-01-01 09:04:20: Not connected to MQTT server!
Zigbee2MQTT:error 2023-01-01 09:04:20: Cannot send message: topic: ‹ zigbee2mqtt/ bridge/state ›, payload: 'offline
Zigbee2MQTT:info 2023-01-01 09:04:20: Disconnecting from MQTT server
TypeError: Cannot read properties of undefined (reading ‹ end ›)
at MQTT.disconnect (/app/lib/mqtt.ts:129:21)
at Controller.stop (/app/lib/controller.ts:198:9)
at stop (/app/index.js:111:5)
at process.handleQuit (/app/index.js:117:9)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:04:28: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-04-28 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:04:28: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:04:28: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:05:35: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-01-01 09:05:35: Failed to start zigbee
Zigbee2MQTT:error 2023-01-01 09:05:35: Check https://www.zigbee2mqtt.io/guide/in stallation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2023-01-01 09:05:35: Exiting…
Zigbee2MQTT:error 2023-01-01 09:05:35: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/s rc/adapter/z-stack/adapter/manager.ts:347:23)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z- stack/adapter/manager.ts:92:17)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/contro ller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:05:44: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-05-43 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:05:44: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:05:44: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2023-01-01 09:06:50: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-01-01 09:06:50: Failed to start zigbee
Zigbee2MQTT:error 2023-01-01 09:06:50: Check https://www.zigbee2mqtt.io/guide/in stallation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2023-01-01 09:06:50: Exiting…
Zigbee2MQTT:error 2023-01-01 09:06:51: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/s rc/adapter/z-stack/adapter/manager.ts:347:23)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z- stack/adapter/manager.ts:92:17)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/contro ller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
Using ‹ /app/data › as data directory
Zigbee2MQTT:info 2023-01-01 09:07:00: Logging to console and directory: ‹ /app/d ata/log/2023-01-01.09-06-59 › filename: log.txt
Zigbee2MQTT:info 2023-01-01 09:07:00: Starting Zigbee2MQTT version 1.28.4 (comm it #52e545f)
Zigbee2MQTT:info 2023-01-01 09:07:00: Starting zigbee-herdsman (0.14.76)
pi@gladys:~ $

I was also thinking of making a tutorial inspired by yours and expanding it.
I took screenshots when I prepared mine last week on Ubuntu.
However, I’ll be away next week and I’m quite busy this week.