Jump to content

drprm1

Members
  • Posts

    457
  • Joined

  • Last visited

Everything posted by drprm1

  1. Trying to run the then statement at 9:15 am and 5:15 pm only if temp is above 34 and if there is less than .03" of rain for that day. Wanting to run (have relay on ) for 10 min at these times then turn off. Put the notification in only to see if complete.
  2. Is it something to do with maybe the climate data being re-evaluated during the wait period? I see where the last run/finish times are updated more frequently that my desired run times... If I run the then statement it sets the relay on for about a minute then sets it off and never completes the then statement..
  3. I'm not seeing why this never runs...I've tried many different ways...This is what I've been staring at recently. It doesn't run even though both climate expressions are true..? If ( Time is 9:15:00AM Or Time is 5:15:00PM ) And ( Module 'Climate' Temperature > 34 °F And Module 'Climate' Rain Today < 0.03 " ) Then Set 'Front Drip-Relay' On Wait 10 minutes Set 'Front Drip-Relay' Off Wait 3 seconds Send Notification to 'Patrick E-mail' content 'Front Drip Off' Else Set 'Front Drip-Relay' Off Thanks!
  4. drprm1

    Query all

    I'll change the switch. Thx
  5. drprm1

    Query all

    ISY runs "Query All" program at 3:00am...For some reason it triggers an email to be sent that my Garage Door has been opened. In event log it doesn't show that it has opened then closed, just sends the notification. How could I stop this? Thx
  6. You are right sir! The dreaded switch bounce was it. Much appreciated...
  7. Noticed that if I run the Then clause I only get one email notification
  8. Have had a program for many months which notified my by email if my garage was opening It's the only program I have a notification in: If Control 'Garage Door Sensor' is switched On Then Send Notification to 'Default' content 'Garage Door Opened' Else - No Actions - (To add one, press 'Action') Been working great till I decided to rename the program. Now it sends three consecutive emails of the same content when the sensor is switched On. Tried deleting the program and writing it again but no help. Looked through Event Viewer but couldn't identify the notifications being sent so its no help (to me).
×
×
  • Create New...