In the heat_temp plain text i think there is a bad formula?
"
T_int - offset + (TY_config - T_int) * EXPT((T_int - offset - T_ext) / (T_int - offset - T_ext_config),1 / C)
"
If i want a positive offset i have to put a minus number in there..
This is how i think it should look..
T_int + offset + (TY_config - T_int + offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)
Anyone elses opinion?
Sorry ment:
T_int + offset + (TY_config - T_int - offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)
Last correction (I hope)
T_int + offset + (TY_config - T_int) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)
danke für den input wir werden das noch kontrollieren und gegebenenfalls verbessern
1. die formal im manual wurde korrigiert, ist jetzt in ordnung
2. auch der heat temp wurde etwas erweitert und verbessert.
3. auch ein fehler in heat temp wurde gefunden und beseitigt.
danke für deine mithilfe
das nächste release 2.77 enthält den neuen baustein
Sounds really good, thank you all working with this..