diff --git a/zigbee2mqtt/configuration.yaml b/zigbee2mqtt/configuration.yaml index aa995af..b9a725d 100644 --- a/zigbee2mqtt/configuration.yaml +++ b/zigbee2mqtt/configuration.yaml @@ -1,5 +1,5 @@ homeassistant: false -permit_join: true +permit_join: false mqtt: base_topic: zigbee2mqtt server: 'mqtt://192.168.0.27' @@ -92,3 +92,5 @@ devices: humidity_precision: 1 '0x04cf8cdf3c794dd1': friendly_name: opple_1 + '0x00158d0002c4c6b8': + friendly_name: '0x00158d0002c4c6b8' diff --git a/zigbee2mqtt_deconz/data/configuration.yaml b/zigbee2mqtt_deconz/data/configuration.yaml index 7b2e531..c992272 100644 --- a/zigbee2mqtt_deconz/data/configuration.yaml +++ b/zigbee2mqtt_deconz/data/configuration.yaml @@ -6,7 +6,31 @@ mqtt: user: '!secret user' password: '!secret password' serial: - port: /dev/ttyACM0 + port: /dev/ttyACM2 advanced: - channel: 12 + channel: 15 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' diff --git a/zigbee2mqtt_deconz/docker-compose.yaml b/zigbee2mqtt_deconz/docker-compose.yaml index d0a9b74..275e264 100644 --- a/zigbee2mqtt_deconz/docker-compose.yaml +++ b/zigbee2mqtt_deconz/docker-compose.yaml @@ -10,9 +10,10 @@ services: - ./data:/app/data - /run/udev:/run/udev:ro devices: - - /dev/ttyACM0:/dev/ttyACM0 + - /dev/ttyACM2:/dev/ttyACM2 restart: always network_mode: host privileged: true environment: - TZ=Europe/Sofia + # - DEBUG=zigbee-herdsman:deconz*