-
Notifications
You must be signed in to change notification settings - Fork 8
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
Large vimar project cannot be loaded, crashes vimar server #62
Comments
are you sure your vimar web server is reachable at 192.168.1.90? do you have placed the web server's certificate into your config directory manualy? or what was your configuration? |
My config is the following: I rebooted everything and this are the complete server log with fresh started hassio and vimar webserver: |
what's weird is that after I try to connect via your integration to the vimar webserver it starts not responding to its webpage and eventually throws a 502: bad gateway error. |
yeah i see. the server is reachable but it seems your vimar project is pretty large: "found 47 rooms" there is currently no option to read devices in groups, so the only way would be to limit the user to certain rooms to check if the integration is working correctly - if this is even possible from vimar's permission model. |
Has anyone found a solution? I'm facing the same issue: when I try to add the integration, the web server crashes, and I have to restart it (directly from the switch of 01945). Could deleting some sensors in the sensors.py file help reduce the load on the web server? Is there a workaround for this problem? |
I'm trying to load the integration but it shows the attached logs and after it tries to establish the connection with the webserver this one becomes unavailable: it's stuck on loading if I try to access it from my browser and need to manually shut it down and back on in order for it to work.
2023-05-06 01:20:18.586 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration vimar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-05-06 01:20:18.597 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-05-06 01:20:44.529 DEBUG (MainThread) [custom_components.vimar] Configuration from yaml already imported: you can remove from yaml 2023-05-06 01:20:44.720 INFO (MainThread) [custom_components.vimar.vimarlink.vimarlink] Vimar link initialized 2023-05-06 01:20:44.721 DEBUG (MainThread) [custom_components.vimar] Updating coordinator.. 2023-05-06 01:21:14.723 DEBUG (MainThread) [custom_components.vimar] Finished fetching vimar data in 30.002 seconds (success: False) 2023-05-06 01:21:14.724 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.1.90' for vimar integration not ready yet; Retrying in background 2023-05-06 01:21:14.814 INFO (MainThread) [custom_components.vimar.vimarlink.vimarlink] Vimar link initialized 2023-05-06 01:21:14.814 DEBUG (MainThread) [custom_components.vimar] Updating coordinator.. 2023-05-06 01:21:15.210 ERROR (SyncWorker_3) [custom_components.vimar.vimarlink.vimarlink] HTTP timeout occurred 2023-05-06 01:21:44.817 DEBUG (MainThread) [custom_components.vimar] Finished fetching vimar data in 30.003 seconds (success: False) 2023-05-06 01:21:45.420 ERROR (SyncWorker_2) [custom_components.vimar.vimarlink.vimarlink] HTTP timeout occurred 2023-05-06 01:21:55.136 INFO (MainThread) [custom_components.vimar.vimarlink.vimarlink] Vimar link initialized 2023-05-06 01:21:55.137 DEBUG (MainThread) [custom_components.vimar] Updating coordinator.. 2023-05-06 01:22:25.139 DEBUG (MainThread) [custom_components.vimar] Finished fetching vimar data in 30.002 seconds (success: False) 2023-05-06 01:22:25.486 ERROR (SyncWorker_5) [custom_components.vimar.vimarlink.vimarlink] HTTP timeout occurred 2023-05-06 01:22:45.571 INFO (MainThread) [custom_components.vimar.vimarlink.vimarlink] Vimar link initialized 2023-05-06 01:22:45.572 DEBUG (MainThread) [custom_components.vimar] Updating coordinator.. 2023-05-06 01:23:15.575 DEBUG (MainThread) [custom_components.vimar] Finished fetching vimar data in 30.003 seconds (success: False) 2023-05-06 01:23:15.901 ERROR (SyncWorker_6) [custom_components.vimar.vimarlink.vimarlink] HTTP timeout occurred
Setup
The text was updated successfully, but these errors were encountered: