[center]Welcome to the Proximity Plugin.
This is a work in progress.[/center]
I’ve been thinking of a way to create a simple proximity sensor, and just to be clear the goal is to try and create a plugin that can look for ‘identifiers’ that are in range and then notify you when they are not.
I have two main goals for this, one is to monitor the movement of the kids (a recent news item in the UK is of a girl who was kidnapped from her front garden) and the other is for an elderly relative who has a habit of wondering off. The plugin would be a simple motion sensor (green when in range and red when out etc.
* The plugin has other uses, such as being can used to notify you should a particular device have not been updated for a period on time too
I’ve already been using the current IP ping sensor to identify me and the misses, but that can be hit or miss when it works as the phone has to be on. I have also tried to look into a key fob but I’ve decided the sensing should be in the background and require no involvement of the person you want to track.
I’ve already kicked off some initial work using the rfxrtx433 plugin, which looks for the location of a temperature sensor in that it will check for any gaps in the sensors updates. [url=http://forum.micasaverde.com/index.php/topic,12037.0.html]http://forum.micasaverde.com/index.php/topic,12037.0.html[/url]
I’ve seen Bluetooth ones that work with iPhone apps and there are a number of ‘anti lost’ devices on the market. So I am optimistic that with this forums help I can get something to work, but it’s difficult to know which technology to back? E.g could z-wave be used e.g (Fibaro Universal Sensor?)
So in summary.
- The plugin should work as a motion sensor in the Vera UI
- It should require no involvement from the individual being tracked
- The sensor should ideally be small, and not cumbersome to carry around. (e.g Wrist band, pocket)
- The sensor should transmit at regular intervals (max 30 secs)
- Needs to cover a wide area e.g 1-20 meters (so no NFID)
There have been a few posts on this previously, but only really as a supplementary discussion point - so all thoughts/comments on this as a stand alone app from this forum would be greatly appreciated …
–oo00oo–
16th Oct 2012 - Version 0.1 - This version is UNTESTED - Released for code review and feedback by others
17th Oct 2012 - Version 0.2 - Tested but with errors - still Lua issues I think, expertise and code review still sought.
21st Oct 2012 - Version 0.3 - Removed Ping ‘address’ references - Error = Proximity Sensor[76] Lua Engine Failed To Load
25th Oct 2012 - Version 0.4/5 - Posted in the forum but continues to have problems
–oo00oo–
29th Oct 2012 - Version 0.6 - New approach to be taken. ping sensor not converting well. So starting from scratch
–oo00oo–
31st Dec 2012 - Version 1 - Due to my own inability to create a plugin, this is now running as a scene with a dummy motion sensor device.
All input ideas comment most welcome…