entrance
Ansible role that deploys my edge device with connectivity containers. Currently it deploys a thread border router via the zbt-1 dongle by Home Assistant, a zigbee2MQTT interface using the Sonoff zigbee dongle and a DSMR reader with a generic P1 to USB converter.
352 B•J2
zigbee2mqtt-config.yml.j2
352 B • 21 lines • plaintext
1homeassistant:
2 enabled: true
3mqtt:
4 server: mqtt://{{ mqtt_host }}:{{ mqtt_port }}
5 base_topic: {{ mqtt_base_topic }}
6 user: {{ mqtt_username }}
7 password: {{ mqtt_password }}
8serial:
9 port: /dev/ttyZigbee
10 adapter: ember
11frontend:
12 enabled: true
13 port: 8080
14advanced:
15 log_level: info
16 cache_state: true
17devices: {}
18groups: {}
19version: 4
20
21