Hass setup
This commit is contained in:
48
Docker/HomeAssistant/MQTT/configuration.yaml
Normal file
48
Docker/HomeAssistant/MQTT/configuration.yaml
Normal file
@@ -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
|
||||||
5
Docker/HomeAssistant/Mosquitto/mosquitto.conf
Normal file
5
Docker/HomeAssistant/Mosquitto/mosquitto.conf
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user