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: bundles/org.openhab.binding.fronius/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,8 @@ Once the actions instance has been retrieved, you can invoke the following metho
185
185
-`forceBatteryCharging(QuantityType<Power> power)`: Force the battery to charge with the specified power (removes all battery control schedules first and applies all the time).
186
186
-`addForcedBatteryChargingSchedule(LocalTime from, LocalTime until, QuantityType<Power> power)`: Add a schedule to force the battery to charge with the specified power in the specified time range.
187
187
-`addForcedBatteryChargingSchedule(ZonedDateTime from, ZonedDateTime until, QuantityType<Power> power)`: Add a schedule to force the battery to charge with the specified power in the specified time range.
188
+
-`setBackupReservedBatteryCapacity(int percent)`: Set the reserved battery capacity for backup power.
189
+
-`setBackupReservedBatteryCapacity(PercentType percent)`: Set the reserved battery capacity for backup power.
188
190
189
191
All methods return a boolean value indicating whether the action was successful.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/action/FroniusSymoInverterActions.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/api/FroniusBatteryControl.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.fronius/src/main/java/org/openhab/binding/fronius/internal/handler/FroniusSymoInverterHandler.java
+17
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,23 @@ public boolean addForcedBatteryChargingSchedule(LocalTime from, LocalTime until,
actions.add-forced-battery-charging-schedule.description = Add a schedule to force the battery to charge with the specified power in the specified time range
131
+
actions.backup-reserved-battery-capacity.label = Backup Power Reserved Battery Capacity
132
+
actions.backup-reserved-battery-capacity.description = Set the reserved battery capacity for backup power supply
131
133
actions.from.label = Begin Timestamp
132
134
actions.from.description = The beginning of the time range
133
135
actions.until.label = End Timestamp
134
136
actions.until.description = The (inclusive) end of the time range
135
137
actions.power.label = Power
136
138
actions.power.description = The power to charge the battery with
139
+
actions.soc.label = State of Charge
140
+
actions.soc.description = Battery State of Charge (in percent)
0 commit comments