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?