Jump to content

KPL problem or ISY problem?


RichTJ99

Recommended Posts

Posted

Hi,

 

I have two programs for exiting my house (one in the basement, one at the front door):

 

Basement (which works fine)

If
       Control 'Laundry: KPL D' is switched Off

Then
       Set Scene 'Scene: Good Night' Off
       Set 'Attic: Fan' Off
       Set 'Bedroom: MBR Fan' Off
       Set 'Bedroom: Guest Fan' Off
       Set 'Bedroom: Steven Fan' Off
       Set 'Bathroom: Guest Fan' Off
       Wait  3 seconds
       Set 'Living Room: Control NL' On
       Set 'Living Room: Couch' On
       Set 'Living Room: TV' On
       Set 'Living Room: Table' On

Else
  - No Actions - (To add one, press 'Action')


 

My front door script for some reason doesnt work on the "D" button, so I added the "A" .

 

Any ideas why it wouldnt work? On both KPLs the "D" buttons are toggled off.

 

 

If
       Control 'Upstairs: Entry KPL D' is switched Off
    Or Control 'Upstairs: Entry KPL A' is switched Off

Then
       Set Scene 'Scene: Good Night' Off
       Set 'Attic: Fan' Off
       Set 'Bedroom: MBR Fan' Off
       Set 'Bedroom: Guest Fan' Off
       Set 'Bedroom: Steven Fan' Off
       Set 'Bathroom: Guest Fan' Off
       Wait  3 seconds
       Set 'Living Room: Control NL' On
       Set 'Living Room: Couch' On
       Set 'Living Room: TV' On
       Set 'Living Room: Table' On

Else
  - No Actions - (To add one, press 'Action')


Posted

Hi,

 

What we have to do is to make sure that ISY hears the button press (D). Would you be kind enough to open the Event Viewer on level 3 and make sure that ISY hears the button when you press it?

 

With kind regards,

Michel

Guest
This topic is now closed to further replies.

×
×
  • Create New...