-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unresolved Error: SRSP - SYS - ping after 6000ms with Sonoff Zigbee 3.0 Dongle #11311
Comments
Here is my config:
|
I have the same problem... made some comments here: #2308 (comment) |
Same issue since 2 days. |
Another one here, from yesterday I am going crazy with this, tried several cables, direct USB connection to my Proxmox KVM VM in a MSI Cubi i3, without extension cable, 2 different sticks, upgraded z2m, upgraded stick firmware... no luck |
My case was for a failing stick, don't know why the first time I tested with the other one it has failed too, but now is working well with the second one. |
Same here just out of the blue. |
Same issue since 4-6 days. My CC2531 is still connected to raspy (no hub) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I have the same issue since 10 days (CC2652R ZZH) |
I have had the same problem for a month. I have tried:
Nothing works! My config: data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://192.168.1.109:1883
user: ****
password: ****
serial:
port: /dev/ttyUSB0
advanced:
log_level: warn
pan_id: 6760
channel: 25
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist: []
availability_passlist: []
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
port: 8080
experimental:
new_api: true
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: '-d -d'
log: false |
I am also having the same issue. I brought new Sonoff stick, flashed it with "CC1352P2_CC2652P_launchpad_router_20220125" firmware. My version of zigbee2mqtt is 1.25.0 |
Exactly the same version og zigbee2mqtt that I use, and also the same firmware. |
I have the same problem. zigbee2mqtt is 1.25.0-1. Router firmware CC1352P2_CC2652P_launchpad_coordinator_20220219 |
Just rebooted everything and it seems to be working fine (for now) |
I've seen an uptick in this happening as well, for at least the past few months. It'll go days, sometimes a week or two, without incident, but mostly I need to restart z2m every day or two when it gets stuck with endless SRSP errors. Usually (9 out of 10 times, roughly) just restarting the docker container works, but rarely it doesn't seem to recover until restarting the USB device (either rebooting or pulling & replugging). This happens with two different CC2652P-based sticks: zzh on zStack3x0-20220219 and Sonoff on factory-default 20210708. Is there any way to just have z2m treat SRSP errors as fatal so we can auto-restart the service as necessary? |
recently I see the same (i suspect the supervisor upgrade to 2022.5 - not sure), z2m edge and sonoff stick, latest ha |
FYI I'm not using the supervisor, I run everything (HA, z2m, etc.) in containers. |
I've been bitten by this now as well, my network and all devices work fine for about 5-10 minutes and then everything fails. I'm running on amd64 with home assistant is install. I've tried different USB ports, and I've tried all 6 of my Sonoff dongles as well as my backup CC2652P Circuitsetup.us dongle all running the same latest firmware available and all tested using default gain setting of 5 dBm Each device was reflashed to a blank state prior to test, host PC running home assistant OS (latest release 2022.4 and 2022.5 releases) freshly rebooted and zigbee2mqtt was allowed to restore the network to the adapter on startup. I have disabled usb powersave through cmdline.txt on my boot partition and confirmed it has a value of |
Here same issue in a OrangePi and CC2652R (VS201 - Blue led):
Some tests:
Finally I tried to install all needed software to boot only zigbee2mqtt (dev branch some hours from last commit) in a windows, connected dongle to the windows pc, copied all needed db/configurations files from OrangePi updating port device to com and Mqtt server, and the result:
|
I upgraded orangepi where is working hasssio-supervisor from Debian 10 (Buster) to Debian 11 (Bullseye) and component "Zigbee2mqtt Edge" is working again correctly with last firmware "CC2652R_coordinator_20220219". |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
I have exact same problem with Sonoff zigbee adapter. Is there a fix for this? |
after new installation of my IOBROKER and pivCCU on bullseye lite I also have these error messages, spent hours but no idea how to solve
|
Getting same issue with zigbee2mqtt Creating configuration file...
Zigbee2MQTT:info 2023-03-25 04:05:42: Logging to console and directory: '/app/data/log/2023-03-25.04-05-42' filename: log.txt
Zigbee2MQTT:info 2023-03-25 04:05:42: Starting Zigbee2MQTT version 1.30.2 (commit #cdf62ea)
Zigbee2MQTT:info 2023-03-25 04:05:42: Starting zigbee-herdsman (0.14.96)
Zigbee2MQTT:error 2023-03-25 04:06:03: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-03-25 04:06:03: Failed to start zigbee
Zigbee2MQTT:error 2023-03-25 04:06:03: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2023-03-25 04:06:03: Exiting...
Zigbee2MQTT:error 2023-03-25 04:06:03: 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) However right before switching to Zigbee2Mqtt I was able to set up ZHA with Homeassistant running on same hardware in k8s (privileged mode) and it was running totally fine, so it seems to be an issue of Zigbee2Mqtt so far judging by other comments here.. I'll be trying to run it in privileged mode in k8s, will report back if it works. Upd: adding privileged mode to zigbee2mqtt container and restarting OrangePi 5 still ends up crashing with |
Got it working! Had to specify serial:
port: /dev/ttyACM0
adapter: ezsp Works in k8s in both privileged mode and through https://github.com/squat/generic-device-plugin! |
Real fix here ! |
For people finding this in 2024 - adapter |
wow. Thanks !!!!
My conf looks like this :
I was missing the adapter line before and it was not working. (Note that I run this in containers on Synology DSM 7.2 and "synokernel usb serial drivers" package) |
What happened?
I'm in a phase of migrating my adaptor from CC2530 to Sonoff Dongle.
I succeed to flash thank to ZigStarZW, I also write the CC2530 IEEE into the Sonoff stick
debug 2022-02-08 22:06:38: Loaded state from file /share/zigbee2mqtt/state.json
info 2022-02-08 22:06:38: Logging to console and directory: '/share/zigbee2mqtt/log/2022-02-08.22-06-33' filename: log.txt
debug 2022-02-08 22:06:38: Removing old log directory '/share/zigbee2mqtt/log/2022-02-08.22-00-55'
info 2022-02-08 22:06:38: Starting Zigbee2MQTT version 1.23.0 (commit #unknown)
info 2022-02-08 22:06:38: Starting zigbee-herdsman (0.14.10)
debug 2022-02-08 22:06:38: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/share/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/share/zigbee2mqtt/database.db.backup","databasePath":"/share/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"path":"/dev/ttyUSB0"}}'
error 2022-02-08 22:06:58: Error while starting zigbee-herdsman
error 2022-02-08 22:06:58: Failed to start zigbee
error 2022-02-08 22:06:58: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
error 2022-02-08 22:06:58: Exiting...
error 2022-02-08 22:06:59: 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:102:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:123:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:100:27)
at start (/app/index.js:101:5)
The text was updated successfully, but these errors were encountered: