Add zigbee2mqtt
Tested as a custom template
This commit is contained in:
17
zigbee2mqtt
Normal file
17
zigbee2mqtt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
zigbee2mqtt:
|
||||||
|
container_name: zigbee2mqtt
|
||||||
|
image: ghcr.io/koenkk/zigbee2mqtt
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /docker/zigbee/data:/app/data
|
||||||
|
- /run/udev:/run/udev:ro
|
||||||
|
ports:
|
||||||
|
# Frontend port
|
||||||
|
- 8080:8080
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/London
|
||||||
|
devices:
|
||||||
|
# Make sure this matched your adapter location
|
||||||
|
# SONOFF is the older adapter
|
||||||
|
- /dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0:/dev/ttyACM0
|
||||||
Reference in New Issue
Block a user