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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## V1.94
4
4
### script
5
-
* add script functionality for a super high priority limit change if your powermeter falls below POWERMETER_MIN_POINT (https://github.com/reserve85/HoymilesZeroExport/issues/197)
5
+
* add script functionality for a super high priority limit change if your powermeter falls below POWERMETER_MIN_POINT (https://github.com/reserve85/HoymilesZeroExport/issues/200)
Copy file name to clipboardExpand all lines: HoymilesZeroExport_Config.ini
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -267,9 +267,8 @@ POLL_INTERVAL_IN_SECONDS = 1
267
267
# 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)
268
268
# value = 0 disables the feature. Values are possible from [0 to 100]
269
269
ON_GRID_USAGE_JUMP_TO_LIMIT_PERCENT = 100
270
-
# if your powermeter falls below POWERMETER_MIN_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)
271
-
# value = 0 disables the feature. Values are possible from [0 to 100]
272
-
ON_GRID_FEED_JUMP_TO_LIMIT_PERCENT = 0
270
+
# if your powermeter falls below POWERMETER_MIN_POINT: immediatelly decrease the limit
271
+
ON_GRID_FEED_FAST_LIMIT_DECREASE = false
273
272
# max difference between Limit and real output power in % of HOY_MAX_WATT (100 = disabled)
The minimum power of your powermeter for the normal "regulation loop".
32
-
if your powermeter jumps under this point, the limit will be reduced instantly. it is like a "super high priority limit change".
33
-
if you defined ON_GRID_FEED_JUMP_TO_LIMIT_PERCENT > 0, then the limit will jump to the defined percent when it is lower than this point.
32
+
if your powermeter jumps under this point and ON_GRID_FEED_FAST_LIMIT_DECREASE = true, the limit will be reduced instantly. it is like a "super high priority limit change".
0 commit comments