Switch to conbee as primary device

This commit is contained in:
2020-07-17 15:03:46 +03:00
parent d65f91cd4b
commit e46021c259
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ mqtt:
user: '!secret user' user: '!secret user'
password: '!secret password' password: '!secret password'
serial: serial:
port: /dev/ttyACM2 port: /dev/ttyACM0
advanced: advanced:
channel: 15 channel: 15
log_level: info log_level: info
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- ./data:/app/data - ./data:/app/data
- /run/udev:/run/udev:ro - /run/udev:/run/udev:ro
devices: devices:
- /dev/ttyACM2:/dev/ttyACM2 - /dev/ttyACM0:/dev/ttyACM0
restart: always restart: always
network_mode: host network_mode: host
privileged: true privileged: true