Where can I find instructions on how to use this with PLEG? I want to set up a condition for when I am not home based on my location.
Just saw we been helping you with other PLEG stuff already.
Just to get you started I would recommend you install the PING sensor plugin in VERA. It will give you a virtual switch already and it's free fast and easy. Then you can jump right to PLEG and use that plugin as an input.
Jump back over to the PLEG forum and we can help you get your action going based on that.
This app is good, allows you to setup alot of different options for work, home or where ever you want to put a geofence. But it's not stand alone and requires more setup (multiswitch being one) so for the sake of just getting you rolling I would return to this later to add redundancy to you home or away switch.
The most important thing PLEG needs is an input and that can come in the form of alot of things. I have a "Multiswitch" switch. It has 8 buttons which I have labeled for me or my wife home and other things.
So In PLEG you add that multiswitch button your using as your input. I call the inputs "iJIMHOME" and the wifes "iAdrianneHome"
from there I can make conditions here is some ideas
cBothHome = iJIMHOME and iAdrianneHome
or
cAnyoneHome = iJIMHOME or iAdrianneHome
or
cAway = !iJIMHOME and !iAdrianneHome
or
cPorchLightOn = cAnyoneHome and Night and (Night; cAnyoneHome) This uses the day/night plugin "NIGHT"
or
cAllOff = cAway
or
cAllOff = !iJIMHOME and !iAdrianneHome