Closed ssorgatem closed 1 month ago
They had been working for months with the config above.
Now I tried removing the use of central configuration and setting minimum temperature to 16 and the temperature interval to 1 degree and now it works again.
So it looks like service validation got more strict in the latest core release and that's making those calls fall.
That's annoying because I alos have heating controlled by Vtherm and had everything in the centralized configuration, but the ACs don't accept temperatures below 16 while for the heating they are even part of some presets, so I cannot centrally put minimum temp to 16...
I have experienced the same problem. After updating to 2024.8(2024.8.1)
Hello, same experience with HA 2024.8. It was possible before but have been change somewhere in HA 2024.8
Does "Won't Fix" mean we're waiting for it to be fixed in Home Assistant? If so, has it been raised as an issue there yet? It seems like a fairly fundamental issue with HA, if it won't let thermostats control AC units!
Wont fix means I cannot fix this because it is related to HA 2024.8. I will try to know more about this.
But you just have to fix the min and max temperature accordingly to the error log you have: Accepted range is 16.0 to 30.0
.
You cannot set the temperature to 15°.
Thanks for the clarification. I've changed my minimums, and that's got things running again for me. Strangely, some of my minimums needed to be 16 and some 17, despite all my underlyings being the same equipment!
Also, for anyone who finds this conversation in the future through Google - 15, 16, or even 17 degrees is ridiculously cold for AC! Please aim for somewhere in the 21-25 region - better for you, better for the enviroment!
Just to clarify the need for temperature range: I use the VT to control many heat pumps that doubles as heating devices in the autumn/winter and AC in the summer. When used as heat pumps in my house & cottage - in the winter - the heat pumps is set to 10c to just keep it frost free when we are away (to save energy). The same goes for floor heating cables that I also control via VT. Conclusion: The VT needs to be able to operate from minimum 10c. (I actually have a need for VT to control an outdoor heating cable that should only kick inn below 1c - so I would like it to function even lower than 10c.)
I really love the VT integration – and it functions really well om my heat pumps and heating cables.
All credit to jmcollin78 👍
Thanks for the clarification. I've changed my minimums, and that's got things running again for me. Strangely, some of my minimums needed to be 16 and some 17, despite all my underlyings being the same equipment!
Also, for anyone who finds this conversation in the future through Google - 15, 16, or even 17 degrees is ridiculously cold for AC! Please aim for somewhere in the 21-25 region - better for you, better for the enviroment!
15, 16 and 17 are not unreasonsable in the winter though. Even lower temperatures for stuff like a greenhouse in the winter.
Also, even if the underlying climate doesn't support, say, 15, I think it should be possible for Vtherm to support it by just turning on and off the underlying climate as needed, but i guess this would be a different issue.
Just to clarify the need for temperature range: I use the VT to control many heat pumps that doubles as heating devices in the autumn/winter and AC in the summer. When used as heat pumps in my house & cottage - in the winter - the heat pumps is set to 10c to just keep it frost free when we are away (to save energy). The same goes for floor heating cables that I also control via VT. Conclusion: The VT needs to be able to operate from minimum 10c. (I actually have a need for VT to control an outdoor heating cable that should only kick inn below 1c - so I would like it to function even lower than 10c.)
I agree with that and my anti-frost temperature that was programmed to 10 is no more possible yet. I will try to have a look and understand why this change (not documented !).
Hello
I have now studied these issues in more detail in my installations of HA.
It seems that the problem originates from the underlying climate entity that VT is controlling.
It seems that the 2024.8 update resulted in several updates of the min/max set-temp settings in many of my underlying climate entities. In many cases the underlying climate entity got a narrower min/max set-temp range. Resulting in errors/malfunction when VT tried to set regulated temperature outside of these narrower boundaries that the underlying climate entities got after the 2024.8 update.
I have heat pumps that previously accepted a 10-35c set-temp range. But after 2024.8 they only accepted 16-31c. And that narrowing - for those exact heat pumps - was actually correct.
Other of my heat pumps kept the set-temp range from 10-35c. And that was also correct because those heat pumps actually are able to go as low as 10c.
I have also checked temp-range changes on heating cable thermostats. And there I also see some adjustment in the underlying climate entities temp-range.
I have updated the min-max set-temp range in my VT configs to be within the boundaries of the narrower min/max set-temp range of my underlying entities - and then everything works fine again.
So my conclusion is that the problem with malfunction when VT is trying to set underlying set-temp relates to an update in a narrower min/max set-temp range of some of the underlying climate entities. Thus the problem is not within the VT integration.
But the VT algorithm must not try to set regulated temp outside the min/max temp-range set in the VT config.
Regards Gunnar
Stumbled across the same. Seems like HA is now strictly enforcing the min and max setting of a climate entity.
I would suggest that regardless of the configuration VT limits its output values to the min_temp
and max_temp
values of the underlying climate entities. So it would at least set the min/max temperature allowed and not just error out.
Hello, the change are documented here for your information: https://developers.home-assistant.io/blog/2024/07/24/climate-min-max-temperature-check/
There is also others changes that are coming with HA 2024.10. Then I have publish a new release with a complete fix of these behavior (I hope so...).
Can you please give a try to the new release 6.3.0 and let me know if it fixes your cases ?
https://github.com/jmcollin78/versatile_thermostat/releases/tag/6.3.0
Hello I'm on a vacation this coming week. I'l test it when I'm back at home.
Hello
I have now installed 6.3.0 and HA 2024.10 It seems like it functions well But I had previously adopted my min/max temp settings in VT to avoid the errors. And I have not provoked the 6.3.0 with "wrong setting". So I really don't know if it would handle "wrong setting"
But when I upgraded to HA 2024.10 - with the new Repair feature. I got several issues. See attached image. I chose the "Delete all old statistical data for the entity" to solve the issues. That seems to work.
Regards
Gunnar
Hello @gunmalmg ,
Thank you for the report. I don't change anything on this, on this release. This is strange and when I install HA 2024.10.1 I got the same kinds of error but not on VTherm data.
By the way, you can safely remove the historical data
Version of the custom_component
6.2.9 and 6.2.8 Home Assistant 2024.8.1 on HAOS
Configuration
My VTherm attributes are the following:
Second Vtherm:
Describe the bug
Underlying climate temperature does not change
I'm trying to: Change the target temperature
And I expect: The target temperature to be changed in the underlying climate entity (I know it will not be an exact match to what is shown on the Vtherm climate)
But I observe this .... The underlying climate temperature does not change.
Before, when setting a manual temperature, or when changing between climate presets, i could see the temperature of the underlying climate entity changed. This was also reflected on the AC unit's display. The displayed temperature did not match exactly Vtherm's temperature, but that was expected. Now, however, the temperature doesn't change. I can manually change it from the Esphome integration, and whatever value I set there is left unchanged regardless of any change I do from Vtherm, and so is the actual functioning of the AC unit. his is happening with 2 different AC units, both controlled through Esphome.
I read the documentation on the README.md file and I don't find any relevant information about this issue.
Debug log