Adapt zigbee2mqtt for SLZB coordinator

This commit is contained in:
oskar 2026-05-14 16:37:18 +02:00
parent 72c5a53610
commit b726048d41
2 changed files with 22 additions and 5 deletions

View file

@ -0,0 +1,20 @@
homeassistant: true
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://mosquitto:1883
serial:
port: tcp://SLZB_IP:6638
adapter: zstack
frontend:
enabled: true
port: 8080
advanced:
network_key: GENERATE
pan_id: GENERATE
ext_pan_id: GENERATE
log_level: info

View file

@ -5,10 +5,7 @@ services:
restart: unless-stopped
volumes:
- /opt/homelab/data/zigbee2mqtt/data:/app/data
- /run/udev:/run/udev:ro
ports:
- 8080:8080
devices:
- /dev/ttyACM0:/dev/ttyACM0
- "8080:8080"
environment:
- TZ=Europe/Stockholm
- TZ=Europe/Warsaw