A set of tools to record and analyze data from a smart thermostat.
Currently, only Honeywell Thermostats controllable through their Total Connect system are supported. Additional thermostats can be added as plugins using the plugin structure outlined here- https://github.com/jamesnw/statstat/wiki/Plugin-structure
*/5 * * * * /usr/bin/php5 /full/path/to/stat/cron.php
A change merged in on 2016-02-06 changed the settings.php structure to support multiple thermostats- see the example file. Also, there's a new field in the database- indoorHumidity.
See your temperatures fluctuate and change.
See how long it takes for your house to heat and cool based on outside temperature
As this does not allow anyone (including you) to control your thermostat via the web interface, security concerns are minimal. However, you do need to store your password in plain text on the server, so anyone with access to that would have access to control your thermostat.
For privacy- if you have privacy concerns, I'd suggest using htpasswd to put the info behind a password.