Hello
I have a new build of Hassio (2 days old) almost done nothing to it so far (91.2) I have installed the iOS app on my phone. 2 out of 3 components loaded and I got ticks (Device tracker missing). I read a few posts about the āDevice IDā being critical in its naming. So I retried with my name and adding an underscore - no go, tried with no spaces at all - no go. Deleted iOS.conf file and removed Hassio app and restarted but its still the same. Now nothing will load, the file āKnown_devicesā is never created and even if I add it manually it makes no difference. Also added iOS: to config.yaml
The one thing I have noticed is in the .ios.conf my ādeviceIdā has 2 spaces at the end inside the brackets. If I manually delete these / save & reboot they come back + I end up with an additional sensor for my phone battery and state on no 7 now
Should I start again with a fresh build before I get too deep, I was hoping this would be an out of the box easy add. I have had builds in the past and never had a problem with this before. I think my last build was 0.86 and was working just fine on the same iPhone.
My iOS.conf
{
"devices": {
"mattsiPhone ": {
"app": {
"buildNumber": 34,
"bundleIdentifer": "io.robbie.HomeAssistant",
"versionNumber": "1.5.0"
},
"battery": {
"level": 4,
"state": "Unplugged"
},
"device": {
"localizedModel": "iPhone",
"model": "iPhone",
"name": "Matthew's iPhone",
"permanentID": "10EB0ABB-4D16-4E21-B21A-B7C3058ABF48",
"systemName": "iOS",
"systemVersion": "12.2",
"type": "iPhone 8"
},
"deviceId": "mattsiPhone ",
"lastSeenAt": "2019-04-10T22:04:10.046810",
"permissions": [
"notifications",
"location"
],
"pushSounds": [],
"pushToken": "This space intentionally left blank"
}
},
"push": {}
}
Thanks All !