Jump to content

poneal

Members
  • Posts

    2
  • Joined

  • Last visited

About poneal

  • Birthday 10/27/1956

Profile Information

  • Location
    Clinton, MD

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

poneal's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. That was EXACTLY the problem. I failed to make the sLaundryRoom variable a STATE variable. Thanks so much. It's nice to have another set of eyes to review issues like this. I appreciate the help.
  2. Okay I've been trying to get this program package to work and for the life of me I can't see what I'm doing wrong. When I put the leak sensor in water I see the $sLeakLaundryRoom variable change to 9 but the 'Leak Sensor Activation" program never fires. The only way I can get it to work is to manually change the variable to 9 and then manually run the program. If I do that the email is sent properly. Here is the code for the activation program: If $sLeakLaundryRoom is 9 Then Send Notification to 'Default' content 'Leak Sensor Activation' Else - No Actions - (To add one, press 'Action') I'm stumped. Isn't the program supposed to run on its own? What am I missing? Thanks for any help you can offer.
×
×
  • Create New...