Page 1 of 1

V_ARMED ?

Posted: Saturday 29 October 2016 12:37
by fets
Hello,
I would like to know if there is a way (script or ...) to send a V_ARMED command to a sensor S_DOOR or S_MOTION type ?

Re: V_ARMED ?

Posted: Saturday 29 October 2016 12:42
by gizmocuz
V_ARMED is a status that should only come from the MySensors node ?
What are you trying to create ?

Maybe this works:
Your node could also publish a normal switch, that can be controlled via domoticz, when your node receives the switch, it can do things inside the node code

Re: V_ARMED ?

Posted: Saturday 29 October 2016 12:49
by fets
gizmocuz wrote:V_ARMED is a status that should only come from the MySensors node ?
What are you trying to create ?
I thought it was a way to arm/unarm security sensor. So I wanted to use this feature in MYS. But afterards, I think I misunterpreted that
gizmocuz wrote:Maybe this works:
Your node could also publish a normal switch, that can be controlled via domoticz, when your node receives the switch, it can do things inside the node code
Yep that's what I imagined.
Thanks Gizmocuz