custom-components / places

Component to integrate with OpenStreetMap Reverse Geocode (places)
GNU General Public License v3.0
110 stars 22 forks source link

Always shows 'Unknown' #250

Closed noocyte closed 9 months ago

noocyte commented 9 months ago

My tracked entity (device_tracker.tesla_location) works for a 'map' visualization, but fails for 'Places'.

Log

Logger: custom_components.places.sensor
Source: custom_components/places/sensor.py:546
Integration: Places (documentation, issues)
First occurred: 22:04:43 (7 occurrences)
Last logged: 22:30:22

(Tesla Plassering) Tracked Entity (device_tracker.tesla_location) Latitude/Longitude is not set or is not a number. Not Proceeding with Update.

Any idea on what I've done wrong?

Snuffy2 commented 9 months ago

The Tesla and Teslamate integrations always report a GPS Accuracy of 0 regardless of how accurate the GPS Accuracy actually is. In the places configuration for this sensor, set Use GPS Accuracy to False and it should start working.

noocyte commented 9 months ago

Magical! Thank you @Snuffy2 !