evcc-io / evcc

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

"Min+PV" EVCC Mode, Elli Pro und Taycan wollen nicht mehr stabil laden, nur noch "Schnell" Modus funktioniert zuverlässig #12806

Closed mmrazovic closed 6 months ago

mmrazovic commented 6 months ago

Describe the bug

EVCC with Min+PV Mode starts and stops and starts and stops the whole time. If I set to EVCC mode "Schnell" (max. Power) Taycan can charge without any problems. In the past, before the current winter season, mode "Min+PV" run without any problems, therefore I can not say with which version exactly in the past everything worked. During winter season PV power was too low therefore during winter I always used "Schnell" mode. But now, sun is strong again I want to use PV Power. But with the current version of evcc it is not working.

Elli Pro charger has the current version (v3.8.13;v3.29.7).

Taycan can charge on lot of other public AC charges without problems.

For me 2 thing a kind of strange: a) See the log, you see "charger status: B" and "charger status: C", but I had ALWAYS (please trust me) "Min+PV" selected For me, it looks like if it is Charger Status B, it runs unstable, with charger Status C it runs stable. Again, I had ALWAYS (please trust me) "Min+PV" selected!! What it the difference between charger status: B and charger status: C?

b) As you can see in the logs: WHY is there always a "wake-up timer: stop"? What kind of timer? And then "wake-up timer: start". I do not understand why it is working that unstable within this mode, because "Min+PV" sets always the minimum ampere, therefore "stable" ampere power.

Steps to reproduce

  1. Set EVCC to Min+PV mode
  2. Plug in to Taycan
  3. Taycan charges with 4,2 kw
  4. Taycan stops charging, show "error"
  5. After a while it starts charging again
  6. GOTO 3 (endless...) ...

Configuration details

network:
  schema: http
  host: pi3bplus.local # .local suffix announces the hostname on MDNS
  port: 7070

log: debug
levels:
  eebus: debug
  cache: error

# unique installation id
plant: xxxremovedxxx

interval: 30s ## control cycle interval

meters:
- type: template
  template: eastron
  id: 1
  host: modbusgw
  port: 502
  modbus: rs485tcpip
  name: grid1
- type: template
  template: kostal-piko-legacy
  usage: pv
  host: pvserver
  user: pvserver
  password: xxxremovedxxx
  name: pv2
- type: custom
  power:
    source: http
    uri: http://192.168.1.61/meter/0/power
    method: GET
    jq: .power
    timeout: 10s
  name: ShellyPlug1

chargers:
- type: template
  template: ellipro
  ski: xxxremovedxxx
  ip: 192.168.1.39
  name: wallbox4

vehicles:
- type: template
  template: porsche
  title: Taycan GTS ST
  user: xxxremovedxxx
  password: xxxremovedxxx
  vin: xxxremovedxxx
  capacity: 84
  name: ev3

loadpoints:
- title: Elli Charger Pro Wallbox
  charger: wallbox4
  vehicle: ev3
  mode: now
#  phases: 3
#  mincurrent: 6
#  maxcurrent: 16

tariffs:
  currency: EUR # (default EUR)
  grid:
    # static grid price
    type: fixed
    price: 0.2829 # [currency]/kWh

  feedin:
    # rate for feeding excess (pv) energy to the grid
    type: fixed
    price: 0.11 # [currency]/kWh

site:
  title: Schönbuchweg 9
  meters:
    grid: grid1
    pv:
    - pv2

telemetry: true
sponsortoken: xxxremovedxxx

eebus:
  certificate:
      private: |
          -----BEGIN EC PRIVATE KEY-----
          xxxremovedxxx +5jwJMz9jjiF52dqVY4oAoGCCqGSM49
          xxxremovedxxx
          xxxremovedxxx +AgoNyzghJGELWkLDlyg==
          -----END EC PRIVATE KEY-----
      public: |
          -----BEGIN CERTIFICATE-----
          xxxremovedxxx
          xxxremovedxxx
          xxxremovedxxx
          xxxremovedxxx
          BOIK+ xxxremovedxxx +uDn+W2DRE04J8NZ+erE7QzRTZECPXvMDFXUCGdJ50C
          xxxremovedxxx/wQFMAMBAf8wHQYDVR0OBBYE
          xxxremovedxxx
          uNt+ xxxremovedxxx +D3zZMz9VlFu9hIGwl832ZAb
          xxxremovedxxx +bDvF4xg=
          -----END CERTIFICATE-----

Log details

Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] INFO 2024/03/09 12:31:33 start charging ->
Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:31:33 wake-up timer: stop
Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:31:33 soc estimated: 53.00% (vehicle: 53.00%)
Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:31:33 vehicle soc: 53%
Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:31:33 vehicle range: 190km
Mar 09 12:31:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:31:33 pv charge current: 3.96A = 6A + -2.04A (1410W @ 3p)
Mar 09 12:32:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:03 ----
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 charge power: 4202W
Mar 09 12:32:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:03 pv power: 3127W
Mar 09 12:32:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:03 grid meter: 1448W
Mar 09 12:32:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:03 grid currents: [2.33 2.05 2.19]A
Mar 09 12:32:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:03 site power: 1448W
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 charge currents: [6.11 6.09 6.07]A
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 detected active phases: 3p
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 charger status: C
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 soc estimated: 53.04% (vehicle: 53.00%)
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 vehicle soc: 53%
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 vehicle range: 190km
Mar 09 12:32:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:03 pv charge current: 3.9A = 6A + -2.1A (1448W @ 3p)
Mar 09 12:32:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:33 ----
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 charge power: 4202W
Mar 09 12:32:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:33 pv power: 3123W
Mar 09 12:32:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:33 grid meter: 1433W
Mar 09 12:32:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:33 grid currents: [2.33 2.06 2.2]A
Mar 09 12:32:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:32:33 site power: 1433W
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 charge currents: [6.11 6.09 6.07]A
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 detected active phases: 3p
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 charger status: C
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 soc estimated: 53.08% (vehicle: 53.00%)
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 vehicle soc: 53%
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 vehicle range: 190km
Mar 09 12:32:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:32:33 pv charge current: 3.92A = 6A + -2.08A (1433W @ 3p)
Mar 09 12:33:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:03 ----
Mar 09 12:33:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:03 charge power: 12W
Mar 09 12:33:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:03 pv power: 3161W
Mar 09 12:33:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:03 grid meter: -2897W
Mar 09 12:33:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:03 grid currents: [3.99 4.3 4.11]A
Mar 09 12:33:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:03 site power: -2897W
Mar 09 12:33:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:03 charge currents: [0.05 0 0]A
Mar 09 12:33:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:03 charger status: B
Mar 09 12:33:03 pi3bplus evcc[4162]: [lp-1  ] INFO 2024/03/09 12:33:03 stop charging <-
Mar 09 12:33:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:03 wake-up timer: start
Mar 09 12:33:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:05 soc estimated: 53.08% (vehicle: 53.00%)
Mar 09 12:33:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:05 vehicle soc: 53%
Mar 09 12:33:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:05 vehicle range: 189km
Mar 09 12:33:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:05 pv charge current: 4.2A = 0A + 4.2A (-2897W @ 3p)
Mar 09 12:33:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:33 ----
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 charge power: 4232W
Mar 09 12:33:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:33 pv power: 3142W
Mar 09 12:33:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:33 grid meter: 1450W
Mar 09 12:33:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:33 grid currents: [2.35 2.06 2.18]A
Mar 09 12:33:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:33:33 site power: 1450W
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 charge currents: [6.19 6.1 6.11]A
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 charger status: C
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] INFO 2024/03/09 12:33:33 start charging ->
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 wake-up timer: stop
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 soc estimated: 53.08% (vehicle: 53.00%)
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 vehicle soc: 53%
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 vehicle range: 189km
Mar 09 12:33:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:33:33 pv charge current: 3.9A = 6A + -2.1A (1450W @ 3p)
Mar 09 12:34:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:03 ----
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 charge power: 4232W
Mar 09 12:34:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:03 pv power: 3143W
Mar 09 12:34:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:03 grid meter: 1451W
Mar 09 12:34:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:03 grid currents: [2.32 2.06 2.23]A
Mar 09 12:34:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:03 site power: 1451W
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 charge currents: [6.19 6.1 6.11]A
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 detected active phases: 3p
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 charger status: C
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 soc estimated: 53.11% (vehicle: 53.00%)
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 vehicle soc: 53%
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 vehicle range: 189km
Mar 09 12:34:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:03 pv charge current: 3.9A = 6A + -2.1A (1451W @ 3p)
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 ----
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 charge power: 4216W
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 pv power: 3129W
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 grid meter: 1444W
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 grid currents: [2.33 2.04 2.23]A
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 site power: 1444W
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 charge currents: [6.09 6.08 6.16]A
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 detected active phases: 3p
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 charger status: C
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 soc estimated: 53.15% (vehicle: 53.00%)
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 vehicle soc: 53%
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 vehicle range: 189km
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 grid meter: 1444W
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 grid currents: [2.33 2.04 2.23]A
Mar 09 12:34:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:34:33 site power: 1444W
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 charge currents: [6.09 6.08 6.16]A
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 detected active phases: 3p
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 charger status: C
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 soc estimated: 53.15% (vehicle: 53.00%)
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 vehicle soc: 53%
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 vehicle range: 189km
Mar 09 12:34:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:34:33 pv charge current: 3.91A = 6A + -2.09A (1444W @ 3p)
Mar 09 12:35:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:03 ----
Mar 09 12:35:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:03 charge power: 14W
Mar 09 12:35:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:03 pv power: 3120W
Mar 09 12:35:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:03 grid meter: -2840W
Mar 09 12:35:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:03 grid currents: [3.94 4.25 4.02]A
Mar 09 12:35:03 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:03 site power: -2840W
Mar 09 12:35:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:03 charge currents: [0.06 0 0]A
Mar 09 12:35:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:03 charger status: B
Mar 09 12:35:03 pi3bplus evcc[4162]: [lp-1  ] INFO 2024/03/09 12:35:03 stop charging <-
Mar 09 12:35:03 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:03 wake-up timer: start
Mar 09 12:35:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:05 soc estimated: 53.15% (vehicle: 53.00%)
Mar 09 12:35:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:05 vehicle soc: 53%
Mar 09 12:35:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:05 vehicle range: 189km
Mar 09 12:35:05 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:05 pv charge current: 4.12A = 0A + 4.12A (-2840W @ 3p)
Mar 09 12:35:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:33 ----
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 charge power: 4191W
Mar 09 12:35:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:33 pv power: 3166W
Mar 09 12:35:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:33 grid meter: 1403W
Mar 09 12:35:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:33 grid currents: [2.26 1.99 2.17]A
Mar 09 12:35:33 pi3bplus evcc[4162]: [site  ] DEBUG 2024/03/09 12:35:33 site power: 1403W
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 charge currents: [6.07 6.04 6.11]A
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 charger status: C
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] INFO 2024/03/09 12:35:33 start charging ->
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 wake-up timer: stop
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 soc estimated: 53.15% (vehicle: 53.00%)
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 vehicle soc: 53%
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 vehicle range: 189km
Mar 09 12:35:33 pi3bplus evcc[4162]: [lp-1  ] DEBUG 2024/03/09 12:35:33 pv charge current: 3.97A = 6A + -2.03A (1403W @ 3p)

then I added debug for eebus also:

Mar 09 13:28:51 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:51 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3129 DeviceDiagnosisHeartbeatData
Mar 09 13:28:51 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:51 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3130 DeviceDiagnosisHeartbeatData
Mar 09 13:28:52 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:52 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3131 DeviceDiagnosisHeartbeatData
Mar 09 13:28:53 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:53 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3132 DeviceDiagnosisHeartbeatData
Mar 09 13:28:54 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:54 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3133 DeviceDiagnosisHeartbeatData
Mar 09 13:28:55 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:55 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3134 DeviceDiagnosisHeartbeatData
Mar 09 13:28:55 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:55 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3135 DeviceDiagnosisHeartbeatData
Mar 09 13:28:56 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:56 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3136 DeviceDiagnosisHeartbeatData
Mar 09 13:28:57 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:57 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3137 DeviceDiagnosisHeartbeatData
Mar 09 13:28:58 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:58 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3138 DeviceDiagnosisHeartbeatData
Mar 09 13:28:59 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:59 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3139 DeviceDiagnosisHeartbeatData
Mar 09 13:28:59 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:28:59 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3140 DeviceDiagnosisHeartbeatData
Mar 09 13:29:00 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:00 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3141 DeviceDiagnosisHeartbeatData
Mar 09 13:29:01 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:01 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3142 DeviceDiagnosisHeartbeatData
Mar 09 13:29:02 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:02 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3143 DeviceDiagnosisHeartbeatData
Mar 09 13:29:03 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:03 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3144 DeviceDiagnosisHeartbeatData
Mar 09 13:29:03 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:03 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3145 DeviceDiagnosisHeartbeatData
Mar 09 13:29:04 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:04 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3146 DeviceDiagnosisHeartbeatData
Mar 09 13:29:05 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:05 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3147 DeviceDiagnosisHeartbeatData
Mar 09 13:29:06 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:06 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3148 DeviceDiagnosisHeartbeatData
Mar 09 13:29:07 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:07 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3149 DeviceDiagnosisHeartbeatData
Mar 09 13:29:07 pi3bplus evcc[4683]: [site  ] DEBUG 2024/03/09 13:29:07 ----
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 charge power: 4214W
Mar 09 13:29:07 pi3bplus evcc[4683]: [site  ] DEBUG 2024/03/09 13:29:07 pv power: 2273W
Mar 09 13:29:07 pi3bplus evcc[4683]: [site  ] DEBUG 2024/03/09 13:29:07 grid meter: 2302W
Mar 09 13:29:07 pi3bplus evcc[4683]: [site  ] DEBUG 2024/03/09 13:29:07 grid currents: [3.53 2.99 3.46]A
Mar 09 13:29:07 pi3bplus evcc[4683]: [site  ] DEBUG 2024/03/09 13:29:07 site power: 2302W
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 charge currents: [6.09 6.06 6.17]A
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 detected active phases: 3p
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 charger status: C
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 soc estimated: 54.50% (vehicle: 54.00%)
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 vehicle soc: 55%
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 vehicle range: 192km
Mar 09 13:29:07 pi3bplus evcc[4683]: [lp-1  ] DEBUG 2024/03/09 13:29:07 pv charge current: 2.66A = 6A + -3.34A (2302W @ 3p)
Mar 09 13:29:07 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:07 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3150 DeviceDiagnosisHeartbeatData
Mar 09 13:29:08 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:08 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3151 DeviceDiagnosisHeartbeatData
Mar 09 13:29:09 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:09 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3152 DeviceDiagnosisHeartbeatData
Mar 09 13:29:10 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:10 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3153 DeviceDiagnosisHeartbeatData
Mar 09 13:29:11 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:11 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3154 DeviceDiagnosisHeartbeatData
Mar 09 13:29:11 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:11 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3155 DeviceDiagnosisHeartbeatData
Mar 09 13:29:12 pi3bplus evcc[4683]: [eebus ] DEBUG 2024/03/09 13:29:12 Send: d:_i:47859_Elli-Wallbox-2040A0ZF1D notify 3156 DeviceDiagnosisHeartbeatData

What type of operating system are you running?

Linux

Version

0.124.8

andig commented 6 months ago

Was sagt /api/state?

andig commented 6 months ago

From the log the vehicle stops charging by itself.

/cc @DerAndereAndi

mmrazovic commented 6 months ago

result of /api/state from right now:

{ "result": { "auth": { "vehicles": {} }, "batteryConfigured": false, "batteryDischargeControl": false, "batteryMode": "unknown", "bufferSoc": 0, "bufferStartSoc": 0, "currency": "EUR", "greenShareHome": 0, "greenShareLoadpoints": 0, "gridConfigured": true, "gridCurrents": [ 0.8031361699104309, 0.35878852009773254, 0.5974457859992981 ], "gridEnergy": 7184.64208984375, "gridPower": 80.76851654052734, "homePower": 80.76851654052734, "loadpoints": [ { "chargeCurrent": 0, "chargeCurrents": [ 0, 0, 0 ], "chargeDuration": 0, "chargePower": 0, "chargedEnergy": 0, "chargerFeatureHeating": false, "chargerFeatureIntegratedDevice": false, "chargerIcon": null, "chargerPhases1p3p": false, "chargerPhysicalPhases": null, "charging": false, "connected": false, "connectedDuration": 9223372036854776000, "disableThreshold": 0, "effectiveLimitSoc": 100, "effectiveMaxCurrent": 16, "effectiveMinCurrent": 6, "effectivePlanSoc": 0, "effectivePlanTime": "0001-01-01T00:00:00Z", "effectivePriority": 0, "enableThreshold": 0, "enabled": false, "limitEnergy": 0, "limitSoc": 0, "maxCurrent": 16, "minCurrent": 6, "mode": "minpv", "phaseAction": "inactive", "phaseRemaining": 0, "phasesActive": 3, "phasesConfigured": 3, "phasesEnabled": 3, "planEnergy": 0, "planOverrun": false, "planProjectedStart": "0001-01-01T00:00:00Z", "planTime": "0001-01-01T00:00:00Z", "priority": 0, "pvAction": "inactive", "pvRemaining": 0, "sessionCo2PerKWh": null, "sessionEnergy": 0, "sessionPrice": null, "sessionPricePerKWh": null, "sessionSolarPercentage": 0, "smartCostActive": false, "title": "Elli Charger Pro Wallbox", "vehicleClimaterActive": null, "vehicleDetectionActive": false, "vehicleName": "ev3", "vehicleOdometer": 22994, "vehicleRange": 0, "vehicleSoc": 0, "vehicleTargetSoc": 0 } ], "prioritySoc": 0, "pv": [ { "power": 0 } ], "pvConfigured": true, "pvEnergy": 0, "pvPower": 0, "residualPower": 0, "siteTitle": "Schönbuchweg 9", "smartCostType": "pricestatic", "sponsor": "mmrazovic", "sponsorTokenExpires": 0, "statistics": { "30d": { "avgCo2": 0, "avgPrice": 0.35450439489837793, "chargedKWh": 428.19995225615764, "solarPercentage": 1.8521407916024315 }, "365d": { "avgCo2": 0, "avgPrice": 0.33751005387440464, "chargedKWh": 3122.0034555644966, "solarPercentage": 8.948508759564563 }, "total": { "avgCo2": 0, "avgPrice": 0.33751005387440464, "chargedKWh": 3122.0034555644966, "solarPercentage": 8.948508759564563 } }, "tariffFeedIn": 0.11, "tariffGrid": 0.2829, "tariffPriceHome": 0.2829, "tariffPriceLoadpoints": 0.2829, "vehicles": { "ev3": { "title": "Taycan GTS ST", "icon": "car", "capacity": 84 } }, "version": "0.124.8" } }

mmrazovic commented 6 months ago

From the log the vehicle stops charging by itself.

in the first part of the log output you see the trace while it was so unstable the second part was a stable trace.

What does the Charger Status show? When it was in Charger status B, it run unstable, with charger Status C it run stable.

DerAndereAndi commented 6 months ago

Status B is reported when the charging status is reported as being Finished or Paused. To know exactly, an log with EEBUS log level trace is required.

But in the end either the charger stopped charging or the EV.

mmrazovic commented 6 months ago

Status B is reported when the charging status is reported as being Finished or Paused. To know exactly, an log with EEBUS log level trace is required.

But in the end either the charger stopped charging or the EV.

ok, tomorrow I will make a new trace and post it here.

I'm just wondering why Min+PV was running so good in the past and not today. And why this happens only in this mode and not in "Schnell" mode.

mmrazovic commented 6 months ago

Status B is reported when the charging status is reported as being Finished or Paused. To know exactly, an log with EEBUS log level trace is required. But in the end either the charger stopped charging or the EV.

ok, tomorrow I will make a new trace and post it here.

I'm just wondering why Min+PV was running so good in the past and not today. And why this happens only in this mode and not in "Schnell" mode.

I just did a charging session, and it was so easy to reproduce: Within the log you will see 2 or 3 (? don't remember any more) loading interruptions! Exactly like yesterday.

@DerAndereAndi with trace for eebus

I would be glad for your comments, thanks so much!

mmrazovic commented 6 months ago

attached the file syslog syslog.txt

DerAndereAndi commented 6 months ago

At 09:02:04: The charging stops without evcc doing anything. Either the wallbox triggers a stop (whysoeever) or the EV stops charging.

At 09:03:06: The EV is reported as being disconnected from the charger.

In general: the software in your wallbox is buggy as buggy can be. So it is possible that this is just another one. If you have the 22kW OBC in your Taycan, that also not trouble free as lots are being replaced as it stops charging on AC for some. So what you could see is also an early stage of the OBC to stop working.

andig commented 6 months ago

Sounds like vehicle/charger software issue. Keeping this open for reference, but moving to discussions. thank you @DerAndereAndi