Hello,
I’m new to HA and have a problem with the temperature range for the Danfos Varmo TZ Pro (014G0806) thermostat. The thermostat works in the temperature range of 4-28 °C, but HA automatically offers me a temperature range of 7-35°C, which causes me problems with operating the thermostats. Is it possible to change the temperature range to the desired limit?
I tried the procedure according to the instructions in Thermostat Card min and max temp display, post from Ana06. Unfortunately the edit doesn’t work for me. I can’t implement a post from jksalvo.
Thanks for any direction to fix the problem.
I checked in the z-wave-js database (here - https://devices.zwave-js.io) and your TRV is not listed (014G0806). Other valves in the series are listed (014G0800/4) Perhaps this is the problem. You may wish to submit the valve for inclusion to the z-wave-js team.
Your written English is very good so there is no reason to apologize!
A Z-Wave JS device configuration file won’t help with setting thermostat min/max temperatures. That information is obtained directly from the device, if it is supported. If not supported, such as this Danfoss device (too old), the defaults 7/35 are used.
The customize method currently works for me. Adding this to configuration.yaml is reflected in the Thermostat UI, as well as the entity’s attributes (mine are in F):
It required a restart of HA to be applied. Using the “Reload Location & Customizations” from the Dev Tools YAML QuickBar does not work for me.
You can also use alternative Cards like the Mini Climate Card, which let you manually specify min/max temperatures for the Card itself. If your goal is to just change the temperature ranges for the UI, this works. I personally prefer that particular card anyways.
Thank you very much for your advice.
I don’t know why but the setting in configuration.yaml doesn’t work for me. Mini Climate Card is a very good solution. So I went this route.
Yeah the customization worked for me as-well. Thanks for this. Surprised that this does not work out of the box with my thermostats though. They are long time supported ones that should work well.
Heatit Thermostats Z-TRM3 (x2)
z-Wave JS v. 1.15.11
# Climate sensors not reporting correct min and max settings temperature
climate.termostat_bad_1_etg:
min_temp: 15
max_temp: 60
climate.termostat_bad_uetg:
min_temp: 15
max_temp: 60
I use this configuration quite a while and it worked perfectly, but know I have the issue that it is not considered anymore when using the climate.set_temperature service.
I’m using ZWaveJS UI 3.13.0 with HA 2024.9.3 and setting the temp will always be validated against the default min_temp, max_temp settings of HA (which is 7 … 35 degrees).
The dev-tools shows the configured customized values for my configured entity-values in the min_temp, max_temp attributes and the climate card also show them. But the climate.set_temperature action does not consider that values.
Has anyone else seen this issue and found a solution?