Adapt zigbee2mqtt for SLZB coordinator
This commit is contained in:
parent
72c5a53610
commit
b726048d41
20
services/zigbee2mqtt/config/configuration.example.yaml
Normal file
20
services/zigbee2mqtt/config/configuration.example.yaml
Normal 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
|
||||||
|
|
@ -5,10 +5,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/homelab/data/zigbee2mqtt/data:/app/data
|
- /opt/homelab/data/zigbee2mqtt/data:/app/data
|
||||||
- /run/udev:/run/udev:ro
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- "8080:8080"
|
||||||
devices:
|
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Stockholm
|
- TZ=Europe/Warsaw
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue