evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.29k stars 602 forks source link

easee: switches down to 1 phase at start up and keeps even "now" is activated #15061

Closed MaTr74 closed 1 month ago

MaTr74 commented 1 month ago

Describe the bug

I reference to https://github.com/evcc-io/evcc/issues/14387#issuecomment-2243500663

Unlike the described case within the referenced issue in this case it started charging with mode minpv. But the expected behaviour would be to keep 3 phases activated at start up and at least switching to 3 phase on mode now.

The attached log shows the start of charging at mode minpv with 3 phases, scaling down to 6 A (that's correct) and 1 phase (for whatever reason) shortly afterwards, switching to mode now at 23:00, switching to 32 A but keeping 1 phase.

Steps to reproduce

  1. Plugin EV
  2. Charging starts with 3 phases
  3. Phases are scaled down to 1 everytime

Configuration details

site:
  - title: Hotel
    meters:
      grid: grid-meter
      pv:
      - sungrow1
      - sungrow2

loadpoints:
  - title: Wallbox-links
    charger: easee-master
    mode: minpv
    enable: 
      threshold: 0
      delay: 1m
    disable:
      threshold: 6000
      delay: 3m
      #phases: 3
    priority: 1
      #    mincurrent: 6
      #    maxcurrent: 32
  - title: Wallbox-rechts
    charger: easee-slave
    mode: minpv
    enable: 
      threshold: 0
      delay: 1m
    disable:
      threshold: 6000
      delay: 3m
        #phases: 3
    priority: 1
      #    mincurrent: 6
      #    maxcurrent: 32
  - title: Klimatruhe
    charger: klimatruhe
    mode: off
    enable:
      threshold: 0
      delay: 1m
    disable:
      threshold: 100
      delay: 3m
    guardduration: 5m
      #phases: 1
      #    mincurrent: 4 
      #    maxcurrent: 4 
    priority: 2 
    meter: sonoff-powr2-01

chargers:
  - name: easee-master
    type: template
    template: easee
    user: **** 
    password: ****
    charger: ABCD
  - name: easee-slave
    type: template
    template: easee
    user: ****
    password: ****
    charger: EFGH

meters:
  - name: grid-meter
    type: template
    template: shelly-3em
    usage: grid
    host: 192.168.2.64
  - name: sungrow1
    type: template
    template: sungrow-hybrid
    usage: pv
    modbus: tcpip
    id: 1
    host: 192.168.2.75
    port: 502
  - name: sungrow2
    type: template
    template: sungrow-inverter
    usage: pv
    modbus: tcpip
    id: 1
    host: 192.168.2.76

interval: 30s
log: debug
levels:
#  site: info
#  Terasse: info 
#  easee-master: trace 
#  easee-slave: trace
  easee: trace
#  grid-meter: info
  cache: error
  influx: info

tariffs:
  currency: EUR
  grid:
    type: tibber
    token: "****"
    homeid: "****"
  feedin: 
    type: fixed
    price: 0.0754

mqtt:
  broker: mosquitto:1883
  topic: evcc

influx:
  url: http://influxdb:8086
  database: evcc/default
  token: ****
  org: waldperle

plant: ****
sponsortoken: ****
telemetry: true

Log details

evcc    | [site  ] DEBUG 2024/07/25 22:34:18 ----
evcc    | [lp-1  ] DEBUG 2024/07/25 22:34:18 charge power: 0W
evcc    | [lp-1  ] DEBUG 2024/07/25 22:34:18 charge currents: [0 0 0]A
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:18 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:18 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 22:34:18 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 22:34:19 grid meter: 1598W
evcc    | [site  ] DEBUG 2024/07/25 22:34:19 grid powers: [295 617 687]W
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) SESSION_ENERGY 0
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) IN_CURRENT_T4 0.009999999776482582
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) OUT_VOLT_PIN1_5 3.5480000972747803
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) LEDMODE 23
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) OUT_VOLT_PIN1_3 3.2869999408721924
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) IN_CURRENT_T3 0.008999999612569809
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) IN_CURRENT_T5 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) REASON_FOR_NO_CURRENT 55
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) OUT_VOLT_PIN1_2 3.184000015258789
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) CHARGER_OP_MODE 7
evcc    | [easee ] TRACE 2024/07/25 22:34:19 POST https://api.easee.com/api/accounts/refresh_token
evcc    | [easee ] TRACE 2024/07/25 22:34:19 ProductUpdate ABCD: (2024-07-25 20:34:17 +0000 UTC) PILOT_MODE B
evcc    | [easee ] TRACE 2024/07/25 22:34:20 {"acessToken":"****"}
evcc    | [easee ] TRACE 2024/07/25 22:34:20 POST https://api.easee.com/api/chargers/ABCD/commands/poll_lifetimeenergy
evcc    | [easee ] TRACE 2024/07/25 22:34:20 {"device":"ABCD","commandId":2,"ticks":638575364601489880}
evcc    | [easee ] TRACE 2024/07/25 22:34:20 ProductUpdate ABCD: (2024-07-25 20:34:18 +0000 UTC) LEDMODE 25
evcc    | [easee ] TRACE 2024/07/25 22:34:20 ProductUpdate ABCD: (2024-07-25 20:34:18 +0000 UTC) LIFETIME_ENERGY 1891.985077222223
evcc    | [easee ] TRACE 2024/07/25 22:34:21 CommandResponse ABCD: {SerialNumber:ABCD ID:2 Timestamp:2024-07-25 20:34:20.148988 +0000 UTC DeliveredAt:2024-07-25 20:34:18.989 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575364601489880}
evcc    | [site  ] DEBUG 2024/07/25 22:34:21 grid currents: [1.84 2.78 3.28]A
evcc    | [site  ] DEBUG 2024/07/25 22:34:21 site power: 1598W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:21 !! session: chargeRater.chargedEnergy=50.5 - chargedAtStartup=0.0
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:21 charge total import: 1185.817kWh
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:21 charger status: A
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) ObservationID(223) {"Id":105,"MeterValue":1891.985077,"Start":"2024-07-25T20:34:26.000Z","Auth":"XYZ","AuthReason":1}
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) USER_IDTOKEN XYZ
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) LEDMODE 26
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) REASON_FOR_NO_CURRENT 8
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) NUMBER_OF_CARS_CONNECTED 1
evcc    | [easee ] TRACE 2024/07/25 22:34:28 ProductUpdate ABCD: (2024-07-25 20:34:26 +0000 UTC) NUMBER_OF_CARS_IN_QUEUE 1
evcc    | [easee ] TRACE 2024/07/25 22:34:29 CommandResponse ABCD: {SerialNumber:ABCD ID:25 Timestamp:2024-07-25 20:34:27.701224 +0000 UTC DeliveredAt:2024-07-25 20:34:26.545 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575364677012247}
evcc    | [easee ] TRACE 2024/07/25 22:34:29 SubscribeToMyProduct: {"siteId":496764,"circuitId":0,"backPlateId":null,"chargerId":"ABCD","userId":0}
evcc    | [easee ] TRACE 2024/07/25 22:34:29 SubscribeToMyProduct: {"siteId":496764,"circuitId":0,"backPlateId":null,"chargerId":"ABCD","userId":0}
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) LEDMODE 23
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) OUTPUT_PHASE 30
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) OUTPUT_CURRENT 25
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) NUMBER_OF_CARS_CHARGING 1
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) IN_CURRENT_T2 0.014999999664723873
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 25
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) NUMBER_OF_CARS_IN_QUEUE 0
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L3 25
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) REASON_FOR_NO_CURRENT 77
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L2 25
evcc    | [easee ] TRACE 2024/07/25 22:34:29 ProductUpdate ABCD: (2024-07-25 20:34:27 +0000 UTC) REASON_FOR_NO_CURRENT 100
evcc    | [easee ] TRACE 2024/07/25 22:34:30 ProductUpdate ABCD: (2024-07-25 20:34:28 +0000 UTC) CHARGER_OP_MODE 2
evcc    | [easee ] TRACE 2024/07/25 22:34:30 ProductUpdate ABCD: (2024-07-25 20:34:28 +0000 UTC) CABLE_LOCKED false
evcc    | [easee ] TRACE 2024/07/25 22:34:30 ProductUpdate ABCD: (2024-07-25 20:34:28 +0000 UTC) ObservationID(224) false
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) OUT_VOLT_PIN1_4 208.09800720214844
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) IN_CURRENT_T4 2.75600004196167
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) IN_CURRENT_T5 2.7769999504089355
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) OUT_VOLT_PIN1_5 206.81399536132812
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) IN_CURRENT_T3 2.7009999752044678
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) OUT_VOLT_PIN1_3 204.3719940185547
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) CHARGER_OP_MODE 3
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) PILOT_MODE C
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L2 2.75600004196167
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 2.7009999752044678
evcc    | [easee ] TRACE 2024/07/25 22:34:31 ProductUpdate ABCD: (2024-07-25 20:34:29 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L3 2.7769999504089355
evcc    | [easee ] TRACE 2024/07/25 22:34:32 ProductUpdate ABCD: (2024-07-25 20:34:30 +0000 UTC) CABLE_LOCKED false
evcc    | [easee ] TRACE 2024/07/25 22:34:32 ProductUpdate ABCD: (2024-07-25 20:34:30 +0000 UTC) TOTAL_POWER 0.1850000023841858
evcc    | [easee ] TRACE 2024/07/25 22:34:36 ProductUpdate ABCD: (2024-07-25 20:34:34 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L3 0.9879999756813049
evcc    | [easee ] TRACE 2024/07/25 22:34:36 ProductUpdate ABCD: (2024-07-25 20:34:34 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 0.9769999980926514
evcc    | [easee ] TRACE 2024/07/25 22:34:36 ProductUpdate ABCD: (2024-07-25 20:34:34 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L2 0.9739999771118164
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) LEDMODE 24
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) IN_CURRENT_T2 6.704999923706055
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) OUT_VOLT_PIN1_4 241.11300659179688
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) OUT_VOLT_PIN1_5 237.86000061035156
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) IN_CURRENT_T3 6.765999794006348
evcc    | [easee ] TRACE 2024/07/25 22:34:37 ProductUpdate ABCD: (2024-07-25 20:34:35 +0000 UTC) OUT_VOLT_PIN1_3 234.75
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_INPUT_T4 20
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_INPUT_T3 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_OUTPUT_L1 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_INPUT_T2 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_INPUT_T5 20
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) IN_CURRENT_T4 24.04599952697754
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_OUTPUT_N 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_OUTPUT_L2 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TOTAL_POWER 16.47800064086914
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) TEMP_OUTPUT_L3 21
evcc    | [easee ] TRACE 2024/07/25 22:34:40 ProductUpdate ABCD: (2024-07-25 20:34:38 +0000 UTC) IN_CURRENT_T5 24.207000732421875
evcc    | [easee ] TRACE 2024/07/25 22:34:41 ProductUpdate ABCD: (2024-07-25 20:34:39 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 24.106000900268555
evcc    | [easee ] TRACE 2024/07/25 22:34:41 ProductUpdate ABCD: (2024-07-25 20:34:39 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L3 24.238000869750977
evcc    | [easee ] TRACE 2024/07/25 22:34:41 ProductUpdate ABCD: (2024-07-25 20:34:39 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L2 24.054000854492188
evcc    | [easee ] TRACE 2024/07/25 22:34:42 ProductUpdate ABCD: (2024-07-25 20:34:40 +0000 UTC) IN_CURRENT_T3 24.09600067138672
evcc    | [easee ] TRACE 2024/07/25 22:34:42 ProductUpdate ABCD: (2024-07-25 20:34:40 +0000 UTC) IN_CURRENT_T2 0.4749999940395355
evcc    | [easee ] TRACE 2024/07/25 22:34:45 ProductUpdate ABCD: (2024-07-25 20:34:43 +0000 UTC) TOTAL_POWER 17.17300033569336
evcc    | [site  ] DEBUG 2024/07/25 22:34:48 ----
evcc    | [easee ] TRACE 2024/07/25 22:34:48 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 22:34:48 {"smartCharging":true}
evcc    | [easee ] TRACE 2024/07/25 22:34:48 CommandResponse ABCD: {SerialNumber:ABCD ID:11 Timestamp:2024-07-25 20:34:48.235404 +0000 UTC DeliveredAt:2024-07-25 20:34:47.156 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575364882354040}
evcc    | [lp-1  ] DEBUG 2024/07/25 22:34:48 charge power: 17173W
evcc    | [lp-1  ] DEBUG 2024/07/25 22:34:48 charge currents: [24.1 24 24.2]A
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:48 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:34:48 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 22:34:48 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 22:34:48 grid meter: 18669W
evcc    | [site  ] DEBUG 2024/07/25 22:34:48 grid powers: [5975 6321 6373]W
evcc    | [easee ] TRACE 2024/07/25 22:34:49 ProductUpdate ABCD: (2024-07-25 20:34:47 +0000 UTC) LEDMODE 22
evcc    | [easee ] TRACE 2024/07/25 22:34:49 ProductUpdate ABCD: (2024-07-25 20:34:47 +0000 UTC) SMART_CHARGING false
evcc    | [easee ] TRACE 2024/07/25 22:34:49 ProductUpdate ABCD: (2024-07-25 20:34:47 +0000 UTC) SMART_CHARGING false
evcc    | [site  ] DEBUG 2024/07/25 22:34:52 grid currents: [25.5 27 27.2]A
evcc    | [site  ] DEBUG 2024/07/25 22:34:52 site power: 18669W
evcc    | [easee ] TRACE 2024/07/25 22:35:05 ProductUpdate ABCD: (2024-07-25 20:35:03 +0000 UTC) OUT_VOLT_PIN1_5 234.81100463867188
evcc    | [site  ] DEBUG 2024/07/25 22:35:18 ----
evcc    | [easee ] TRACE 2024/07/25 22:35:18 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 22:35:18 {"smartCharging":true}
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:18 charge power: 17173W
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:18 charge currents: [24.1 24 24.2]A
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:18 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:18 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 22:35:18 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 22:35:18 grid meter: 18695W
evcc    | [site  ] DEBUG 2024/07/25 22:35:19 grid powers: [5990 6348 6354]W
evcc    | [site  ] DEBUG 2024/07/25 22:35:19 grid currents: [25.6 27.1 27.1]A
evcc    | [site  ] DEBUG 2024/07/25 22:35:19 site power: 18695W
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 charge total import: 1891.985kWh
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 charger status: C
evcc    | [lp-1  ] INFO 2024/07/25 22:35:19 car connected
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 pv timer elapse
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 pv timer inactive
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 charge total import: 1891.985kWh
evcc    | [lp-1  ] INFO 2024/07/25 22:35:19 start charging ->
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 wake-up timer: stop
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:19 charger vehicle id: XYZ
evcc    | [lp-1  ] WARN 2024/07/25 22:35:19 charger logic error: disabled but charging
evcc    | [easee ] TRACE 2024/07/25 22:35:19 POST https://api.easee.com/api/chargers/ABCD/commands/resume_charging
evcc    | [easee ] TRACE 2024/07/25 22:35:19 {"device":"ABCD","commandId":48,"ticks":638575365195311640}
evcc    | [easee ] TRACE 2024/07/25 22:35:20 CommandResponse ABCD: {SerialNumber:ABCD ID:48 Timestamp:2024-07-25 20:35:19.531164 +0000 UTC DeliveredAt:2024-07-25 20:35:18.36 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575365195311640}
evcc    | [easee ] TRACE 2024/07/25 22:35:20 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 22:35:20 ProductUpdate ABCD: (2024-07-25 20:35:18 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
evcc    | [easee ] TRACE 2024/07/25 22:35:20 {"dynamicChargerCurrent":6}
evcc    | [easee ] TRACE 2024/07/25 22:35:21 CommandResponse ABCD: {SerialNumber:ABCD ID:48 Timestamp:2024-07-25 20:35:20.778275 +0000 UTC DeliveredAt:2024-07-25 20:35:19.695 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575365207782750}
evcc    | [easee ] TRACE 2024/07/25 22:35:21 ProductUpdate ABCD: (2024-07-25 20:35:19 +0000 UTC) DYNAMIC_CHARGER_CURRENT 6
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:21 charger enable
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:21 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:21 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:21 pv charge current: min 6A > 0A (18695W @ 3p, battery: false)
evcc    | [easee ] TRACE 2024/07/25 22:35:21 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 22:35:21 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) REASON_FOR_NO_CURRENT 78
evcc    | [easee ] TRACE 2024/07/25 22:35:21 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) NUMBER_OF_CARS_CHARGING 0
evcc    | [easee ] TRACE 2024/07/25 22:35:21 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) NUMBER_OF_CARS_FULLY_CHARGED 1
evcc    | [easee ] TRACE 2024/07/25 22:35:22 {"dynamicChargerCurrent":6}
evcc    | [easee ] TRACE 2024/07/25 22:35:22 CommandResponse ABCD: {SerialNumber:ABCD ID:48 Timestamp:2024-07-25 20:35:21.997715 +0000 UTC DeliveredAt:2024-07-25 20:35:20.796 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575365219977150}
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:22 max charge current: 6A
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) IN_CURRENT_T5 17.827999114990234
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) IN_CURRENT_T4 17.391000747680664
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) IN_CURRENT_T2 24.152999877929688
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUT_VOLT_PIN1_4 185.02200317382812
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUT_VOLT_PIN1_5 183.4080047607422
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) IN_CURRENT_T3 18.570999145507812
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUT_VOLT_PIN1_2 29.325000762939453
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) TOTAL_POWER 5.841000080108643
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUT_VOLT_PIN1_3 183.16900634765625
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) CHARGER_OP_MODE 2
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L3 0
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUTPUT_PHASE 10
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) OUTPUT_CURRENT 6
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) PILOT_MODE B
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:20 +0000 UTC) DYNAMIC_CHARGER_CURRENT 6
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 6
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L2 0
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 18.570999145507812
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L3 17.827999114990234
evcc    | [easee ] TRACE 2024/07/25 22:35:22 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L2 17.391000747680664
evcc    | [easee ] TRACE 2024/07/25 22:35:23 ProductUpdate ABCD: (2024-07-25 20:35:21 +0000 UTC) LEDMODE 21
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) IN_CURRENT_T2 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) IN_CURRENT_T4 0.009999999776482582
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) OUT_VOLT_PIN1_4 0.13600000739097595
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) IN_CURRENT_T5 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) OUT_VOLT_PIN1_5 2.0510001182556152
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) IN_CURRENT_T3 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) TOTAL_POWER 0
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) OUT_VOLT_PIN1_3 0.949999988079071
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:26 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) OUT_VOLT_PIN1_2 1.5640000104904175
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:25 +0000 UTC) CHARGER_OP_MODE 6
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:26 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L2 0.009999999776482582
evcc    | [easee ] TRACE 2024/07/25 22:35:27 ProductUpdate ABCD: (2024-07-25 20:35:26 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L3 0.00800000037997961
evcc    | [easee ] TRACE 2024/07/25 22:35:30 ProductUpdate ABCD: (2024-07-25 20:35:28 +0000 UTC) PILOT_MODE C
evcc    | [easee ] TRACE 2024/07/25 22:35:30 ProductUpdate ABCD: (2024-07-25 20:35:28 +0000 UTC) CHARGER_OP_MODE 3
evcc    | [easee ] TRACE 2024/07/25 22:35:32 ProductUpdate ABCD: (2024-07-25 20:35:30 +0000 UTC) OUT_VOLT_PIN1_3 239.00100708007812
evcc    | [easee ] TRACE 2024/07/25 22:35:32 ProductUpdate ABCD: (2024-07-25 20:35:30 +0000 UTC) OUT_VOLT_PIN1_2 5.330999851226807
evcc    | [easee ] TRACE 2024/07/25 22:35:35 ProductUpdate ABCD: (2024-07-25 20:35:33 +0000 UTC) LEDMODE 22
evcc    | [easee ] TRACE 2024/07/25 22:35:35 ProductUpdate ABCD: (2024-07-25 20:35:33 +0000 UTC) IN_CURRENT_T3 5.90500020980835
evcc    | [easee ] TRACE 2024/07/25 22:35:35 ProductUpdate ABCD: (2024-07-25 20:35:33 +0000 UTC) TOTAL_POWER 1.4229999780654907
evcc    | [easee ] TRACE 2024/07/25 22:35:35 ProductUpdate ABCD: (2024-07-25 20:35:33 +0000 UTC) IN_CURRENT_T2 5.889999866485596
evcc    | [easee ] TRACE 2024/07/25 22:35:36 ProductUpdate ABCD: (2024-07-25 20:35:34 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 5.90500020980835
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_INPUT_T4 22
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_INPUT_T2 23
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_OUTPUT_L1 23
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_INPUT_T3 23
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_INPUT_T5 22
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_OUTPUT_L3 22
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_OUTPUT_N 22
evcc    | [easee ] TRACE 2024/07/25 22:35:40 ProductUpdate ABCD: (2024-07-25 20:35:38 +0000 UTC) TEMP_OUTPUT_L2 23
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 ----
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:48 charge power: 1423W
evcc    | [lp-1  ] DEBUG 2024/07/25 22:35:48 charge currents: [5.91 0.01 0.008]A
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:48 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:48 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 grid meter: 3137W
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 grid powers: [1699 638 799]W
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 grid currents: [7.62 2.86 3.74]A
evcc    | [site  ] DEBUG 2024/07/25 22:35:48 site power: 3137W
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:48 !! session: chargeRater.chargedEnergy=50.5 - chargedAtStartup=0.0
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:48 charge total import: 1185.817kWh
evcc    | [lp-2  ] DEBUG 2024/07/25 22:35:48 charger status: A
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:00 set charge mode: now
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:00 pv timer reset
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:00 pv timer inactive
evcc    | [site  ] DEBUG 2024/07/25 23:00:00 ----
evcc    | [easee ] TRACE 2024/07/25 23:00:00 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 23:00:00 {"smartCharging":false}
evcc    | [easee ] TRACE 2024/07/25 23:00:01 CommandResponse ABCD: {SerialNumber:ABCD ID:11 Timestamp:2024-07-25 21:00:00.785549 +0000 UTC DeliveredAt:2024-07-25 20:59:59.629 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575380007855490}
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:01 charge power: 1440W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:01 charge currents: [5.93 0.015 0.009]A
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:01 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:01 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:01 pv power: 0W
evcc    | [easee ] TRACE 2024/07/25 23:00:01 ProductUpdate ABCD: (2024-07-25 20:59:59 +0000 UTC) LEDMODE 24
evcc    | [easee ] TRACE 2024/07/25 23:00:01 ProductUpdate ABCD: (2024-07-25 20:59:59 +0000 UTC) SMART_CHARGING false
evcc    | [easee ] TRACE 2024/07/25 23:00:01 ProductUpdate ABCD: (2024-07-25 20:59:59 +0000 UTC) SMART_CHARGING false
evcc    | [site  ] DEBUG 2024/07/25 23:00:02 grid meter: 3427W
evcc    | [site  ] DEBUG 2024/07/25 23:00:03 grid powers: [1772 400 1250]W
evcc    | [site  ] DEBUG 2024/07/25 23:00:04 grid currents: [7.91 2.08 5.36]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:04 site power: 3427W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:04 !! session: chargeRater.chargedEnergy=0.7 - chargedAtStartup=0.0
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:04 charge total import: 1892.646kWh
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:04 charger status: C
evcc    | [easee ] TRACE 2024/07/25 23:00:04 POST https://api.easee.com/api/chargers/ABCD/settings
evcc    | [easee ] TRACE 2024/07/25 23:00:04 {"dynamicChargerCurrent":32}
evcc    | [easee ] TRACE 2024/07/25 23:00:05 CommandResponse ABCD: {SerialNumber:ABCD ID:48 Timestamp:2024-07-25 21:00:04.152802 +0000 UTC DeliveredAt:2024-07-25 21:00:02.998 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638575380041528020}
evcc    | [easee ] TRACE 2024/07/25 23:00:05 ProductUpdate ABCD: (2024-07-25 21:00:02 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:05 max charge current: 32A
evcc    | [easee ] TRACE 2024/07/25 23:00:06 ProductUpdate ABCD: (2024-07-25 21:00:03 +0000 UTC) NUMBER_OF_CARS_FULLY_CHARGED 0
evcc    | [easee ] TRACE 2024/07/25 23:00:06 ProductUpdate ABCD: (2024-07-25 21:00:03 +0000 UTC) REASON_FOR_NO_CURRENT 26
evcc    | [easee ] TRACE 2024/07/25 23:00:06 ProductUpdate ABCD: (2024-07-25 21:00:03 +0000 UTC) NUMBER_OF_CARS_CHARGING 1
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 ----
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:18 charge power: 1440W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:18 charge currents: [5.93 0.015 0.009]A
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:18 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:18 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 grid meter: 3413W
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 grid powers: [1753 419 1240]W
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 grid currents: [7.85 2.15 5.32]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:18 site power: 3413W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:30 set charge mode: now
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:33 +0000 UTC) IN_CURRENT_T3 7.35099983215332
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:33 +0000 UTC) REASON_FOR_NO_CURRENT 77
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:33 +0000 UTC) OUTPUT_CURRENT 25
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:33 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 25
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:34 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 7.35099983215332
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:34 +0000 UTC) TOTAL_POWER 2.005000114440918
evcc    | [easee ] TRACE 2024/07/25 23:00:36 ProductUpdate ABCD: (2024-07-25 21:00:34 +0000 UTC) IN_CURRENT_T2 9.42300033569336
evcc    | [easee ] TRACE 2024/07/25 23:00:37 ProductUpdate ABCD: (2024-07-25 21:00:35 +0000 UTC) OUT_VOLT_PIN1_4 3.234999895095825
evcc    | [easee ] TRACE 2024/07/25 23:00:41 ProductUpdate ABCD: (2024-07-25 21:00:39 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 24.058000564575195
evcc    | [easee ] TRACE 2024/07/25 23:00:41 ProductUpdate ABCD: (2024-07-25 21:00:39 +0000 UTC) IN_CURRENT_T2 24.058000564575195
evcc    | [easee ] TRACE 2024/07/25 23:00:41 ProductUpdate ABCD: (2024-07-25 21:00:39 +0000 UTC) TOTAL_POWER 5.798999786376953
evcc    | [easee ] TRACE 2024/07/25 23:00:41 ProductUpdate ABCD: (2024-07-25 21:00:39 +0000 UTC) IN_CURRENT_T3 24.055999755859375
evcc    | [site  ] DEBUG 2024/07/25 23:00:48 ----
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:48 charge power: 5799W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:48 charge currents: [24.1 0.015 0.009]A
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:48 charge power: 0W
evcc    | [lp-2  ] DEBUG 2024/07/25 23:00:48 charge currents: [0 0 0]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:48 pv power: 0W
evcc    | [site  ] DEBUG 2024/07/25 23:00:48 grid meter: 7670W
evcc    | [site  ] DEBUG 2024/07/25 23:00:48 grid powers: [6014 412 1243]W
evcc    | [site  ] DEBUG 2024/07/25 23:00:48 grid currents: [25.9 2.12 5.32]A
evcc    | [site  ] DEBUG 2024/07/25 23:00:49 site power: 7670W
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 detected active phases: 1p
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 !! session: chargeRater.chargedEnergy=0.7 - chargedAtStartup=0.0
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 charge total import: 1892.646kWh
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 charger status: C
evcc    | [lp-1  ] WARN 2024/07/25 23:00:49 charger logic error: phases mismatch (got 1, expected 3)
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 !! active phases: 1p = min(0p measured 0p vehicle 1p physical 0p charger)
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 switched phases: 3p
evcc    | [lp-1  ] DEBUG 2024/07/25 23:00:49 !! active phases: 3p = min(0p measured 0p vehicle 3p physical 0p charger)

What type of operating system are you running?

Docker container

Version

v0.128.4

andig commented 1 month ago

Duplicate of https://github.com/evcc-io/evcc/issues/15063?

MaTr74 commented 1 month ago

Duplicate of #15063?

I don't know. What is the result? EVCC is everything doing right and the problem is lying within the easee api?

andig commented 1 month ago

Seems phase switching for multiple Easees on a single circuit- your setup- is wrong.

MaTr74 commented 1 month ago

So, in this case it's not a duplicate of #15063, isn't it?

MaTr74 commented 1 month ago

Seems phase switching for multiple Easees on a single circuit- your setup- is wrong.

How did you come to this conclusion? Can you explain that a little more?

andig commented 1 month ago

Could you explain your Easee setup? We should probably wait until #15063 is then resolved and test again.

MaTr74 commented 1 month ago

Could you explain your Easee setup?

What do you mean exactly?

We should probably wait until #15063 is then resolved and test again.

Can you please reopen this issue as long as it's not clear what the problem and solution is?

andig commented 1 month ago

How are your Easees connected? Multiple Circuits? Screenshots from Setup in Easee app or website?

MaTr74 commented 1 month ago

How are your Easees connected? Multiple Circuits? Screenshots from Setup in Easee app or website?

image

andig commented 1 month ago

Genau. 2 Easee an einem Circuit. Duplikat.

MaTr74 commented 1 month ago

Genau. 2 Easee an einem Circuit. Duplikat.

I don't understand. The referenced issue is about "Easee-Wallbox (Single): Switch phases to 3p fails"

andig commented 1 month ago

Ahh sorry. I meant https://github.com/evcc-io/evcc/issues/14996!

GrimmiMeloni commented 1 month ago

I think this is very likely a duplicate of #14387.