Home Assistant for iOS 2.0 Beta Testing

Known issue I just mentioned about ObjectMapper. Fix will be in next build but it should be ignorable.

Yes sorry I missed that post somehow. Thanks again for the great work. Location services still seem to be missing

The location issue was covered in release notes :slight_smile:

Will be fixed in 0.91.2 which drops tomorrow morning Pacific Time.

1 Like

For some reason templated complications aren’t working for me. Though it could be linked to the fact that since 36 (I think) my number of remaining watch sends is stuck at 0
Tried removing sous from both phone and watch to no avail

Okay, so just figured out that one of the new bits of mobile_app wasn’t properly merged into 0.91. It’ll also be in 0.91.2 which as I already said comes out tomorrow morning Pacific Time. Until then, unless you’ve already found success with the app and mobile_app things probably won’t work. Sorry about that y’all, but at least it’s not me with the crashing bug this time :slight_smile:

Thansk Robbie for all the support! I just upgraded to 39 and rebooted home assistant, but indeed I still get the KeyError: 'rateLimits' Does that mean as you say that depends on 0.91.2 coming out?

Above you mentioned you need to add mobile_app, I am not sure that is always needed, or is it? In the documentation it states : This component is by default enabled, unless you’ve disabled or removed the default_config: line from your configuration.

Yep, 0.91.2.
Documentation is correct.

1 Like

Oh yeah, if you’re seeing a 404 error specifically, that means mobile_app isn’t loaded. Two options, your choice:

  1. Open the app Settings screen and just leave it there for 2 minutes or so. Assuming you have discovery in your configuration.yaml, mobile_app should automatically be set up, you’ll see lines about it in your HA logs.
  2. Add mobile_app to your configuration.

Ok. Just added mobile_app to my configuration.yaml file. This is what I get:

I’m running HA on FreeNAS in a jail. Do I need to install “PyNaCl==1.3.0” manually?

Edit: Ya that was it. Installed “PyNaCl==1.3.0” manually fixed it. Now I just need to figure out why the app has connection error.

Still same error in logs (and notification doesn’t fire) when using 0.10 or 0.1 as sound volume for critical alerts. Works only with 1

Hi Robbie,

Would these manifest themselves as below? The end result is location tracking doesn’t work as it seems it can’t be received on the HA side.

Received invalid webhook payload: extra keys not allowed @ data['source_type']. Got 'gps'
8:09 AM components/mobile_app/webhook.py (ERROR) - message first occured at 8:07 AM and shows up 8 times
Received invalid webhook payload: extra keys not allowed @ data['source_type']. Got 'bluetooth_le'
8:06 AM components/mobile_app/webhook.py (ERROR)
Received invalid webhook type: get_zones
8:05 AM components/mobile_app/webhook.py (ERROR) - message first occured at 8:03 AM and shows up 7 times

I believed he fixed the extra options errors with this PR to be released in HA 0.91.2
mobile_app fixes

Is / will there be a way to sync actions and actionable push notifications across ios devices? I haev the beta installed on an iPhone and iPad, and it appears I need to set the notifications and actions up on both?

1 Like

notify.mobile_app_shinydevice working well now, on build 39. :+1:

3 Likes

That PR fixed the update location issues but sadly it’s a total of 4 PRs for mobile_app going into 0.91.2.

Hi
Got 404 issue couple of times during the day. Right after that I tap “ok”,”done” and everything works.

I am on 91.0, using remote UI

That’s because of the missing get_zones call which was supposed to be in 0.91 but got missed during the cherry pick. Will be in 0.91.2 which leads me to my next post…

0.91.2 is delayed to tomorrow Pacific time, sorry everyone! Got another build coming up tonight though with more bug fixes and the return of all the sensors, except this time via mobile_app!

1 Like

I keep getting “Token is expired” and “An SSL error has occured”.
I’m not using cloud remote UI, but it doesnt seem to work without it, am i forced to use the cloud remote UI?

No, of course you aren’t required to use the remote UI URL.

Token is expired means the token legitimately is expired, or at least the app thinks it should be. As for the SSL error, is this a new thing you only started experiencing in 2.0?