An E-Home controller server.
- It requires an InfluxDB instance running. Use the following to run it as a Docker container:
docker run \
--detach \
--name influxdb \
--restart always \
--publish 8086:8086 \
--volume /home/anton/influxdb-data:/var/lib/influxdb \
influxdb:1.4.2
Apache License © Anton Johansson