HomeGenie Forum

Automation Program Plugins and Wizard Scripting => Help => Topic started by: chrispazz on January 14, 2015, 11:24:04 AM

Title: Adding sensors to Security System
Post by: chrispazz on January 14, 2015, 11:24:04 AM
Hello,
I would like to add existing sensors to Security System like the How To Video shows but in my sensors I do not have the option "Use as security sensor".

Someone can help me to understand why?

Thank you
Title: Re: Adding sensors to Security System
Post by: nolio on January 14, 2015, 09:53:48 PM
Hi,
Are you sure you activate the "90-Security Alarm System" ?
You can check in : "Configure" -> "Automation" -> "Security", and check "Security Alarm System" is on with a "green led".
Bye
Title: Re: Adding sensors to Security System
Post by: chrispazz on January 14, 2015, 10:14:01 PM
hi
yes it is active.
I can arm and disarm it
Title: Re: Adding sensors to Security System
Post by: nolio on January 14, 2015, 10:22:46 PM
Ok.
Code: [Select]
Program.AddFeature("Sensor,DoorWindow", "HomeGenie.SecuritySensor", "Use as Security Sensor");
Program.AddFeature("Siren,Light,Dimmer,Switch", "HomeGenie.SecurityAlarm", "Use as Security Alarm");
What is your kind of devices ? One of this list ?
Bye
Title: Re: Adding sensors to Security System
Post by: chrispazz on January 14, 2015, 10:23:31 PM
Hi tried with sensor, doorwindows and dimmer.....
Title: Re: Adding sensors to Security System
Post by: nolio on January 14, 2015, 10:31:49 PM
Did you choose "Security Alarm System" in the module configuration (Just under "Features/Options") ?
Bye
Title: Re: Adding sensors to Security System
Post by: chrispazz on January 14, 2015, 10:32:35 PM
the problem is that that option is not shown in the combo list.....
Title: Re: Adding sensors to Security System
Post by: nolio on January 14, 2015, 10:47:19 PM
weird ... Try disable/enable the "90-Security Alarm System".
And you can enable the log to take a look (in maintenance menu).
Title: Re: Adding sensors to Security System
Post by: bkenobi on January 15, 2015, 01:31:06 AM
You might also try compiling the script again.  It won't hurt anything even if it's compiled correctly now.
Title: Re: Adding sensors to Security System
Post by: chrispazz on January 15, 2015, 10:08:50 AM
Just tried to compile and restart module again but no luck....