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

[ERROR] Platform fusion_solar does not generate unique IDs #222

Open
milansanders opened this issue Jan 10, 2025 · 0 comments
Open

[ERROR] Platform fusion_solar does not generate unique IDs #222

milansanders opened this issue Jan 10, 2025 · 0 comments

Comments

@milansanders
Copy link

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
  • If you are using Kiosk mode. Have you checked that the url is still valid? See I am using the kiosk mode, but the data is not updating
    Data is coming in, so URL is valid
  • If you ar using Northbound / OpenAPI mode. Check if your credentials are still valid. See How can I verify my Northbound API / OpenAPI credentials?
    N/A
  • Have you checked the logs for any info?
    Yes, but no relevant info found

To Reproduce
Steps to reproduce the behavior:

  1. Have fusion-solar integration installed
  2. Restart HASS
  3. Go to Settings > System > Logs > Home Assistant Core

Expected behavior
I expect there to not be ERROR logs on startup and then have everything work fine.

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

1 participant