This is a docker image of the datayours plugin from akbooer to work with Vera.
438
This image runs all of the components of datayours except for the datawatcher, which must be installed on your Vera and pointed to this image's IP / port.
TLDR: PORTS Exposed: 80, 3480, 2003(udp) VOLUME: /nas/ ENV: veraips <- set remote vera ip(s)
The plugin exposes ports 80, 3480, and 2003 (udp).
It requires you to set the ENV var "veraips" for your remote Veras. It can take one or many, seperate by a comma with no spaces.
Mount the /nas/ directory to whatever location you would like to store your database files.
An example to get this image running is:
docker run --name DataYours -e "veraips=192.168.6.2" -v /your/local/directory:/nas -p 2003/udp:2003/udp -p 80:80 -p 3480:3480 airedale/datayours
The first time this starts up, you will see an error: ls: cannot access /nas/*.wsp: No such file or directory This will go away once you start monitoring devices and the database files start being created.
Content type
Image
Digest
sha256:1cf3860a0…
Size
59.9 MB
Last updated
almost 11 years ago
docker pull airedale/datayours