anton-johansson / e-home

An E-Home controller server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Home

Build Status Codecov License

An E-Home controller server.

Prerequisites

  • 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

License

Apache License © Anton Johansson

About

An E-Home controller server.

License:Apache License 2.0


Languages

Language:Java 98.9%Language:JavaScript 0.8%Language:HTML 0.3%