So far I’ve managed to get HA to show the Tile entities along with other useful information such as its GPS coordinates, last time seen, etc.
That being said, I have yet to find a way to directly ring the Tile from HA. Does anyone know if this is possible? Any help you might be able to provide would be amazing.
A Tile is a phyical device that is attached to devices that you may frequently lose. For example, I have a tile attached to my wallet and a tile attached to my keys. Within the Tile app on the phone, if you press the ‘Locate’ button my wallet will ring so that I can find it. I can also do the same for my keys.
What I would like to be able to do is press an icon within HA and either my keys or my wallet would ring depending on which icon I press.
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”
Hey apologies for reviving a dead(?) topic but I’m looking to buy some of these and wondered if it might be possible to ring it with a custom command using the alexa media player integration?
Something like…
service: media_player.play_media
target:
entity_id: media_player.office_echo
data:
media_content_type: custom
media_content_id: 'ring the tile on my keys'
Thanks for the idea!
I think the same is possible with the Google Assistant SDK, so you wouldn’t even need an Alexa device.
I have given it a couple of tries now and so far I couldn’t ring my tile with the SDK, but turn off lights. Since my Google assistant on the phone can actually ring the tile, I think it is just a matter of a couple of tweaks
Nice idea, I just tried this using the Call Service action from a card. I’m using the Google Assistant SDK to send the command “Find my keys” to my google home account but no luck.
As I have voice match enabled Google responds with…
“I couldn’t verify your voice, so I can’t interact with Keys.”
I guess you could turn off Voice Match but I find it pretty usefel with other people using our Google Home speakers.
I’m using the same thing for my phone and for some reason, that doesn’t need to verify my voice, it works perfectly.