Comfort  Automation/ Security System Forums Home
Home Search search Menu menu Not logged in - Login | Register
Comfort Automation/ Security System Forums > Support > Questions on Programming Comfort > Logic after Night Mode to check the garage door

Logic after Night Mode to check the garage door
 Moderated by: slychiu
 New Topic   Reply   Printer Friendly 
 Rate Topic 
AuthorPost
 Posted: Tuesday Jan 24th, 2012 05:28 pm
   PM  Quote  Reply 
1st Post
Tan121
Member
 

Joined: Tuesday Jun 21st, 2011
Location: Estonia
Posts: 23
Status: 
Offline

  back to top

Hello
Does someone have time and intrest to make an example of a logic:
After pressing KNX button switch sends value 0 and Comfort goes to Night Mode. Now Comfort should check if garage door (Zone 5) is open. If it's open, then send groupaddress 1/1/1 with value 1 to KNX network.

I tried to do it on my own, but didnt work.
Night mode goes ON in 3 seconds. But garage door closes with 10 seconds. Could that be a problem?



 Posted: Wednesday Jan 25th, 2012 02:46 pm
   PM  Quote  Reply 
2nd Post
TheMax74
Member


Joined: Monday Jul 16th, 2007
Location: Italy
Posts: 247
Status: 
Offline

  back to top

Yes. You need to use "Do response after time expire" function in the response window.
You can then start a second response, after 20 seconds, that performs the garage check.

Should sounds like this.
"Do GarageCheck after 20 seconds using timer tmrGarageCheck"

Last edited on Wednesday Jan 25th, 2012 02:49 pm by TheMax74



 Posted: Thursday Jan 26th, 2012 01:22 am
   PM  Quote  Reply 
3rd Post
ident
Administrator


Joined: Wednesday Aug 9th, 2006
Location: Singapore
Posts: 3493
Status: 
Offline

  back to top

To elaborate on TheMax74 suggestion,
Events > Misc Events > Night Mode Response will trigger a Response when system is armed to Night mode

"Do GarageCheck after 10 seconds using timer tmrGarageCheck"
Timer tmrGarageCheck  is any timer

10 seconds should be enough for the garage door to close after Night Mode has been set, if not increase the time


GarageCheck should check for the door open, ie
If Zone GarageDoor <>0 then
   Send KNX 1/1/1 ON
Else
   Send KNX 1/1/1 OFF
Endif

I have added sending 1/1/1 OFF if the garage door is closed so that the group can be turned off



 Current time is 05:12 pm
Comfort Automation/ Security System Forums > Support > Questions on Programming Comfort > Logic after Night Mode to check the garage door
Top




UltraBB 1.172 Copyright © 2007-2014 Data 1 Systems