agittins / bermuda

Bermuda Bluetooth/BLE Triangulation / Trilateration for HomeAssistant
MIT License
450 stars 10 forks source link

Last Seen (Last Area) Sensor #311

Open 6of6 opened 3 hours ago

6of6 commented 3 hours ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

6of6 commented 3 hours ago

I recently created my own sensor to save the last "valid" result from "sensor.phoneBLE_area". It was harder than I thought it would be.

My "problem" is that my phone will sleep from time to time (seems common). That said, it seems impossible to actually pick it up and move it somewhere WITHOUT "it" knowing. (It always wakes up).

I have a sensor that will show the last "valid" (not unknown/unavailable) location. I find it useful. I think it would be useful if it was built in.

Thank you for making such a useful integration/application!