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

Forecast not working anymore after updates #34

Open
EdgarM73 opened this issue Jan 31, 2025 · 1 comment
Open

Forecast not working anymore after updates #34

EdgarM73 opened this issue Jan 31, 2025 · 1 comment

Comments

@EdgarM73
Copy link

EdgarM73 commented Jan 31, 2025

Hi,

my forecast is not working anymore, might be due to the update to 0.1.17.
also i have updated HA from 24.12 to 25.01

I am not sure how to fix it.

homeassistant.helpers.device_registry.DeviceIdentifierCollisionError: Identifiers {('upnp', 'uuid:75802409-bccb-40e7-8e6c-E0286D69A67D::urn:schemas-upnp-org:device:InternetGatewayDevice:1'), ('upnp_host', '192.168.30.1')} already registered with DeviceEntry(area_id='flur', config_entries={'01JC8PWD3AEN2GDPVHV55R0X4P', '01JCDB2SH2583YMJ70WTMVZ1JD'}, configuration_url='http://192.168.30.1', connections={('mac', 'e0:28:6d:69:a6:7d')}, created_at=datetime.datetime(2024, 11, 11, 10, 7, 45, 476403, tzinfo=datetime.timezone.utc), disabled_by=None, entry_type=None, hw_version=None, id='b3f1e489660562b7b682c5febb0ee220', identifiers={('upnp', 'uuid:75802409-bccb-40e7-9f6c-E0286D69A67D::urn:schemas-upnp-org:device:InternetGatewayDevice:2'), ('upnp_host', '192.168.30.1')}, labels=set(), manufacturer='AVM', model='FRITZ!Box 7590', model_id=None, modified_at=datetime.datetime(2025, 1, 30, 14, 2, 19, 969538, tzinfo=datetime.timezone.utc), name_by_user=None, name='FRITZ!Box 7590', primary_config_entry='01JCDB2SH2583YMJ70WTMVZ1JD', serial_number=None, suggested_area=None, sw_version='8.00', via_device_id=None, is_new=False, _cache={}) 2025-01-30 15:02:20.460 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'open_meteo_solar_forecast': Unable to import component: No module named 'open_meteo_solar_forecast' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 334, in _async_setup_component component = await integration.async_get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1035, in async_get_component self._component_future.result() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1015, in async_get_component comp = await self.hass.async_add_import_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self._get_component, True ^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/loader.py", line 1075, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func return func(*args, **kwargs) File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1026, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/config/custom_components/open_meteo_solar_forecast/__init__.py", line 10, in <module> from .coordinator import OpenMeteoSolarForecastDataUpdateCoordinator File "/config/custom_components/open_meteo_solar_forecast/coordinator.py", line 13, in <module> from open_meteo_solar_forecast import Estimate, OpenMeteoSolarForecast ModuleNotFoundError: No module named 'open_meteo_solar_forecast'

regards
E

@EdgarM73 EdgarM73 changed the title weird issue Forecast not working anymore after updates Jan 31, 2025
@rany2
Copy link
Owner

rany2 commented Feb 8, 2025

Are you using Docker by any chance?

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

2 participants