@alowhum V_ARMED indicates whether the alarm system is on or off.
V_TRIPPED indicates whether the alarm has been tripped (an intruder has been detected)
Usage: when you are home the security system is not ARMED so if you receive a TRIPPED message from, say, a movement sensor you would not sound the alarm.
Best posts made by mljbr4
-
RE: A few random questions (V_tripped vs V_armed)
-
RE: Can't get past first base (Arduino Serial Gateway)
@mfalkvidd said in Can't get past first base (Arduino Serial Gateway):
It's a miracle. Works perfectly now! I knew it had to be something obvious but I had tried so many things I lost track. Turns out it was a simple CE / CSN Pin issue. You are right, the NRF24 library defaults to Pins 7 and 8, but MySensors defaults to 9 and 10. Thanks for your help. Hopefully now I can march on with my real solution which is a RaspberryPi Gateway and MQTT running on one RPi, and OpenHAB running on another.