-
Notifications
You must be signed in to change notification settings - Fork 21
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
Trying to solves asev#52 #53
Conversation
home-assistant_uponor_2024-07-04T12-23-36.024Z.log Hopefully this goes in the right direction with this logging. If something else needed, let me know (and also where to find as I am kind of new in HA and no software/IT background) |
You need to change files climate.py and init,py in your custom_components/uponor folder with my files in this PR and restart, then post new homeassistant log file |
After change the files climate and init, the intergration doesn't start-up anymore. Can't run any debug file as it is not available Edit. My mistake, did something wrong. See the new log file 2024-07-04 15:52:56.355 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthings_soundbar 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 |
Ok , log it shows all work fine. If integration work fine , and update states, only wait possible api errors or warnings tomorrow, I send you new code to solves this warning: Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor |
It's update with the suggestion above, but it stopped again after approx. 1 hour it seems. |
Try to solves asev#52
Ok, i commit new changes to files, You need to change files climate.py, switch.py and init,py in your custom_components/uponor folder with my files in this PR and restart, then post new homeassistant log file Thanks |
Here you go, the new log files; 2024-07-05 11:38:30.276 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthings_soundbar 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 |
Thank you for the contribution ❤️ |
After 11 hours, it's still working! So far so good 👍 |
Trying to solves #52