jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
327 stars 34 forks source link

Shredding is activated at preset change event if the heater is already heating #407

Closed jmcollin78 closed 8 months ago

jmcollin78 commented 8 months ago

Discussed in https://github.com/jmcollin78/versatile_thermostat/discussions/405

Originally posted by **Balooforever** March 9, 2024 Bonjour, Tout d'abord, merci pour ce super développement, je suis entrain de basculer toute la partie chauffage qui était sur jeedom depuis des années. J'ai un seul petit souci : j'ai configurer le délestage avec une valeur de 9000W pour un pole de radiateur de 4500W. Le souci, c'est qu'au bout du cycle de chauffe, au lieu de continuer à chauffer, le radiateur se mets en sécurité (4500+4500+les quelques Watts > 9000) alors que la vrai consommation dans les 5000. La sécurité saute au bout d'une dizaine de seconde (donc mon switch fait un On/Off dans un interval de 10 secondes..) Est-il possible de modifier le comportement ? Merci
jmcollin78 commented 8 months ago

The issue seems to be the following:

  1. a heater is active (heating). So the power consumption takes the heater power into account. We suppose the power consumption is near the threshold,
  2. the user switch preset let's say from Comfort to Boost,
  3. expected: no shredding should occur because the heater was already active,
  4. constated: the heater goes into shredding.
jmcollin78 commented 8 months ago

https://github.com/jmcollin78/versatile_thermostat/releases/tag/6.0.2