[evcc] Chargeplan changes on the app are not synced to openHAB (#17645) (#17672)

Signed-off-by: Laith Budairi <laith.budairi@exalt.ps>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Laith-Budairi 2024-10-30 10:56:59 +02:00 committed by Ciprian Pascu
parent 6e71e4f9e2
commit 4b6d78203a

View File

@ -964,7 +964,7 @@ public class EvccHandler extends BaseThingHandler {
Plan plan = null;
if (vehicle != null) {
vehicle.getPlan();
plan = vehicle.getPlan();
}
if (plan == null && vehiclePlans.get(vehicleName) == null) {
vehiclePlans.put(vehicleName, new Triple<>(false, 100f, ZonedDateTime.now().plusHours(12)));