Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

800 Watt max für 3 Wechselrichter einstellen #243

Open
fatzo opened this issue Sep 16, 2024 · 2 comments
Open

800 Watt max für 3 Wechselrichter einstellen #243

fatzo opened this issue Sep 16, 2024 · 2 comments

Comments

@fatzo
Copy link

fatzo commented Sep 16, 2024

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

@RealNBB
Copy link

RealNBB commented Sep 17, 2024

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.

In deinem Fall also z.B.:

POWERMETER_MAX_POINT = 600
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 40

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.

@fatzo
Copy link
Author

fatzo commented Sep 17, 2024

danke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants