You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moin zusammen
Wo kann ich das limit für alle wechselrichter zusammen einstellen?
if your powermeter exceeds POWERMETER_MAX_POINT: immediatelly set the limit to predefined percent of HOY_MAX_WATT (if you have more than one inverter it´s the sum of all HOY_MAX_WATT)
value = 0 disables the feature. Values are possible from [0 to 100]
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 100
bei 2 wechselrichter 800 und 600 - 1400 watt
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 55 ( cirka)
ist meine Überlegung richtig?
gruß fatzo
The text was updated successfully, but these errors were encountered:
Man kann nicht das Limit aller Wechselrichter einstellen, sondern das ergibt sich automatisch aus der Summe aller Werte von HOY_MAX_WATT.
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT sagt ja nur aus, dass das Skript - sobald der Wert von POWERMETER_MAX_POINT erreicht oder überschritten wurde - es auf den fest gelegten Prozentwert direkt springt.
Hast du nun einen Verbrauch von 800W (also über den 600W max Point), springt das Skript direkt auf 560W (40% von 1400W) und regelt dann weiter hoch auf 800W.
Hättest du POWERMETER_MAX_POINT = 1000 und es liegen 800W an, regelt das Skript gemütlich hoch und ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT wird nicht beachtet.
Moin zusammen
Wo kann ich das limit für alle wechselrichter zusammen einstellen?
if your powermeter exceeds POWERMETER_MAX_POINT: immediatelly set the limit to predefined percent of HOY_MAX_WATT (if you have more than one inverter it´s the sum of all HOY_MAX_WATT)
value = 0 disables the feature. Values are possible from [0 to 100]
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 100
bei 2 wechselrichter 800 und 600 - 1400 watt
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 55 ( cirka)
ist meine Überlegung richtig?
gruß fatzo
The text was updated successfully, but these errors were encountered: