MislavMandaric / home-assistant-vaillant-vsmart

Home Assistant custom component for Vaillant vSMART.
MIT License
59 stars 12 forks source link

Set temperature not changing after heat/auto change #21

Open szmidtpiotr opened 2 years ago

szmidtpiotr commented 2 years ago

I'm using Vaillant Thermostat for my floor heating in the house in conjunction with Danfoss Alley thermostat in other rooms radiators.

Few weeks ago that was working ok, and now it stop for some reason - no changes on my Home Assistant was made.

How it works: I got 5 Danfoss Ally thermostat on radiators. If any of them got parameter heat_required as true, automation change Vaillant Thermostat hvac_mode to heat state. When non of the Danfoss thermostat have heat_required as true, then it change hvac_mode to auto state (it using schedules build into phone/Vaillant app).

So now, Danfoss thermostats are changing my Vaillant thermostat state, but but that doesn't make my furnace to start heating water.

So to star my furnace to heat work, Vaillant Thermostat addon should update set temperature: in state auto->heat +1,5*C of measured temp and when changing from heat->auto to set to temperature set in phone schedule

szmidtpiotr commented 2 years ago

testing it now, I also figured out that its not changing from state heat to auto, but stay in heat mode but only change hvac_action from heating to idle

szmidtpiotr commented 2 years ago

another finding. All automations are working correctly and changes are seen in physical thermostat and phone app immediately.

Unfortunately HA addon don't show changes, until hvac_mode is changed. Then addon is updated

MislavMandaric commented 2 years ago

Hey @szmidtpiotr. Thanks for using the integration and for reporting an issue 👍

This seems like the issue is that the state is not updated after action triggers the change. I think this might be connected to #5. I'll try to reproduce in my setup and reach out if I need more info.

szmidtpiotr commented 2 years ago

Hey @szmidtpiotr. Thanks for using the integration and for reporting an issue 👍

This seems like the issue is that the state is not updated after action triggers the change. I think this might be connected to #5. I'll try to reproduce in my setup and reach out if I need more info.

Any findings?

MislavMandaric commented 2 years ago

Sorry, not yet.

I'm currently working on #20 and after that's done, I'll check out this issue.

szmidtpiotr commented 2 years ago

Last few days I've been watching how my Vaillant heater been doing. It looks like previously when your addon get info to change into heating mode it was adding 1 or 1,5 degree Celcius to measured temperature. Last few days it stoped again. Also stoped changing to Auto state and back to scheduled temp.

Feel free to write me back if you need help to reproduce problem or take a peak into my setup - your addon is key component of my not-so-intelligent home ;)