Temperature Monitoring App

I've created a Raspberry Pi-based temperature monitoring application to power a network of temperature and environmental monitors in my home.

The architecture uses one 'master' Pi to aggregate and display log data, and many 'remotes' place around a house to send log data back to the 'master'. The app was originally built in 2015 to help monitor my home environment, and is continuously developed and improved as my monitoring needs change.

Other articles about the Temperature Monitoring system:

Highlights: 
  • Built with Raspberry Pis
  • Integration with Nest Thermostat API
  • Integration with Open Weather Maps and Weather Underground API
  • Uses Python scripts and Node.js Express app