Last active
May 31, 2022 07:44
-
-
Save gjuric/39dc2992e839f6bed01a9a4ea9ad1379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d \ | |
--name=deconz \ | |
--net=host \ | |
--restart=always \ | |
-v /etc/localtime:/etc/localtime:ro \ | |
-v /volume1/Media/Docker/deconz:/root/.local/share/dresden-elektronik/deCONZ \ | |
--device=/dev/ttyACM0 \ | |
-e DECONZ_DEVICE=/dev/ttyACM0 \ | |
marthoc/deconz | |
Home Assistant | |
docker run --name home-assistant --restart=always --net=host --privileged -itd -v /volume1/Shared/docker/homeassistant/config:/config --device /dev/ttyUSB0 homeassistant/home-assistant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To update firmware:
docker run -it --rm --entrypoint "/firmware-update.sh" --privileged --device=/dev/ttyACM0 --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules -v /sys:/sys deconzcommunity/deconz:2.16.01