You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On HASS startup I get ERROR logs in Home Assistant Core complaining fusion_solar does not generate unique IDs: 2025-01-10 13:30:02.518 ERROR (MainThread) [homeassistant.components.sensor] Platform fusion_solar does not generate unique IDs. ID fusion_solar-<some-id>-<some-property> already exists - ignoring sensor.<plant-name>_<same-id-but-lowercase>_<some-property>
I get this error for properties realtime_power, total_current_day_energy, total_current_month_energy, total_current_year_energy and total_lifetime_energy.
However, everything works fine. Data is coming in, there are no duplicate sensors.
This does not appear to break fusion_solar but it might be worth investigating.
** Debug information **
Answer the questions below before submitting a new issue.
Are you using the latest version of Home Assistant?
Yes
Are you using the latest version of this integration?
Yes
Have you looked into the closed issues and did not find a similar issue.
Yes
Are you using Kiosk or Northbound / OpenAPI mode?
Kiosk
Describe the bug
On HASS startup I get ERROR logs in Home Assistant Core complaining fusion_solar does not generate unique IDs:
2025-01-10 13:30:02.518 ERROR (MainThread) [homeassistant.components.sensor] Platform fusion_solar does not generate unique IDs. ID fusion_solar-<some-id>-<some-property> already exists - ignoring sensor.<plant-name>_<same-id-but-lowercase>_<some-property>
I get this error for properties realtime_power, total_current_day_energy, total_current_month_energy, total_current_year_energy and total_lifetime_energy.
However, everything works fine. Data is coming in, there are no duplicate sensors.
This does not appear to break fusion_solar but it might be worth investigating.
** Debug information **
Answer the questions below before submitting a new issue.
Yes
Yes
Yes
Kiosk
Data is coming in, so URL is valid
N/A
Yes, but no relevant info found
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect there to not be ERROR logs on startup and then have everything work fine.
The text was updated successfully, but these errors were encountered: