#SLZB-06

1 messages Β· Page 1 of 1 (latest)

wooden imp
#
[2024-09-26 17:15:09] error:     zh:ember:uart:ash: Failed to init port with error Error: Error: No such file or directory, cannot open /dev/ttyACM0
#

Looks like we need the entire config πŸ˜‰

runic orchid
#

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: mqtt: server: mqtt://localhost:1883 base_topic: zigbee2mqtt ca: /etc/ssl/mqtt-ca.crt key: /etc/ssl/mqtt-client.key cert: /etc/ssl/mqtt-client.crt user: mqtt-user password: ************ client_id: 192.168.178.94 reject_unauthorized: true include_device_information: true keepalive: 60 version: 4 force_disable_retain: false serial: serial: port: tcp://slzb-06.local:6638 baudrate: 115200 adapter: zstack disable_led: false advanced: transmit_power: 20

wooden imp
#

There's the problem

#

Remove mqtt: from the mqtt box

#

Remove serial: from the serial box

#

Fix all the indents

#

Oh, and move advanced out of serial

soft tulip
#

Please use three backticks each for multi-line code next time πŸ™‚

runic orchid
#

that doesn't work, i can't save it like that, especially since it needs the path

terse socketBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

wooden imp
#

You're using the add-on for Z2M?

runic orchid
wooden imp
#

Leave mqtt empty

#

Serial just gets:

port: tcp://slzb-06.local:6638
baudrate: 115200
adapter: zstack
disable_led: false
runic orchid
#
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
serial:
  port: tcp://slzb-06.local:6638
  baudrate: 115200
  adapter: zstack
  disable_led: false
wooden imp
#

Nope

#

That's still wrong/broken

runic orchid
#

he added this himself

wooden imp
#

Please share an image of the add-on settings

runic orchid
wooden imp
#

And ... you did it again πŸ˜„

runic orchid
#

?

soft tulip
#

That example only applies to the config file, not the addon config. Things put in the serialsection of the addon are put into serial: already hence you need to leave serial: off.

wooden imp
#

Serial just gets:

port: tcp://slzb-06.local:6638
baudrate: 115200
adapter: zstack
disable_led: false
#

That's all. Nothing more

runic orchid
#

I had the same thing

#

I think it starts 😊

wooden imp
#

That'll happen once you get the YAML right πŸ˜„

runic orchid
#

nop supported again

#
[2024-09-26 17:35:49] error:     z2m: Error while starting zigbee-herdsman
[2024-09-26 17:35:49] error:     z2m: Failed to start zigbee
[2024-09-26 17:35:49] error:     z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-09-26 17:35:49] error:     z2m: Exiting...
[2024-09-26 17:35:49] error:     z2m: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby (Error: AREQ - ZDO - stateChangeInd after 60000ms
    at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:59:23)
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:365:31)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:86:21)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:138:29)
    at Zigbee.start (/app/lib/zigbee.ts:64:27)
    at Controller.start (/app/lib/controller.ts:140:27)
    at start (/app/index.js:154:5))
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:367:23)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:86:21)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:138:29)
    at Zigbee.start (/app/lib/zigbee.ts:64:27)
    at Controller.start (/app/lib/controller.ts:140:27)
    at start (/app/index.js:154:5)```
#

I did everything the way you said I would

#

Are you sure that what you write is true?

wooden imp
#
  1. That's a different error
#
  1. Asking people who're helping you if they're lying doesn't make friends
#

I'm really hoping that's just a language translation error

runic orchid
#

i didn't say anything about lying

wooden imp
#

Are you sure that what you write is true?

#

Again, the error is different

#

That's a new problem

runic orchid
wooden imp
#
[2024-09-26 17:35:49] error:     z2m: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby (Error: AREQ - ZDO - stateChangeInd after 60000ms
runic orchid
#

What does this mean?

wooden imp
#

Turn off any existing mains powered Zigbee devices

runic orchid
#

and the battery-powered devices?

wooden imp
#

No

runic orchid
#

ok

#

mom

wooden imp
#

Good luck

runic orchid
#

so, I have done it, should I try it again now?

#
    at Bridge.publishDevices (/app/lib/extension/bridge.ts:734:43)
    at Bridge.start (/app/lib/extension/bridge.ts:152:20)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Controller.callExtensions (/app/lib/controller.ts:377:17)
    at Controller.start (/app/lib/controller.ts:196:9)
    at start (/app/index.js:154:5))```
#

Could it be because I used the same radio module as the USB Sonoff? So that I can save the new setup?