z2m_deconz fix!

This commit is contained in:
2020-07-17 13:29:13 +03:00
parent 9a0fab0f33
commit d5f1abe68a
3 changed files with 31 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
homeassistant: false homeassistant: false
permit_join: true permit_join: false
mqtt: mqtt:
base_topic: zigbee2mqtt base_topic: zigbee2mqtt
server: 'mqtt://192.168.0.27' server: 'mqtt://192.168.0.27'
@@ -92,3 +92,5 @@ devices:
humidity_precision: 1 humidity_precision: 1
'0x04cf8cdf3c794dd1': '0x04cf8cdf3c794dd1':
friendly_name: opple_1 friendly_name: opple_1
'0x00158d0002c4c6b8':
friendly_name: '0x00158d0002c4c6b8'
+26 -2
View File
@@ -6,7 +6,31 @@ mqtt:
user: '!secret user' user: '!secret user'
password: '!secret password' password: '!secret password'
serial: serial:
port: /dev/ttyACM0 port: /dev/ttyACM2
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:
'0x00158d0002eb57bc':
friendly_name: '0x00158d0002eb57bc'
'0x00158d0002f249d2':
friendly_name: '0x00158d0002f249d2'
'0x00158d0002c4c6b8':
friendly_name: '0x00158d0002c4c6b8'
+2 -1
View File
@@ -10,9 +10,10 @@ services:
- ./data:/app/data - ./data:/app/data
- /run/udev:/run/udev:ro - /run/udev:/run/udev:ro
devices: devices:
- /dev/ttyACM0:/dev/ttyACM0 - /dev/ttyACM2:/dev/ttyACM2
restart: always restart: always
network_mode: host network_mode: host
privileged: true privileged: true
environment: environment:
- TZ=Europe/Sofia - TZ=Europe/Sofia
# - DEBUG=zigbee-herdsman:deconz*