Archived
1
0

Add clearer install directions

This commit is contained in:
James Stuckey Weber
2015-03-22 21:54:45 -04:00
parent 98ce0b152f
commit 024dadfd6d

View File

@@ -6,9 +6,9 @@ Currently, only Honeywell Thermostats controllable through their Total Connect s
##Installation ##Installation
* Add your database info to globals.php.example. Rename to globals.php * 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 * Add your Honeywell Total Connect info to logininfo.php.example. (The device_number is the number that appears in the URL at https://mytotalconnectcomfort.com/portal/NUMBERHERE/Zones). Rename to logininfo.php
* Run dbsetup.php * Run dbsetup.php
* Add a cron job to run scrape.php every 5 minutes. * Add a cron job to run cron.php every 5 minutes. Example line in cron- `*/5 * * * * /usr/bin/php5 /full/path/to/stat/cron.php`
* Wait for useful data to come in * Wait for useful data to come in
##Analysis ##Analysis