Archived
1
0
This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
statstat/README.md
2015-03-22 11:29:25 -04:00

22 lines
754 B
Markdown

# Stat stat
A set of tools to record and analyze data from a smart thermostat.
##Thermostat support
Currently, only Honeywell Thermostats controllable through their Total Connect system are supported.
##Installation
* Add your database info to globals.php.example. Rename to globals.php
* Add your Honeywell Total Connect info to logininfo.php.example. Rename to logininfo.php
* Run dbsetup.php
* Add a cron job to run scrape.php every 5 minutes.
* Wait for useful data to come in
##Analysis
###Graph
See your temperatures fluctuate and change.
![](http://jamesnw.github.io/statstat/images/graph.png)
###Delay
See how long it takes for your house to heat and cool based on outside temperature
![](http://jamesnw.github.io/statstat/images/delay.png)