Maciej Bieniek
Maciej Bieniek
HA 2024.9 migrates `pysnm-lextudio` package to original `pysnmp` (`pysnmp` has not been developed for some time because its creator died). As you can see for core installation migration did not...
> After doing this I get the error: You need: ``` pip install --upgrade pyasn1==0.6.0 ``` Look here https://github.com/home-assistant/core/pull/125712
> Anyone can help me please. I guess you have to activate the python virtual environment first `source /bin/activate`. You just need to know where the `venv` folder is in...
#126488 was not intended to fix this problem. I have tried to reproduce the problem on HA OS and HA Core multiple times and have failed, so I suspect some...
Just before the Tractive error, your log shows a custom integration blocking the event loop. Please check if the problem occurs when you run HA in [safe mode](https://www.home-assistant.io/docs/troubleshooting_general/#restarting-home-assistant-in-safe-mode). ``` 2024-10-02...
We can only make 50 requests to AccuWeather API per day. Currently the integration uses 36 requests per day for current weather conditions (updated every 40 minutes) and 4 requests...
> what about allowing a second, optional api key for hourly forecast in the home assistant integration configuration This would be a violation of AccuWeather's terms of use, so we...
> Also I've noticed that when I try to fetch more than 12 hours of hourly forecast then I get an API error. Is this expected from your experience? For...
> I was not sure if I need a separate websession for AccuWeatherHourlyForecastDataUpdateCoordinator (probably not). No
If you are creating a new integration, I encourage you to try adding it to the HA core repository. This is definitely the best way to reach users. Of course,...