ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
338 stars 49 forks source link

Precision not working 0.1 values #27

Closed mupsje closed 2 years ago

mupsje commented 2 years ago

Precision not working.

precision (Optional): the displayed temperature precision (valid are 0.1, 0.5 and 1.0, default 0.1 for Celsius and 1.0 for Fahrenheit)

Not working at 0.1 values

ScratMan commented 2 years ago

Which temperature shows wrong precision ? Target temperature or current temperature ?

Please check with the two parameters below. The precision setting sets the accuracy of the current temperature display, rounding the temperature from the sensor. The target_temp_step setting selects the steps for the target temperature input (sliders or input boxes).