Skip to content

iganin67/domoticz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domoticz

Docker for Domoticz (an open source home automation system) including 1wire/owfs support.

Domoticz - http://www.domoticz.com/

Based on the latest stable version of Domoticz. The docker exposes logs, backups, scripts and plugin folders to the host. The docker is customised for my own Domoticz setup. Added support 1wire via owfs including the cron task to check whether 1wire USB DS9404r is accessible by checking the file presents (/mnt/1wire/81.74AD30000000). The main idea of the Docker was taken from https://github.com/stas-demydiuk/domoticz-docker

Run container :

sudo docker run -d \
  --network host \
  -v /volume1/docker/domoticz/config:/config \
  -v /volume1/docker/domoticz/plugins:/opt/domoticz/plugins \
  -v /volume1/docker/domoticz/backups:/opt/domoticz/backups \
  -v /volume1/docker/domoticz/scripts:/opt/domoticz/scripts \
  -v /etc/localtime:/etc/localtime:ro \
  --privileged -v /dev/bus/usb:/dev/bus/usb \ 
  --name=<container name> \ 
iganin67/domoticz:$VERSION

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published