From 73a2cb162527f7ad368fddfb6ada67379fdb6d51 Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Thu, 2 Jan 2020 21:26:37 +0100 Subject: [PATCH] Activated z-wave component --- config_creation/manual_config.yaml | 4 ++++ docker-compose.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config_creation/manual_config.yaml b/config_creation/manual_config.yaml index 5c039ed..537976c 100644 --- a/config_creation/manual_config.yaml +++ b/config_creation/manual_config.yaml @@ -128,6 +128,10 @@ fhem: port: 7072 cul_device_name: CUL_HM +zwave: + usb_path: /dev/zwave-stick + network_key: "0xE0, 0x64, 0x50, 0x55, 0x20, 0x63, 0xC7, 0x05, 0x62, 0xD3, 0xEA, 0x91, 0x87, 0xE0, 0x1E, 0x74" + lirc_network: - host: kitchenpi diff --git a/docker-compose.yaml b/docker-compose.yaml index b4db945..7acb027 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: - /volumes/homeassistant_config:/config - /etc/localtime:/etc/localtime:ro devices: - - /dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0 + - /dev/serial/by-id/usb-0658_0200-if00:/dev/zwave-stick restart: always network_mode: host #ports: