#Zigbee2MQTT - sync "/Config/zigbee2mqtt/configuration.yaml" and "add-on Zigbee2MQTT conf"

1 messages · Page 1 of 1 (latest)

humble cobalt
#

I have a question.
I had zigbee2mqt and a SLZB-06M zigbee coordinator configured over LAN and it was working as long as I didn't stream any netflix or other video. Then I received always a econnreset and had to restart the add-on.
To overcome my network issues I wanted to migrate to USB connection. So I changed the SMLight adapter to usb mode and also changed the add-on serial configuration to:
´ yaml
serial:
port: >-
/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06M_7693d0b04372ef11b30939848fcc3fa0-if00-port0/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06M_7693d0b04372ef11b30939848fcc3fa0-if00-port0
baudrate: 115200
adapter: ember
disable_led: false
advanced:
transmit_power: 20
´
I started the add-on but it failed. In the log I found out that the adapter still tried to connect via tcp-ip. I experimented a bit until I looked into the /config/zigbee2mqtt/configuration.yaml.

Here I still found the serial tcp-ip entities.

Once I changed that manually (in addition to the add-on config) the adapter worked over USB.

Now my question:
Aren't the configuration.yaml and the add-on configuration synchronized automatically?

grizzled pilotBOT
#

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.

noble plover
#

No. Certain settings are shadowed by the addon I think.

humble cobalt
#

@noble plover Many thanks. But the serial settings are not?

noble plover
#

Not sure. Things probably have changed.