Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
14 stars 10 forks source link

Startup of Home-assistant taking very long due to velbus #72

Closed dverhelst closed 1 year ago

dverhelst commented 1 year ago

Hi,

It takes extremely long for Velbus to get 'settled' as it's waiting on some modules

2022-12-06 10:40:27.705 WARNING (MainThread) [velbus] Waiting for module 197
2022-12-06 10:40:27.707 WARNING (MainThread) [velbus] Waiting for module 198
2022-12-06 10:40:27.711 WARNING (MainThread) [velbus] Waiting for module 198
2022-12-06 10:40:27.713 WARNING (MainThread) [velbus] Waiting for module 224
2022-12-06 10:40:27.714 WARNING (MainThread) [velbus] Waiting for module 224
2022-12-06 10:40:42.718 WARNING (MainThread) [velbus] Waiting for module 160
2022-12-06 10:40:42.722 WARNING (MainThread) [velbus] Waiting for module 160
2022-12-06 10:40:42.725 WARNING (MainThread) [velbus] Waiting for module 167
2022-12-06 10:40:42.728 WARNING (MainThread) [velbus] Waiting for module 167
2022-12-06 10:40:42.730 WARNING (MainThread) [velbus] Waiting for module 194
2022-12-06 10:40:42.732 WARNING (MainThread) [velbus] Waiting for module 194
2022-12-06 10:40:42.734 WARNING (MainThread) [velbus] Waiting for module 197
2022-12-06 10:40:42.736 WARNING (MainThread) [velbus] Waiting for module 197
2022-12-06 10:40:42.737 WARNING (MainThread) [velbus] Waiting for module 198
2022-12-06 10:40:42.739 WARNING (MainThread) [velbus] Waiting for module 198

It keeps looping like this for at least 5 minutes. Then the status becomes OK. This has been happening ever since the 2022.11 release of HA.

There's nothing special about these modules, they function OK.

What information do you need to get the correct detail?

dverhelst commented 1 year ago

Seem to be all VMBGP4PIR modules, but all functionality is working 🤷

Cereal2nd commented 1 year ago

this was already handled in #66 but this is not yet in HA

dverhelst commented 1 year ago

Absolutely fixed it for me. Thanks @Cereal2nd !