evcc-io / evcc

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

Easee Charge Wallbox Charger Logic, Current Mismatch #15812

Closed mibo-wb-gh closed 1 month ago

mibo-wb-gh commented 1 month ago

Describe the bug

When setting evcc into "quick" / "schnell" Mode Easee Charge Wallbox does not switch to 3phase 32A charging and stays in 1phase charging 6A charging. Problem (if i understodd correctly) was addressed with the version update 0.130.0 XXX https://github.com/evcc-io/evcc/commit/9056fc60bda9f815b0f7c025a7d71060a7099a54 Easee: always pause/resume when phase switching on charger level (https://github.com/evcc-io/evcc/pull/15306) XXX problem still remains. charger logic error: current mismatch (got 6A, expected 32A)

Also tried with 1phase charging 8A setup, still the same Or the charger switches to 1phase 32A max. 7.4KW

If I pause charging in the Easee App and resume charging then charging with 3phases 32A and 22KW is possible

Steps to reproduce

Set Charging to "now / schnell" Set Charging logic to auto hook up car ...

Configuration details

excerpt:

interval: 120s

chargers:
  - type: template
    template: easee
    user: 
    password: 
    charger: EC6CAE5D
    timeout: 20s
    name: WB98-EASEE

vehicles:
  - type: template
    template: bmw
    title: WB98-iX50
    user: 
    password: 
    capacity: 105  
    name: WB98-iX50

loadpoints:
  - title: Garage
    charger: WB98-EASEE
    vehicle: WB98-iX50
    mode: minpv
    soc:
      poll:
        mode: charging
        interval: 60m
      estimate: true

site:
  - title: WB98-EVCC
    meters:
      grid: WB98-GRID

Log details

[site  ] DEBUG 2024/08/29 19:59:48 grid meter: 480W
[site  ] DEBUG 2024/08/29 19:59:48 pv power: 0W
[site  ] DEBUG 2024/08/29 19:59:48 site power: 480W
[lp-1  ] DEBUG 2024/08/29 19:59:48 charge total import: 2778.580kWh
[lp-1  ] DEBUG 2024/08/29 19:59:48 charger status: A
[lp-1  ] DEBUG 2024/08/29 19:59:53 set session soc limit: 85
[site  ] DEBUG 2024/08/29 19:59:53 ----
[lp-1  ] DEBUG 2024/08/29 19:59:53 charge power: 0W
[lp-1  ] DEBUG 2024/08/29 19:59:53 charge currents: [0 0 0]A
[http  ] TRACE 2024/08/29 19:59:53 GET https://backend.powerfox.energy/api/2.0/my/main/current
[http  ] TRACE 2024/08/29 19:59:54 {"Outdated":false,"Watt":480,"Timestamp":1724954384,"A_Plus":11569493,"A_Plus_HT":1002,"A_Plus_NT":11568490,"A_Minus":644907}
[site  ] DEBUG 2024/08/29 19:59:54 grid meter: 480W
[site  ] DEBUG 2024/08/29 19:59:54 pv power: 0W
[site  ] DEBUG 2024/08/29 19:59:54 site power: 480W
[lp-1  ] DEBUG 2024/08/29 19:59:54 charge total import: 2778.580kWh
[lp-1  ] DEBUG 2024/08/29 19:59:54 charger status: A
[lp-1  ] DEBUG 2024/08/29 20:00:03 set session soc limit: 80
[site  ] DEBUG 2024/08/29 20:00:03 ----
[lp-1  ] DEBUG 2024/08/29 20:00:03 charge power: 0W
[lp-1  ] DEBUG 2024/08/29 20:00:03 charge currents: [0 0 0]A
[http  ] TRACE 2024/08/29 20:00:03 GET https://backend.powerfox.energy/api/2.0/my/main/current
[http  ] TRACE 2024/08/29 20:00:04 {"Outdated":false,"Watt":92,"Timestamp":1724954401,"A_Plus":11569493,"A_Plus_HT":1002,"A_Plus_NT":11568490,"A_Minus":644907}
[site  ] DEBUG 2024/08/29 20:00:04 grid meter: 92W
[site  ] DEBUG 2024/08/29 20:00:04 pv power: 0W
[site  ] DEBUG 2024/08/29 20:00:04 site power: 92W
[lp-1  ] DEBUG 2024/08/29 20:00:04 charge total import: 2778.580kWh
[lp-1  ] DEBUG 2024/08/29 20:00:04 charger status: A
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:00 +0000 UTC) ENERGY_PER_HOUR 0
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) ObservationID(223) {"Id":87,"MeterValue":2778.580196,"Start":"2024-08-29T18:00:15.000Z","Auth":"","AuthReason":0}
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) LEDMODE 21
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) IN_CURRENT_T3 0.008999999612569809
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) IN_CURRENT_T4 0.009999999776482582
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) CABLE_LOCKED false
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) IN_CURRENT_T5 0.008999999612569809
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) CHARGER_OP_MODE 2
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:15 +0000 UTC) PILOT_MODE B
[easee ] TRACE 2024/08/29 20:00:17 POST https://api.easee.com/api/accounts/refresh_token
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:16 +0000 UTC) NUMBER_OF_CARS_IN_QUEUE 1
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:16 +0000 UTC) REASON_FOR_NO_CURRENT 8
[easee ] TRACE 2024/08/29 20:00:17 ProductUpdate EC6CAE5D: (2024-08-29 18:00:16 +0000 UTC) NUMBER_OF_CARS_CONNECTED 1
[easee ] TRACE 2024/08/29 20:00:18 {"accessToken":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJlcVJKMDhGMTFBQi14QWhnNnNSbXdxSE5PdzllS09JbmJaSVpISmpoOVc4In0.eyJleHAiOjE3MjQ5MzcyMTIsImlhdCI6MTcyNDkzMzYxMiwianRpIjoiYTA4MTdkYzItNjNkNy00YjQ4LThkNjYtNDYyY2QzMTlhNDU1IiwiaXNzIjoiaHR0cHM6Ly9hdXRoLmVhc2VlLmNvbS9yZWFsbXMvZWFzZWUiLCJhdWQiOlsiYWNjb3VudCIsImVhc2VlIl0sInN1YiI6ImE5NTljZmY3LTJiYjYtNDA1My1hYmY2LWZmN2NmMGExNDk2MSIsInR5cCI6IkJlYXJlciIsImF6cCI6ImVhc2VlIiwic2lkIjoiYTk5NTZlOTAtMzA0NC00MmIyLTg5NjgtNmJlMzRlNjhlZmIxIiwiYWNyIjoic2ZhIiwic2NvcGUiOiJlbWFpbCIsIkFjY291bnRJZCI6Ijg1ODY5MSIsInJvbGUiOlsiVXNlciJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiU3VwcG9ydCI6IkZhbHNlIiwiVXNlcklkIjoiODAyNzc4IiwiZW1haWwiOiJtYm9zY2hAdXBnLmRlIn0.Sq1J3Y7dLZfISPZsBtDXE1MVesPT_tbWqU0jza35Ek3Vlhi8cpXgUo4-YrB3Eg7Fee5iHEhZFvL9vEPiZb_oT7DdP2wnzgxVYTooZCSJPElqjJ0g4b-gFlAZeB2vlPCNCb-mlVAECe99hxBXDTtaJP7OzKvl_Ba8o4h2A-Pew82ppvkpRMN8V4w9eU1bKz_5EgITpwqlOP87dEs1_VOgFDC3kqI27ZTmkzyLQlAwmUFLUh1A5QVRqzw49mPpP3VDc7VOLwKibP2w76fkihkDcVIUC-Y-Fi97-aRjXBXIKrilt6rCpnXomHr9treX7TjEGXPyuzK4zopqq4z8spuxQw","refreshToken":"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI4OGQ4NjljMy0yMmRmLTRjYzYtODM5My1mNGNiMDRiNjBiYzUifQ.eyJleHAiOjE3MjUwMjAwMTIsImlhdCI6MTcyNDkzMzYxMiwianRpIjoiYTQxZGRlZmQtMDMwMS00Njk2LWFiOTgtYzBjZmE1Y2FhZjBlIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLmVhc2VlLmNvbS9yZWFsbXMvZWFzZWUiLCJhdWQiOiJodHRwczovL2F1dGguZWFzZWUuY29tL3JlYWxtcy9lYXNlZSIsInN1YiI6ImE5NTljZmY3LTJiYjYtNDA1My1hYmY2LWZmN2NmMGExNDk2MSIsInR5cCI6IlJlZnJlc2giLCJhenAiOiJlYXNlZSIsInNpZCI6ImE5OTU2ZTkwLTMwNDQtNDJiMi04OTY4LTZiZTM0ZTY4ZWZiMSIsInNjb3BlIjoiYWNyIGJhc2ljIGVtYWlsIiwicmV1c2VfaWQiOiI2YTE5YjQ0OS05OTdjLTQ0MzItYjBlNi1iZDk0MjliNWViZjQifQ.t_q0T4OKll4QDxduu1WPG9ZZfdCjz3v3MFjyMiri_GxbMkb89hs7ycMlRiCHvDxjFBvxw-OI-t-5XGESm0zz3g"}
--
{"accessToken":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJlcVJKMDhGMTFBQi14QWhnNnNSbXdxSE5PdzllS09JbmJaSVpISmpoOVc4In0.eyJleHAiOjE3MjQ5NTgwMTgsImlhdCI6MTcyNDk1NDQxOCwianRpIjoiOWU5MzA1ZDQtMDlhYi00YzBhLWJkZjYtNWUzYmNmMzEwZGJiIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLmVhc2VlLmNvbS9yZWFsbXMvZWFzZWUiLCJhdWQiOlsiYWNjb3VudCIsImVhc2VlIl0sInN1YiI6ImE5NTljZmY3LTJiYjYtNDA1My1hYmY2LWZmN2NmMGExNDk2MSIsInR5cCI6IkJlYXJlciIsImF6cCI6ImVhc2VlIiwic2lkIjoiYTk5NTZlOTAtMzA0NC00MmIyLTg5NjgtNmJlMzRlNjhlZmIxIiwiYWNyIjoic2ZhIiwic2NvcGUiOiJlbWFpbCIsIkFjY291bnRJZCI6Ijg1ODY5MSIsInJvbGUiOlsiVXNlciJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiU3VwcG9ydCI6IkZhbHNlIiwiVXNlcklkIjoiODAyNzc4IiwiZW1haWwiOiJtYm9zY2hAdXBnLmRlIn0.eEM6X3rON_ZdeGJQiUBHdWQVnnklY92QmWegmLgjL7wMF8bw60oLRYRC6d4YY8XYDodn69o_IxYu_CIVxJgvgbhnXj5dlvjin_YEtyM9NVszL-6RZ2Fccl2c6GyfxadEHGcywzq_uZEusx_41D80fRu8eQKWc7L5S-isyf-lXrgU3q5ea0tvhG_3CeeHOkzTDDz5uNm8phhoWF8CFPkGOulPPxWlS23VxOOt0HSMM-rirNgchTP1nzH-7M34iKSX4h4eMWXVVA0Q49qTUrFHMPmi4_L_cFNFXu9q1R-5C3GrXBfKg9ld_RI8hdu_4hJGt3vkIozJWSGmvgy2n2eFLA","expiresIn":3600,"accessClaims":[null],"tokenType":"Bearer","refreshToken":"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI4OGQ4NjljMy0yMmRmLTRjYzYtODM5My1mNGNiMDRiNjBiYzUifQ.eyJleHAiOjE3MjUwNDA4MTgsImlhdCI6MTcyNDk1NDQxOCwianRpIjoiNTM2ZDA2NTQtNGE3NS00ZTE4LWFkOGMtZDhmMDRhOTRhNTVkIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLmVhc2VlLmNvbS9yZWFsbXMvZWFzZWUiLCJhdWQiOiJodHRwczovL2F1dGguZWFzZWUuY29tL3JlYWxtcy9lYXNlZSIsInN1YiI6ImE5NTljZmY3LTJiYjYtNDA1My1hYmY2LWZmN2NmMGExNDk2MSIsInR5cCI6IlJlZnJlc2giLCJhenAiOiJlYXNlZSIsInNpZCI6ImE5OTU2ZTkwLTMwNDQtNDJiMi04OTY4LTZiZTM0ZTY4ZWZiMSIsInNjb3BlIjoiYWNyIGJhc2ljIGVtYWlsIiwicmV1c2VfaWQiOiI2YTE5YjQ0OS05OTdjLTQ0MzItYjBlNi1iZDk0MjliNWViZjQifQ.albr4P0-JlcAWPOs4k1ikz3ATaAZ4GZRDT1xaakw6l-FyvlTxvHPP-tbqH2gm3LmrZVCZIHBJD0xIUVu2ghbSw"}
[easee ] TRACE 2024/08/29 20:00:18 POST https://api.easee.com/api/chargers/EC6CAE5D/commands/poll_lifetimeenergy
[easee ] TRACE 2024/08/29 20:00:18 {"device":"EC6CAE5D","commandId":2,"ticks":638605512183611090}
[easee ] TRACE 2024/08/29 20:00:18 ProductUpdate EC6CAE5D: (2024-08-29 18:00:17 +0000 UTC) REASON_FOR_NO_CURRENT 100
[easee ] TRACE 2024/08/29 20:00:18 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:2 Timestamp:2024-08-29 18:00:18.361109 +0000 UTC DeliveredAt:2024-08-29 18:00:17.757 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605512183611090}
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:17 +0000 UTC) REASON_FOR_NO_CURRENT 5
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) REASON_FOR_NO_CURRENT 77
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:17 +0000 UTC) NUMBER_OF_CARS_IN_QUEUE 0
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:17 +0000 UTC) NUMBER_OF_CARS_CHARGING 1
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:17 +0000 UTC) LIFETIME_ENERGY 2778.5801961111124
[easee ] TRACE 2024/08/29 20:00:19 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 32
[easee ] TRACE 2024/08/29 20:00:20 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) OUTPUT_PHASE 10
[easee ] TRACE 2024/08/29 20:00:20 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) IN_CURRENT_T2 0.009999999776482582
[easee ] TRACE 2024/08/29 20:00:20 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) OUTPUT_CURRENT 32
[easee ] TRACE 2024/08/29 20:00:20 ProductUpdate EC6CAE5D: (2024-08-29 18:00:18 +0000 UTC) CHARGER_OP_MODE 6
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:20 +0000 UTC) IN_CURRENT_T3 1.062999963760376
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:20 +0000 UTC) OUT_VOLT_PIN1_3 242.36500549316406
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:20 +0000 UTC) OUT_VOLT_PIN1_2 5.047999858856201
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:20 +0000 UTC) PILOT_MODE C
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:20 +0000 UTC) CHARGER_OP_MODE 3
[easee ] TRACE 2024/08/29 20:00:22 ProductUpdate EC6CAE5D: (2024-08-29 18:00:21 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 1.062999963760376
[easee ] TRACE 2024/08/29 20:00:23 ProductUpdate EC6CAE5D: (2024-08-29 18:00:21 +0000 UTC) TOTAL_POWER 0.08699999749660492
[easee ] TRACE 2024/08/29 20:00:25 ProductUpdate EC6CAE5D: (2024-08-29 18:00:23 +0000 UTC) LEDMODE 22
[easee ] TRACE 2024/08/29 20:00:25 ProductUpdate EC6CAE5D: (2024-08-29 18:00:23 +0000 UTC) IN_CURRENT_T2 15.774999618530273
[easee ] TRACE 2024/08/29 20:00:25 ProductUpdate EC6CAE5D: (2024-08-29 18:00:23 +0000 UTC) OUT_VOLT_PIN1_5 5.541999816894531
[easee ] TRACE 2024/08/29 20:00:25 ProductUpdate EC6CAE5D: (2024-08-29 18:00:23 +0000 UTC) OUT_VOLT_PIN1_4 4.6479997634887695
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_INPUT_T2 32
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_INPUT_T3 31
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_INPUT_T4 31
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_OUTPUT_N 32
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_INPUT_T5 31
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_OUTPUT_L3 32
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_OUTPUT_L1 32
[easee ] TRACE 2024/08/29 20:00:26 ProductUpdate EC6CAE5D: (2024-08-29 18:00:24 +0000 UTC) TEMP_OUTPUT_L2 31
[easee ] TRACE 2024/08/29 20:00:27 ProductUpdate EC6CAE5D: (2024-08-29 18:00:26 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 31.204999923706055
[easee ] TRACE 2024/08/29 20:00:28 ProductUpdate EC6CAE5D: (2024-08-29 18:00:26 +0000 UTC) IN_CURRENT_T3 31.2189998626709
[easee ] TRACE 2024/08/29 20:00:28 ProductUpdate EC6CAE5D: (2024-08-29 18:00:26 +0000 UTC) OUT_VOLT_PIN1_3 234.5019989013672
[easee ] TRACE 2024/08/29 20:00:28 ProductUpdate EC6CAE5D: (2024-08-29 18:00:26 +0000 UTC) TOTAL_POWER 7.433000087738037
[easee ] TRACE 2024/08/29 20:00:30 ProductUpdate EC6CAE5D: (2024-08-29 18:00:28 +0000 UTC) IN_CURRENT_T2 31.239999771118164
[db    ] TRACE 2024/08/29 20:00:31 INSERT INTO `settings` (`key`,`value`) VALUES ("lp1.maxCurrent","32"),("lp1.mode","now"),("lp1.minCurrent","8"),("lp1.phasesConfigured","0"),("telemetry","true"),("adminPassword","$2a$10$SVeIfhvCkO5Osd.BSwBVwu0cHziyOznCtDY61cNiflKPlGUa/puWu"),("jwtSecretKey","038a3eff67fa2df8921bf734beb666780e5687c6b89a1a788ebae08b399bb643"),("lp1.limitSoc","80"),("lp1.limitEnergy","0") ON CONFLICT (`key`) DO UPDATE SET `value`=`excluded`.`value` 9 <nil>
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_INPUT_T4 31
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_INPUT_T2 39
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_INPUT_T3 37
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_INPUT_T5 31
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_OUTPUT_N 33
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_OUTPUT_L1 33
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_OUTPUT_L3 32
[easee ] TRACE 2024/08/29 20:01:27 ProductUpdate EC6CAE5D: (2024-08-29 18:01:25 +0000 UTC) TEMP_OUTPUT_L2 32
[site  ] DEBUG 2024/08/29 20:01:35 ----
[easee ] TRACE 2024/08/29 20:01:35 POST https://api.easee.com/api/chargers/EC6CAE5D/settings
[easee ] TRACE 2024/08/29 20:01:36 {"smartCharging":false}
--
[{"device":"EC6CAE5D","commandId":11,"ticks":638605512960583910}]
[easee ] TRACE 2024/08/29 20:01:37 ProductUpdate EC6CAE5D: (2024-08-29 18:01:35 +0000 UTC) LEDMODE 24
[easee ] TRACE 2024/08/29 20:01:37 ProductUpdate EC6CAE5D: (2024-08-29 18:01:35 +0000 UTC) SMART_CHARGING false
[easee ] TRACE 2024/08/29 20:01:37 ProductUpdate EC6CAE5D: (2024-08-29 18:01:35 +0000 UTC) SMART_CHARGING false
[easee ] TRACE 2024/08/29 20:01:37 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:11 Timestamp:2024-08-29 18:01:36.058391 +0000 UTC DeliveredAt:2024-08-29 18:01:35.515 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605512960583910}
[lp-1  ] DEBUG 2024/08/29 20:01:37 charge power: 7433W
[lp-1  ] DEBUG 2024/08/29 20:01:37 charge currents: [31.2 0.01 0.009]A
[http  ] TRACE 2024/08/29 20:01:37 GET https://backend.powerfox.energy/api/2.0/my/main/current
[http  ] TRACE 2024/08/29 20:01:37 {"Outdated":false,"Watt":7339,"Timestamp":1724954495,"A_Plus":11569493,"A_Plus_HT":1002,"A_Plus_NT":11568490,"A_Minus":644907}
[site  ] DEBUG 2024/08/29 20:01:37 grid meter: 7339W
[site  ] DEBUG 2024/08/29 20:01:37 pv power: 94W
[site  ] DEBUG 2024/08/29 20:01:37 site power: 7339W
[lp-1  ] DEBUG 2024/08/29 20:01:37 charge total import: 2778.580kWh
[lp-1  ] DEBUG 2024/08/29 20:01:37 charger status: C
[lp-1  ] INFO 2024/08/29 20:01:37 car connected
[lp-1  ] DEBUG 2024/08/29 20:01:37 pv timer elapse
[lp-1  ] DEBUG 2024/08/29 20:01:37 pv timer inactive
[lp-1  ] DEBUG 2024/08/29 20:01:37 charge total import: 2778.580kWh
[lp-1  ] INFO 2024/08/29 20:01:37 start charging ->
[lp-1  ] DEBUG 2024/08/29 20:01:37 wake-up timer: stop
[db    ] TRACE 2024/08/29 20:01:37 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 ("2024-08-29 20:01:37.337","0000-00-00 00:00:00","Garage","","WB98-iX50",NULL,2778.5801961111124,NULL,0,NULL,NULL,NULL,NULL,NULL) RETURNING `id` 1 <nil>
[bmw   ] TRACE 2024/08/29 20:01:37 POST https://customer.bmwgroup.com/gcdm/oauth/token
[bmw   ] TRACE 2024/08/29 20:01:37 grant_type=refresh_token&redirect_uri=com.bmw.connected%3A%2F%2Foauth&refresh_token=ANq9shE4Gti1rdfTH9-N-CQ4R28
--
{"gcid":"cf545adf-ebb7-4f00-8d6a-7ef4e449d101","token_type":"Bearer","access_token":"lTz6UfH9zd6d7_bGTbBx66Oeszk","refresh_token":"wMnwIpfp08boh5Hj67cFzUaK0ZQ","scope":"smacc vehicle_data perseus dlm svds openid profile vsapi remote_services authenticate_user cesim offline_access email fupo","expires_in":3599,"id_token":"eyJ0eXAiOiJKV1QiLCJraWQiOiJiMDZEZXIvYndra04reFNHMVFKQ0puQ1djK0k9IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjoiTl9QZHZmQ2dIRUVmVV9kbUxieFRyQSIsInN1YiI6ImNmNTQ1YWRmLWViYjctNGYwMC04ZDZhLTdlZjRlNDQ5ZDEwMSIsImVtYWlsX3ZlcmlmaWVkIjoiTUFJTF9BQ1RJVkUiLCJhdWRpdFRyYWNraW5nSWQiOiJlZTY0NDQxNi1iNjdkLTQ0MGEtYWI3Zi0wOGM4YzU5OWRlMDItMTM5MjkyNjIiLCJnY2lkIjoiY2Y1NDVhZGYtZWJiNy00ZjAwLThkNmEtN2VmNGU0NDlkMTAxIiwic3VibmFtZSI6ImNmNTQ1YWRmLWViYjctNGYwMC04ZDZhLTdlZjRlNDQ5ZDEwMSIsImlzcyI6Imh0dHBzOi8vY3VzdG9tZXIuYm13Z3JvdXAuY29tL2djZG0vb2F1dGgvb3BlbmlkIiwidG9rZW5OYW1lIjoiaWRfdG9rZW4iLCJob21lX21hcmtldCI6IkRFIiwiZ2l2ZW5fbmFtZSI6Ik1pY2hhZWwiLCJhdWQiOiIzMWMzNTdhMC03YTFkLTQ1OTAtYWE5OS0zM2I5NzI0NGQwNDgiLCJhY3IiOiIwIiwibG9naW5fbmFtZSI6Im1ib3NjaEB1cGcuZGUiLCJhenAiOiIzMWMzNTdhMC03YTFkLTQ1OTAtYWE5OS0zM2I5NzI0NGQwNDgiLCJhdXRoX3RpbWUiOjE3MjQ5MzM2MTQsInJlYWxtIjoiL2N1c3RvbWVyIiwic2FsdXRhdGlvbiI6IlNBTF9NUiIsImV4cCI6MTcyNTA0MDg5NywidG9rZW5UeXBlIjoiSldUVG9rZW4iLCJpYXQiOjE3MjQ5NTQ0OTcsImZhbWlseV9uYW1lIjoiQm9zY2giLCJlbWFpbCI6Im1ib3NjaEB1cGcuZGUifQ.FDgq9d4HTj0sw3uSWEuxPK0Zlq8QLYMRJzBK29-KlEZx3aE8RKPz_35r6_SeLbxK7m0CqSQNzUifwTAqkcTgUYWh7tZ-DGODVWkjsmesOYHgbnCVJL-Nnbzigb0Yciq2yI-diN07uFWijxc4vNJ1BH8syUErtB0PyI7FowiYmhc0Mho32Qw2osr6Mf9xwLK9SGWrKwBhtBDOcejxW3RzM8P2DGtxsfOawp-KKDy0SzablsbG8lc8Wsf5OWZwrdkuWNWxsUg_4CmWHJEC2aMgIDsBl2VHeqM_o4CKg9UyiLhu-utl7tHbED3PHzXuD19jrcEByNUJiiupbwdGH31Iyg"}
[bmw   ] TRACE 2024/08/29 20:01:37 GET https://cocoapi.bmwgroup.com/eadrax-vcs/v4/vehicles/state?apptimezone=120&appDateTime=1724954497354
[bmw   ] TRACE 2024/08/29 20:01:38 {"state":{"isLeftSteering":true,"lastFetched":"2024-08-29T18:01:38.175Z","lastUpdatedAt":"2024-08-29T18:01:38Z","isLscSupported":true,"range":425,"doorsState":{"combinedSecurityState":"UNLOCKED","leftFront":"CLOSED","leftRear":"CLOSED","rightFront":"CLOSED","rightRear":"CLOSED","combinedState":"CLOSED","hood":"CLOSED","trunk":"CLOSED"},"windowsState":{"leftFront":"OPEN","leftRear":"OPEN","rightFront":"OPEN","rightRear":"OPEN","combinedState":"OPEN"},"tireState":{"frontLeft":{"details":{"identificationInProgress":false},"status":{"currentPressure":240,"targetPressure":230}},"frontRight":{"details":{"identificationInProgress":false},"status":{"currentPressure":250,"targetPressure":230}},"rearLeft":{"details":{"identificationInProgress":false},"status":{"currentPressure":270,"targetPressure":260}},"rearRight":{"details":{"identificationInProgress":false},"status":{"currentPressure":270,"targetPressure":260}}},"location":{"coordinates":{"latitude":xxxxx,"longitude":xxxx},"address":{"formatted":"xxxxxxx"},"heading":xx},"currentMileage":9139,"climateControlState":{"activity":"INACTIVE"},"climateTimers":[{"isWeeklyTimer":false,"timerAction":"DEACTIVATE","timerWeekDays":[],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}},{"isWeeklyTimer":true,"timerAction":"DEACTIVATE","timerWeekDays":["MONDAY"],"departureTime":{"hour":7,"minute":0}}],"requiredServices":[],"checkControlMessages":[{"type":"TIRE_PRESSURE","severity":"LOW"}],"chargingProfile":{"chargingControlType":"WEEKLY_PLANNER","reductionOfChargeCurrent":{"start":{"hour":6,"minute":0},"end":{"hour":8,"minute":30}},"chargingMode":"IMMEDIATE_CHARGING","chargingPreference":"NO_PRESELECTION","departureTimes":[{"id":1,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":2,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":3,"timeStamp":{"hour":0,"minute":0},"action":"DEACTIVATE","timerWeekDays":[]},{"id":4,"timeStamp":{"hour":8,"minute":30},"action":"DEACTIVATE","timerWeekDays":[]}],"climatisationOn":false,"chargingSettings":{"targetSoc":80,"acCurrentLimit":6,"idcc":"AUTOMATIC_INTELLIGENT","hospitality":"HOSP_INACTIVE","isAcCurrentLimitActive":false}},"electricChargingState":{"chargingLevelPercent":76,"remainingChargingMinutes":53,"range":425,"isChargerConnected":true,"chargingStatus":"CHARGING","chargingTarget":80},"combustionFuelLevel":{"range":425},"driverPreferences":{"lscPrivacyMode":"OFF"},"securityOverviewMode":"NOT_ARMED","vehicleSoftwareVersion":{"puStep":{"month":3,"year":24},"iStep":{"seriesCluster":"I020","year":24,"month":3,"iStep":553}}},"capabilities":{"remoteServices":{"inCarCamera":{"id":"inCarCamera","state":"ACTIVATED","functions":{"inCarCameraFunction":["PICTURE","VIDEO"]}},"inCarCameraDwa":{"id":"inCarCameraDwa","state":"ACTIVATED"},"remote360":{"id":"remote360","state":"ACTIVATED"},"surroundViewRecorder":{"id":"surroundViewRecorder","state":"ACTIVATED"},"doorLock":{"id":"doorLock","state":"ACTIVATED"},"doorUnlock":{"id":"doorUnlock","state":"ACTIVATED"},"hornBlow":{"id":"hornBlow","state":"ACTIVATED"},"lightFlash":{"id":"lightFlash","state":"ACTIVATED"}},"a4aType":"NOT_SUPPORTED","climateNow":true,"isClimateTimerWeeklyActive":false,"climateFunction":"AIR_CONDITIONING","horn":true,"inCarCamera":true,"inCarCameraVideo":true,"inCarCameraDwa":true,"isBmwChargingSupported":true,"isCarSharingSupported":false,"isChargeNowForBusinessSupported":true,"isChargingHistorySupported":true,"isLocationBasedChargingSettingsSupported":false,"isChargingHospitalityEnabled":true,"isChargingLoudnessEnabled":true,"isChargingPlanSupported":true,"isChargingPowerLimitEnabled":true,"isChargingSettingsEnabled":true,"isBatteryPreconditioningSupported":false,"isChargingTargetSocEnabled":true,"isCustomerEsimSupported":true,"isDataPrivacyEnabled":false,"isDCSContractManagementSupported":true,"isEasyChargeEnabled":false,"isMiniChargingSupported":false,"isEvGoChargingSupported":true,"isRemoteHistoryDeletionSupported":false,"isRemoteEngineStartSupported":false,"isRemoteServicesActivationRequired":false,"isRemoteServicesBookingRequired":false,"isScanAndChargeSupported":true,"lastStateCallState":"ACTIVATED","lights":true,"lock":true,"remote360":true,"remoteSoftwareUpgrade":true,"sendPoi":true,"speechThirdPartyAlexa":false,"speechThirdPartyAlexaSDK":true,"surroundViewRecorder":true,"unlock":true,"vehicleFinder":true,"vehicleStateSource":"LAST_STATE_CALL","isRemoteHistorySupported":true,"isWifiHotspotServiceSupported":false,"isNonLscFeatureEnabled":false,"isSustainabilitySupported":true,"isSustainabilityAccumulatedViewEnabled":true,"specialThemeSupport":[],"isRemoteParkingSupported":true,"isRemoteParkingEes25Active":false,"remoteChargingCommands":{"chargingControl":["START","STOP"],"plugControl":["UNLOCK_PLUG"],"flapControl":["COUPLE_FLAP","DECOUPLE_FLAP"]},"digitalKey":{"state":"ACTIVATED","bookedServicePackage":"SMACC_2_UWB","readerGraphics":"000200000001","vehicleSoftwareUpgradeRequired":false,"isDigitalKeyFirstSupported":false},"isPersonalPictureUploadSupported":false,"isPlugAndChargeSupported":true,"isOptimizedChargingSupported":false,"alarmSystem":true,"isThirdPartyAppStoreSupported":false,"thirdPartyAppStore":{"state":"NOT_AVAILABLE"},"locationBasedCommerceFeatures":{"parking":true,"fueling":false,"reservations":false}}}
[lp-1  ] DEBUG 2024/08/29 20:01:38 vehicle status: C
[lp-1  ] DEBUG 2024/08/29 20:01:38 vehicle soc: 76%
[lp-1  ] DEBUG 2024/08/29 20:01:38 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/08/29 20:01:38 vehicle range: 425km
[lp-1  ] WARN 2024/08/29 20:01:38 charger logic error: disabled but charging
[easee ] TRACE 2024/08/29 20:01:38 POST https://api.easee.com/api/chargers/EC6CAE5D/commands/resume_charging
[easee ] TRACE 2024/08/29 20:01:39 {"device":"EC6CAE5D","commandId":48,"ticks":638605512991282120}
[easee ] TRACE 2024/08/29 20:01:40 ProductUpdate EC6CAE5D: (2024-08-29 18:01:38 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
[easee ] TRACE 2024/08/29 20:01:40 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:48 Timestamp:2024-08-29 18:01:39.128212 +0000 UTC DeliveredAt:2024-08-29 18:01:38.585 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605512991282120}
[easee ] TRACE 2024/08/29 20:01:40 POST https://api.easee.com/api/chargers/EC6CAE5D/settings
[easee ] TRACE 2024/08/29 20:01:40 {"dynamicChargerCurrent":6}
--
[{"device":"EC6CAE5D","commandId":48,"ticks":638605513002949980}]
[easee ] TRACE 2024/08/29 20:01:41 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:48 Timestamp:2024-08-29 18:01:40.294998 +0000 UTC DeliveredAt:2024-08-29 18:01:39.774 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605513002949980}
[easee ] TRACE 2024/08/29 20:01:41 ProductUpdate EC6CAE5D: (2024-08-29 18:01:39 +0000 UTC) DYNAMIC_CHARGER_CURRENT 6
[lp-1  ] DEBUG 2024/08/29 20:01:41 charger enable
[easee ] TRACE 2024/08/29 20:01:41 GET https://api.easee.com/api/sites/715599/circuits/676022/settings
[easee ] TRACE 2024/08/29 20:01:42 {"allowOfflineMaxCircuitCurrent":false,"equalizerId":null,"masterChargerId":"EC6CAE5D","useDynamicMaster":false,"dynamicCircuitCurrentP1":1000.0,"dynamicCircuitCurrentP2":0.0,"dynamicCircuitCurrentP3":0.0,"enableIdleCurrent":false,"maxCircuitCurrentP1":1000.0,"maxCircuitCurrentP2":1000.0,"maxCircuitCurrentP3":1000.0,"offlineMaxCircuitCurrentP1":32,"offlineMaxCircuitCurrentP2":32,"offlineMaxCircuitCurrentP3":32}
[easee ] TRACE 2024/08/29 20:01:42 POST https://api.easee.com/api/sites/715599/circuits/676022/settings
[easee ] TRACE 2024/08/29 20:01:42 ProductUpdate EC6CAE5D: (2024-08-29 18:01:39 +0000 UTC) REASON_FOR_NO_CURRENT 78
[easee ] TRACE 2024/08/29 20:01:42 ProductUpdate EC6CAE5D: (2024-08-29 18:01:39 +0000 UTC) NUMBER_OF_CARS_FULLY_CHARGED 1
[easee ] TRACE 2024/08/29 20:01:42 ProductUpdate EC6CAE5D: (2024-08-29 18:01:39 +0000 UTC) NUMBER_OF_CARS_CHARGING 0
[easee ] TRACE 2024/08/29 20:01:42 ProductUpdate EC6CAE5D: (2024-08-29 18:01:40 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 6
[easee ] TRACE 2024/08/29 20:01:42 ProductUpdate EC6CAE5D: (2024-08-29 18:01:40 +0000 UTC) OUTPUT_CURRENT 6
[easee ] TRACE 2024/08/29 20:01:42 {"dynamicCircuitCurrentP1":1000,"dynamicCircuitCurrentP2":1000,"dynamicCircuitCurrentP3":1000}
[lp-1  ] DEBUG 2024/08/29 20:01:42 switched phases: 3p
[easee ] TRACE 2024/08/29 20:01:42 POST https://api.easee.com/api/chargers/EC6CAE5D/settings
[easee ] TRACE 2024/08/29 20:01:42 {"dynamicChargerCurrent":32}
--
[]
[lp-1  ] DEBUG 2024/08/29 20:01:42 max charge current: 32A
[site  ] TRACE 2024/08/29 20:01:42 telemetry: charge: Δ0/0Wh @ 7433W
[site  ] TRACE 2024/08/29 20:01:42 POST https://api.evcc.io/v1/charge
[site  ] TRACE 2024/08/29 20:01:42 {"instanceId":"6ab9def024d97ee6885410783338274ef35d6ce24b565b648403a0db8047fb86","chargePower":7433.000087738037,"greenPower":94.00008773803711,"chargeEnergy":0,"greenEnergy":0}
--
{"status":"ok"}
[easee ] TRACE 2024/08/29 20:01:42 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:22 Timestamp:2024-08-29 18:01:42.130244 +0000 UTC DeliveredAt:2024-08-29 18:01:41.649 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605513021302440}
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) IN_CURRENT_T2 23.268999099731445
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) TOTAL_POWER 5.589000225067139
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) IN_CURRENT_T3 17.31399917602539
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) DYNAMIC_CIRCUIT_CURRENT_P1 1000
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 17.31399917602539
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) OUT_VOLT_PIN1_3 237.85400390625
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) DYNAMIC_CIRCUIT_CURRENT_P3 1000
[easee ] TRACE 2024/08/29 20:01:43 ProductUpdate EC6CAE5D: (2024-08-29 18:01:41 +0000 UTC) DYNAMIC_CIRCUIT_CURRENT_P2 1000
[easee ] TRACE 2024/08/29 20:01:48 ProductUpdate EC6CAE5D: (2024-08-29 18:01:46 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 6.074999809265137
[easee ] TRACE 2024/08/29 20:01:49 ProductUpdate EC6CAE5D: (2024-08-29 18:01:48 +0000 UTC) IN_CURRENT_T2 6.078000068664551
[easee ] TRACE 2024/08/29 20:01:49 ProductUpdate EC6CAE5D: (2024-08-29 18:01:48 +0000 UTC) TOTAL_POWER 1.496999979019165
[easee ] TRACE 2024/08/29 20:01:49 ProductUpdate EC6CAE5D: (2024-08-29 18:01:48 +0000 UTC) IN_CURRENT_T3 6.072000026702881
[easee ] TRACE 2024/08/29 20:01:58 ProductUpdate EC6CAE5D: (2024-08-29 18:01:55 +0000 UTC) OUT_VOLT_PIN1_3 240.88499450683594
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_INPUT_T2 37
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_INPUT_T3 36
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_INPUT_T4 32
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_INPUT_T5 31
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_OUTPUT_N 33
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_OUTPUT_L1 33
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_OUTPUT_L3 33
[easee ] TRACE 2024/08/29 20:02:29 ProductUpdate EC6CAE5D: (2024-08-29 18:02:27 +0000 UTC) TEMP_OUTPUT_L2 32
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_INPUT_T2 35
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_INPUT_T4 32
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_INPUT_T3 35
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_INPUT_T5 32
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_OUTPUT_L1 33
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_OUTPUT_N 33
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_OUTPUT_L3 33
[easee ] TRACE 2024/08/29 20:03:29 ProductUpdate EC6CAE5D: (2024-08-29 18:03:28 +0000 UTC) TEMP_OUTPUT_L2 32
[site  ] DEBUG 2024/08/29 20:03:35 ----
[lp-1  ] DEBUG 2024/08/29 20:03:35 charge power: 1497W
[lp-1  ] DEBUG 2024/08/29 20:03:35 charge currents: [6.07 0.01 0.009]A
[http  ] TRACE 2024/08/29 20:03:35 GET https://backend.powerfox.energy/api/2.0/my/main/current
[http  ] TRACE 2024/08/29 20:03:36 {"Outdated":false,"Watt":1147,"Timestamp":1724954606,"A_Plus":11569549,"A_Plus_HT":1002,"A_Plus_NT":11568546,"A_Minus":644910}
[site  ] DEBUG 2024/08/29 20:03:36 grid meter: 1147W
[site  ] DEBUG 2024/08/29 20:03:36 pv power: 350W
[site  ] DEBUG 2024/08/29 20:03:36 site power: 1147W
[lp-1  ] DEBUG 2024/08/29 20:03:36 vehicle odometer: 9139km
[db    ] TRACE 2024/08/29 20:03:36 UPDATE `sessions` SET `created`="2024-08-29 20:01:37.337",`finished`="0000-00-00 00:00:00",`loadpoint`="Garage",`identifier`="",`vehicle`="WB98-iX50",`odometer`=9139,`meter_start_kwh`=2778.5801961111124,`meter_end_kwh`=NULL,`charged_kwh`=0,`charge_duration`=NULL,`solar_percentage`=NULL,`price`=NULL,`price_per_kwh`=NULL,`co2_per_kwh`=NULL WHERE `id` = 53 1 <nil>
[lp-1  ] DEBUG 2024/08/29 20:03:36 detected active phases: 1p
[lp-1  ] DEBUG 2024/08/29 20:03:36 charge total import: 2778.580kWh
[lp-1  ] DEBUG 2024/08/29 20:03:36 charger status: C
[lp-1  ] DEBUG 2024/08/29 20:03:36 soc estimated: 76.00% (vehicle: 76.00%)
[lp-1  ] DEBUG 2024/08/29 20:03:36 vehicle soc: 76%
[lp-1  ] DEBUG 2024/08/29 20:03:36 vehicle soc limit: 80%
[lp-1  ] DEBUG 2024/08/29 20:03:36 vehicle range: 425km
_**[lp-1  ] WARN 2024/08/29 20:03:36 charger logic error: current mismatch (got 6A, expected 32A)
[lp-1  ] WARN 2024/08/29 20:03:36 charger logic error: phases mismatch (got 1, expected 3)**_
[easee ] TRACE 2024/08/29 20:03:36 GET https://api.easee.com/api/sites/715599/circuits/676022/settings
[easee ] TRACE 2024/08/29 20:03:36 {"allowOfflineMaxCircuitCurrent":false,"equalizerId":null,"masterChargerId":"EC6CAE5D","useDynamicMaster":false,"dynamicCircuitCurrentP1":1000.0,"dynamicCircuitCurrentP2":1000.0,"dynamicCircuitCurrentP3":1000.0,"enableIdleCurrent":false,"maxCircuitCurrentP1":1000.0,"maxCircuitCurrentP2":1000.0,"maxCircuitCurrentP3":1000.0,"offlineMaxCircuitCurrentP1":32,"offlineMaxCircuitCurrentP2":32,"offlineMaxCircuitCurrentP3":32}
[easee ] TRACE 2024/08/29 20:03:36 POST https://api.easee.com/api/sites/715599/circuits/676022/settings
[easee ] TRACE 2024/08/29 20:03:36 {"dynamicCircuitCurrentP1":1000,"dynamicCircuitCurrentP2":1000,"dynamicCircuitCurrentP3":1000}
[lp-1  ] DEBUG 2024/08/29 20:03:36 switched phases: 3p
[easee ] TRACE 2024/08/29 20:03:36 POST https://api.easee.com/api/chargers/EC6CAE5D/settings
[easee ] TRACE 2024/08/29 20:03:37 {"dynamicChargerCurrent":32}
--
[{"device":"EC6CAE5D","commandId":48,"ticks":638605514168533970}]
[easee ] TRACE 2024/08/29 20:03:37 CommandResponse EC6CAE5D: {SerialNumber:EC6CAE5D ID:48 Timestamp:2024-08-29 18:03:36.853397 +0000 UTC DeliveredAt:2024-08-29 18:03:36.265 +0000 UTC WasAccepted:true ResultCode:0 Comment: Ticks:638605514168533970}
[easee ] TRACE 2024/08/29 20:03:38 ProductUpdate EC6CAE5D: (2024-08-29 18:03:36 +0000 UTC) DYNAMIC_CHARGER_CURRENT 32
[easee ] TRACE 2024/08/29 20:03:38 ProductUpdate EC6CAE5D: (2024-08-29 18:03:36 +0000 UTC) REASON_FOR_NO_CURRENT 25
[easee ] TRACE 2024/08/29 20:03:38 ProductUpdate EC6CAE5D: (2024-08-29 18:03:36 +0000 UTC) NUMBER_OF_CARS_CHARGING 1
[lp-1  ] DEBUG 2024/08/29 20:03:38 max charge current: 32A
[easee ] TRACE 2024/08/29 20:03:38 ProductUpdate EC6CAE5D: (2024-08-29 18:03:36 +0000 UTC) NUMBER_OF_CARS_FULLY_CHARGED 0
[site  ] TRACE 2024/08/29 20:03:38 telemetry: charge: Δ0/0Wh @ 1497W
[site  ] TRACE 2024/08/29 20:03:38 POST https://api.evcc.io/v1/charge
[site  ] TRACE 2024/08/29 20:03:38 {"instanceId":"6ab9def024d97ee6885410783338274ef35d6ce24b565b648403a0db8047fb86","chargePower":1496.999979019165,"greenPower":349.99997901916504,"chargeEnergy":0,"greenEnergy":0}
--
{"status":"ok"}
[easee ] TRACE 2024/08/29 20:03:42 ProductUpdate EC6CAE5D: (2024-08-29 18:03:40 +0000 UTC) OUTPUT_CURRENT 32
[easee ] TRACE 2024/08/29 20:03:42 ProductUpdate EC6CAE5D: (2024-08-29 18:03:40 +0000 UTC) CIRCUIT_TOTAL_ALLOCATED_PHASE_CONDUCTOR_CURRENT_L1 32
[easee ] TRACE 2024/08/29 20:03:42 ProductUpdate EC6CAE5D: (2024-08-29 18:03:40 +0000 UTC) REASON_FOR_NO_CURRENT 77
[easee ] TRACE 2024/08/29 20:03:48 ProductUpdate EC6CAE5D: (2024-08-29 18:03:46 +0000 UTC) IN_CURRENT_T3 20.541000366210938
[easee ] TRACE 2024/08/29 20:03:48 ProductUpdate EC6CAE5D: (2024-08-29 18:03:46 +0000 UTC) OUT_VOLT_PIN1_3 236.93899536132812
[easee ] TRACE 2024/08/29 20:03:48 ProductUpdate EC6CAE5D: (2024-08-29 18:03:46 +0000 UTC) IN_CURRENT_T2 14.477999687194824
[easee ] TRACE 2024/08/29 20:03:48 ProductUpdate EC6CAE5D: (2024-08-29 18:03:46 +0000 UTC) TOTAL_POWER 3.502000093460083
[easee ] TRACE 2024/08/29 20:03:48 ProductUpdate EC6CAE5D: (2024-08-29 18:03:46 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 20.541000366210938
[easee ] TRACE 2024/08/29 20:03:53 ProductUpdate EC6CAE5D: (2024-08-29 18:03:51 +0000 UTC) CIRCUIT_TOTAL_PHASE_CONDUCTOR_CURRENT_L1 31.194000244140625
[easee ] TRACE 2024/08/29 20:03:53 ProductUpdate EC6CAE5D: (2024-08-29 18:03:51 +0000 UTC) TOTAL_POWER 7.422999858856201
[easee ] TRACE 2024/08/29 20:03:53 ProductUpdate EC6CAE5D: (2024-08-29 18:03:51 +0000 UTC) IN_CURRENT_T3 31.19499969482422
[easee ] TRACE 2024/08/29 20:03:53 ProductUpdate EC6CAE5D: (2024-08-29 18:03:51 +0000 UTC) IN_CURRENT_T2 31.19499969482422
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_INPUT_T2 40
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_INPUT_T4 32
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_INPUT_T3 38
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_INPUT_T5 32
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_OUTPUT_L1 34
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_OUTPUT_N 34
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_OUTPUT_L3 33
[easee ] TRACE 2024/08/29 20:04:31 ProductUpdate EC6CAE5D: (2024-08-29 18:04:29 +0000 UTC) TEMP_OUTPUT_L2 33

What type of operating system are you running?

HomeAssistant Add-on

Version

0.130.0

andig commented 1 month ago

/cc @GrimmiMeloni is there anything to do here?

GrimmiMeloni commented 1 month ago

Don't think so.

@mibo-wb-gh few remarks.

  1. As you are only running a single Easee, #15306 is irrelevant for you.
  2. The log clearly shows that evcc sends the respective commands for 3p switch and 32A. The Easee also confirms both commands, so it is not clear why it does not work as expected.
  3. I have seen a similar case recently, were also the max Circuit Current was set to 1000A. I believe (but do not know for sure!) that this is an installation error. My working theory is, that since 1000A is an impossible value, that it gets confirmed by the API, but technically ignored by the charger. I assume the correct value would be 32A - so you might want to try adjusting the configuration of our site on the Easee portal.

Closing here for now - please feel free to reopen if you have anything showing an actual error.