This commit is contained in:
7
config/mosquitto/mosquitto.conf
Normal file
7
config/mosquitto/mosquitto.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
listener 1883
|
||||
allow_anonymous true
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
log_dest stdout
|
||||
log_type all
|
||||
35
config/zigbee2mqtt/configuration.yaml
Normal file
35
config/zigbee2mqtt/configuration.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
homeassistant:
|
||||
enabled: true
|
||||
mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: mqtt://mosquitto:1883
|
||||
serial:
|
||||
port: /dev/ttyUSB0
|
||||
adapter: zstack
|
||||
baudrate: 115200
|
||||
advanced:
|
||||
log_level: info
|
||||
network_key:
|
||||
- 238
|
||||
- 209
|
||||
- 133
|
||||
- 184
|
||||
- 129
|
||||
- 11
|
||||
- 248
|
||||
- 203
|
||||
- 168
|
||||
- 170
|
||||
- 235
|
||||
- 78
|
||||
- 181
|
||||
- 189
|
||||
- 134
|
||||
- 225
|
||||
pan_id: 13533
|
||||
channel: 11
|
||||
frontend:
|
||||
enabled: true
|
||||
port: 8080
|
||||
host: 0.0.0.0
|
||||
version: 4
|
||||
Reference in New Issue
Block a user