Jump to content
AT&T to end email-to-text ×

tumba

Members
  • Posts

    2
  • Joined

  • Last visited

tumba's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Hi Michel, Thanks! No, I have all variables as Int, I already read about the differences and I guess that was the problem... Still learning about ISY heheh, it was a rookie mistake. If anyone is interested in making it work with integer variables: Variable Control 1: BS_VC1 - [ID 001D][Parent 000B] If Status 'Fuga de Agua / B S-Wet' is On Then $sLeakBS = 9 Wait 5 seconds Run Program 'Leak Sensor Activation' (If) Else Wait 10 seconds $sLeakBS = 1 Run Program 'Leak Sensor Activation' (If) Also, I added instructions on the Startup program to run the if part of the Variable Control 1 programs after the 5 seconds wait. While testing, I found out that the states weren't updated if a leak sensor was triggered or untriggered while the ISY was down. But the sensor state shows correctly. Leak Startup - [ID 0012][Parent 000B][Run At Startup] If $iStartUp is 0 Then Run Program 'BC2_VC2' (Then Path) Run Program 'BC3_VC2' (Then Path) Run Program 'BCP_VC2' (Then Path) Run Program 'BL_VC2' (Then Path) Run Program 'BS_VC2' (Then Path) Run Program 'Cocina_VC2' (Then Path) Run Program 'Lavadero_VC2' (Then Path) Run Program 'Vestier_VC2' (Then Path) Wait 5 seconds $iStartUp = 1 Run Program 'BC2_VC1' (If) Run Program 'BC3_VC1' (If) Run Program 'BCP_VC1' (If) Run Program 'BL_VC1' (If) Run Program 'BS_VC1' (If) Run Program 'Cocina_VC1' (If) Run Program 'Lavadero_VC1' (If) Run Program 'Vestier_VC1' (If) Else - No Actions - (To add one, press 'Action')
  2. Greetings! I'm having problems with the "Leak Sensor Activation" program, it doesn't change its state (from false to true) once any variable changes from 1 to 9 but if I manually run the "If part" after a variable is changed to 9 by any "Variable Control 1" program, it changes its states and I receive the email. The same occurs if its state is true and I clear the water leak (Variable back to 1 and the program condition is still showing true). Anyone having the same issue? I'm forcing it to run by inserting the instruction in then and else from the "Variable Control 1" programs. Otherway, I wouldn't be receiving instant emails. Thanks!
×
×
  • Create New...