Hello,
I have some problem with proximity behaviur:
Here is my config:
proximity:
home:
zone: home
devices:
- device_tracker.life360_thierry_vorms
- device_tracker.life360_line_caron
tolerance: 100
unit_of_measurement: m
away_home:
zone: home
devices:
- device_tracker.life360_thierry_vorms
- device_tracker.life360_line_caron
tolerance: 50
unit_of_measurement: km
Basicaly, there is two proximity definitions for the zone, the proximity.home is very near home (under 100m), and the second, below 50 km)
I have to know if both person are away (more than 50 km)
Now I am at home and my wife away.
If I look at the proximity.home value, I read state 0 and the nearest is thierry -> that’s right.
If I look at the proximity.awa_home, I read state 82, and the nearest is line -> that’s false.
What is the state 82 ? distance ? status ?
I have to know if both person are away (more than 50 km).
How ca I do that ?
Many thanls !