diff --git a/Docker/HomeAssistant/MQTT/configuration.yaml b/Docker/HomeAssistant/MQTT/configuration.yaml new file mode 100644 index 0000000..f71d548 --- /dev/null +++ b/Docker/HomeAssistant/MQTT/configuration.yaml @@ -0,0 +1,48 @@ +mqtt: + base_topic: zigbee2mqtt + server: mqtt://mosquitto +serial: + port: /dev/ttyACM0 + adapter: ember +availability: + enabled: true +frontend: + enabled: true + port: 8080 +advanced: + network_key: + - 120 + - 0 + - 154 + - 166 + - 126 + - 147 + - 160 + - 19 + - 109 + - 225 + - 213 + - 68 + - 38 + - 239 + - 28 + - 0 + log_syslog: + app_name: Zigbee2MQTT + eol: /n + host: localhost + localhost: localhost + path: /dev/log + pid: process.pid + port: 514 + protocol: udp4 + type: '5424' + channel: 15 + transmit_power: 20 +device_options: {} +homeassistant: + enabled: true +ota: + zigbee_ota_override_index_location: >- + https://github.com/darkxst/silabs-firmware-builder/blob/ember-nohw/firmware_builds/skyconnect/ncp-uart-hw-v7.4.1.0-skyconnect-115200.gbl +version: 5 \ No newline at end of file diff --git a/Docker/HomeAssistant/Mosquitto/mosquitto.conf b/Docker/HomeAssistant/Mosquitto/mosquitto.conf new file mode 100644 index 0000000..f3de9fb --- /dev/null +++ b/Docker/HomeAssistant/Mosquitto/mosquitto.conf @@ -0,0 +1,5 @@ +listener 1883 0.0.0.0 +listener 3001 0.0.0.0 +listener 9001 0.0.0.0 +allow_anonymous true +protocol websockets \ No newline at end of file