Page 1 of 1

Limit max temperature setting on TOON

Posted: Thu Mar 10, 2022 3:41 pm
by Plumifrons
Is it possible to limit the max setting of the temperature? I have a rooted Toon 1 and would like to make that you cannot set the temperature above 25 degrees C. Any Ideas?

(why? as my kids like to fiddle around on my Toon and set the temperature to setting DESERT ;-) )

Re: Limit max temperature setting on TOON

Posted: Thu Dec 01, 2022 5:18 pm
by etestit
I think this was possible to change at the app “Thermostat” and the file "ThermostatSidePanel.qml".
viewtopic.php?f=87&t=11234&start=15#p81012

And then the rows:
rangeMin: 6.0
rangeMax: 30.0
increment: 0.5
valueSuffix: "°"
But with the current firmware this app is not able to be modified by us.
This could may be done by TheHogNL and Toonz and make it changeable at the TSC screen.

I would also like to have the possibility to also modify the range min to a lower value as I have planned this TOON at a building what is used once a week and has very poor isolation.
And to be a control freak I changed the increment also to 0.25 with success.
Also at the same file to see a better resolution of the temperature on the TOON GUI
change this line currentTemperature = app.thermInfo['currentDisplayTemp'] / 100.0;
To this one currentTemperature = app.thermInfo['currentTemp'] / 100.0;

I hope this can be again made possible.

Re: Limit max temperature setting on TOON

Posted: Thu Dec 01, 2022 7:56 pm
by oepi-loepi
Well i have made this option in the TSC panel a few months ago. (Chang max heat).