Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware versions not updated in Device Info page #385

Open
markcocker opened this issue Jun 28, 2023 · 7 comments
Open

Firmware versions not updated in Device Info page #385

markcocker opened this issue Jun 28, 2023 · 7 comments

Comments

@markcocker
Copy link
Contributor

Version of the custom_component

VERSION = "0.0.23"

Describe the bug

I updated the Eddi firmware from 5.166 to 5.168. Sensor sensor.myenergi_eddi_13216250_firmware was updated correctly as shown in the logbook:

image

However the Device info page at URL https://localhost:8123/config/devices/device/81969428db84748bd0f6bbc7fffd3a66 also contains the firmware version and it was updated as shown below:
image

I tried in a private browser tab and got the same results.

@LeiChat
Copy link

LeiChat commented Jun 28, 2023

The firmware shown on the Device Info card and the value shown on the sensor are the same for me.
Perhaps there's a delay in the Device Info card value being updated?
Have you tried reloading YAML and/or restating Home Assistant?

image

@markcocker
Copy link
Contributor Author

I tried Setting > Restart Home Assistant > Quick reload and the firmware version on the device info page was not updated.

I tried Setting > Restart Home Assistant > Restart Home Assistant and the firmware version on the device info page was updated.

Is it expected to restart HA before this page is updated?

@LeiChat
Copy link

LeiChat commented Jun 28, 2023

Not sure, sorry. It seems more common for changes to HACS integrations to require a restart than some of the core integrations.

@G6EJD
Copy link

G6EJD commented Jun 28, 2023

In the Readme on line 3 it infers a restart of HA after changes

@markcocker
Copy link
Contributor Author

That section of the readme is about installing the custom component. This issue is unrelated to installation.

Is this page relevant? https://developers.home-assistant.io/docs/architecture/devices-and-services says 'The Entity Platform helper manages all entities for the platform and polls them for updates if necessary`

@reedy
Copy link
Contributor

reedy commented Sep 13, 2023

Possibly related to #375 ?

@trizmark
Copy link
Contributor

I thought this would be related to #375, but it's not. The entity holding the FW version updates correctly, but the device info page shows the old FW version until restart.
I am checking why the update does not happen as you should not need to restart HA for something like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants