#IOS app only updates when oppened
1 messages · Page 1 of 1 (latest)
Hi, can you check the ios app setting "Background App Refresh"is enabled and "battery saver" is disabled on your phone? I heard a "clear storage" of app could work here too.
Also make shure you HAOS is up-to-date 😉
and companion app is set with background access
hence i dont use iOS, dont know about version numbers, latest iOS running ?? there have been some issues with previous os
Make sure you have the remote connection configured correctly. Ensure that the user logged into the app can also log in remotely and not just locally. Check if iOS app permissions are correct (loca...
Every sensor only updates when I open the app it is like the app is not updating in the background
Have you checked all steps from the link above?
It says “location” but applies to other sensors as well.
yes but no luck
When in background it never updates or just takes long to update? (Like 15min-1hr)?
ngl i wrote a automation for that
alias: Auto - Force iPhone Update (every 5 Mins)
description: "This automation sends a request_location_update to your iPhone every 5 minutes. This ensures that your device automatically updates its battery level, Wi-Fi status, and location information."
triggers:
- minutes: /5
trigger: time_pattern
actions:
- data:
message: request_location_update
action: notify.mobile_app_YOUR_IPHONE
mode: single
this does a request to ur phone every 5 min
updates, position, wlan battery
@bold swallow
there is a shortcut in the shortcuts app on the iphone aswell thats called ,,update sensors'' but idk if that works
does nto fix the isssue it is more like the ios app does nto want to conenct idkw hat the issue is
iOS has strict background refresh limitations, and the HA app may not be able to update battery status in the background as reliably as it does on Android. This is a common limitation of how iOS handles background app activity to preserve battery life and privacy.
Hi Chris, so no config or changes from HA will work, pure ios issue?
Rip