zigbee2mqtt base on lasted alpine for pi
296
see the doc here: https://github.com/Koenkk/zigbee2mqtt
zigbee2mqqt work with mosquito server.
You can use my tesla3l337/alpine-mosquitto:latest image
version: "2"
services:
zigbee2mqtt:
image: tesla3l337/alpine-zigbee2mqtt:1.6.0
container_name: zigbee2mqtt
restart: always
volumes:
- ./data:/opt/zigbee2mqtt/data
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
mosquitto:
image: tesla3l337/alpine-mosquitto:latest
container_name: mosquitto
restart: always
ports:
- "1883:1883"
Content type
Image
Digest
Size
66.4 MB
Last updated
almost 7 years ago
docker pull tesla3l337/alpine-zigbee2mqtt:1.7.1