Right now i think the best way to manage it is to identify what address triggers this mistake (probably with some place with the same name), and replace it with the right one.
I couldnt find the wrong words, i have inclusive placed the full address with postal code.
If we could limit to a specific country or city would be much easier i think
This sounds very interesting. When running the shortcut automatically, is it visible to the user? I’d like to use my Son’s iphone to update his airtag location but not if the shortcut is visible when running.
To avoid errors, and since all locations are the kidergarden, school, and grandparents house, i have placed all locations on find my device, as favorites, and so i will have names on all locations.
I’d like to give the locations coordinates, how can i do this:
{% if address == "Home" %}
{% set home = "COORDINATES" %}
{% else if address == "School" %}
{% set school = "COORDINATES" %}
{% else if address == "grandparents" %}
{% set grandparents = "COORDINATES" %}
It appears with MacOS 14.4 (running beta 5) that they now encrypt the findmy cache file we all use to harvest the location data from airtags. No more free ride, can’t read the file any more.
yup That sucks
@TiToTB is it possible to make the shortcut take several screenshot of the specific address of an airtag?
As you know if device is no updated for a certain period of time the address is missing from dashboard but still visible in the specifig airtag menu. It would be great if we can parse this address instead the generic one.
Probably, it means that the ‘id’ you are using doesn’t match the ‘id’ you have in your ‘knowm_devices.yaml’ file (you shouldn’t type ‘device_tracker.’)
Did you find a way to launch the shortcuts every x minute ?
EDIT:
Maybe i find something but only if you use a dedicated iphone/ipad for that:
On the shorcuts, add a 60 seconds delay before the “go to home screen”
On shorcuts app → automation, create an automation that execute your shorcut when app “Find” is closed.
And now, it’s like a loop, the shorcut is executing every minute.
Hi,
I have another question
My input_text.airtag only returns the name of the street and not the city, so the geolocation is often bad and the airtag is located in a completely different city…
How to manage this?