Skip to content

Grafana/InfluxDB solution for monitoring Daikin HVAC systems using the Skyport API (Daikin One+ thermostats).

License

Notifications You must be signed in to change notification settings

TJCoffey/SkySpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkySpy

Build the SkySpy container (from the SkySpy/SkySpy directory):

$ docker build -t tjcoffey/skyspy .

Set the DATA_DIR environment variable to the path where will be stored local data (e.g. in /nas/docker):

export DATA_DIR=/nas/docker

Create data directories with write access:

mkdir -p ${DATA_DIR}/influxdb ${DATA_DIR}/grafana
sudo chown -R 472:472 ${DATA_DIR}/grafana

Run docker compose:

$ docker-compose up -d

About

Grafana/InfluxDB solution for monitoring Daikin HVAC systems using the Skyport API (Daikin One+ thermostats).

Topics

Resources

License

Stars

Watchers

Forks