i am using the latest hass.io release and the latest beta of the new mobile App (2.0.0 (58)). I have mobile_app: and zero_conf: in my config-file and also connected the App with my hass.io installation. Most things work fine. I also have new services for notify.mobile_app_tims_iphone which is working fine. But I am not able to get the device tracker working. I have [sensor.geocoded_location_13] which is updating, but no device_tracker component is created.
I set up an empty known_devices.yaml file, before installing the app but no new device is created. Auto-Discovery is turned on.
Okay, go through these instructions to reset the app entirely and go through onboarding again which will create the device_tracker. BTW, before you do that, make sure you donāt actually have the device_tracker. It has a crazy random name right now, like device_tracker.dfas8asm348 or something.
I had the same problem, I solved it by uninstalling the beta app and then reinstalling again which is the last step of the cleaning between buildsā¦
Tracker has a long name and is the UDID of the iphone
It did the above steps sseveral times, but nothing changed. The sensor.geocoded_location is updating but no device_entity is created.
I tried it with an iPad and my iPhone but neither of it worked.
Not sure whatās going on, but obviously its something specific to your setup. You are most likely just not seeing the newly created device_tracker entity. Can you please triple check every device_tracker entity for anything that looks like a random string?
Iām sorry, but there are no entitiesā¦ Do I need any component which might me loaded in default_config? I disabled default_config and added the components I need manually, as shown in my config above.
Is it possible that it has something to do with a manual installation method? I first wanted to try the hass.io image, but when I plug in the SD-Card I just got an Error: āEthernet not found!ā although an Ethernet Cable is plugged in.
So in installed a normal raspian image and installed all recommended packages + docker following this guide: https://www.home-assistant.io/hassio/installation/
Is it possible that I need another package?
p.S. The Wifi-Setup Method didnāt work for me. Always the same Error. I used Etcher on MacOS and Windows.
I finally got it working. I updated to 0.94.4 and installed the latest iOS Version in TestFlight. I removed the Persons in the entity-register. After reinstalling the mobile app as you mentioned before the device_tracker showed up and and showed me home so Iām happy now and hope to help somebody with the same problem
I was having the same problem as you were, but I fixed it. In my case, I had a non-English character in the friendly name of the device. It didnāt prevent it from being recognized and all the sensors showed up, but I could not get HA to send notifications to it. I changed the name, removing the accent, rebooted and it all works now.
I donāt know if thatās your issue, but it my help you, or someone.