Page 1 of 1

Create thermostat device with 1 degree increments

Posted: Wednesday 21 December 2022 17:31
by brjhaverkamp
hi all,

I am trying to write a plugin to control my pelet stove.
I am using a thermostat device, created in Domoticz to control the setpoint of the stove
However, I have a little anoyance I want to solve. The setpoint of the stove has 1 degree increments
The thermostat device has 0.5 degree increments. So changing between e.g. 18.0C and 18.5C doesn't do anything.
I would like to change the increment of the thermostat device, to also have 1 degree increments.
Can this be done? And if so, how?

Bert

Re: Create thermostat device with 1 degree increments

Posted: Wednesday 21 December 2022 19:15
by waltervl
The delta of 0.5 is hardcoded in javascript. See viewtopic.php?p=292161
But you need to do that change after every Domoticz update

Re: Create thermostat device with 1 degree increments

Posted: Thursday 22 December 2022 18:38
by brjhaverkamp
Thanks for the answer.
Alas, I guess I will have to live with it then. until someone makes it configurable. Who knows.:-)
It is only a minor anoyance for me.

Re: Create thermostat device with 1 degree increments

Posted: Tuesday 19 September 2023 21:33
by waltervl
In latest beta 2023.2, the thermostat device can now be changed with step size and min/max values. viewtopic.php?p=307044#p307044