From a130a4d24d0b2c6792827d3480442583c02468a3 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Sun, 22 Mar 2015 11:49:32 -0400 Subject: [PATCH] Add security and privacy note --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f53f2c1..a8a443d 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,8 @@ See your temperatures fluctuate and change. ###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) + +##Security & Privacy +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.