J. Nick Koston

Results 1005 comments of J. Nick Koston

A handful of the shelly code owners have reviewed the code and can't find a path to allow this to happen under normal circumstances. Some of us have spent a...

Your callgrind files are impressive assuming they are 60s long. You have on of the busiest systems I have ever seen. Normal Mode - solarcastapi is using quite a bit...

It might be that whichever integration is causing the issue is only doing the non-thread-safe operations at startup. You might have to go the `debugpy` route instead to get asyncio...

> OK....so this is all a little bit weird. It actually behaves better with the debugpy: entry in the configuration.yaml....like basically no issue. Once debugpy is enable, it will turn...

From the asyncio logs, solcast_solar looks like its blocking the event loop for more than 20 seconds. Can you try disable that integration? `2024-05-10 07:30:57.136 WARNING (MainThread) [asyncio] Executing took...

https://github.com/oziee/ha-solcast-solar/blob/1a7f29b5cb7101cdb1e25ba7dcd2b2bf9662fe46/custom_components/solcast_solar/solcastapi.py#L111 There is some blocking I/O in that integration. Additionally it's leaking listeners. There are probably more issues but that's what's I saw right away

Please see https://community.home-assistant.io/t/psa-2024-5-upgrade-failure-and-dreame-vacuum-custom-integration/724612

Its also possible you have more than one integration causing issues. Please see https://community.home-assistant.io/t/2024-5-tracking-down-instability-issues-caused-by-integrations/724441

Please follow the instructions at https://community.home-assistant.io/t/2024-5-tracking-down-instability-issues-caused-by-integrations/724441 and post a callgrind file