Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.11k stars 1.68k forks source link

Z2M Home Assistant Addon settings are ignored #21685

Closed Stooovie closed 1 month ago

Stooovie commented 8 months ago

What happened?

I have rebuilt my Z2M network from scratch (taking five hours), setting channel 25 in the Z2M Home Assistant addon Settings. After setting everything up, I noticed this settings is completely ignored, and I'm still apparently using channel 11.

If these settings are ignored, remove it from the addon.

What did you expect to happen?

For Z2M network to use Channel 25 as instructed.

How to reproduce it (minimal and precise)

Install Z2M addon in HA, go to Addons/Zigbee2MQTT/Settings, Edit in YAML, edit Channel

Zigbee2MQTT version

1.36.0-1

Adapter firmware version

20230507

Adapter

Slae'sh 2652RB

Setup

Add-on for Home Assistant (HA installedProxmox VM

Debug log

No response

Additional info

here's the entire Addon config, which is apparently ignored:

data_path: /config/zigbee2mqtt socat: enabled: false master: pty,raw,echo=0,link=/dev/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: a serial: port: /dev/ttyUSB0 external_converters: [] devices: devices.yaml zigbee_herdsman_debug: false groups: groups.yaml homeassistant: true permit_join: true advanced: log_level: info pan_id: 6754 channel: 25 network_key:

lux73 commented 8 months ago

AFAIK the HA (ZHA) Addon is not provided by @Koenkk - you should get in touch with HA Developers

it shares some Code Base with z2m, that's all...

Stooovie commented 8 months ago

Will do, thanks, it's egregious

brdcg commented 8 months ago

I have a similar Problem. Installed Z2M as Home Assistant Addon. Now I wanted to change the MQTT Server from mosquitto to EMQX. When I change the mqtt server settings in configuration.yaml, Z2M still tries to connect to mosquitto. I have the suspicion that the configuration.yaml under config/zigbee2mqtt is being ignored.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days