mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Switch to conbee as primary device
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user