I’ve been having trouble getting the Title device tracker component working successfully. I’ve tried adding and removing different options for the platform but I’m getting this error which is above my understanding:
And I keep getting this error every time I restart Home Assistant:
Error setting up platform tile
Traceback (most recent call last):
File "/usr/src/app/homeassistant/components/device_tracker/__init__.py", line 179, in async_setup_platform
hass, p_config, tracker.async_see, disc_info)
File "/usr/src/app/homeassistant/components/device_tracker/tile.py", line 74, in async_setup_scanner
return await scanner.async_init()
File "/usr/src/app/homeassistant/components/device_tracker/tile.py", line 98, in async_init
await self._async_update()
File "/usr/src/app/homeassistant/components/device_tracker/tile.py", line 112, in _async_update
await self._client.asayn_init()
AttributeError: 'Client' object has no attribute 'asayn_init'
I’m running Home Assistant as a docker container, thanks in advance for anyone who has an idea.
I tried wingy’s fix and it seemed to work. Once my docker container updated to 74.1, the fix reverted back. I’m just going to wait till the fix is implemented in an update at this point.
Allright, I’ll do the same as I have no idea how to fix it
Did you have any experience with this tracker?
I am planning to tag the dog and use that to let HA know if the dog is at home or not (via mine or my gfs phone) and in turn fire off the Xiaomi vacuum
After coming home from vacation (during which HA stopped/crashed without recovering) and updating HA to version 0.75.1 the tile component seems to work, but only for my phone, not the paired tile…
The phone is already tracked with owntrachs, so I don’t need that.
Hmmm, really strange. I cant see any tile-related errors in the log,
I’m assuming that tiles also should be registered in “known_devices.yaml” ?
Does your tiles show up with the name you have set for them in the tile-app?
Hmmm, so I tried to remove tracking of my phone from the tile app as all I want to track is the tile I have in the app and that have tracking working (in the app)
Now HA gives me the message “No Tiles found” in the log.
Thanks!
That solved it! No idea why, because I have never hidden it and the app never said anything to indicate it is/was hidden.
Seems to be working as I planned Now I can see when the dog is not home and even where it is when we are taking her for a walk.
From that I can now make sensor for: how long is the dog home alone, how many hours of walks are we giving her…etc etc
@forschi Does your phone show up in the Tile app or just the tiles? I’m just starting to get setup with my 1st tile and I have not been successful yet.
@RonJ103 Hi Ron
Actually I have abandoned the idea of using the tile tracker. For some reason the reliability is at best very slo, normally not reliable at all.
Update of the position happens so randomly and sometimes can stop, so it’s not suitable a “live” tracking if you want to automate for example lights on/off in HA.
I could get it to work “ok” on my tiles/my phone, but my gfs phone would not update her tiles, sometimes for hours even when she was travelling with her phone+keys on her.
I have hidden my phone in the app, but it did show.
My working combo is Owntracks+BT+Wifi for occupancy tracking and its quick enough to register by the time I unlock my front door.