mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
Update zigbee2mqtt
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
|
|
||||||
zigbee2mqtt:
|
zigbee2mqtt:
|
||||||
container_name: zigbee2mqtt
|
container_name: zigbee2mqtt
|
||||||
image: koenkk/zigbee2mqtt
|
image: koenkk/zigbee2mqtt:latest-dev
|
||||||
volumes:
|
volumes:
|
||||||
- ../../zigbee2mqtt:/app/data
|
- ../../zigbee2mqtt:/app/data
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
|
|||||||
@@ -6,16 +6,29 @@ mqtt:
|
|||||||
user: '!secret user'
|
user: '!secret user'
|
||||||
password: '!secret password'
|
password: '!secret password'
|
||||||
serial:
|
serial:
|
||||||
port: /dev/ttyACM1
|
port: /dev/ttyACM0
|
||||||
disable_led: true
|
disable_led: true
|
||||||
advanced:
|
advanced:
|
||||||
channel: 12
|
channel: 15
|
||||||
log_level: debug
|
log_level: debug
|
||||||
|
network_key:
|
||||||
|
- 5
|
||||||
|
- 7
|
||||||
|
- 5
|
||||||
|
- 1
|
||||||
|
- 9
|
||||||
|
- 11
|
||||||
|
- 3
|
||||||
|
- 15
|
||||||
|
- 0
|
||||||
|
- 2
|
||||||
|
- 4
|
||||||
|
- 6
|
||||||
|
- 8
|
||||||
|
- 11
|
||||||
|
- 12
|
||||||
|
- 13
|
||||||
devices:
|
devices:
|
||||||
'0x00158d0002a721fd':
|
|
||||||
friendly_name: magic_cube
|
|
||||||
'0x00158d0002c4c6b8':
|
|
||||||
friendly_name: vibration_sensor
|
|
||||||
'0x00158d0002f249d2':
|
'0x00158d0002f249d2':
|
||||||
friendly_name: desk_switch
|
friendly_name: desk_switch
|
||||||
'0x00158d00044e8210':
|
'0x00158d00044e8210':
|
||||||
@@ -77,4 +90,5 @@ devices:
|
|||||||
retain: true
|
retain: true
|
||||||
temperature_precision: 1
|
temperature_precision: 1
|
||||||
humidity_precision: 1
|
humidity_precision: 1
|
||||||
|
'0x04cf8cdf3c794dd1':
|
||||||
|
friendly_name: opple_1
|
||||||
|
|||||||
Reference in New Issue
Block a user