Skip to content

Commit a2eea9b

Browse files
[evcc] Chargeplan changes on the app are not synced to openHAB (openhab#17645) (openhab#17672)
Signed-off-by: Laith Budairi <[email protected]>
1 parent 89e445f commit a2eea9b

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.openhab.binding.evcc/src/main/java/org/openhab/binding/evcc/internal

1 file changed

+1
-1
lines changed

bundles/org.openhab.binding.evcc/src/main/java/org/openhab/binding/evcc/internal/EvccHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ private void updateChannelsVehicle(String vehicleName, @Nullable String loadpoin
964964

965965
Plan plan = null;
966966
if (vehicle != null) {
967-
vehicle.getPlan();
967+
plan = vehicle.getPlan();
968968
}
969969
if (plan == null && vehiclePlans.get(vehicleName) == null) {
970970
vehiclePlans.put(vehicleName, new Triple<>(false, 100f, ZonedDateTime.now().plusHours(12)));

0 commit comments

Comments
 (0)