Autor Thema: HEAT_TEMP  (Gelesen 6998 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

hence.persson

  • Gast
HEAT_TEMP
« am: 24. September 2008, 18:43:45 »
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?

hence.persson

  • Gast
Re: HEAT_TEMP
« Antwort #1 am: 24. September 2008, 20:11:16 »
Sorry ment:

T_int + offset + (TY_config - T_int - offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)

hence.persson

  • Gast
Re: HEAT_TEMP
« Antwort #2 am: 24. September 2008, 21:53:24 »
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)

Offline hugo

  • Global Moderator
  • *****
  • Beiträge: 2 150
    • Profil anzeigen
Re: HEAT_TEMP
« Antwort #3 am: 24. September 2008, 22:29:11 »
danke für den input wir werden das noch kontrollieren und gegebenenfalls verbessern

Offline hugo

  • Global Moderator
  • *****
  • Beiträge: 2 150
    • Profil anzeigen
Re: HEAT_TEMP
« Antwort #4 am: 26. September 2008, 20:33:28 »
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

hence.persson

  • Gast
Re: HEAT_TEMP
« Antwort #5 am: 28. September 2008, 00:47:57 »
Sounds really good, thank you all working with this..