From 024dadfd6d4088670eb8c1d095784526765716a6 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Sun, 22 Mar 2015 21:54:45 -0400 Subject: [PATCH] Add clearer install directions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8a443d..7fee071 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Currently, only Honeywell Thermostats controllable through their Total Connect s ##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 +* 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 -* 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 ##Analysis