/
/
/
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.
1homeassistant: true
2frontend:
3 port: 8099
4mqtt:
5 server: "mqtt://{{ mqtt.host }}:{{ mqtt.port }}"
6 user: "{{ mqtt.username }}"
7 password: "{{ mqtt.password }}"
8 base_topic: "{{ mqtt.base_topic }}"
9
10serial:
11 port: "{{ z2m.serial_symlink }}"
12 adapter: "{{ z2m.adapter }}"
13
14advanced:
15 pan_id: {{ z2m.pan_id }}
16 channel: {{ z2m.channel }}
17 log_level: info
18 last_seen: "ISO_8601"
19
20device_options:
21 legacy: false
22
23