Is it possible to add a /templates directory to the configuration so that templates can be translated into their native language?
For the geofence to become known, you need to go to your server → settings → geofence and create your own geofences. When your object enters the zone, device_tracker.your_device will display the geofence.
To see the address, add the following lines to the addons_config → a0d7b954_traccar → traccar.xml configuration file:
<!-- Geocoding configuration -->
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
<entry key='geocoder.key'>Your_key</entry>
<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
<entry key='geocoder.reuseDistance'>10</entry>
You can select the server closest to you. After geocoding you will see the address in the integration. Don’t forget to include your key.
I just replaced the end of the url with /login for my bookmark
Is this still true today in August of 2024?
And if so is there another way? Using a VPS in the cloud to point back to Home assistant? Using zero-tier or tailscale?
Thanks
As I understand it, the author no longer supports the add-on. I couldn’t get an answer either here or on Github.