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

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

water_heater stopped working (RC300 / 04.07.05 / IVT / http) #51

Closed der-optimist closed 3 years ago

der-optimist commented 3 years ago

Describe the bug Some entities never worked (like energy consuption and heat pump modulation), but water_heater used to work. I was the target temperature that is set in the heat pump and I saw the current water temperature. But suddenly, it stopped showing these values. This happened approximately 36 hours after the last (automatic) restart of the heat pump (2020-12-15 02:46. Last received value is from 2020-12-16 13:00) I think the values are available in the debug scan. But I don't understand why the component doesn't get the values.

To Reproduce Don't know, sorry.

Expected behavior See temperature values in HA.

Screenshots image

image

image

image image

I deactivated the entities that did not work.

Version

Debug SCAN https://jsonblob.com/7a6a702c-4f3c-11eb-bace-c1b413863bd1

Additional context Thank you for your work on this component!

der-optimist commented 3 years ago

UPDATE: I just saw, that 2020-12-16 is the day I updated this component (time: 14:25) => so I think, the issue is related to the update

pszafer commented 3 years ago

can you paste screenshot from dhw1/water_heater Developer tools -> States? like this: image

And maybe select somehow what is not working or/and what are real values from thermostat.

der-optimist commented 3 years ago

image

Current Temp at the time of the debug scan was 43.9 C I use profile "high" so it showed 43C as a setpoint until the update. The thermostat shows setpoint 55C, but I think this is the point where that water heater stops heating (and 43 is the point where it starts heating).

pszafer commented 3 years ago

Should be fixed with 0.9.12. https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/releases/tag/v0.9.12

If issue still persist we can reopen.

der-optimist commented 3 years ago

It's working again, thank you very much!