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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## V1.94
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)
# 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)
269
268
# value = 0 disables the feature. Values are possible from [0 to 100]
270
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
271
273
# max difference between Limit and real output power in % of HOY_MAX_WATT (100 = disabled)
0 commit comments