Skip to content
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

Open
martinrosenauer opened this issue Mar 21, 2022 · 9 comments
Open

Multiple watches, example? #20

martinrosenauer opened this issue Mar 21, 2022 · 9 comments

Comments

@martinrosenauer
Copy link

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!

@ArnoS146
Copy link

Hi @martinrosenauer

I'm trying to do the same thing. Did you mange to get this working?

@stofakiller
Copy link

I detects all watches, eg here from my surroundings (3 diff watches)
�[0;36m[D][ble_adv:077]: Found Apple Watch (mac 57:EC:5A:F5:5C:98) rssi -51�[0m
�[0;36m[D][sensor:125]: 'Jan Apple Watch bil RSSI': Sending state -70.86550 dBm with 0 decimals of accuracy�[0m
�[0;36m[D][sensor:125]: 'room_presence_debounce': Sending state 1.00000 with 1 decimals of accuracy�[0m
�[0;36m[D][script:020]: Script 'presence_timeout' restarting (mode: restart)�[0m
�[0;36m[D][ble_adv:077]: Found Apple Watch (mac 6C:CC:63:A9:B6:41) rssi -75�[0m
�[0;36m[D][sensor:125]: 'Jan Apple Watch bil RSSI': Sending state -72.10585 dBm with 0 decimals of accuracy�[0m
�[0;36m[D][sensor:125]: 'room_presence_debounce': Sending state 1.00000 with 1 decimals of accuracy�[0m
�[0;36m[D][script:020]: Script 'presence_timeout' restarting (mode: restart)�[0m
�[0;36m[D][ble_adv:077]: Found Apple Watch (mac 7B:75:FF:8B:75:79) rssi -88�[0m
�[0;36m[D][sensor:125]: 'Jan Apple Watch bil RSSI': Sending state -76.87409 dBm with 0 decimals of accuracy�[0m
�[0;36m[D][sensor:125]: 'room_presence_debounce': Sending state 1.00000 with 1 decimals of accuracy�[0m
�[0;36m[D][script:020]: Script 'presence_timeout' restarting (mode: restart)�[0m

But they all report as one watch back to HA

@townsmcp
Copy link

@stofakiller for the 3 watches, are they all Apple Watches and are they all different models of Watch? Ie Watch 4, 5 and 6?

@ArnoS146
Copy link

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?

@stofakiller
Copy link

@stofakiller for the 3 watches, are they all Apple Watches and are they all different models of Watch? Ie Watch 4, 5 and 6?

Some are my neighbors, so i dont know, but i think the code finds all possible watches...

@stofakiller
Copy link

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?

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...

@ripvega
Copy link

ripvega commented Aug 23, 2023

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?

@ArnoS146
Copy link

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.

@ripvega
Copy link

ripvega commented Aug 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants