bosch-thermostat / home-assistant-bosch-custom-component

HA custom component for Bosch thermostats
Apache License 2.0
234 stars 45 forks source link

Detected that custom integration 'bosch' accesses hass.helpers.dispatcher #409

Closed haaino closed 6 months ago

haaino commented 6 months ago

Hi,

I just installed HA 2024.5. In the log messages I saw these 2 remarks:



Hopefully this means something to someone.

Best regards, Haaino

Joker1300 commented 6 months ago

Hi, I have the same LOG since update to HA 2024.5. The gas consumption in the energy dashboard has not been recorded since then.

Best regards, Joachim

frank1665 commented 6 months ago

Kann die Probleme mit dem Gasverbrauch im Energie-Dashboard bestätigen. Beste Grüße Frank

Kaufi206 commented 6 months ago

Same here. No gas consumption after the HA 2024.5 Update. Then i deleted the integration and after that i wanted to reinstall it, but i got the error message: wrong IP address or password. I checked both but they didn't changed.

tvc-dps commented 6 months ago

have the same error records and energy consumption not displayed - unknown, no option of m3, but just display J and Wh options

tvc-dps commented 6 months ago

There couple of functions should be rewritten to support 2024.5.2 version specifically async_write_ha_state -> schedule_update_ha_state , reference https://github.com/tefinger/hass-brematic/pull/15

and not sure, but to support python 3.12 async_create_task -> asyncio.run_coroutine_threadsafe, async method for python 3.12