evcc-io / evcc

Solar Charging ☀️🚘
https://evcc.io
MIT License
3.65k stars 678 forks source link

OCPP: charger disable: cannot disable: unknown transaction running #10211

Closed Maddogtet closed 1 year ago

Maddogtet commented 1 year ago

Describe the bug

Seit der Version 120.3 bekomme ich jetzt die Meldung: charger disable: cannot disable: unknown transaction running

Steps to reproduce

Configuration details

ite:
  title: Mein Zuhause
  meters:
    grid: my_grid
    pv: my_pv
    battery: my_battery
  bufferSoc: 85
  prioritySoc: 80
  #bufferStartSoc: 100 # hat die Hausbatterie Soc x& erreicht startet der ladev>
  residualPower: 200
 # maxGridSupplyWhileBatteryCharging: 650
  #smartCostLimit: 0.10 # 10 ct

loadpoints:
#- title: Garage
- title: - ABL EMH2  # display name for UI
  charger: wallbox # Wallbox Referenz
  vehicle: ev1 # Referenz auf Standardfahrzeug
  mode: pv # c
  mincurrent: 6
  maxcurrent: 16
  phases: 3
  enable:
    threshold: -3000
    delay: 1m #1m
  disable:
    threshold: 100
    delay: 30s #low value because we have the battery
  meter: my_meter
  guardduration: 15m #Definiert den zeitlichen Mindestabstand in welchem der St>

Log details

Okt 06 12:48:34 srvdeb evcc[1275183]: [lp-1  ] DEBUG 2023/10/06 12:48:34 pv disable in 0s
Okt 06 12:48:34 srvdeb evcc[1275183]: [lp-1  ] DEBUG 2023/10/06 12:48:34 pv disable timer elapsed
Okt 06 12:48:34 srvdeb evcc[1275183]: [lp-1  ] ERROR 2023/10/06 12:48:34 charger disable: cannot disable: unknown transaction running

What type of operating system are you running?

Linux

Version

evcc version 0.120.3

andig commented 1 year ago

Es braucht ein vollständiges Logfile.

Maddogtet commented 1 year ago

@andig ist das ausreichend?

Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 charge total import: 4183.496kWh
Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 charger status: B
Okt 06 14:00:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:00:27 write chargeTotalImport=map[value:4183.496] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 pv charge current: 4.72A = 0A + 4.72A (-3257W @ 3p)
Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 site power -3257W <= -3000W enable threshold
Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 pv enable in 0s
Okt 06 14:00:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:00:27 pv enable timer elapsed
Okt 06 14:00:27 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:27 sent JSON message to ABL_10022482: [2,"543900425","RemoteStartTransaction",{"connectorId":1,"idTag":"D66D75F1","chargingProfile":{"chargingProfileId":1,"stackLevel":0,"chargingProfilePurpose":"TxProfile","chargingProfileKind":"Relative","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6}]}}}]
Okt 06 14:00:28 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:28 received JSON message from ABL_10022482: [2, "29171979", "StartTransaction" ,{"connectorId":1,"idTag":"D66D75F1","timestamp":"2023-10-06T12:00:26.547+00:00","meterStart":4183496}]
Okt 06 14:00:28 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:28 sent JSON message to ABL_10022482: [3,"29171979",{"idTagInfo":{"status":"Accepted"},"transactionId":1}]
Okt 06 14:00:28 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:28 received JSON message from ABL_10022482: [2, "60377054", "MeterValues" ,{"connectorId":1,"transactionId":1,"meterValue":[{"timestamp":"2023-10-06T12:00:26.547+00:00","sampledValue":[{"value":"4183.496","context":"Transaction.Begin","format":"Raw","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
Okt 06 14:00:28 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:28 sent JSON message to ABL_10022482: [3,"60377054",{}]
Okt 06 14:00:33 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:33 received JSON message from ABL_10022482: [2, "86714611", "StatusNotification" ,{"connectorId":1,"status":"SuspendedEV","errorCode":"NoError","info":"none","timestamp":"2023-10-06T12:00:32.821+00:00","vendorId":"ABL","vendorErrorCode":"none"}]
Okt 06 14:00:33 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:33 sent JSON message to ABL_10022482: [3,"86714611",{}]
Okt 06 14:00:35 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:35 received JSON message from ABL_10022482: [2, "98234863", "StatusNotification" ,{"connectorId":1,"status":"Charging","errorCode":"NoError","info":"none","timestamp":"2023-10-06T12:00:34.743+00:00","vendorId":"ABL","vendorErrorCode":"none"}]
Okt 06 14:00:35 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:00:35 sent JSON message to ABL_10022482: [3,"98234863",{}]
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] ERROR 2023/10/06 14:01:27 charger enable: ocpp message (543900425): GenericError - Request timed out
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write greenShareHome=map[value:1] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write greenShareLoadpoints=map[value:1] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 ----
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffGrid=map[value:0.173] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffFeedIn=map[value:0.173] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffPriceHome=map[value:0.173] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffCo2Home=map[value:0] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffPriceLoadpoints=map[value:0.173] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write tariffCo2Loadpoints=map[value:0] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue","label":"ABL Wallbox Power Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 charge power: 0W
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/PVGeneratorPower
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write chargePower=map[value:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"members":[{"link":"http://srvdeb:8080/rest/items/QCells_Inverter_HTTP_API_Bindung_PV2Power","state":"1744","stateDescription":{"readOnly":false,"options":[]},"type":"Number","name":"QCells_Inverter_HTTP_API_Bindung_PV2Power","label":"PV2 Power","category":"","tags":["Measurement","Energy"],"groupNames":["PVGeneratorPower"]},{"link":"http://srvdeb:8080/rest/items/QCells_Inverter_HTTP_API_Bindung_PV1Power","state":"1745","stateDescription":{"readOnly":false,"options":[]},"type":"Number","name":"QCells_Inverter_HTTP_API_Bindung_PV1Power","label":"PV1 Power","category":"","tags":["Measurement","Energy"],"groupNames":["PVGeneratorPower"]}],"groupType":"Number","function":{"name":"SUM"},"link":"http://srvdeb:8080/rest/items/PVGeneratorPower","state":"3489","editable":true,"type":"Group","name":"PVGeneratorPower","label":"PV Energieerzeugung","category":"","tags":["Inverter"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 pv power: 3489W
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/BatteryPowerCaculated
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write pvPower=map[value:3489] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write pvEnergy=map[value:0] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write pvPower=map[value:3489] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write pvEnergy=map[value:0] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/BatteryPowerCaculated","state":"-1218","editable":true,"type":"Number","name":"BatteryPowerCaculated","label":"BatteryPowerCaculated","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/HTTP_URL_Thing_InverterResponse_BatterySoc
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/HTTP_URL_Thing_InverterResponse_BatterySoc","state":"100","stateDescription":{"readOnly":false,"options":[]},"editable":true,"type":"Number","name":"HTTP_URL_Thing_InverterResponse_BatterySoc","label":"PV Battery Soc","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 battery soc: 100%
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 battery power: 1218W
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/TibberAPI_Powerconsumptionproduction
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryCapacity=map[value:9] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batterySoc=map[value:100] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryPower=map[value:1218] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryEnergy=map[value:0] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryPower=map[value:1218] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryEnergy=map[value:0] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batterySoc=map[value:100] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write batteryCapacity=map[value:9.2] (map[id:1])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Powerconsumptionproduction","state":"51.14","stateDescription":{"pattern":"%.1f","readOnly":false,"options":[]},"editable":true,"type":"Number","name":"TibberAPI_Powerconsumptionproduction","label":"Power consumption","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/TibberAPI_Powerproduction
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Powerproduction","state":"0","stateDescription":{"pattern":"%.1f","readOnly":false,"options":[]},"editable":true,"type":"Number","name":"TibberAPI_Powerproduction","label":"Power production","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 grid power: 51W
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/TibberAPI_Current1
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write gridPower=map[value:51.14] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current1","state":"-0.1 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current1","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/TibberAPI_Current2
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current2","state":"0.1 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current2","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/TibberAPI_Current3
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current3","state":"0.2 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current3","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 grid currents: [-0.1 0.1 0.2]A
Okt 06 14:01:27 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:27 site power: 1469W
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write gridCurrents=map[l1:-0.1 l2:0.1 l3:0.2] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write homePower=map[value:4758.139999999999] (map[])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value","label":"ABL Wallbox Current1 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value","label":"ABL Wallbox Current2 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value","label":"ABL Wallbox Current3 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 charge currents: [0 0 0]A
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write chargeCurrent=map[value:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write sessionEnergy=map[value:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write sessionSolarPercentage=map[value:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","state":"4183.506","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","label":"ABL Wallbox Meter Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 charge total import: 4183.506kWh
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 charger status: C
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write chargeTotalImport=map[value:4183.506] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:27 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:27 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","state":"4183.506","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","label":"ABL Wallbox Meter Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 charge start energy: 4.18e+03kWh
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] INFO 2023/10/06 14:01:27 start charging ->
Okt 06 14:01:27 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:27 wake-up timer: stop
Okt 06 14:01:27 srvdeb evcc[1633313]: [db    ] TRACE 2023/10/06 14:01:27 INSERT INTO `sessions` (`created`,`finished`,`loadpoint`,`identifier`,`vehicle`,`odometer`,`meter_start_kwh`,`meter_end_kwh`,`charged_kwh`,`charge_duration`,`solar_percentage`,`price`,`price_per_kwh`,`co2_per_kwh`) VALUES ("2023-10-06 14:01:27.933","0000-00-00 00:00:00","ABL EMH2","","Model3 (dienstlich)",27178.574290179844,4183.496,NULL,0,NULL,NULL,NULL,NULL,NULL) RETURNING `id` 1 <nil>
Okt 06 14:01:27 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:27 write chargeCurrent=map[value:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:30 soc estimated: 53.00% (vehicle: 53.00%)
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:30 vehicle soc: 53%
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:30 vehicle soc limit: 80%
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write vehicleTargetSoc=map[value:80] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:30 vehicle range: 293km
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] WARN 2023/10/06 14:01:30 charger logic error: disabled but charging
Okt 06 14:01:30 srvdeb evcc[1633313]: [lp-1  ] ERROR 2023/10/06 14:01:30 charger: cannot enable: transaction already running
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write greenShareHome=map[value:0.9892521027124046] (map[])
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write greenShareLoadpoints=map[value:0] (map[])
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write tariffPriceHome=map[value:0.173] (map[])
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write tariffCo2Home=map[value:0.5803864535301515] (map[])
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write tariffPriceLoadpoints=map[value:0.173] (map[])
Okt 06 14:01:30 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:30 write tariffCo2Loadpoints=map[value:54] (map[])
Okt 06 14:01:33 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:01:33 received JSON message from ABL_10022482: [2, "98649804", "MeterValues" ,{"connectorId":1,"transactionId":1,"meterValue":[{"timestamp":"2023-10-06T12:01:32.798+00:00","sampledValue":[{"value":"4183.544","context":"Sample.Periodic","format":"Raw","measurand":"Energy.Active.Import.Register","location":"Outlet","unit":"kWh"}]}]}]
Okt 06 14:01:33 srvdeb evcc[1633313]: [ocpp  ] TRACE 2023/10/06 14:01:33 sent JSON message to ABL_10022482: [3,"98649804",{}]
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 ----
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue","state":"4357.9","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_PowerValue","label":"ABL Wallbox Power Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 charge power: 4358W
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/PVGeneratorPower
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargePower=map[value:4357.9] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"members":[{"link":"http://srvdeb:8080/rest/items/QCells_Inverter_HTTP_API_Bindung_PV2Power","state":"1781","stateDescription":{"readOnly":false,"options":[]},"type":"Number","name":"QCells_Inverter_HTTP_API_Bindung_PV2Power","label":"PV2 Power","category":"","tags":["Measurement","Energy"],"groupNames":["PVGeneratorPower"]},{"link":"http://srvdeb:8080/rest/items/QCells_Inverter_HTTP_API_Bindung_PV1Power","state":"1778","stateDescription":{"readOnly":false,"options":[]},"type":"Number","name":"QCells_Inverter_HTTP_API_Bindung_PV1Power","label":"PV1 Power","category":"","tags":["Measurement","Energy"],"groupNames":["PVGeneratorPower"]}],"groupType":"Number","function":{"name":"SUM"},"link":"http://srvdeb:8080/rest/items/PVGeneratorPower","state":"3559","editable":true,"type":"Group","name":"PVGeneratorPower","label":"PV Energieerzeugung","category":"","tags":["Inverter"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 pv power: 3559W
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/BatteryPowerCaculated
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write pvPower=map[value:3559] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write pvEnergy=map[value:0] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write pvPower=map[value:3559] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write pvEnergy=map[value:0] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/BatteryPowerCaculated","state":"-1152","editable":true,"type":"Number","name":"BatteryPowerCaculated","label":"BatteryPowerCaculated","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/HTTP_URL_Thing_InverterResponse_BatterySoc
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/HTTP_URL_Thing_InverterResponse_BatterySoc","state":"100","stateDescription":{"readOnly":false,"options":[]},"editable":true,"type":"Number","name":"HTTP_URL_Thing_InverterResponse_BatterySoc","label":"PV Battery Soc","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 battery soc: 100%
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 battery power: 1152W
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/TibberAPI_Powerconsumptionproduction
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryCapacity=map[value:9] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batterySoc=map[value:100] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryPower=map[value:1152] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryEnergy=map[value:0] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryPower=map[value:1152] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryEnergy=map[value:0] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batterySoc=map[value:100] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write batteryCapacity=map[value:9.2] (map[id:1])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Powerconsumptionproduction","state":"0.29","stateDescription":{"pattern":"%.1f","readOnly":false,"options":[]},"editable":true,"type":"Number","name":"TibberAPI_Powerconsumptionproduction","label":"Power consumption","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/TibberAPI_Powerproduction
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Powerproduction","state":"0","stateDescription":{"pattern":"%.1f","readOnly":false,"options":[]},"editable":true,"type":"Number","name":"TibberAPI_Powerproduction","label":"Power production","category":"","tags":["Measurement"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 grid power: 0W
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/TibberAPI_Current1
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write gridPower=map[value:0.29] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current1","state":"-0.1 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current1","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/TibberAPI_Current2
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current2","state":"0.1 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current2","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/TibberAPI_Current3
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/TibberAPI_Current3","state":"0.2 A","stateDescription":{"pattern":"%.1f %unit%","readOnly":false,"options":[]},"editable":true,"type":"Number:ElectricCurrent","name":"TibberAPI_Current3","label":"Current","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 grid currents: [-0.1 0.1 0.2]A
Okt 06 14:01:57 srvdeb evcc[1633313]: [site  ] DEBUG 2023/10/06 14:01:57 site power: 1352W
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write gridCurrents=map[l1:-0.1 l2:0.1 l3:0.2] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write homePower=map[value:353.3900000000003] (map[])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current1Value","label":"ABL Wallbox Current1 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current2_Value","label":"ABL Wallbox Current2 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value","state":"0.0","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_Current3_Value","label":"ABL Wallbox Current3 Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 charge currents: [0 0 0]A
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargeCurrents=map[l1:0 l2:0 l3:0] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargeCurrent=map[value:6] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","state":"4183.555","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","label":"ABL Wallbox Meter Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write sessionEnergy=map[value:48.99999999997817] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write sessionSolarPercentage=map[value:99.99334541866496] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write sessionPricePerKWh=map[value:0.173] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 GET http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write sessionPrice=map[value:0.008476999999996224] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write sessionCo2PerKWh=map[value:0.003593473920922463] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargedEnergy=map[value:48.99999999997817] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [http  ] TRACE 2023/10/06 14:01:57 {"link":"http://srvdeb:8080/rest/items/ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","state":"4183.555","stateDescription":{"pattern":"%s","readOnly":true,"options":[]},"editable":true,"type":"Number","name":"ABL_Wallbox_Diagnose_Values_Ruckgabewert_MeterValue","label":"ABL Wallbox Meter Value","category":"","tags":["Point"],"groupNames":[]}
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 charge total import: 4183.555kWh
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 charger status: C
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 soc estimated: 53.06% (vehicle: 53.00%)
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 vehicle soc: 53%
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 vehicle soc limit: 80%
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargeTotalImport=map[value:4183.555] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] DEBUG 2023/10/06 14:01:57 vehicle range: 293km
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] WARN 2023/10/06 14:01:57 charger logic error: disabled but charging
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write vehicleSoc=map[value:53.05879999999998] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write vehicleTargetSoc=map[value:80] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [influx] TRACE 2023/10/06 14:01:57 write chargeRemainingEnergy=map[value:22451.000000000015] (map[loadpoint:ABL EMH2 vehicle:Model3 (dienstlich)])
Okt 06 14:01:57 srvdeb evcc[1633313]: [lp-1  ] ERROR 2023/10/06 14:01:57 charger: cannot enable: transaction already running
Maddogtet commented 1 year ago

Man sieht im den Log wie er die Transaktion startet und auch bestätigt. Ganz unten im Log steht aber, dass er dann nochmal versucht die Transaktion zu starten :confused:

andig commented 1 year ago

Bitte Log ab Start, ohne influx/http- das brauchts nicht. Gerne auch die nicht-evcc Spalten raus damit es ohne zu scrollen lesbar ist ;)

Maddogtet commented 1 year ago

Hallo @andig im Anhang das Log, wie gewünscht gekürzt. Zwischenzeitlich hatte ich auch nochmal das Fahrzeug ab und wieder angesteckt. Habe danach zurückgewechselt auf eine Vorgängerversion. evcc_2023-10-10.log

andig commented 1 year ago

Deine ABL weigert sich hier schon einen Ladevorgang zu starten:

[ocpp  ] TRACE 2023/10/06 13:40:29 sent JSON message to ABL_10022482: [2,"2461205222","RemoteStartTransaction",{"connectorId":1,"idTag":"D66D75F1","chargingProfile":{"chargingProfileId":1,"stackLevel":0,"chargingProfilePurpose":"TxProfile","chargingProfileKind":"Relative","chargingSchedule":{"chargingRateUnit":"A","chargingSchedulePeriod":[{"startPeriod":0,"limit":6}]}}}]
[lp-1  ] ERROR 2023/10/06 13:41:29 charger enable: ocpp message (2461205222): GenericError - Request timed out

Bevor das Problem nicht gelöst ist müssen wir über potenzielle Doppelstarts (die ich in diesem Log auch nicht sehe) nicht reden. Hier stimmt irgendwas überhaupt gar nicht.

andig commented 1 year ago

Hast Du noch was rausgefunden?

Maddogtet commented 1 year ago

@andig nein leider nicht. Nur das es leider immer noch nicht wieder funktioniert :/ Habe nochmal eine Log angehangen, vielleicht hilft das ja noch. Hatte eine Ladung mit 119.3 laufen und habe auf 121.1 aktualisiert. Ladung hätte eigentlich gestoppt werden müssen. Lässt sich aber auch manuell nicht per EVCC stoppen. evcc_2023-10-21.log

andig commented 1 year ago

In https://github.com/evcc-io/evcc/commit/cd3e03e9083fa5154a9a4324cf1a0839a0881467 nochmal ein Versuch das hin zu biegen. Bitte morgen im Nightly probieren.

Maddogtet commented 1 year ago

Hallo @andig,

sieht sehr gut aus. Habe es kurz getestet und für mich sieht es so aus, als ob es wieder super funktioniert! Danke, im Anhang nochmal das Log. Viele Grüße Mario evcc_2023-10-23.log