Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: SRSP - ZDO - startupFromApp after 40000ms #21962

Open
WhistleMaster opened this issue Mar 26, 2024 · 3 comments
Open

Error: SRSP - ZDO - startupFromApp after 40000ms #21962

WhistleMaster opened this issue Mar 26, 2024 · 3 comments
Labels
problem Something isn't working

Comments

@WhistleMaster
Copy link

What happened?

Everything was working fine for a few years, and then suddenly, some devices did not respond, so I've tried to restart zigbee2mqtt and I have this error. I have tried to flash 20221226 and go back to 1.35.3, same issue. It's very strange as everything was working fine until now, I did not made any change or update. Thanks for your help.

What did you expect to happen?


How to reproduce it (minimal and precise)


Zigbee2MQTT version

1.36.0

Adapter firmware version

20230507

Adapter

Sonoff Zigbee 3.0 USB Dongle Plus

Setup

Plain on Docker

Debug log

Using '/app/data' as data directory

Zigbee2MQTT:info  2024-03-26 23:46:52: Logging to console and directory: '/app/data/log/2024-03-26.23-46-52' filename: log.txt

Zigbee2MQTT:info  2024-03-26 23:46:52: Starting Zigbee2MQTT version 1.35.3 (commit #fe0742a)

Zigbee2MQTT:info  2024-03-26 23:46:52: Starting zigbee-herdsman (0.33.8)

Zigbee2MQTT:error 2024-03-26 23:47:40: Error while starting zigbee-herdsman

Zigbee2MQTT:error 2024-03-26 23:47:40: Failed to start zigbee

Zigbee2MQTT:error 2024-03-26 23:47:40: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions

Zigbee2MQTT:error 2024-03-26 23:47:40: Exiting...

Zigbee2MQTT:error 2024-03-26 23:47:40: Error: SRSP - ZDO - startupFromApp after 40000ms

    at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:63:23)

    at /app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:312:45

    at Queue.execute (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:35:26)

    at Znp.request (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:300:27)

    at ZnpAdapterManager.beginStartup (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:262:28)

    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:70:13)

    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)

    at Zigbee.start (/app/lib/zigbee.ts:60:27)

    at Controller.start (/app/lib/controller.ts:109:27)

    at start (/app/index.js:107:5)
@WhistleMaster WhistleMaster added the problem Something isn't working label Mar 26, 2024
@WhistleMaster
Copy link
Author

Sometime zigbee2mqtt is starting and I see a lot of "SRSP - AF - dataRequest after 6000ms" error.

@WhistleMaster
Copy link
Author

I have added the DEBUG=zigbee-herdsman* and downloaded the log. Hope it helps.

_zigbee2mqtt_logs.txt

@WhistleMaster
Copy link
Author

After a long review of the debug log, I've found the problem: I have a zigfred uno which apparently went crazy, and flooded the zigbee network. After disconnecting it, the issue was gone and everything was working correctly.

The message is like 2024-03-27T10:29:21.511Z zigbee-herdsman:controller:log Device '0xf4ce36d6ae99441b' announced with new networkAddress '51559'.

It seems that the device was changing its address multiple time per second.

Maybe @Atokulus you could have a look, maybe a bug in the firmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant