more G-Labs products

Author Topic: Adding sensors to Security System  (Read 1785 times)

January 14, 2015, 11:24:04 AM
Read 1785 times

chrispazz

  • **
  • Information
  • Jr. Member
  • Posts: 38
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

January 14, 2015, 09:53:48 PM
Reply #1

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
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

January 14, 2015, 10:14:01 PM
Reply #2

chrispazz

  • **
  • Information
  • Jr. Member
  • Posts: 38
hi
yes it is active.
I can arm and disarm it

January 14, 2015, 10:22:46 PM
Reply #3

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
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 ?
  • Sensor
  • DoorWindow
  • Siren
  • Light
  • Dimmer
  • Switch
Bye

January 14, 2015, 10:23:31 PM
Reply #4

chrispazz

  • **
  • Information
  • Jr. Member
  • Posts: 38
Hi tried with sensor, doorwindows and dimmer.....

January 14, 2015, 10:31:49 PM
Reply #5

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Did you choose "Security Alarm System" in the module configuration (Just under "Features/Options") ?
Bye

January 14, 2015, 10:32:35 PM
Reply #6

chrispazz

  • **
  • Information
  • Jr. Member
  • Posts: 38
the problem is that that option is not shown in the combo list.....

January 14, 2015, 10:47:19 PM
Reply #7

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
weird ... Try disable/enable the "90-Security Alarm System".
And you can enable the log to take a look (in maintenance menu).

January 15, 2015, 01:31:06 AM
Reply #8

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
You might also try compiling the script again.  It won't hurt anything even if it's compiled correctly now.

January 15, 2015, 10:08:50 AM
Reply #9

chrispazz

  • **
  • Information
  • Jr. Member
  • Posts: 38
Just tried to compile and restart module again but no luck....