-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update HA #44
Comments
See pull request #43 |
I have fix #43, #40 and some other small changes in my fork. You can use that if you want (or fork that): |
For me those sensors are working fine, so you can probably re-enable them 🙂 |
@Marck any reason why you did not open a PR for the changes you made? |
The Sensors are working fine for me too. (Remeha eTwist) |
Hi, after the update to HA 2023.5.2 and the integration update with the latest one proposed by HACS, the values are no longer updated automatically (outside temperature, water temperature, water pressure, etc...). |
Indeed. Since an HA update the sensors are not updated any more. @alessandrobenevelli as the manual refresh is working and the values are right, it looks like it is an issue with the integration and not with the API itself. |
Hi, I have now updated HA to the latest version 2023.5.4 but the integration still does not update the values from the sensors (which work correctly even using the BAXI app).
|
As I can remember this was only a WARNING in older HA versions. Now it looks like it is an ERROR and so the other sensors are not updated because of the exception. I've temporarily set the availabilty of the Error and Status sensor to False in sensors.py an now the other sensors are updated. |
@schinddo could you post the fix you put and the full path to the fixed file? THX |
I have just fixed the issue. Just comment out the |
Great fix, thanks. Status and errors sensors are back now. Temperature sensors are updating as well. |
perfect the fix works! Thank you very much |
2023-05-05 15:47:51.357 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration bdr_thermostat 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-05 15:54:07.759 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/init.py", line 62, in async_setup_entry
2023-05-05 15:54:38.397 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry BDR Thermostat for bdr_thermostat
File "/config/custom_components/bdr_thermostat/init.py", line 62, in async_setup_entry
The text was updated successfully, but these errors were encountered: