Skip to content

A Grafana dashboard with Nest thermostat and OpenWeather data, build on top of docker

License

Notifications You must be signed in to change notification settings

jimgolfgti/docker-nest-dashboard

 
 

Repository files navigation

A Nest thermostat dashboard, running on docker, built with PHP, InfluxDB and Grafana.

Getting started

  • Install docker
  • Create .env file to configure your Nest and OpenWeatherMap credentials
NEST_USERNAME=user@example.com
NEST_PASSWORD=somepassword
OPENWEATHERMAP_APPID=a1b2c3d4e5f6 # https://home.openweathermap.org/api_keys
OPENWEATHERMAP_CITYID=2643743     # https://openweathermap.org/city/2643743

Build the stack

docker-compose up

About

A Grafana dashboard with Nest thermostat and OpenWeather data, build on top of docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.4%
  • Dockerfile 8.7%
  • Shell 6.9%