diff service/garageArduino/garageArduino.py @ 891:5f8d19ad13b6

raise threshold of power usage to allow more than 10000 units Ignore-this: aa56db3722e46da631cd46c20d69926c darcs-hash:20130802150241-312f9-63afddffcbc9c3ae662610396b18197e93ec3694
author drewp <drewp@bigasterisk.com>
date Fri, 02 Aug 2013 08:02:41 -0700
parents 67c03a3104f2
children fcf97a7f674c
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