-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple watches, example? #20
Comments
I'm trying to do the same thing. Did you mange to get this working? |
I detects all watches, eg here from my surroundings (3 diff watches) But they all report as one watch back to HA |
@stofakiller for the 3 watches, are they all Apple Watches and are they all different models of Watch? Ie Watch 4, 5 and 6? |
In my case both are different models one a series 5 and one a series 6. I would want to be able to identify which one is in the room if not both. As this will tell me who it is in a way. Any ideas on how to get that done? |
Some are my neighbors, so i dont know, but i think the code finds all possible watches... |
So far i cant find anything usefull in the data from the watch, i found out to change the code to my phone, so i think i'll try to make it track both my phone and my watch at the same time... |
It's been a while, but have you done this? |
I have given up on it for the time being. Without being able identify the exact device it won't work for my use case. |
Same here. It works really well but I need something that only works with
specific devices.
I've tried ESPresence and others but the overhead is too high.
I need a single-device solution, which this is, but it is not detecting
unique devices yet.
…On Wed, 23 Aug 2023 at 16:54, ArnoS146 ***@***.***> wrote:
So far i cant find anything usefull in the data from the watch, i found
out to change the code to my phone, so i think i'll try to make it track
both my phone and my watch at the same time...
It's been a while, but have you done this?
I have given up on it for the time being. Without being able identify the
exact device it won't work for my use case.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGVQWZO3NBH4VEEPJV5YC3XWYRU5ANCNFSM5RI2MTQA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi @dalehumby
First of all - great work! Thanks!
Can you possibly provide an example of a setup with multiple watches (different generations) and multiple ESPs (in different rooms) giving me binary_sensors.presence for each person in HA?
I would very much like to use this for tracking wether my wife, the kids or myself are at home or not.
Thanks!
The text was updated successfully, but these errors were encountered: