Hello,
Can someone possibly help me get my espresense working correctly or possibly explain to me what I am looking at.
In the below picture, “Westons iphone” is shown very close (I went through the new “enrollment” process in version 3 of espresence)
However when I look at the device in home assistant which I configured in yaml as the code snippet below, it shows “not_home” as state and distance as unknown.
I’m really confused. Why is it saying “not_home” and distance to what?
I also have a espresence node set up for the gym in my house. It says “connected”. Screenshot below.
I feel like I’m missing something. The distance on the espresence website is distance to the gym node I believe. Why is this not showing up anywhere in home assistant. Do I have to do something to make it show up?
- platform: mqtt_room
device_id: "phone:westons-iphone"
name: "Westons iPhone Room Presence"
state_topic: "espresense/rooms"
timeout: 10
away_timeout: 120
- platform: mqtt_room
device_id: "irk:320470d9aa9a34cf8e28b6907d09a8a0"
name: "Westons iWatch Room Presence"
state_topic: "espresense/rooms"
timeout: 10
away_timeout: 120
Thank you all for helping me decipher all of this.