-
Notifications
You must be signed in to change notification settings - Fork 33
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
opposite to ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT #200
Comments
sorry, meine config die ich override steuere, der rest ist standard. [COMMON] |
Yes! I would love to have this feature as well. I was thinking about modifying the code myself, but perhaps reserve85 could do it more quickly and easily. I have a 11kW setup with 8 Hoymiles HMS-1600 inverters and my system is oversized by 25% more than what my utility will allow me to feed onto the grid. Currently I set hard limits on my OpenDTU and I lose out on using the extra production to meet my home needs. It would be great if this wonderful HoymilesZeroExport script had two additional variables like: POWERMETER_MIN_POINT This would allow users like myself to avoid feeding too much onto the grid. Hinweis: reserve85, dieses Projekt ist erstaunlich. Vielen Dank für alles, was du tust! |
Hi, untested yet. |
Wäre es nicht besser, wenn bei POWERMETER_MIN_POINT = -600 direkt auf [POWERMETER_TARGET_POINT + POWERMETER_TOLERANCE] geregelt wird? Den richtigen Prozentwert der Leistung kenne ich ja nicht, dieser ist ja aber auch variabel, je nachdem ob gerade 5000 Watt benötigt werden, und 600 Watt eingespeist (WR Leistung dann bei 5600W) oder aber nur 500 Watt Bedarf und 600 Watt Einspeisung (WR Leistung 1100W). Beispiel: Anders herum: |
Ja hast recht, die %-Angabe ergibt eigentlich keinen Sinn. Bin leider nicht zu Hause und kann es daher nicht testen. |
Ich würde es vielleicht so machen: In der ini: Wenn false, alles wie gehabt. Also POWERMETER_MIN_POINT - (POWERMETER_MIN_POINT - POWERMETER_TARGET_POINT + POWERMETER_TOLERANCE) |
## V1.94 ### script * add script functionality for a super high priority limit change if your powermeter falls below POWERMETER_MIN_POINT (#200) ### config * add `[CONTROL]`: `POWERMETER_MIN_POINT` * add `[COMMON]`: `ON_GRID_FEED_FAST_LIMIT_DECREASE`
hab das mal so implementiert, keine ahnung ob es klappt :-) |
Hi,
mir scheint dass sich das zurückfahren der leistung meiner Config langsamer abspielt als das hochsetzen. ich habe momentan den Parameter: ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 0 was ja anscheinend bei batteriebetriebenen hoymiles empfohlen wird. das funktioniert auch ganz passabel (zeitverzögerung hat man ja immer wegen der übertragung auf die opendtu und von dort auf die WR. aber iwie kommt es mir vor dass das zurückfahren der leistung noch länger dauert. gibt´s da ein setting quasi als opposite zu ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 100?
danke tom
The text was updated successfully, but these errors were encountered: