Group multiple ESPresence BLE trackers into one "Person"

Hello.

I have ESPresense with BLE against Apple iWatches working great, tracking the irk and these are awesome. They detect seemingly instantly when the wife and I are home, awesome, super reliable.

I would like to create a group that I can use in automation’s for when both wife and I are “Not_home”. I would like to fire frigate camera events such as person detected based on if we are both not home.

I have been reading the forums, posts and looking at “people” and “Groups”.

Why I’m stuck is because the devices to group together are not “trackers” or “people” but sensors and I’m stuck on home to make something that I can detect against as in the state “Not_home”.

Example of one BLE sensor driven by ESPresense posting to MQTT:

Entity: sensor.susan_iwatch
States attributes:

distance: 8.09
friendly_name: Susan iWatch

Can anyone help show me how to make a group that I can use to show if we both away?

Thanks.

This is exactly the benefit of the person entities.

Just relate the trackers to the particular person. Once all the BLE trackers show “not_home” then the person entity will be “not_home”.

1 Like

This person has published a youtube video and blog on creating device trackers from Espresense sensors. Once you have a device tracker you can add it to the Person entity as mentioned above ESPresense v3 - Room level presence detection with ESP32 and Home Assistant | fixtSE

1 Like