From b07c24ab036f45d302b31caf5997f974688ae84d Mon Sep 17 00:00:00 2001 From: Raivis Date: Fri, 5 Feb 2021 14:39:18 +0200 Subject: [PATCH 1/2] Adding config for mosquitto to work by default --- .templates/mosquitto/mosquitto.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.templates/mosquitto/mosquitto.conf b/.templates/mosquitto/mosquitto.conf index 9f63ac19e..9b90d1f8f 100644 --- a/.templates/mosquitto/mosquitto.conf +++ b/.templates/mosquitto/mosquitto.conf @@ -2,3 +2,5 @@ persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log #password_file /mosquitto/config/pwfile +listener 1883 +allow_anonymous true From 8a79c45b58e2bef9c7bcc2536f6b6153ce247310 Mon Sep 17 00:00:00 2001 From: Raivis Date: Fri, 5 Feb 2021 14:39:43 +0200 Subject: [PATCH 2/2] Adding additional config option for zigbee2mqtt device --- .templates/zigbee2mqtt/service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/zigbee2mqtt/service.yml b/.templates/zigbee2mqtt/service.yml index 6538a330c..9d0d82ed6 100644 --- a/.templates/zigbee2mqtt/service.yml +++ b/.templates/zigbee2mqtt/service.yml @@ -7,6 +7,7 @@ devices: - /dev/ttyAMA0:/dev/ttyACM0 #- /dev/ttyACM0:/dev/ttyACM0 + #- /dev/ttyUSB0:/dev/ttyACM0 # Electrolama zig-a-zig-ah! (zzh!) maybe other as well restart: always network_mode: host privileged: true