Rudd-O / homeassistant-meteoswiss

:sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assistant (forked from websylv)
86 stars 10 forks source link

Integration not starting #11

Closed Toodrunkforthis closed 10 months ago

Toodrunkforthis commented 1 year ago

Some background, setting up the integration took me almost forever. For each step I had to wait betweent 10-20 minutes.

I am honestly pretty new to home assistant, hacs and do not have alot of programming expierience. This is the information I get with debugging:

2023-03-13 09:27:16.471 DEBUG (SyncWorker_12) [hamsclientfork.client] Get current condition for : SCM 2023-03-13 09:27:17.788 DEBUG (MainThread) [custom_components.meteo-swiss] Current configuration: {'postcode': 8630, 'forecast_name': 'Rueti', 'update_interval': 5, 'station': 'SCM', 'real_time_name': 'Schmerikon'} 2023-03-13 09:27:17.789 DEBUG (MainThread) [custom_components.meteo-swiss] Forecast Rueti will be provided for post code 8630 every 0:05:00 2023-03-13 09:27:17.789 DEBUG (MainThread) [custom_components.meteo-swiss] Real-time Schmerikon will be updated from SCM every 0:05:00 2023-03-13 09:27:17.790 DEBUG (MainThread) [hamsclientfork.client] MS Client INIT 2023-03-13 09:27:17.790 DEBUG (MainThread) [hamsclientfork.client] INIT meteoswiss client : name = Rueti / Schmerikon station = SCM postcode = 8630 2023-03-13 09:27:17.790 DEBUG (MainThread) [custom_components.meteo-swiss] Client obtained 2023-03-13 09:27:17.793 DEBUG (SyncWorker_13) [hamsclientfork.client] Start update forecast data 2023-03-13 09:27:17.892 DEBUG (SyncWorker_13) [hamsclientfork.client] End of forecast udate 2023-03-13 09:27:17.897 DEBUG (SyncWorker_13) [hamsclientfork.client] Update current condition 2023-03-13 09:27:32.792 DEBUG (MainThread) [custom_components.meteo-swiss] Finished fetching meteo-swiss data in 15.001 seconds (success: False)

badewanne1234 commented 1 year ago

My setup has run nice and smooth, did you restart once you added it to HACS? I suggest to remove it in full and start over, dont forget the restart once added to HACS

Rudd-O commented 10 months ago

This log message indicates you are using websylv's integration, not this one. This one logs under custom_components.meteoswiss. Sorry.