roles/Zigbee2MQTT: Deploy using Podman
Zigbee2MQTT is very similar to ZwaveJS2Mqtt: it is a daemon process that communicates with the Zigbee radio and integrates with Home Assistant using MQTT. Naturally, I decided to deploy it in the same way as ZwaveJS2Mqtt, using a systemd unit to run it in a container with Podman.
This commit is contained in:
6
roles/zigbee2mqtt/defaults/main.yml
Normal file
6
roles/zigbee2mqtt/defaults/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
zigbee2mqtt_container_device: /dev/ttyACM0
|
||||
zigbee2mqtt_serial_adapter: deconz
|
||||
zigbee2mqtt_permit_join: true
|
||||
zigbee2mqtt_mqtt:
|
||||
base_topic: zigbee2mqtt
|
||||
server: mqtt://localhost
|
||||
Reference in New Issue
Block a user