Jump to content
C4 Forums | Control4

Houselogix HSIM Module Programming


Jeffrey

Recommended Posts

I'm trying to program some lights to turn on when the house alarm goes off.  I'm not sure if I am using the correct event.  The one I am using is:

When Security -> Houselogix Security Integration Module receives a TROUBLE notification

    Turn on Kitchen Lights

    Turn on Family room lights

Is this the proper event?

Thanks,

Jeff

Link to comment
Share on other sites


Sorry, no it is not. the script is good but the event you have selected is for when the alarm panel registers a problem (Battery, Phoneline, Keypad disconnected, etc...)

you are looking for the event called "alarm" and the event will say at topof screen, Security System Is In Alarm

Happy Automating!

Capture.JPG

Link to comment
Share on other sites

Do you mean hat you want he lights to come on when you disarm the alarm? Or when the alarm is triggered and you can hear the siren?

 

If it is when it is disabled, then you are looking for the "disarmed" event.

 

Please send a screen shot if your programming. Would help.

 

 

Happy Automating!

Link to comment
Share on other sites

I was hoping that the lights would only come on during a real emergency. Currently it triggers every time I walk in the house to disarm the system.

I added the delay which seems to stop it from triggering right away. But maybe there is a better way.

I will try to attach a screenshot! Thanks again.

a172e1c11de61e073f6f9cd3be1f481f.jpg

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

This looks correct.

 

I would now experiment with the different options for the event. Right click on the code and copy. Then right click and delete all. Then select a different event and right click on center and select paste.

 

 

Happy Automating!

Link to comment
Share on other sites

When it comes to lighting in case of the alarm going off, you want to create a lighting scene in the Advanced Ligthing agent. This will allow you to flash the outside lights while the scene is active. It's just good practice to create a lighting scene when more than one light is being controlled. Also you don't need the "If" conditional in this case, because you're already activating the scene when the event happens.

Link to comment
Share on other sites

There are a few things wrong with your programming. As mentioned use an advanced lighting scene to turn those loads on and off and create a flash on exterior loads. Don't use delays that long, you should be using a timer. In your script you start the timer after your first action occurs. Then when the timer expires you do your second action. And finally, when the alarm is going off, why do you want the lights to only stay on for 10 minutes? They should remain on and/or flashing until the alarm event is cleared. At that point you can start a timer to turn the loads back off or to a desired preset level.

Link to comment
Share on other sites

10 hours ago, VINCELdUB said:

The OP is struggling with what event will work for this purpose.

 

 

Happy Automating!

Yes, I am just trying to see what works here.  But I DO appreciate the suggestions and the instruction on how to program things most optimally.  So thanks everyone for your suggestions.  

Eddy.trochez -  I was wondering what the Emergency event was.  So I will try using this event.  The main thing I was trying to accomplish was to NOT set off the emergency lighting scene when walking in the door prior to disarming the alarm.

I have little/no experience with advanced lighting scenes.  Hopefully Vince will add that to his tutorials soon!!

Thanks,

Jeff

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...