genielabs / HomeGenie

HomeGenie, the programmable automation intelligence
https://homegenie.it
GNU General Public License v3.0
387 stars 154 forks source link

VLP programing Question #463

Closed tuicemen closed 1 year ago

tuicemen commented 1 year ago

Is there currently a way to add a RF trigger for these? For example on a X10 security flob disarm signal to disarm the security system. I don't see a way to add any RF signal

genemars commented 1 year ago

Here is a short video that shows how to handle RF signals and module events in general. To disarm the security system you can the use the custom command after selecting the "Security System" module. The command in this case is Control.ArmAway or Control.ArmHome and Control.Disarm. I think also the two pre-built commands in the Control palette, On and Off, will arm/disarm the security module.

Video del 06-03-2023 14:11:13.webm

tuicemen commented 1 year ago

Thanks that helps a lot.

tuicemen commented 1 year ago

Is there currently away to send RF RawData as well with a VLP Program? Example send a panic code to the X10 security console to trigger the Alarm and reflect this in the HG security system.

genemars commented 1 year ago

Yes using the Control.RfSend command.

Schermata del 2023-03-06 23-16-16

tuicemen commented 1 year ago

Thanks.