Mercurial > code > home > repos > homeauto
changeset 86:69b214997213
raise threshold of power usage to allow more than 10000 units
Ignore-this: aa56db3722e46da631cd46c20d69926c
author | drewp@bigasterisk.com |
---|---|
date | Fri, 02 Aug 2013 08:02:41 -0700 |
parents | 7f7911accb26 |
children | dca89cefebf8 |
files | service/garageArduino/garageArduino.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/service/garageArduino/garageArduino.py Fri Aug 02 08:01:20 2013 -0700 +++ b/service/garageArduino/garageArduino.py Fri Aug 02 08:02:41 2013 -0700 @@ -253,7 +253,7 @@ dth = dt / 3600. watts = self.kwhPerBlink / dth - if watts > 10000: + if watts > 20000: # this pulse (or the previous one) is # likely noise. Too late for the previous # one, but we're going to skip this one