I also use the arp-a approach, then do a grep for the family's phone's wifi addresses. But not that accurate, as if the phone goes into sleep mode that address not seen on router anymore.
Other suggested bluetooth on that discussion
In short, I don't know anyone who has achieved 100% automatic occupancy detection, with the number of occupants, and I rather suspect it cant be done (but never say never).
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/uxWrtphs_iM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/a9033515-a268-4c0a-ad78-52bed12db70f%40googlegroups.com.
Obviously this is a problematic area to solve. Using phones are not the best option since they try to save energy shutting down wifi (at least this is valid for iPhones).Alternative solutions also depends on the layout of your premises. A simple entry/exit counting solution could be ok in one place but not for other layouts. Otherwise, a wireless tag based system could be suitable (using BLE for instance) but it will require you to carry a device with you.Personally I use video motion detection for the surroundings of our house but I think it could actually be used in a clever way for indoor presence detection (as benefit, or disadvantage, depending how you see things, you get video monitoring indoors). As software, I use Motion, a very powerful software with lots of features. I run everything in a RPi3, with HD nightvision cameras connected & powered via the USB ports (without external USB hub, I think 2 cameras per RPi3 is maximum).Every time motion is detecting movement, an event is sent to my Node-RED based home automation system. I imagine those type of events could be used for presence detection routines that are defined & built in Node-RED.But also a dog would eventually cause presence. True or false, depending on how you see it
RFID Tag?
On 25 February 2017 at 10:34, 'Mike Biddell' via Node-RED
<node...@googlegroups.com> wrote:
>
> I have a network of 433 sensors (including door contacts) and the PIR also
> turns on my stair lights.