Hi everyone,
I have started a migration project from Telldus to HA and is going perfect actually; however it seems that I have been falling into the device_tracker, geofencing, device tracking issues like everyone else using HA. Anyhow, I really need your help here as I am stuck with a HA without any device tracking.
This is my setup
- I’m running HA on my Rasp Pi with the latest hassio (0.65)
- I have two iPhones where I have installed the HA iOS App and configured the App for push and location
- Verified that
:ios
has been added toconfiguration.yaml
Everything ‘was’ working until I added bluetooth and nmap device_tracker, then everything became bluetooth and nmap only. I would say that bluetooth did work well, however I would like to use the GPS information also, so then I started to se if I could get the HA iOS App location information/status back into HA. (this I shouldn’t have done – as ever since I haven’t been able to re-active my iOS track status… this is what I would like your help)
So, status is… I have disabled bluetooth and nmap and tried almost everything I could fine to get HA iOS App to report home/not_home status without luck.
I have tried to remove the .ios.conf
and known_devices.yaml
however it didn’t help, well it clean up the HA GUI but didn’t solve my issue. Further now, when I start the iOS app and loads the HA site, is seems to be working fine, and it even reports battery state, but when I verifies the status marks under Settings all the iOS components are X and not Checkmarked … pushing Save makes then OK until next re-start of the iOS app.
The files .ios.conf
contains my iPhone information but no new known_devices.yaml
has been re-created by the system. Last time I tried to re-create the file manual, the phone are the visible in the HA GUI but doesn’t get updated with location information, hence always on not_home state.
…and last - even though I have removed and configuration files has been re-created, the battery entities remains + a sequent number sensor.iphone_8_battery_state_3
. I better add that the iPhone is named ‘iPhone 8’, the HA iOS App Device ID is ‘xxxx_iphone8_app’ and within the HA gui the phone battery are named ‘iPhone 8’. I guess it reads the hostname from the phone and uses this at friendly name.
So what would I have to do, to re-set everything and get HA iOS app Geofencing to work again, how do I remove any cached information and how does a working HA Geofencing configuration look like. (… I would like, if some how possible, to have HA iOS GPS + Bluetooth and NMAP if possible, but lets start with HA iOS app)
Any hints on getting the iOS tracking back?