Last active
December 17, 2015 05:49
Revisions
-
bonnieking revised this gist
May 11, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ wattsused = 0 whused = 0 for history in sensorhistories.sensorhistories: -
bonnieking revised this gist
May 11, 2013 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ whused = 0 kwhused = 0 for history in sensorhistories.sensorhistories: wattsused += history.avgwattover5min() whused += history.dayswatthr -
bonnieking created this gist
May 11, 2013 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ for history in sensorhistories.sensorhistories: wattsused += history.avgwattover5min() whused += history.dayswatthr