I am adding the tile integration now and hopes to make an alarm in case items are stolen.
After adding the integration I now have Entitys showing from my tile account. It asked for user name and password. For one of the devices it show the following attributes:
State: home
source_type: gps
latitude: xxxxxxxxx
longitude: -xxxxxxxxxxxx
gps_accuracy: 150
attribution: Data provided by Tile
altitude: 6xxxxxxxx
is_lost: false
last_lost_timestamp: ‘1969-12-31T23:59:59.999000’
ring_state: STOPPED
voip_state: OFFLINE
friendly_name: Desktop
icon: mdi:view-grid
It looks perhaps you would setup automation to monitor latitude and longitude, then set the State attribute “is_lost” to true - or “ring_state:” to true I see the current state now as home. So this can be used
Some time ago I had Bluetooth enabled on the raspberry pi 4 I think. I may try that again. The code I commented out in /config/configuration.yaml was:
“#device_tracker:”
“# - platform: bluetooth_tracker”
“# consider_home: 140”
“# new_device_defaults:”
“# track_new_devices: true”
I hope to repost my results