Hi to all.
I have Home Assistant OS 2022.10.5 and Zigbee2MQTT version 1.28.2-1.
When I run Zigbee2MQTT with this configuration (I write the configuration in the graphical interface). A network with PAN ID 6754 and channel 11 is created.
data_path: /config/zigbee2mqtt
socket:
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:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto
user: mqtt
password: mqtt
series:
port: tcp://192.168.1.110:6638
advanced:
log_level: info
last_seen: ISO_8601
pan_id: 6803
Chanel: 15
I was able to change my PAN ID. To do this, he performed the following actions:
Stopped the Zigbee2MQTT application
Deleted the config/coordinator_backup.json file
Entered the configuration in the configuration.yaml file
Started Zigbee2MQTT
However, the channel remains 11. How do I change the channel number to the desired one?