Ethernet Bridge, Sonoff ZB Bridge-U with EFR32MG21 Chip #24716
Dieter-GitHub
started this conversation in
Devices
Replies: 2 comments 1 reply
-
This can not work. You should remove Try this instead
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Dis you edit What is the output log ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, did anyone suceeded to run the Ethernet linked Bridge Sonoff-U? I tried the following config (also tested last last code line with ember instead of ezsp):
data_path: /config/zigbee2mqtt 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 mqtt: {} serial: port: tcp://http://192.168.178.176:20108 adapter: ezsp
`[20:41:13] INFO: Preparing to start...
[20:41:13] INFO: Socat not enabled
[20:41:13] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-11-10 20:41:16] info: z2m: Logging to console, file (filename: log.log)
[2024-11-10 20:41:16] info: z2m: Starting Zigbee2MQTT version 1.41.0 (commit #unknown)
[2024-11-10 20:41:16] info: z2m: Starting zigbee-herdsman (2.1.7)
[2024-11-10 20:41:16] warning: zh:ezsp: 'ezsp' driver is deprecated and will only remain to provide support for older firmware (pre 7.4.x). Migration to 'ember' is recommended. If using Zigbee2MQTT see #21462
[2024-11-10 20:41:16] error: zh:ezsp:ezsp: Connection attempt 1 error: Error: Error: No such file or directory, cannot open tcp://http://192.168.178.176:20108
[2024-11-10 20:41:21] error: zh:ezsp:ezsp: Connection attempt 2 error: Error: Error: No such file or directory, cannot open tcp://http://192.168.178.176:20108
[2024-11-10 20:41:31] error: zh:ezsp:ezsp: Connection attempt 3 error: Error: Error: No such file or directory, cannot open tcp://http://192.168.178.176:20108
[2024-11-10 20:41:46] error: zh:ezsp:ezsp: Connection attempt 4 error: Error: Error: No such file or directory, cannot open tcp://http://192.168.178.176:20108
[2024-11-10 20:41:46] error: z2m: Error while starting zigbee-herdsman
[2024-11-10 20:41:46] error: z2m: Failed to start zigbee
[2024-11-10 20:41:46] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-11-10 20:41:46] error: z2m: Exiting...
[2024-11-10 20:41:46] error: z2m: Error: Failure to connect
at Ezsp.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:364:19)
at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:186:13)
at EZSPAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/adapter/ezspAdapter.ts:152:16)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:137:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:161:27)
at start (/app/index.js:154:5)``
Beta Was this translation helpful? Give feedback.
All reactions