Limit max temperature setting on TOON

If you don't know where to post, post here.

Moderators: marcelr, TheHogNL, Toonz

Post Reply
Plumifrons
Starting Member
Starting Member
Posts: 7
Joined: Thu Mar 21, 2019 11:44 am

Limit max temperature setting on TOON

Post 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 ;-) )
etestit
Starting Member
Starting Member
Posts: 1
Joined: Tue Mar 30, 2021 11:52 pm

Re: Limit max temperature setting on TOON

Post 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.
oepi-loepi
Advanced Member
Advanced Member
Posts: 628
Joined: Sat Feb 09, 2019 7:18 pm

Re: Limit max temperature setting on TOON

Post by oepi-loepi »

Well i have made this option in the TSC panel a few months ago. (Chang max heat).
Post Reply

Return to “Toon miscellaneous”