Update auto-humidity-vent.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Thu, 8 Aug 2019 16:21:15 +0000 (09:21 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Thu, 8 Aug 2019 16:21:15 +0000 (09:21 -0700)
official/auto-humidity-vent.groovy

index 91e63853d8a591c9efaf7df7113caae3805ad7a4..da9ee3a8a061958f5047d6b6b1e03350ad17d489 100755 (executable)
@@ -226,19 +226,19 @@ def set_fans(fan_state) {
     } else {
        if (state.fansOn == true) {
                send("${app.label} fans Off.")
-            state.fansLastRunTime = (now() - state.fansOnTime)
+               //state.fansLastRunTime = (now() - state.fansOnTime)
 
-                   BigInteger ms = new java.math.BigInteger(state.fansLastRunTime)
-                       int seconds = (BigInteger) (((BigInteger) ms / (1000I))                  % 60I)
-                       int minutes = (BigInteger) (((BigInteger) ms / (1000I * 60I))            % 60I)
-                       int hours   = (BigInteger) (((BigInteger) ms / (1000I * 60I * 60I))      % 24I)
-                       int days    = (BigInteger)  ((BigInteger) ms / (1000I * 60I * 60I * 24I))
+               //    BigInteger ms = new java.math.BigInteger(state.fansLastRunTime)
+               //      int seconds = (BigInteger) (((BigInteger) ms / (1000I))                  % 60I)
+               //      int minutes = (BigInteger) (((BigInteger) ms / (1000I * 60I))            % 60I)
+               //      int hours   = (BigInteger) (((BigInteger) ms / (1000I * 60I * 60I))      % 24I)
+               //      int days    = (BigInteger)  ((BigInteger) ms / (1000I * 60I * 60I * 24I))
 
-                       def sb = String.format("${app.label} cycle: %d:%02d:%02d:%02d", days, hours, minutes, seconds)
+               //      def sb = String.format("${app.label} cycle: %d:%02d:%02d:%02d", days, hours, minutes, seconds)
                        
-                   send(sb)
+               //    send(sb)
 
-                       if (settings.fan_control_enabled) {
+       if (settings.fan_control_enabled) {
                fans.off()
                 if (emeters) {
                     log.debug emeters.currentValue('energy')