Skip to content

iOS Lock Screen Widgets #2937

Description

@andy-81

iOS device model, version and app version

Model Name: iPhone 14 Pro
Software Version: 17.6.1
App version: 2024.8 (2024.783)

Home Assistant Core Version
2024.8.3

Describe the bug
I am no longer getting any data showing in my lock screen widgets. I used to have my car’s battery level, range and time to charged showing on my Lock Screen but since updating this has stopped working.

To Reproduce
I have tried pulling in other sensor data into the display without success so it doesn’t appear to be linked to the sensors I am pulling as I am unable to get anything to pull through.
I have tried to delete the app and reinstall the companion app however this doesn’t appear to have resolved the issue.

Expected behavior
Sensor data should show on the Lock Screen, in the screenshot below the sensor data should show on the left under the date and time beside my other two widgets which are being driven from other apps (HomeKit and VW)

Screenshots
IMG_3285

Additional context
The sensor data was showing and below is the code I was using to drive the data, if I use the sensor data in the template tap the data is pulled through in the app and web page (developer tools section)

Range: {{ states('sensor.blue_steel_range') }}

{% if is_state("switch.blue_steel_charger", "on") -%}
TTC: {{ state_attr('sensor.blue_steel_charging_rate', 'time_left') }}
{%- else -%}
Battery: {{ states('sensor.blue_steel_battery') }}%
{%- endif %}

Not sure if it is anything to do with the app update or the core software update as both updated on my phone around the same time. Hoping maybe someone else is having the same issue to help understand where the issue is coming from but couldn’t see anyone else with the issue on here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions