Replies: 4 comments 8 replies
-
Hello @adi90x , Check overpowering is not done at underlying level but at VTherm level. That why without breaking all things it is not so easy to have a perfect feature. It is obvious (for me) that the user must take some security margin. But you are right, may be it is just obvious in my head and the documentation should certainly be improved. So my proposal is to improve the documentation with some warnings. |
Beta Was this translation helpful? Give feedback.
-
It is written in comment because I was sure that it will leads to questions... if it is not the case, you could have 1 or 2 or 3 or ... heaters running at the same time. This occurs when on_percent > 25% with 4 heaters. The best approximation, I found which is not a
Yes. That is why i take the max between one full heater power and the value explained above. The value taken into account cannot be less than a full heater power (in mean value). You talk about safety but THIS IS NOT a safety function. Don't put the safety of your home into this feature. This is more to avoid too much consumption (pour faire des économies et lisser la charge, je ne sais pas comment dire ça en Anglais). So a warning message in README if it is not already present is my prefered solution. |
Beta Was this translation helpful? Give feedback.
-
Mais le check est bien fait à chaque fois que la conso live change non ?
Via l'event power change et l'appel au check de cycle non ?
Cordialement,
Le jeu. 9 nov. 2023, 08:59, Jean-Marc Collin ***@***.***> a
écrit :
… Le check est fait lorsqu'on doit allumer un radiateur qui était éteint.
C'est seulement à ce moment là qu'on a besoin d'un peu de puissance dispo.
Donc comme il n'est pas encore allumé, sa conso n'est pas dans le capteur
de puissance totale.
—
Reply to this email directly, view it on GitHub
<#178 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVGU5AZCTZZC4ECQD72TBTYDSEPJAVCNFSM6AAAAAA7BSCNQWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKMJZGI4TO>
.
You are receiving this because you were mentioned.Message ID:
<jmcollin78/versatile_thermostat/repo-discussions/178/comments/7519297@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Non pas tout le temps sinon on le ferait en permanence puisque la conso live change tout le temps. Le check est fait à chaque cycle ou lorsqu'on doit allumer / reallumer un radiateur (fin de window par exemple). La seule exception, c'est quand le radiateur est déjà en mode overpowering où en effet on fait le check à chaque fois que la conso live change ou que la puissance max change pour remettre au plus tot le chauffage. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Opening this to discuss about #174 and #150
With patch #174, overpowering may skipped if we have several heater of different power ( like one small and one big ) as it may trigger big heater while available power is only
total_power/number of heater
( i.e : average power), this may lead to over powering and potential issue.Do we want a solution or just update documentation to make user aware ?
Possible solution :
Any other idea or comment on this ?
Beta Was this translation helpful? Give feedback.
All reactions