IoTone / ProjectGyr

ProjectGyr is a presence tracking/foot traffic tracker built using RFID for easy tracking of visits and user movement
BSD 3-Clause Clear License
3 stars 0 forks source link

Add PresenceTrackr Tab #14

Open truedat101 opened 5 years ago

truedat101 commented 5 years ago

This tab detects the presence of a person or other named thing. Use a people.yaml or people.json to create tag ID to Name mappings. Any tag ID that shows up in the antenna read will be displayed in a LIFO list of names or tag IDs. So for example, if "Johnny" is standing in front of the sensor, then display the name Johnny on list. When Johnny leaves the area, remove Johnny from the list. If no mapping exists, just display the tag ID.

truedat101 commented 5 years ago

This is an RFE from @tagstand2

davicitoafc commented 5 years ago

So is this list going to look similar to the other list except that it will disappear once the tag id leaves? @truedat101

truedat101 commented 5 years ago

Yeah, let's try that idea. Ordered by newest to oldest.

davicitoafc commented 5 years ago

Created tab and routes for this view so far. Now getting the list setup.

truedat101 commented 5 years ago

@davicitoafc the tags show up after some amount of time (maybe 15 -30 seconds). However, they don't seem to leave the list unless something new comes in, and even then the list sort of stays there and just pops on new stuff.

What determines when something is added?

What determines when something is removed?