/
/
/
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.
1# Zigbee2MQTT Environment Variables
2ZIGBEE2MQTT_DATA={{ z2m_data_dir }}
3MQTT_SERVER={{ mqtt_host }}:{{ mqtt_port }}
4MQTT_USER={{ mqtt_username }}
5MQTT_PASSWORD={{ mqtt_password }}
6MQTT_BASE_TOPIC={{ mqtt_base_topic }}
7SERIAL_PORT={{ z2m_serial_symlink }}
8ADAPTER={{ z2m_adapter }}