I have a sump pump attached to a Insteon Outdoor plug-in module that I want to turn on/off only if the temperature is above 37 degrees. and within specific 30 minute time periods.
I wrote two programs (attached). The first program (Sump1) says if temperature is above 37 degrees, run program Sump 2. Sump2 shows the times I want the pump to run.
The issue is Generator Sump (that's the name of the Plug-in module) is turning on once the temperature is above 37 degrees but outside of the time parameters of Sump 2 although it seems to turn off at the end of a time period.
Not sure I understand what is going wrong. I tried writing a single program with the if statement containing temp parameters followed by an AND for the first time parameter and OR for the remaining time parameters but that didn't work either.
Suggestions would be more than appreciated