Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Go-e: Ladevorgang startet ständig neu #20674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
Dici71 opened this issue Apr 17, 2025 · 16 comments
Closed
2 tasks done

Go-e: Ladevorgang startet ständig neu #20674

Dici71 opened this issue Apr 17, 2025 · 16 comments
Labels
question Rather clarification than issue

Comments

@Dici71
Copy link

Dici71 commented Apr 17, 2025

Describe the bug

Hallo,

Ich habe eine GO-E Wallbox mit EVCC verbunden. Das lief auch seit einigen Monaten stabil.

Nun habe ich das Problem, dass der Ladevorgang ständig bei startet, obwohl kein PV Überschuss vorhanden ist. Auch wenn ich über EVCC Laden ausschalte startet der Ladevorgang trotzdem.

EVCC Version : 0.203.1 ( der gleiche Fehler trat auch schon bei der vorherigen Version auf )

Ich habe mal testweise WLAN auf der GO-E Box, sowie die API V2 ausgeschaltet. dann tritt der Fehler nicht mehr auf.

Steps to reproduce

  1. GO-E einzeln, Kein Problem
  2. GO-E API V2 und " ausstecken simulieren" aktiviert
  3. GO-E kmit EVCC verbunden
  4. Ladevorgang beginnt immer wieder von vorne

Configuration details

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

log: debug
levels:
  cache: error

# unique installation id
plant: 90a967ebccf3c9e65eb83b****************************480022891bc14c

interval: 5s # control cycle interval

sponsortoken: **************************************

# sponsors can set telemetry: true to enable anonymous data aggregation
# see https://github.com/evcc-io/evcc/discussions/4554
telemetry: false 

vehicles:
- type: template
  template: audi
  title: Audi Q4
  user: [email protected]
  password: ker+*****************ys
  vin: **********************
  capacity: 55
  name: ev1

chargers:
  - name: GO-E
    type: template
    template: go-e-v3
    host: 192.168.1.40 # IP-Adresse oder Hostname


#chargers:
#  - name: GO-E
#    type: template
#    template: ocpp
#    stationid: 250057 # Station ID des Ladepunktes. Nur erforderlich wenn mehrere OCPP-Ladestationen eingerichtet sind um diese korrekt zuzuweisen. Eine einzeln>
   # connector: 1 # Anschlussnummer bei Ladestationen mit mehreren Anschlüssen. Die Zählung beginnt bei 1 für den ersten Anschluss. (optional)
   # remotestart: # Diese Option nur aktivieren wenn keinerlei Möglichkeit besteht Transaktionen seitens des Ladepunktes zu initiieren! Das ist nur der Fall wenn>
   # idtag: evcc # Diese Option ist nur in Ausnahmefällen erforderlich wenn der Ladepunkt für die Annahme externer Transaktionen einen spezifischen Token erforde>
   # connecttimeout: 5m # optional
   # meterinterval: 10s # optional
   # metervalues: Energy.Active.Import.Register,Power.Active.Import,SoC,Current.Offered,Power.Offered,Current.Import,Voltage # optional

loadpoints:
  - title: Parkplatz
    charger: GO-E
    mode: pv
    phases: 0

meters:
  - name: PowerFox
    type: template
    template: powerfox-poweropti
    usage: grid
    user: di********************com
    password: d*********************8
  - type: template
    template: enphase
    usage: grid
    host: 192.168.1.248
    token: **************************************
    name: grid1
  - type: template
    template: enphase
    usage: pv
    host: 192.168.1.248
    token: **************************************
    name: PV
  - name: Batterie
    type: custom
    power:
      source: http
      uri: https://192.168.1.248/ivp/livedata/status
      method: GET
      auth:
        type: bearer
        token: ******************************************
      insecure: true
      jq: .meters.storage.agg_p_mw
      scale: 0.001
    soc:
      source: http
      # uri: https://192.168.1.75/ivp/livedata/status
      # With "/ivp/ensemble/inventory" the soc is always up to date and indepentend from enphase Live Status.
      uri: https://192.168.1.248/ivp/ensemble/inventory
      method: GET
      auth:
        type: bearer
        token: *************************************
      insecure: true
      # jq: .meters.soc
      jq: .[].devices | map(.percentFull) | add / length
    capacity: 10.5 # kWh


tariffs:
  grid:
    type: template
    template: ostrom
    clientid: 1b9***************************b
    clientsecret: 5*************************
#    #contract: 100523456 # Nur erforderlich, wenn mehrere Verträge unter einem Benutzer existieren (optional)

#tariffs:
  #grid:
    #type: template
    #template: awattar
    #region: DE # optional
    #costs: # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
    #tax: # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional)  

site:
  title: Mein Zuhause
  meters:
    grid: grid1
    pv:
    - PV
    battery:
    - Batterie

#mqtt:
#  broker: 192.168.1.148:1883
#  topic: evcc

Log details

[main  ] INFO 2025/04/17 13:07:35 evcc 0.203.1
[main  ] INFO 2025/04/17 13:07:35 using config file: /etc/evcc.yaml
[db    ] INFO 2025/04/17 13:07:35 using sqlite database: /var/lib/evcc/evcc.db
[mqtt  ] INFO 2025/04/17 13:07:35 connecting evcc-651244556 at tcp://192.168.1.148:1883
[mqtt  ] DEBUG 2025/04/17 13:07:35 tcp://192.168.1.148:1883 connected
[main  ] INFO 2025/04/17 13:07:35 listening at :7070
[lp-1  ] DEBUG 2025/04/17 13:07:38 charge total import: 1174.894kWh
[site  ] INFO 2025/04/17 13:07:39 site config:
[site  ] INFO 2025/04/17 13:07:39   meters:      grid ✓ pv ✓ battery ✓
[site  ] INFO 2025/04/17 13:07:39     grid:      power ✓ energy ✗ currents ✓
[site  ] INFO 2025/04/17 13:07:39     pv 1:      power ✓ energy ✓ currents ✓
[site  ] INFO 2025/04/17 13:07:39     battery 1: power ✓ energy ✗ currents ✗ soc ✓ capacity ✓
[site  ] INFO 2025/04/17 13:07:39   vehicles:
[site  ] INFO 2025/04/17 13:07:39     vehicle 1: range ✓ finish ✓ status ✓ climate ✓ wakeup ✓
[site  ] INFO 2025/04/17 13:07:39   tariffs:
[site  ] INFO 2025/04/17 13:07:39     grid:      priceforecast
[site  ] INFO 2025/04/17 13:07:39     feed-in:   ✗
[site  ] INFO 2025/04/17 13:07:39     co2:       ✗
[site  ] INFO 2025/04/17 13:07:39     solar:     ✓
[lp-1  ] INFO 2025/04/17 13:07:39 loadpoint 1:
[lp-1  ] INFO 2025/04/17 13:07:39   mode:        pv
[lp-1  ] INFO 2025/04/17 13:07:39   charger:     power ✓ energy ✓ currents ✓ phases ✓ wakeup ✗
[lp-1  ] INFO 2025/04/17 13:07:39   meters:      charge ✓
[lp-1  ] INFO 2025/04/17 13:07:39     charge:    power ✓ energy ✓ currents ✓
[site  ] DEBUG 2025/04/17 13:07:39 set buffer soc: 95
[site  ] DEBUG 2025/04/17 13:07:39 set buffer start soc: 100
[site  ] DEBUG 2025/04/17 13:07:39 set priority soc: 90
[lp-1  ] DEBUG 2025/04/17 13:07:39 set smart cost limit: -0.0
[lp-1  ] DEBUG 2025/04/17 13:07:39 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:07:39 pv timer inactive
[site  ] WARN 2025/04/17 13:07:39 interval <30s can lead to unexpected behavior, see https://docs.evcc.io/docs/reference/configuration/interval
[site  ] DEBUG 2025/04/17 13:07:39 ----
[lp-1  ] DEBUG 2025/04/17 13:07:39 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:07:39 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:07:39 battery 1 power: -1537W
[site  ] DEBUG 2025/04/17 13:07:39 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:07:40 grid power: -31W
[site  ] DEBUG 2025/04/17 13:07:41 pv 1 power: 2208W
[lp-1  ] INFO 2025/04/17 13:07:43 vehicle updated: unknown -> Audi Q4
[site  ] DEBUG 2025/04/17 13:07:48 grid currents: [5.14 -3.31 -2.9]A
[site  ] DEBUG 2025/04/17 13:07:48 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:07:48 site power: 69W
[lp-1  ] DEBUG 2025/04/17 13:07:48 vehicle odometer: 36407km
[lp-1  ] DEBUG 2025/04/17 13:07:48 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:07:48 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:07:48 charge start energy: 1174.894kWh
[lp-1  ] INFO 2025/04/17 13:07:48 car connected
[lp-1  ] DEBUG 2025/04/17 13:07:48 vehicle api refresh
[lp-1  ] DEBUG 2025/04/17 13:07:48 pv timer elapse
[lp-1  ] DEBUG 2025/04/17 13:07:48 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:07:48 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:07:49 vehicle status: B
[lp-1  ] DEBUG 2025/04/17 13:07:49 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:07:49 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:07:49 vehicle range: 187km
[lp-1  ] DEBUG 2025/04/17 13:07:49 available power -69W < 4140W min 3p threshold
[lp-1  ] DEBUG 2025/04/17 13:07:49 phase scale1p in 0s
[lp-1  ] DEBUG 2025/04/17 13:07:49 switched phases: 1p
[lp-1  ] DEBUG 2025/04/17 13:07:49 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:07:49 pv charge current: 0A = 0A + -0.299A (69W @ 1p)
[lp-1  ] DEBUG 2025/04/17 13:07:49 pv enable timer reset
[lp-1  ] DEBUG 2025/04/17 13:07:49 pv timer inactive
[site  ] DEBUG 2025/04/17 13:07:54 ----
[lp-1  ] DEBUG 2025/04/17 13:07:54 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:07:54 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:07:54 battery 1 power: -1529W
[site  ] DEBUG 2025/04/17 13:07:54 battery 1 soc: 18%
[lp-1  ] DEBUG 2025/04/17 13:07:54 set session soc limit: 85
[site  ] DEBUG 2025/04/17 13:07:54 grid power: -23W
[site  ] DEBUG 2025/04/17 13:07:55 pv 1 power: 2218W
[site  ] DEBUG 2025/04/17 13:07:59 grid currents: [5.13 -3.31 -2.9]A
[site  ] DEBUG 2025/04/17 13:07:59 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:07:59 site power: 77W
[lp-1  ] DEBUG 2025/04/17 13:08:00 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:00 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:00 pv charge current: 0A = 0A + -0.335A (77W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:00 ----
[lp-1  ] DEBUG 2025/04/17 13:08:00 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:00 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:00 battery 1 power: -1527W
[site  ] DEBUG 2025/04/17 13:08:00 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:08:01 grid power: -43W
[site  ] DEBUG 2025/04/17 13:08:02 pv 1 power: 2219W
[site  ] DEBUG 2025/04/17 13:08:08 grid currents: [5.17 -3.32 -2.9]A
[site  ] DEBUG 2025/04/17 13:08:08 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:08 site power: 57W
[lp-1  ] DEBUG 2025/04/17 13:08:08 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:08 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:08 pv charge current: 0A = 0A + -0.246A (57W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:08 ----
[lp-1  ] DEBUG 2025/04/17 13:08:08 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:08 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:08 battery 1 power: -1526W
[site  ] DEBUG 2025/04/17 13:08:09 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:08:09 grid power: -22W
[site  ] DEBUG 2025/04/17 13:08:10 pv 1 power: 2222W
[site  ] DEBUG 2025/04/17 13:08:15 grid currents: [5.21 -3.32 -2.88]A
[site  ] DEBUG 2025/04/17 13:08:15 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:15 site power: 78W
[lp-1  ] DEBUG 2025/04/17 13:08:15 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:15 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:15 pv charge current: 0A = 0A + -0.339A (78W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:15 ----
[lp-1  ] DEBUG 2025/04/17 13:08:15 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:15 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:15 battery 1 power: -1535W
[site  ] DEBUG 2025/04/17 13:08:15 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:08:16 grid power: -13W
[site  ] DEBUG 2025/04/17 13:08:17 pv 1 power: 2224W
[site  ] DEBUG 2025/04/17 13:08:21 grid currents: [5.22 -3.32 -2.9]A
[site  ] DEBUG 2025/04/17 13:08:21 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:21 site power: 87W
[lp-1  ] DEBUG 2025/04/17 13:08:22 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:22 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:22 pv charge current: 0A = 0A + -0.377A (87W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:22 ----
[lp-1  ] DEBUG 2025/04/17 13:08:22 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:22 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:22 battery 1 power: -1535W
[site  ] DEBUG 2025/04/17 13:08:22 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:08:25 grid power: -21W
[site  ] DEBUG 2025/04/17 13:08:26 pv 1 power: 2221W
[site  ] DEBUG 2025/04/17 13:08:31 grid currents: [5.2 -3.31 -2.9]A
[site  ] DEBUG 2025/04/17 13:08:31 battery has priority at soc 18% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:31 site power: 79W
[lp-1  ] DEBUG 2025/04/17 13:08:31 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:31 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:31 pv charge current: 0A = 0A + -0.346A (79W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:31 ----
[lp-1  ] DEBUG 2025/04/17 13:08:31 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:31 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:31 battery 1 power: -1556W
[site  ] DEBUG 2025/04/17 13:08:31 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:08:32 grid power: -18W
[site  ] DEBUG 2025/04/17 13:08:35 pv 1 power: 2220W
[site  ] DEBUG 2025/04/17 13:08:45 grid currents: [5.24 -3.32 -2.82]A
[site  ] DEBUG 2025/04/17 13:08:45 battery has priority at soc 19% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:45 site power: 82W
[lp-1  ] DEBUG 2025/04/17 13:08:45 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:45 charger status: B
[lp-1  ] DEBUG 2025/04/17 13:08:45 pv charge current: 0A = 0A + -0.356A (82W @ 1p)
[site  ] DEBUG 2025/04/17 13:08:45 ----
[lp-1  ] DEBUG 2025/04/17 13:08:45 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:45 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:45 battery 1 power: -1555W
[site  ] DEBUG 2025/04/17 13:08:45 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:08:48 grid power: 21W
[site  ] DEBUG 2025/04/17 13:08:50 pv 1 power: 2220W
[site  ] DEBUG 2025/04/17 13:08:56 grid currents: [5.29 -3.31 -2.87]A
[site  ] DEBUG 2025/04/17 13:08:56 battery has priority at soc 19% (< 90%)
[site  ] DEBUG 2025/04/17 13:08:56 site power: 121W
[lp-1  ] DEBUG 2025/04/17 13:08:56 charge total import: 1174.894kWh
[lp-1  ] DEBUG 2025/04/17 13:08:56 charger status: B
[lp-1  ] WARN 2025/04/17 13:08:56 charger out of sync: expected disabled, got enabled
[lp-1  ] DEBUG 2025/04/17 13:08:56 charger enable
[lp-1  ] DEBUG 2025/04/17 13:08:56 pv charge current: 0A = 0A + -0.526A (121W @ 1p)
[lp-1  ] DEBUG 2025/04/17 13:08:56 projected site power 121W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:08:56 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2025/04/17 13:08:56 pv disable in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:08:56 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:08:56 ----
[lp-1  ] DEBUG 2025/04/17 13:08:56 charge power: 0W
[lp-1  ] DEBUG 2025/04/17 13:08:56 charge currents: [0 0 0]A
[site  ] DEBUG 2025/04/17 13:08:56 battery 1 power: -1559W
[site  ] DEBUG 2025/04/17 13:08:56 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:08:58 grid power: 19W
[site  ] DEBUG 2025/04/17 13:09:00 pv 1 power: 2219W
[site  ] DEBUG 2025/04/17 13:09:12 grid currents: [11.1 10.4 -2.85]A
[site  ] DEBUG 2025/04/17 13:09:12 battery has priority at soc 19% (< 90%)
[site  ] DEBUG 2025/04/17 13:09:12 site power: 119W
[lp-1  ] DEBUG 2025/04/17 13:09:12 charge total import: 1174.907kWh
[lp-1  ] DEBUG 2025/04/17 13:09:12 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:09:12 charge start energy: 1174.907kWh
[lp-1  ] INFO 2025/04/17 13:09:12 start charging ->
[lp-1  ] DEBUG 2025/04/17 13:09:12 wake-up timer: stop
[lp-1  ] DEBUG 2025/04/17 13:09:12 soc estimated: 79.00% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:09:12 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:09:12 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:09:12 vehicle range: 187km
[lp-1  ] DEBUG 2025/04/17 13:09:12 pv charge current: 1.48A = 2A + -0.518A (119W @ 1p)
[lp-1  ] DEBUG 2025/04/17 13:09:12 projected site power 119W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:09:12 pv disable in 2m44s
[lp-1  ] DEBUG 2025/04/17 13:09:12 pv disable timer remaining: 2m44s
[site  ] DEBUG 2025/04/17 13:09:12 ----
[lp-1  ] DEBUG 2025/04/17 13:09:12 charge power: 6129W
[lp-1  ] DEBUG 2025/04/17 13:09:12 charge currents: [13.3 13.4 0.076]A
[site  ] DEBUG 2025/04/17 13:09:12 battery 1 power: -1583W
[site  ] DEBUG 2025/04/17 13:09:12 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:09:15 grid power: 5270W
[site  ] DEBUG 2025/04/17 13:09:17 pv 1 power: 2212W
[site  ] DEBUG 2025/04/17 13:09:26 grid currents: [3.74 11.3 -2.87]A
[site  ] DEBUG 2025/04/17 13:09:26 battery has priority at soc 19% (< 90%)
[site  ] DEBUG 2025/04/17 13:09:26 site power: 5370W
[lp-1  ] DEBUG 2025/04/17 13:09:26 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:09:26 charge total import: 1174.930kWh
[lp-1  ] DEBUG 2025/04/17 13:09:26 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:09:26 soc estimated: 79.04% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:09:26 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:09:26 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:09:26 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:09:26 charger logic error: current mismatch (got 13.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] WARN 2025/04/17 13:09:26 charger logic error: phases mismatch (got 3 measured, expected 1)
[lp-1  ] DEBUG 2025/04/17 13:09:26 available power 760W < 4140W min 3p threshold
[lp-1  ] DEBUG 2025/04/17 13:09:26 start phase scale1p timer
[lp-1  ] DEBUG 2025/04/17 13:09:26 phase scale1p in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:09:26 pv charge current: 5.59A = 13.4A + -7.78A (5370W @ 3p)
[lp-1  ] DEBUG 2025/04/17 13:09:26 projected site power 2610W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:09:26 pv disable in 2m30s
[lp-1  ] DEBUG 2025/04/17 13:09:26 pv disable timer remaining: 2m30s
[lp-1  ] DEBUG 2025/04/17 13:09:26 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:09:26 ----
[lp-1  ] DEBUG 2025/04/17 13:09:26 charge power: 6138W
[lp-1  ] DEBUG 2025/04/17 13:09:26 charge currents: [13.2 13.4 0.076]A
[site  ] DEBUG 2025/04/17 13:09:26 battery 1 power: -1438W
[site  ] DEBUG 2025/04/17 13:09:26 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:09:28 pv 1 power: 2210W
[site  ] DEBUG 2025/04/17 13:09:30 grid power: 817W
[site  ] DEBUG 2025/04/17 13:09:36 grid currents: [3.64 11.3 -2.86]A
[site  ] DEBUG 2025/04/17 13:09:36 battery has priority at soc 19% (< 90%)
[site  ] DEBUG 2025/04/17 13:09:36 site power: 917W
[lp-1  ] DEBUG 2025/04/17 13:09:36 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:09:36 charge total import: 1174.945kWh
[lp-1  ] DEBUG 2025/04/17 13:09:36 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:09:36 soc estimated: 79.06% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:09:36 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:09:36 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:09:36 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:09:36 charger logic error: current mismatch (got 13.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:09:36 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:09:36 pv charge current: 11.4A = 13.4A + -1.99A (917W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:09:36 pv timer reset
[lp-1  ] DEBUG 2025/04/17 13:09:36 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:09:36 set charge current limit: 11A
[site  ] DEBUG 2025/04/17 13:09:36 ----
[lp-1  ] DEBUG 2025/04/17 13:09:36 charge power: 6155W
[lp-1  ] DEBUG 2025/04/17 13:09:36 charge currents: [13.3 13.4 0.076]A
[site  ] DEBUG 2025/04/17 13:09:36 battery 1 power: 1397W
[site  ] DEBUG 2025/04/17 13:09:36 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:09:37 grid power: 2657W
[site  ] DEBUG 2025/04/17 13:09:38 pv 1 power: 2204W
[site  ] DEBUG 2025/04/17 13:09:46 grid currents: [2.7 13.1 -2.84]A
[site  ] DEBUG 2025/04/17 13:09:46 site power: 4154W
[lp-1  ] DEBUG 2025/04/17 13:09:46 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:09:46 charge total import: 1174.963kWh
[lp-1  ] DEBUG 2025/04/17 13:09:46 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:09:46 soc estimated: 79.09% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:09:46 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:09:46 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:09:46 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:09:46 charger logic error: current mismatch (got 13.4A measured, expected 11A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:09:46 available power 2001W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:09:46 start phase scale1p timer
[lp-1  ] DEBUG 2025/04/17 13:09:46 phase scale1p in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:09:46 pv charge current: 4.35A = 13.4A + -9.03A (4154W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:09:46 projected site power 2774W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:09:46 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2025/04/17 13:09:46 pv disable in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:09:46 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:09:46 ----
[lp-1  ] DEBUG 2025/04/17 13:09:46 charge power: 7062W
[lp-1  ] DEBUG 2025/04/17 13:09:46 charge currents: [15.2 15.4 0.076]A
[site  ] DEBUG 2025/04/17 13:09:46 battery 1 power: 1397W
[site  ] DEBUG 2025/04/17 13:09:46 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:09:47 pv 1 power: 2197W
[site  ] DEBUG 2025/04/17 13:09:49 grid power: 104W
[site  ] DEBUG 2025/04/17 13:09:55 grid currents: [5.98 9.44 -2.85]A
[site  ] DEBUG 2025/04/17 13:09:55 site power: 1601W
[lp-1  ] DEBUG 2025/04/17 13:09:55 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:09:55 charge total import: 1174.976kWh
[lp-1  ] DEBUG 2025/04/17 13:09:55 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:09:55 soc estimated: 79.11% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:09:55 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:09:55 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:09:55 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:09:55 charger logic error: current mismatch (got 15.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:09:55 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:09:55 pv charge current: 11.9A = 15.4A + -3.48A (1601W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:09:55 pv timer reset
[lp-1  ] DEBUG 2025/04/17 13:09:55 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:09:55 set charge current limit: 11A
[site  ] DEBUG 2025/04/17 13:09:55 ----
[lp-1  ] DEBUG 2025/04/17 13:09:55 charge power: 7058W
[lp-1  ] DEBUG 2025/04/17 13:09:55 charge currents: [15.2 15.3 0.076]A
[site  ] DEBUG 2025/04/17 13:09:55 battery 1 power: 2195W
[site  ] DEBUG 2025/04/17 13:09:55 battery 1 soc: 19%
[site  ] DEBUG 2025/04/17 13:09:56 grid power: 2545W
[site  ] DEBUG 2025/04/17 13:09:57 pv 1 power: 2191W
[site  ] DEBUG 2025/04/17 13:10:01 grid currents: [-6.68 8.49 -2.84]A
[site  ] DEBUG 2025/04/17 13:10:01 site power: 4840W
[lp-1  ] DEBUG 2025/04/17 13:10:01 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:01 charge total import: 1174.987kWh
[lp-1  ] DEBUG 2025/04/17 13:10:01 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:01 soc estimated: 79.13% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:01 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:01 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:01 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:01 charger logic error: current mismatch (got 15.3A measured, expected 11A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:01 available power 2218W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:10:01 start phase scale1p timer
[lp-1  ] DEBUG 2025/04/17 13:10:01 phase scale1p in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:01 pv charge current: 4.79A = 15.3A + -10.5A (4840W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:01 projected site power 3460W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:10:01 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:01 pv disable in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:01 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:10:01 ----
[lp-1  ] DEBUG 2025/04/17 13:10:02 charge power: 4774W
[lp-1  ] DEBUG 2025/04/17 13:10:02 charge currents: [10.2 10.5 0.076]A
[site  ] DEBUG 2025/04/17 13:10:02 battery 1 power: 2195W
[site  ] DEBUG 2025/04/17 13:10:02 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:04 grid power: -537W
[site  ] DEBUG 2025/04/17 13:10:05 pv 1 power: 2186W
[site  ] DEBUG 2025/04/17 13:10:10 grid currents: [7.77 13.3 -2.82]A
[site  ] DEBUG 2025/04/17 13:10:10 site power: 1758W
[lp-1  ] DEBUG 2025/04/17 13:10:10 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:10 charge total import: 1174.997kWh
[lp-1  ] DEBUG 2025/04/17 13:10:10 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:10 soc estimated: 79.15% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:10 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:10 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:10 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:10 charger logic error: current mismatch (got 10.5A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:10 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:10:10 pv charge current: 6.67A = 10.5A + -3.82A (1758W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:10 pv timer reset
[lp-1  ] DEBUG 2025/04/17 13:10:10 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:10:10 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:10:10 ----
[lp-1  ] DEBUG 2025/04/17 13:10:10 charge power: 7075W
[lp-1  ] DEBUG 2025/04/17 13:10:10 charge currents: [15.2 15.5 0.076]A
[site  ] DEBUG 2025/04/17 13:10:11 battery 1 power: 2045W
[site  ] DEBUG 2025/04/17 13:10:11 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:11 grid power: 1742W
[site  ] DEBUG 2025/04/17 13:10:12 pv 1 power: 2181W
[site  ] DEBUG 2025/04/17 13:10:17 grid currents: [-7.08 4.66 -2.83]A
[site  ] DEBUG 2025/04/17 13:10:17 site power: 3887W
[lp-1  ] DEBUG 2025/04/17 13:10:17 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:17 charge total import: 1175.005kWh
[lp-1  ] DEBUG 2025/04/17 13:10:17 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:17 soc estimated: 79.16% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:17 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:17 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:17 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:17 charger logic error: current mismatch (got 15.5A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:17 pv charge current: 7.02A = 15.5A + -8.45A (3887W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:18 set charge current limit: 7A
[site  ] DEBUG 2025/04/17 13:10:18 ----
[lp-1  ] DEBUG 2025/04/17 13:10:18 charge power: 4051W
[lp-1  ] DEBUG 2025/04/17 13:10:18 charge currents: [8.13 9.92 0.076]A
[site  ] DEBUG 2025/04/17 13:10:18 battery 1 power: 1092W
[site  ] DEBUG 2025/04/17 13:10:18 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:19 grid power: 1891W
[site  ] DEBUG 2025/04/17 13:10:20 pv 1 power: 2178W
[site  ] DEBUG 2025/04/17 13:10:26 grid currents: [-8.76 6.14 -2.83]A
[site  ] DEBUG 2025/04/17 13:10:26 site power: 3083W
[lp-1  ] DEBUG 2025/04/17 13:10:26 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:26 charge total import: 1175.018kWh
[lp-1  ] DEBUG 2025/04/17 13:10:26 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:26 soc estimated: 79.18% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:26 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:26 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:26 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:26 charger logic error: current mismatch (got 9.92A measured, expected 7A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:26 available power 968W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:10:26 start phase scale1p timer
[lp-1  ] DEBUG 2025/04/17 13:10:26 phase scale1p in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:26 pv charge current: 3.22A = 9.92A + -6.7A (3083W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:26 projected site power 1703W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:10:26 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:26 pv disable in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:10:26 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:10:26 ----
[lp-1  ] DEBUG 2025/04/17 13:10:26 charge power: 7079W
[lp-1  ] DEBUG 2025/04/17 13:10:26 charge currents: [15.2 15.5 0.076]A
[site  ] DEBUG 2025/04/17 13:10:26 battery 1 power: 1278W
[site  ] DEBUG 2025/04/17 13:10:27 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:27 grid power: 1756W
[site  ] DEBUG 2025/04/17 13:10:29 pv 1 power: 2172W
[site  ] DEBUG 2025/04/17 13:10:39 grid currents: [-8.54 8.52 -2.81]A
[site  ] DEBUG 2025/04/17 13:10:39 site power: 3134W
[lp-1  ] DEBUG 2025/04/17 13:10:39 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:39 charge total import: 1175.032kWh
[lp-1  ] DEBUG 2025/04/17 13:10:39 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:39 soc estimated: 79.20% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:39 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:39 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:39 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:39 charger logic error: current mismatch (got 15.5A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:39 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:10:39 pv charge current: 8.65A = 15.5A + -6.81A (3134W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:39 pv timer reset
[lp-1  ] DEBUG 2025/04/17 13:10:39 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:10:39 set charge current limit: 8A
[site  ] DEBUG 2025/04/17 13:10:39 ----
[lp-1  ] DEBUG 2025/04/17 13:10:39 charge power: 6520W
[lp-1  ] DEBUG 2025/04/17 13:10:39 charge currents: [13.2 15.2 0.076]A
[site  ] DEBUG 2025/04/17 13:10:39 battery 1 power: 1271W
[site  ] DEBUG 2025/04/17 13:10:39 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:40 grid power: 1467W
[site  ] DEBUG 2025/04/17 13:10:43 pv 1 power: 2169W
[site  ] DEBUG 2025/04/17 13:10:51 grid currents: [-3.77 13.3 -2.81]A
[site  ] DEBUG 2025/04/17 13:10:51 site power: 2838W
[lp-1  ] DEBUG 2025/04/17 13:10:51 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:10:51 charge total import: 1175.056kWh
[lp-1  ] DEBUG 2025/04/17 13:10:51 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:10:51 soc estimated: 79.24% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:10:51 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:10:51 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:10:51 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:10:51 charger logic error: current mismatch (got 15.2A measured, expected 8A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:10:51 pv charge current: 9.07A = 15.2A + -6.17A (2838W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:10:51 set charge current limit: 9A
[site  ] DEBUG 2025/04/17 13:10:51 ----
[lp-1  ] DEBUG 2025/04/17 13:10:51 charge power: 7091W
[lp-1  ] DEBUG 2025/04/17 13:10:51 charge currents: [15.2 15.4 0.076]A
[site  ] DEBUG 2025/04/17 13:10:51 battery 1 power: 2685W
[site  ] DEBUG 2025/04/17 13:10:51 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:10:53 grid power: 1844W
[site  ] DEBUG 2025/04/17 13:10:56 pv 1 power: 2169W
[site  ] DEBUG 2025/04/17 13:11:01 grid currents: [-3.86 13 -2.81]A
[site  ] DEBUG 2025/04/17 13:11:01 site power: 4629W
[lp-1  ] DEBUG 2025/04/17 13:11:01 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:01 charge total import: 1175.074kWh
[lp-1  ] DEBUG 2025/04/17 13:11:01 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:01 soc estimated: 79.27% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:01 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:01 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:01 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:01 charger logic error: current mismatch (got 15.4A measured, expected 9A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:01 available power 2462W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:11:01 start phase scale1p timer
[lp-1  ] DEBUG 2025/04/17 13:11:01 phase scale1p in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:11:01 pv charge current: 5.37A = 15.4A + -10.1A (4629W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:01 projected site power 3249W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:11:01 pv disable timer start: 3m0s
[lp-1  ] DEBUG 2025/04/17 13:11:01 pv disable in 3m0s
[lp-1  ] DEBUG 2025/04/17 13:11:01 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:11:01 ----
[lp-1  ] DEBUG 2025/04/17 13:11:01 charge power: 6695W
[lp-1  ] DEBUG 2025/04/17 13:11:01 charge currents: [14.3 14.6 0.076]A
[site  ] DEBUG 2025/04/17 13:11:01 battery 1 power: 3634W
[site  ] DEBUG 2025/04/17 13:11:01 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:02 grid power: 1437W
[site  ] DEBUG 2025/04/17 13:11:03 pv 1 power: 2172W
[site  ] DEBUG 2025/04/17 13:11:10 grid currents: [-11 13.3 -2.83]A
[site  ] DEBUG 2025/04/17 13:11:10 site power: 5171W
[lp-1  ] DEBUG 2025/04/17 13:11:10 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:10 charge total import: 1175.088kWh
[lp-1  ] DEBUG 2025/04/17 13:11:10 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:10 soc estimated: 79.30% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:10 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:10 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:10 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:10 charger logic error: current mismatch (got 14.6A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:10 available power 1523W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:11:10 phase scale1p in 2m51s
[lp-1  ] DEBUG 2025/04/17 13:11:10 pv charge current: 3.35A = 14.6A + -11.2A (5171W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:10 projected site power 3791W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:11:10 pv disable in 2m51s
[lp-1  ] DEBUG 2025/04/17 13:11:10 pv disable timer remaining: 2m51s
[lp-1  ] DEBUG 2025/04/17 13:11:10 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:11:10 ----
[lp-1  ] DEBUG 2025/04/17 13:11:10 charge power: 4805W
[lp-1  ] DEBUG 2025/04/17 13:11:10 charge currents: [10.4 10.4 0.076]A
[site  ] DEBUG 2025/04/17 13:11:10 battery 1 power: 3829W
[site  ] DEBUG 2025/04/17 13:11:10 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:11 grid power: 554W
[site  ] DEBUG 2025/04/17 13:11:12 pv 1 power: 2176W
[site  ] DEBUG 2025/04/17 13:11:17 grid currents: [-8.37 5.61 -2.83]A
[site  ] DEBUG 2025/04/17 13:11:17 site power: 4483W
[lp-1  ] DEBUG 2025/04/17 13:11:17 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:17 charge total import: 1175.094kWh
[lp-1  ] DEBUG 2025/04/17 13:11:17 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:17 soc estimated: 79.31% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:17 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:17 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:17 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:17 charger logic error: current mismatch (got 10.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:17 available power 322W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:11:17 phase scale1p in 2m44s
[lp-1  ] DEBUG 2025/04/17 13:11:17 pv charge current: 0.704A = 10.4A + -9.75A (4483W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:17 projected site power 3103W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:11:17 pv disable in 2m44s
[lp-1  ] DEBUG 2025/04/17 13:11:17 pv disable timer remaining: 2m44s
[lp-1  ] DEBUG 2025/04/17 13:11:17 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:11:17 ----
[lp-1  ] DEBUG 2025/04/17 13:11:17 charge power: 4773W
[lp-1  ] DEBUG 2025/04/17 13:11:17 charge currents: [10.3 10.4 0.076]A
[site  ] DEBUG 2025/04/17 13:11:17 battery 1 power: 3827W
[site  ] DEBUG 2025/04/17 13:11:17 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:18 grid power: 1443W
[site  ] DEBUG 2025/04/17 13:11:19 pv 1 power: 2184W
[site  ] DEBUG 2025/04/17 13:11:23 grid currents: [-6.45 6.2 -2.85]A
[site  ] DEBUG 2025/04/17 13:11:23 site power: 5370W
[lp-1  ] DEBUG 2025/04/17 13:11:23 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:23 charge total import: 1175.103kWh
[lp-1  ] DEBUG 2025/04/17 13:11:23 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:23 soc estimated: 79.32% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:23 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:23 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:23 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:23 charger logic error: current mismatch (got 10.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:23 available power -597W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:11:23 phase scale1p in 2m38s
[lp-1  ] DEBUG 2025/04/17 13:11:23 pv charge current: 0A = 10.4A + -11.7A (5370W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:23 projected site power 3990W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:11:23 pv disable in 2m38s
[lp-1  ] DEBUG 2025/04/17 13:11:23 pv disable timer remaining: 2m38s
[lp-1  ] DEBUG 2025/04/17 13:11:23 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:11:23 ----
[lp-1  ] DEBUG 2025/04/17 13:11:23 charge power: 4762W
[lp-1  ] DEBUG 2025/04/17 13:11:23 charge currents: [10.3 10.4 0.076]A
[site  ] DEBUG 2025/04/17 13:11:23 battery 1 power: 3827W
[site  ] DEBUG 2025/04/17 13:11:23 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:26 grid power: 16W
[site  ] DEBUG 2025/04/17 13:11:27 pv 1 power: 2195W
[site  ] DEBUG 2025/04/17 13:11:33 grid currents: [-7.52 8.52 -2.86]A
[site  ] DEBUG 2025/04/17 13:11:33 site power: 3943W
[lp-1  ] DEBUG 2025/04/17 13:11:33 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:33 charge total import: 1175.115kWh
[lp-1  ] DEBUG 2025/04/17 13:11:33 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:33 soc estimated: 79.34% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:33 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:33 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:33 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:33 charger logic error: current mismatch (got 10.4A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:33 available power 819W < 2760W min 2p threshold
[lp-1  ] DEBUG 2025/04/17 13:11:33 phase scale1p in 2m28s
[lp-1  ] DEBUG 2025/04/17 13:11:33 pv charge current: 1.84A = 10.4A + -8.57A (3943W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:33 projected site power 2563W >= 0W disable threshold
[lp-1  ] DEBUG 2025/04/17 13:11:33 pv disable in 2m28s
[lp-1  ] DEBUG 2025/04/17 13:11:33 pv disable timer remaining: 2m28s
[lp-1  ] DEBUG 2025/04/17 13:11:33 set charge current limit: 6A
[site  ] DEBUG 2025/04/17 13:11:33 ----
[lp-1  ] DEBUG 2025/04/17 13:11:33 charge power: 4780W
[lp-1  ] DEBUG 2025/04/17 13:11:33 charge currents: [10.3 10.5 0.076]A
[site  ] DEBUG 2025/04/17 13:11:33 battery 1 power: 844W
[site  ] DEBUG 2025/04/17 13:11:33 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:35 grid power: -1029W
[site  ] DEBUG 2025/04/17 13:11:36 pv 1 power: 2208W
[site  ] DEBUG 2025/04/17 13:11:40 grid currents: [11.3 13.3 -2.87]A
[site  ] DEBUG 2025/04/17 13:11:40 site power: -85W
[lp-1  ] DEBUG 2025/04/17 13:11:40 detected active phases: 2p
[lp-1  ] DEBUG 2025/04/17 13:11:40 charge total import: 1175.127kWh
[lp-1  ] DEBUG 2025/04/17 13:11:40 charger status: C
[lp-1  ] DEBUG 2025/04/17 13:11:40 soc estimated: 79.36% (vehicle: 79.00%)
[lp-1  ] DEBUG 2025/04/17 13:11:40 vehicle soc: 79%
[lp-1  ] DEBUG 2025/04/17 13:11:40 vehicle soc limit: 100%
[lp-1  ] DEBUG 2025/04/17 13:11:40 vehicle range: 187km
[lp-1  ] WARN 2025/04/17 13:11:40 charger logic error: current mismatch (got 10.5A measured, expected 6A) - make sure your interval is at least 30s
[lp-1  ] DEBUG 2025/04/17 13:11:40 phase timer inactive
[lp-1  ] DEBUG 2025/04/17 13:11:40 pv charge current: 10.7A = 10.5A + 0.184A (-85W @ 2p)
[lp-1  ] DEBUG 2025/04/17 13:11:40 pv timer reset
[lp-1  ] DEBUG 2025/04/17 13:11:40 pv timer inactive
[lp-1  ] DEBUG 2025/04/17 13:11:40 set charge current limit: 10A
[site  ] DEBUG 2025/04/17 13:11:40 ----
[lp-1  ] DEBUG 2025/04/17 13:11:40 charge power: 6994W
[lp-1  ] DEBUG 2025/04/17 13:11:40 charge currents: [15.2 15.1 0.076]A
[site  ] DEBUG 2025/04/17 13:11:41 battery 1 power: 1096W
[site  ] DEBUG 2025/04/17 13:11:41 battery 1 soc: 18%
[site  ] DEBUG 2025/04/17 13:11:42 grid power: 1773W
[site  ] DEBUG 2025/04/17 13:11:42 pv 1 power: 2218W

What type of operating system or environment does evcc run on?

Linux

External automation

  • I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

0.203.1

@Lako-Unbekannt
Copy link

Hi,
es schein so als würde deine Wallbox nicht richtig auf evcc hören:
"charger logic error: current mismatch (got 10.5A measured, expected 6A) - make sure your interval is at least 30s"
dein Intervall ist ja auf 5 Sekunden gesetzt, könntest du testen ob das hochsetzten auf 30 das Prolblem löst?

@TomF79
Copy link
Contributor

TomF79 commented Apr 17, 2025

Bitte anonymisiere deine Config, es können alle deine Passwörter und Token gesehen werden !!!

Desweiteren ist dein intervall mit 5s viel zu kurz, daher auch die regelmässigen Fehlermeldungen, stelle mal standard 30s ein.

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Ich probiere es mal aus

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Image

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Das bringt leider nicht, das Fahrzeug startet ständig den Ladevorgang neu

@Lako-Unbekannt
Copy link

Kannst du dann noch ein log schicken?

@Lako-Unbekannt
Copy link

In dem Bild fehlt evcc auserdem Informationen, wo der Strom herkommt. Ist das immer so?

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Klar. Hier nochmal ein Log

[lp-1 ] DEBUG 2025/04/17 14:16:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:16:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:16:41 battery 1 power: -1729W
[site ] DEBUG 2025/04/17 14:16:41 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:16:43 grid power: 63W
[site ] DEBUG 2025/04/17 14:16:50 pv 1 power: 2336W
[site ] ERROR 2025/04/17 14:16:53 grid currents: Get "https://192.168.1.248/production.json?details=1": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
[site ] ERROR 2025/04/17 14:17:00 pv 1 energy: Get "https://192.168.1.248/production.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
[site ] DEBUG 2025/04/17 14:17:00 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:17:00 site power: 163W
[lp-1 ] DEBUG 2025/04/17 14:17:00 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:17:00 charger status: A
[site ] DEBUG 2025/04/17 14:17:11 ----
[lp-1 ] DEBUG 2025/04/17 14:17:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:17:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:17:11 battery 1 power: -1636W
[site ] DEBUG 2025/04/17 14:17:11 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:17:12 grid power: 52W
[site ] DEBUG 2025/04/17 14:17:15 pv 1 power: 2278W
[site ] DEBUG 2025/04/17 14:17:21 grid currents: [5.33 -3.38 -2.78]A
[site ] DEBUG 2025/04/17 14:17:21 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:17:21 site power: 152W
[lp-1 ] DEBUG 2025/04/17 14:17:21 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:17:21 charger status: A
[site ] DEBUG 2025/04/17 14:17:41 ----
[lp-1 ] DEBUG 2025/04/17 14:17:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:17:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:17:41 battery 1 power: -1557W
[site ] DEBUG 2025/04/17 14:17:41 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:17:41 grid power: 35W
[site ] DEBUG 2025/04/17 14:17:42 pv 1 power: 2230W
[site ] DEBUG 2025/04/17 14:17:48 grid currents: [5.13 -3.34 -2.73]A
[site ] DEBUG 2025/04/17 14:17:48 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:17:48 site power: 135W
[lp-1 ] DEBUG 2025/04/17 14:17:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:17:48 charger status: A
[site ] DEBUG 2025/04/17 14:18:11 ----
[lp-1 ] DEBUG 2025/04/17 14:18:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:18:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:18:11 battery 1 power: -1534W
[site ] DEBUG 2025/04/17 14:18:11 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:18:12 grid power: 16W
[site ] DEBUG 2025/04/17 14:18:15 pv 1 power: 2206W
[site ] DEBUG 2025/04/17 14:18:30 grid currents: [4.99 -3.32 -2.7]A
[site ] DEBUG 2025/04/17 14:18:30 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:18:30 site power: 116W
[lp-1 ] DEBUG 2025/04/17 14:18:30 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:18:30 charger status: A
[site ] DEBUG 2025/04/17 14:18:41 ----
[lp-1 ] DEBUG 2025/04/17 14:18:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:18:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:18:41 battery 1 power: -1502W
[site ] DEBUG 2025/04/17 14:18:41 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:18:41 pv 1 power: 2197W
[site ] DEBUG 2025/04/17 14:18:43 grid power: -3W
[site ] DEBUG 2025/04/17 14:18:51 grid currents: [4.9 -3.3 -2.69]A
[site ] DEBUG 2025/04/17 14:18:51 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:18:51 site power: 97W
[lp-1 ] DEBUG 2025/04/17 14:18:51 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:18:51 charger status: A
[site ] DEBUG 2025/04/17 14:19:11 ----
[lp-1 ] DEBUG 2025/04/17 14:19:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:19:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:19:11 battery 1 power: -1479W
[site ] DEBUG 2025/04/17 14:19:11 battery 1 soc: 27%
[site ] DEBUG 2025/04/17 14:19:11 pv 1 power: 2189W
[site ] DEBUG 2025/04/17 14:19:13 grid power: 6W
[site ] DEBUG 2025/04/17 14:19:19 grid currents: [4.89 -3.3 -2.66]A
[site ] DEBUG 2025/04/17 14:19:19 battery has priority at soc 27% (< 90%)
[site ] DEBUG 2025/04/17 14:19:19 site power: 106W
[lp-1 ] DEBUG 2025/04/17 14:19:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:19:19 charger status: A
[site ] DEBUG 2025/04/17 14:19:41 ----
[lp-1 ] DEBUG 2025/04/17 14:19:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:19:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:19:41 battery 1 power: -1477W
[site ] DEBUG 2025/04/17 14:19:41 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:19:42 grid power: 21W
[site ] DEBUG 2025/04/17 14:19:45 pv 1 power: 2182W
[site ] DEBUG 2025/04/17 14:19:49 grid currents: [4.83 -3.29 -2.63]A
[site ] DEBUG 2025/04/17 14:19:49 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:19:49 site power: 121W
[lp-1 ] DEBUG 2025/04/17 14:19:49 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:19:49 charger status: A
[site ] DEBUG 2025/04/17 14:20:11 ----
[lp-1 ] DEBUG 2025/04/17 14:20:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:20:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:20:11 battery 1 power: -1452W
[site ] DEBUG 2025/04/17 14:20:11 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:20:12 pv 1 power: 2188W
[site ] DEBUG 2025/04/17 14:20:15 grid power: -4W
[site ] DEBUG 2025/04/17 14:20:24 grid currents: [4.76 -3.3 -2.63]A
[site ] DEBUG 2025/04/17 14:20:24 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:20:24 site power: 96W
[lp-1 ] DEBUG 2025/04/17 14:20:24 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:20:24 charger status: A
[site ] DEBUG 2025/04/17 14:20:41 ----
[lp-1 ] DEBUG 2025/04/17 14:20:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:20:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:20:41 battery 1 power: -1437W
[site ] DEBUG 2025/04/17 14:20:41 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:20:42 pv 1 power: 2214W
[site ] DEBUG 2025/04/17 14:20:44 grid power: -37W
[site ] DEBUG 2025/04/17 14:20:48 grid currents: [4.71 -3.33 -2.65]A
[site ] DEBUG 2025/04/17 14:20:48 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:20:48 site power: 63W
[lp-1 ] DEBUG 2025/04/17 14:20:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:20:48 charger status: A
[site ] DEBUG 2025/04/17 14:21:11 ----
[lp-1 ] DEBUG 2025/04/17 14:21:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:21:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:21:11 battery 1 power: -1434W
[site ] DEBUG 2025/04/17 14:21:11 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:21:11 grid power: -43W
[site ] DEBUG 2025/04/17 14:21:15 pv 1 power: 2258W
[site ] DEBUG 2025/04/17 14:21:23 grid currents: [4.66 -3.37 -2.68]A
[site ] DEBUG 2025/04/17 14:21:23 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:21:23 site power: 57W
[lp-1 ] DEBUG 2025/04/17 14:21:23 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:21:23 charger status: A
[site ] DEBUG 2025/04/17 14:21:41 ----
[lp-1 ] DEBUG 2025/04/17 14:21:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:21:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:21:41 battery 1 power: -1471W
[site ] DEBUG 2025/04/17 14:21:41 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:21:42 grid power: -37W
[site ] DEBUG 2025/04/17 14:21:44 pv 1 power: 2303W
[site ] DEBUG 2025/04/17 14:21:51 grid currents: [4.8 -3.41 -2.74]A
[site ] DEBUG 2025/04/17 14:21:51 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:21:51 site power: 63W
[lp-1 ] DEBUG 2025/04/17 14:21:51 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:21:51 charger status: A
[site ] DEBUG 2025/04/17 14:22:11 ----
[lp-1 ] DEBUG 2025/04/17 14:22:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:22:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:22:11 battery 1 power: -1516W
[site ] DEBUG 2025/04/17 14:22:11 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:22:11 pv 1 power: 2343W
[site ] DEBUG 2025/04/17 14:22:13 grid power: -68W
[site ] DEBUG 2025/04/17 14:22:19 grid currents: [4.87 -3.46 -2.8]A
[site ] DEBUG 2025/04/17 14:22:19 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:22:19 site power: 32W
[lp-1 ] DEBUG 2025/04/17 14:22:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:22:19 charger status: A
[site ] DEBUG 2025/04/17 14:22:41 ----
[lp-1 ] DEBUG 2025/04/17 14:22:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:22:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:22:41 battery 1 power: -1554W
[site ] DEBUG 2025/04/17 14:22:41 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:22:41 grid power: -29W
[site ] DEBUG 2025/04/17 14:22:43 pv 1 power: 2384W
[site ] DEBUG 2025/04/17 14:22:47 grid currents: [5.16 -3.49 -2.86]A
[site ] DEBUG 2025/04/17 14:22:47 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:22:47 site power: 71W
[lp-1 ] DEBUG 2025/04/17 14:22:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:22:47 charger status: A
[site ] DEBUG 2025/04/17 14:23:11 ----
[lp-1 ] DEBUG 2025/04/17 14:23:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:23:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:23:11 battery 1 power: -1612W
[site ] DEBUG 2025/04/17 14:23:11 battery 1 soc: 28%
[site ] DEBUG 2025/04/17 14:23:12 grid power: -19W
[site ] DEBUG 2025/04/17 14:23:15 pv 1 power: 2412W
[site ] DEBUG 2025/04/17 14:23:25 grid currents: [5.33 -3.53 -2.9]A
[site ] DEBUG 2025/04/17 14:23:25 battery has priority at soc 28% (< 90%)
[site ] DEBUG 2025/04/17 14:23:25 site power: 81W
[lp-1 ] DEBUG 2025/04/17 14:23:25 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:23:25 charger status: A
[site ] DEBUG 2025/04/17 14:23:41 ----
[lp-1 ] DEBUG 2025/04/17 14:23:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:23:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:23:41 battery 1 power: -1655W
[site ] DEBUG 2025/04/17 14:23:41 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:23:41 grid power: -5W
[site ] DEBUG 2025/04/17 14:23:42 pv 1 power: 2418W
[site ] DEBUG 2025/04/17 14:23:47 grid currents: [5.42 -3.53 -2.88]A
[site ] DEBUG 2025/04/17 14:23:47 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:23:47 site power: 95W
[lp-1 ] DEBUG 2025/04/17 14:23:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:23:47 charger status: A
[site ] DEBUG 2025/04/17 14:24:11 ----
[lp-1 ] DEBUG 2025/04/17 14:24:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:24:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:24:11 battery 1 power: -1672W
[site ] DEBUG 2025/04/17 14:24:11 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:24:11 pv 1 power: 2399W
[site ] DEBUG 2025/04/17 14:24:13 grid power: 6W
[site ] DEBUG 2025/04/17 14:24:19 grid currents: [5.39 -3.49 -2.84]A
[site ] DEBUG 2025/04/17 14:24:19 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:24:19 site power: 106W
[lp-1 ] DEBUG 2025/04/17 14:24:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:24:19 charger status: A
[site ] DEBUG 2025/04/17 14:24:41 ----
[lp-1 ] DEBUG 2025/04/17 14:24:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:24:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:24:41 battery 1 power: -1650W
[site ] DEBUG 2025/04/17 14:24:41 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:24:45 pv 1 power: 2331W
[site ] ERROR 2025/04/17 14:24:55 pv 1 energy: Get "https://192.168.1.248/production.json": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
[site ] ERROR 2025/04/17 14:24:55 grid power: Get "https://192.168.1.248/production.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
[site ] DEBUG 2025/04/17 14:25:11 ----
[lp-1 ] DEBUG 2025/04/17 14:25:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:25:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:25:11 battery 1 power: -1604W
[site ] DEBUG 2025/04/17 14:25:11 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:25:12 pv 1 power: 2248W
[site ] DEBUG 2025/04/17 14:25:14 grid power: 78W
[site ] DEBUG 2025/04/17 14:25:21 grid currents: [4.99 -3.33 -2.67]A
[site ] DEBUG 2025/04/17 14:25:21 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:25:21 site power: 178W
[lp-1 ] DEBUG 2025/04/17 14:25:21 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:25:21 charger status: A
[site ] DEBUG 2025/04/17 14:25:41 ----
[lp-1 ] DEBUG 2025/04/17 14:25:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:25:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:25:41 battery 1 power: -1539W
[site ] DEBUG 2025/04/17 14:25:41 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:25:41 pv 1 power: 2146W
[site ] DEBUG 2025/04/17 14:25:42 grid power: 136W
[site ] DEBUG 2025/04/17 14:25:48 grid currents: [5.12 -3.24 -2.52]A
[site ] DEBUG 2025/04/17 14:25:48 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:25:48 site power: 236W
[lp-1 ] DEBUG 2025/04/17 14:25:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:25:48 charger status: A
[site ] DEBUG 2025/04/17 14:26:11 ----
[lp-1 ] DEBUG 2025/04/17 14:26:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:26:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:26:11 battery 1 power: -1425W
[site ] DEBUG 2025/04/17 14:26:11 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:26:11 pv 1 power: 2048W
[site ] DEBUG 2025/04/17 14:26:12 grid power: 1526W
[site ] DEBUG 2025/04/17 14:26:17 grid currents: [4.72 -3.14 4.98]A
[site ] DEBUG 2025/04/17 14:26:17 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:26:17 site power: 1626W
[lp-1 ] DEBUG 2025/04/17 14:26:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:26:17 charger status: A
[site ] DEBUG 2025/04/17 14:26:41 ----
[lp-1 ] DEBUG 2025/04/17 14:26:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:26:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:26:41 battery 1 power: -778W
[site ] DEBUG 2025/04/17 14:26:41 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:26:44 grid power: -1433W
[site ] DEBUG 2025/04/17 14:26:48 pv 1 power: 1954W
[site ] DEBUG 2025/04/17 14:26:57 grid currents: [-3.03 -3.06 -2.35]A
[site ] DEBUG 2025/04/17 14:26:57 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:26:57 site power: -1333W
[lp-1 ] DEBUG 2025/04/17 14:26:58 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:26:58 charger status: A
[site ] DEBUG 2025/04/17 14:27:11 ----
[lp-1 ] DEBUG 2025/04/17 14:27:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:27:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:27:11 battery 1 power: -438W
[site ] DEBUG 2025/04/17 14:27:11 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:27:11 pv 1 power: 1910W
[site ] DEBUG 2025/04/17 14:27:12 grid power: 84W
[site ] DEBUG 2025/04/17 14:27:17 grid currents: [4.36 -3.02 -2.33]A
[site ] DEBUG 2025/04/17 14:27:17 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:27:17 site power: 184W
[lp-1 ] DEBUG 2025/04/17 14:27:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:27:17 charger status: A
[site ] DEBUG 2025/04/17 14:27:41 ----
[lp-1 ] DEBUG 2025/04/17 14:27:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:27:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:27:41 battery 1 power: -1205W
[site ] DEBUG 2025/04/17 14:27:41 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:27:41 grid power: 31W
[site ] DEBUG 2025/04/17 14:27:42 pv 1 power: 1872W
[site ] DEBUG 2025/04/17 14:27:48 grid currents: [4.06 -2.99 -2.31]A
[site ] DEBUG 2025/04/17 14:27:48 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:27:48 site power: 131W
[lp-1 ] DEBUG 2025/04/17 14:27:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:27:48 charger status: A
[site ] DEBUG 2025/04/17 14:28:11 ----
[lp-1 ] DEBUG 2025/04/17 14:28:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:28:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:28:11 battery 1 power: -1131W
[site ] DEBUG 2025/04/17 14:28:11 battery 1 soc: 29%
[site ] DEBUG 2025/04/17 14:28:12 pv 1 power: 1855W
[site ] DEBUG 2025/04/17 14:28:13 grid power: -31W
[site ] DEBUG 2025/04/17 14:28:18 grid currents: [3.78 -2.95 -2.29]A
[site ] DEBUG 2025/04/17 14:28:18 battery has priority at soc 29% (< 90%)
[site ] DEBUG 2025/04/17 14:28:18 site power: 69W
[lp-1 ] DEBUG 2025/04/17 14:28:18 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:28:18 charger status: A
[site ] DEBUG 2025/04/17 14:28:41 ----
[lp-1 ] DEBUG 2025/04/17 14:28:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:28:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:28:41 battery 1 power: -1078W
[site ] DEBUG 2025/04/17 14:28:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:28:41 grid power: 10W
[site ] DEBUG 2025/04/17 14:28:42 pv 1 power: 1844W
[site ] DEBUG 2025/04/17 14:28:48 grid currents: [3.95 -2.95 -2.3]A
[site ] DEBUG 2025/04/17 14:28:48 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:28:48 site power: 110W
[lp-1 ] DEBUG 2025/04/17 14:28:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:28:48 charger status: A
[site ] DEBUG 2025/04/17 14:29:11 ----
[lp-1 ] DEBUG 2025/04/17 14:29:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:29:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:29:11 battery 1 power: -1117W
[site ] DEBUG 2025/04/17 14:29:11 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:29:11 grid power: -13W
[site ] DEBUG 2025/04/17 14:29:12 pv 1 power: 1841W
[site ] DEBUG 2025/04/17 14:29:17 grid currents: [3.93 -2.96 -2.33]A
[site ] DEBUG 2025/04/17 14:29:17 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:29:17 site power: 87W
[lp-1 ] DEBUG 2025/04/17 14:29:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:29:17 charger status: A
[site ] DEBUG 2025/04/17 14:29:41 ----
[lp-1 ] DEBUG 2025/04/17 14:29:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:29:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:29:41 battery 1 power: -1117W
[site ] DEBUG 2025/04/17 14:29:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:29:42 grid power: -23W
[site ] DEBUG 2025/04/17 14:29:48 pv 1 power: 1851W
[site ] DEBUG 2025/04/17 14:29:58 grid currents: [4.02 -2.96 -2.28]A
[site ] DEBUG 2025/04/17 14:29:58 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:29:58 site power: 77W
[lp-1 ] DEBUG 2025/04/17 14:29:58 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:29:58 charger status: A
[site ] DEBUG 2025/04/17 14:30:11 ----
[lp-1 ] DEBUG 2025/04/17 14:30:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:30:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:30:11 battery 1 power: -1137W
[site ] DEBUG 2025/04/17 14:30:11 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:30:11 grid power: 24W
[site ] DEBUG 2025/04/17 14:30:12 pv 1 power: 1861W
[site ] DEBUG 2025/04/17 14:30:17 grid currents: [4.05 -2.97 -2.31]A
[site ] DEBUG 2025/04/17 14:30:17 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:30:17 site power: 124W
[lp-1 ] DEBUG 2025/04/17 14:30:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:30:17 charger status: A
[site ] DEBUG 2025/04/17 14:30:41 ----
[lp-1 ] DEBUG 2025/04/17 14:30:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:30:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:30:41 battery 1 power: -1134W
[site ] DEBUG 2025/04/17 14:30:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:30:41 pv 1 power: 1876W
[site ] DEBUG 2025/04/17 14:30:42 grid power: -32W
[site ] DEBUG 2025/04/17 14:30:48 grid currents: [3.98 -2.99 -2.36]A
[site ] DEBUG 2025/04/17 14:30:48 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:30:48 site power: 68W
[lp-1 ] DEBUG 2025/04/17 14:30:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:30:48 charger status: A
[site ] DEBUG 2025/04/17 14:31:11 ----
[lp-1 ] DEBUG 2025/04/17 14:31:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:31:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:31:11 battery 1 power: -1065W
[site ] DEBUG 2025/04/17 14:31:11 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:31:13 pv 1 power: 1895W
[site ] DEBUG 2025/04/17 14:31:19 grid power: 80W
[site ] ERROR 2025/04/17 14:31:23 pv 1 energy: Get "https://192.168.1.248/production.json": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
[site ] ERROR 2025/04/17 14:31:29 grid currents: Get "https://192.168.1.248/production.json?details=1": context deadline exceeded
[site ] DEBUG 2025/04/17 14:31:29 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:31:29 site power: 180W
[lp-1 ] DEBUG 2025/04/17 14:31:29 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:31:29 charger status: A
[site ] DEBUG 2025/04/17 14:31:41 ----
[lp-1 ] DEBUG 2025/04/17 14:31:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:31:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:31:41 battery 1 power: -1254W
[site ] DEBUG 2025/04/17 14:31:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:31:42 grid power: -9W
[site ] DEBUG 2025/04/17 14:31:43 pv 1 power: 1911W
[site ] DEBUG 2025/04/17 14:31:49 grid currents: [4.15 -3.03 -2.39]A
[site ] DEBUG 2025/04/17 14:31:49 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:31:49 site power: 91W
[lp-1 ] DEBUG 2025/04/17 14:31:50 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:31:50 charger status: A
[site ] DEBUG 2025/04/17 14:32:11 ----
[lp-1 ] DEBUG 2025/04/17 14:32:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:32:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:32:11 battery 1 power: -1186W
[site ] DEBUG 2025/04/17 14:32:11 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:32:12 grid power: -17W
[site ] DEBUG 2025/04/17 14:32:13 pv 1 power: 1932W
[site ] DEBUG 2025/04/17 14:32:24 grid currents: [4.17 -3.05 -2.42]A
[site ] DEBUG 2025/04/17 14:32:24 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:32:24 site power: 83W
[lp-1 ] DEBUG 2025/04/17 14:32:24 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:32:24 charger status: A
[site ] DEBUG 2025/04/17 14:32:41 ----
[lp-1 ] DEBUG 2025/04/17 14:32:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:32:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:32:41 battery 1 power: -1202W
[site ] DEBUG 2025/04/17 14:32:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:32:41 grid power: 3W
[site ] DEBUG 2025/04/17 14:32:43 pv 1 power: 1950W
[site ] DEBUG 2025/04/17 14:32:48 grid currents: [4.26 -3.06 -2.42]A
[site ] DEBUG 2025/04/17 14:32:48 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:32:48 site power: 103W
[lp-1 ] DEBUG 2025/04/17 14:32:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:32:48 charger status: A
[site ] DEBUG 2025/04/17 14:33:11 ----
[lp-1 ] DEBUG 2025/04/17 14:33:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:33:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:33:11 battery 1 power: -1232W
[site ] DEBUG 2025/04/17 14:33:11 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:33:11 pv 1 power: 1967W
[site ] DEBUG 2025/04/17 14:33:12 grid power: -8W
[site ] DEBUG 2025/04/17 14:33:16 grid currents: [4.26 -3.05 -2.43]A
[site ] DEBUG 2025/04/17 14:33:16 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:33:16 site power: 92W
[lp-1 ] DEBUG 2025/04/17 14:33:16 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:33:16 charger status: A
[site ] DEBUG 2025/04/17 14:33:41 ----
[lp-1 ] DEBUG 2025/04/17 14:33:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:33:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:33:41 battery 1 power: -1244W
[site ] DEBUG 2025/04/17 14:33:41 battery 1 soc: 30%
[site ] DEBUG 2025/04/17 14:33:42 grid power: -4W
[site ] DEBUG 2025/04/17 14:33:45 pv 1 power: 1983W
[site ] DEBUG 2025/04/17 14:33:54 grid currents: [4.3 -3.09 -2.46]A
[site ] DEBUG 2025/04/17 14:33:54 battery has priority at soc 30% (< 90%)
[site ] DEBUG 2025/04/17 14:33:54 site power: 96W
[lp-1 ] DEBUG 2025/04/17 14:33:54 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:33:54 charger status: A
[site ] DEBUG 2025/04/17 14:34:11 ----
[lp-1 ] DEBUG 2025/04/17 14:34:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:34:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:34:11 battery 1 power: -1252W
[site ] DEBUG 2025/04/17 14:34:11 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:34:11 pv 1 power: 1998W
[site ] DEBUG 2025/04/17 14:34:12 grid power: -24W
[site ] DEBUG 2025/04/17 14:34:16 grid currents: [4.3 -3.1 -2.47]A
[site ] DEBUG 2025/04/17 14:34:16 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:34:16 site power: 76W
[lp-1 ] DEBUG 2025/04/17 14:34:16 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:34:16 charger status: A
[site ] DEBUG 2025/04/17 14:34:41 ----
[lp-1 ] DEBUG 2025/04/17 14:34:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:34:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:34:41 battery 1 power: -1255W
[site ] DEBUG 2025/04/17 14:34:41 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:34:42 grid power: -5W
[site ] DEBUG 2025/04/17 14:34:45 pv 1 power: 2016W
[site ] DEBUG 2025/04/17 14:34:50 grid currents: [4.36 -3.13 -2.49]A
[site ] DEBUG 2025/04/17 14:34:50 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:34:50 site power: 95W
[lp-1 ] DEBUG 2025/04/17 14:34:50 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:34:50 charger status: A
[site ] DEBUG 2025/04/17 14:35:11 ----
[lp-1 ] DEBUG 2025/04/17 14:35:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:35:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:35:11 battery 1 power: -1286W
[site ] DEBUG 2025/04/17 14:35:11 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:35:12 pv 1 power: 2025W
[site ] DEBUG 2025/04/17 14:35:13 grid power: -13W
[site ] DEBUG 2025/04/17 14:35:24 grid currents: [4.41 -3.11 -2.5]A
[site ] DEBUG 2025/04/17 14:35:24 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:35:24 site power: 87W
[lp-1 ] DEBUG 2025/04/17 14:35:24 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:35:24 charger status: A
[site ] DEBUG 2025/04/17 14:35:41 ----
[lp-1 ] DEBUG 2025/04/17 14:35:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:35:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:35:41 battery 1 power: -1298W
[site ] DEBUG 2025/04/17 14:35:41 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:35:41 grid power: -12W
[site ] DEBUG 2025/04/17 14:35:43 pv 1 power: 2034W
[site ] DEBUG 2025/04/17 14:35:47 grid currents: [4.43 -3.12 -2.5]A
[site ] DEBUG 2025/04/17 14:35:47 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:35:47 site power: 88W
[lp-1 ] DEBUG 2025/04/17 14:35:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:35:47 charger status: A
[site ] DEBUG 2025/04/17 14:36:11 ----
[lp-1 ] DEBUG 2025/04/17 14:36:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:36:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:36:11 battery 1 power: -1316W
[site ] DEBUG 2025/04/17 14:36:11 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:36:11 grid power: 18W
[site ] DEBUG 2025/04/17 14:36:12 pv 1 power: 2044W
[site ] DEBUG 2025/04/17 14:36:17 grid currents: [4.47 -3.16 -2.49]A
[site ] DEBUG 2025/04/17 14:36:17 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:36:17 site power: 118W
[lp-1 ] DEBUG 2025/04/17 14:36:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:36:17 charger status: A
[site ] DEBUG 2025/04/17 14:36:41 ----
[lp-1 ] DEBUG 2025/04/17 14:36:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:36:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:36:41 battery 1 power: -1313W
[site ] DEBUG 2025/04/17 14:36:41 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:36:42 grid power: -14W
[site ] DEBUG 2025/04/17 14:36:43 pv 1 power: 2057W
[site ] DEBUG 2025/04/17 14:36:52 grid currents: [4.46 -3.17 -2.51]A
[site ] DEBUG 2025/04/17 14:36:52 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:36:52 site power: 86W
[lp-1 ] DEBUG 2025/04/17 14:36:52 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:36:52 charger status: A
[site ] DEBUG 2025/04/17 14:37:11 ----
[lp-1 ] DEBUG 2025/04/17 14:37:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:37:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:37:11 battery 1 power: -1323W
[site ] DEBUG 2025/04/17 14:37:11 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:37:12 pv 1 power: 2067W
[site ] DEBUG 2025/04/17 14:37:13 grid power: -1W
[site ] DEBUG 2025/04/17 14:37:22 grid currents: [4.5 -3.17 -2.51]A
[site ] DEBUG 2025/04/17 14:37:22 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:37:22 site power: 99W
[lp-1 ] DEBUG 2025/04/17 14:37:22 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:37:22 charger status: A
[site ] DEBUG 2025/04/17 14:37:41 ----
[lp-1 ] DEBUG 2025/04/17 14:37:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:37:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:37:41 battery 1 power: -1323W
[site ] DEBUG 2025/04/17 14:37:41 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:37:41 grid power: 13W
[site ] DEBUG 2025/04/17 14:37:43 pv 1 power: 2072W
[site ] DEBUG 2025/04/17 14:37:54 grid currents: [4.5 -3.18 -2.52]A
[site ] DEBUG 2025/04/17 14:37:55 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:37:55 site power: 113W
[lp-1 ] DEBUG 2025/04/17 14:37:55 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:37:55 charger status: A
[site ] DEBUG 2025/04/17 14:38:11 ----
[lp-1 ] DEBUG 2025/04/17 14:38:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:38:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:38:11 battery 1 power: -1339W
[site ] DEBUG 2025/04/17 14:38:11 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:38:11 pv 1 power: 2070W
[site ] DEBUG 2025/04/17 14:38:12 grid power: -7W
[site ] DEBUG 2025/04/17 14:38:17 grid currents: [4.51 -3.18 -2.51]A
[site ] DEBUG 2025/04/17 14:38:17 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:38:17 site power: 93W
[lp-1 ] DEBUG 2025/04/17 14:38:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:38:17 charger status: A
[site ] DEBUG 2025/04/17 14:38:41 ----
[lp-1 ] DEBUG 2025/04/17 14:38:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:38:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:38:41 battery 1 power: -1339W
[site ] DEBUG 2025/04/17 14:38:41 battery 1 soc: 31%
[site ] DEBUG 2025/04/17 14:38:42 grid power: 3W
[site ] DEBUG 2025/04/17 14:38:44 pv 1 power: 2066W
[site ] DEBUG 2025/04/17 14:38:55 grid currents: [4.59 -3.17 -2.53]A
[site ] DEBUG 2025/04/17 14:38:55 battery has priority at soc 31% (< 90%)
[site ] DEBUG 2025/04/17 14:38:55 site power: 103W
[lp-1 ] DEBUG 2025/04/17 14:38:55 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:38:55 charger status: A
[site ] DEBUG 2025/04/17 14:39:11 ----
[lp-1 ] DEBUG 2025/04/17 14:39:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:39:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:39:11 battery 1 power: -1354W
[site ] DEBUG 2025/04/17 14:39:11 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:39:11 grid power: 15W
[site ] DEBUG 2025/04/17 14:39:12 pv 1 power: 2056W
[site ] DEBUG 2025/04/17 14:39:18 grid currents: [4.59 -3.15 -2.52]A
[site ] DEBUG 2025/04/17 14:39:18 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:39:18 site power: 115W
[lp-1 ] DEBUG 2025/04/17 14:39:18 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:39:18 charger status: A
[site ] DEBUG 2025/04/17 14:39:41 ----
[lp-1 ] DEBUG 2025/04/17 14:39:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:39:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:39:41 battery 1 power: -1343W
[site ] DEBUG 2025/04/17 14:39:41 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:39:42 pv 1 power: 2048W
[site ] DEBUG 2025/04/17 14:39:44 grid power: 8W
[site ] DEBUG 2025/04/17 14:39:51 grid currents: [4.52 -3.15 -2.5]A
[site ] DEBUG 2025/04/17 14:39:51 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:39:51 site power: 108W
[lp-1 ] DEBUG 2025/04/17 14:39:51 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:39:51 charger status: A
[site ] DEBUG 2025/04/17 14:40:11 ----
[lp-1 ] DEBUG 2025/04/17 14:40:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:40:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:40:11 battery 1 power: -1334W
[site ] DEBUG 2025/04/17 14:40:11 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:40:11 grid power: -4W
[site ] DEBUG 2025/04/17 14:40:13 pv 1 power: 2035W
[site ] DEBUG 2025/04/17 14:40:22 grid currents: [4.44 -3.14 -2.48]A
[site ] DEBUG 2025/04/17 14:40:22 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:40:22 site power: 96W
[lp-1 ] DEBUG 2025/04/17 14:40:23 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:40:23 charger status: A
[site ] DEBUG 2025/04/17 14:40:41 ----
[lp-1 ] DEBUG 2025/04/17 14:40:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:40:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:40:41 battery 1 power: -1338W
[site ] DEBUG 2025/04/17 14:40:41 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:40:41 grid power: 18W
[site ] DEBUG 2025/04/17 14:40:42 pv 1 power: 2016W
[site ] DEBUG 2025/04/17 14:40:48 grid currents: [4.52 -3.12 -2.46]A
[site ] DEBUG 2025/04/17 14:40:48 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:40:48 site power: 118W
[lp-1 ] DEBUG 2025/04/17 14:40:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:40:48 charger status: A
[site ] DEBUG 2025/04/17 14:41:11 ----
[lp-1 ] DEBUG 2025/04/17 14:41:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:41:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:41:11 battery 1 power: -1327W
[site ] DEBUG 2025/04/17 14:41:11 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:41:11 grid power: 14W
[site ] DEBUG 2025/04/17 14:41:12 pv 1 power: 1992W
[site ] DEBUG 2025/04/17 14:41:17 grid currents: [4.43 -3.1 -2.44]A
[site ] DEBUG 2025/04/17 14:41:17 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:41:17 site power: 114W
[lp-1 ] DEBUG 2025/04/17 14:41:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:41:17 charger status: A
[site ] DEBUG 2025/04/17 14:41:41 ----
[lp-1 ] DEBUG 2025/04/17 14:41:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:41:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:41:41 battery 1 power: -1313W
[site ] DEBUG 2025/04/17 14:41:41 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:41:41 grid power: 22W
[site ] DEBUG 2025/04/17 14:41:42 pv 1 power: 1962W
[site ] DEBUG 2025/04/17 14:41:54 grid currents: [4.38 -3.06 -2.38]A
[site ] DEBUG 2025/04/17 14:41:54 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:41:54 site power: 122W
[lp-1 ] DEBUG 2025/04/17 14:41:54 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:41:54 charger status: A
[site ] DEBUG 2025/04/17 14:42:11 ----
[lp-1 ] DEBUG 2025/04/17 14:42:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:42:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:42:11 battery 1 power: -1299W
[site ] DEBUG 2025/04/17 14:42:11 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:42:11 pv 1 power: 1933W
[site ] DEBUG 2025/04/17 14:42:13 grid power: 7W
[site ] DEBUG 2025/04/17 14:42:20 grid currents: [4.23 -3.04 -2.36]A
[site ] DEBUG 2025/04/17 14:42:20 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:42:20 site power: 107W
[lp-1 ] DEBUG 2025/04/17 14:42:20 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:42:20 charger status: A
[site ] DEBUG 2025/04/17 14:42:41 ----
[lp-1 ] DEBUG 2025/04/17 14:42:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:42:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:42:41 battery 1 power: -1254W
[site ] DEBUG 2025/04/17 14:42:41 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:42:41 pv 1 power: 1901W
[site ] DEBUG 2025/04/17 14:42:42 grid power: 1W
[site ] DEBUG 2025/04/17 14:42:48 grid currents: [4.14 -3.01 -2.34]A
[site ] DEBUG 2025/04/17 14:42:48 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:42:48 site power: 101W
[lp-1 ] DEBUG 2025/04/17 14:42:48 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:42:48 charger status: A
[site ] DEBUG 2025/04/17 14:43:11 ----
[lp-1 ] DEBUG 2025/04/17 14:43:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:43:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:43:11 battery 1 power: -1195W
[site ] DEBUG 2025/04/17 14:43:11 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:43:11 grid power: -5W
[site ] DEBUG 2025/04/17 14:43:12 pv 1 power: 1871W
[site ] DEBUG 2025/04/17 14:43:17 grid currents: [4.03 -2.98 -2.34]A
[site ] DEBUG 2025/04/17 14:43:17 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:43:17 site power: 95W
[lp-1 ] DEBUG 2025/04/17 14:43:18 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:43:18 charger status: A
[site ] DEBUG 2025/04/17 14:43:41 ----
[lp-1 ] DEBUG 2025/04/17 14:43:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:43:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:43:41 battery 1 power: -1158W
[site ] DEBUG 2025/04/17 14:43:41 battery 1 soc: 32%
[site ] DEBUG 2025/04/17 14:43:42 grid power: 5W
[site ] DEBUG 2025/04/17 14:43:43 pv 1 power: 1840W
[site ] DEBUG 2025/04/17 14:43:52 grid currents: [4.01 -2.95 -2.3]A
[site ] DEBUG 2025/04/17 14:43:52 battery has priority at soc 32% (< 90%)
[site ] DEBUG 2025/04/17 14:43:52 site power: 105W
[lp-1 ] DEBUG 2025/04/17 14:43:52 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:43:52 charger status: A
[site ] DEBUG 2025/04/17 14:44:11 ----
[lp-1 ] DEBUG 2025/04/17 14:44:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:44:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:44:12 battery 1 power: -1146W
[site ] DEBUG 2025/04/17 14:44:12 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:44:13 grid power: 11W
[site ] DEBUG 2025/04/17 14:44:16 pv 1 power: 1813W
[site ] DEBUG 2025/04/17 14:44:27 grid currents: [3.94 -2.92 -2.25]A
[site ] DEBUG 2025/04/17 14:44:27 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:44:27 site power: 111W
[lp-1 ] DEBUG 2025/04/17 14:44:27 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:44:27 charger status: A
[site ] DEBUG 2025/04/17 14:44:41 ----
[lp-1 ] DEBUG 2025/04/17 14:44:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:44:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:44:41 battery 1 power: -1130W
[site ] DEBUG 2025/04/17 14:44:41 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:44:42 grid power: 20W
[site ] DEBUG 2025/04/17 14:44:45 pv 1 power: 1797W
[site ] DEBUG 2025/04/17 14:44:49 grid currents: [3.95 -2.91 -2.25]A
[site ] DEBUG 2025/04/17 14:44:49 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:44:49 site power: 120W
[lp-1 ] DEBUG 2025/04/17 14:44:49 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:44:49 charger status: A
[site ] DEBUG 2025/04/17 14:45:11 ----
[lp-1 ] DEBUG 2025/04/17 14:45:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:45:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:45:11 battery 1 power: -1111W
[site ] DEBUG 2025/04/17 14:45:11 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:45:11 pv 1 power: 1793W
[site ] DEBUG 2025/04/17 14:45:12 grid power: 19W
[site ] DEBUG 2025/04/17 14:45:19 grid currents: [3.86 -2.9 -2.24]A
[site ] DEBUG 2025/04/17 14:45:19 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:45:19 site power: 119W
[lp-1 ] DEBUG 2025/04/17 14:45:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:45:19 charger status: A
[site ] DEBUG 2025/04/17 14:45:41 ----
[lp-1 ] DEBUG 2025/04/17 14:45:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:45:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:45:41 battery 1 power: -1094W
[site ] DEBUG 2025/04/17 14:45:41 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:45:41 pv 1 power: 1799W
[site ] DEBUG 2025/04/17 14:45:42 grid power: -14W
[site ] DEBUG 2025/04/17 14:45:47 grid currents: [3.81 -2.92 -2.25]A
[site ] DEBUG 2025/04/17 14:45:47 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:45:47 site power: 86W
[lp-1 ] DEBUG 2025/04/17 14:45:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:45:47 charger status: A
[site ] DEBUG 2025/04/17 14:46:11 ----
[lp-1 ] DEBUG 2025/04/17 14:46:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:46:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:46:11 battery 1 power: -1094W
[site ] DEBUG 2025/04/17 14:46:11 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:46:11 pv 1 power: 1816W
[site ] DEBUG 2025/04/17 14:46:12 grid power: -12W
[site ] DEBUG 2025/04/17 14:46:21 grid currents: [3.82 -2.94 -2.27]A
[site ] DEBUG 2025/04/17 14:46:21 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:46:21 site power: 88W
[lp-1 ] DEBUG 2025/04/17 14:46:21 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:46:21 charger status: A
[site ] DEBUG 2025/04/17 14:46:41 ----
[lp-1 ] DEBUG 2025/04/17 14:46:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:46:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:46:41 battery 1 power: -1102W
[site ] DEBUG 2025/04/17 14:46:41 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:46:42 grid power: -9W
[site ] DEBUG 2025/04/17 14:46:44 pv 1 power: 1838W
[site ] DEBUG 2025/04/17 14:46:51 grid currents: [3.86 -2.96 -2.28]A
[site ] DEBUG 2025/04/17 14:46:51 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:46:51 site power: 91W
[lp-1 ] DEBUG 2025/04/17 14:46:51 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:46:51 charger status: A
[site ] DEBUG 2025/04/17 14:47:11 ----
[lp-1 ] DEBUG 2025/04/17 14:47:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:47:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:47:11 battery 1 power: -1135W
[site ] DEBUG 2025/04/17 14:47:11 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:47:11 pv 1 power: 1856W
[site ] DEBUG 2025/04/17 14:47:12 grid power: -15W
[site ] DEBUG 2025/04/17 14:47:18 grid currents: [3.9 -2.97 -2.3]A
[site ] DEBUG 2025/04/17 14:47:18 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:47:18 site power: 85W
[lp-1 ] DEBUG 2025/04/17 14:47:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:47:19 charger status: A
[site ] DEBUG 2025/04/17 14:47:41 ----
[lp-1 ] DEBUG 2025/04/17 14:47:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:47:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:47:41 battery 1 power: -1142W
[site ] DEBUG 2025/04/17 14:47:41 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:47:41 pv 1 power: 1871W
[site ] DEBUG 2025/04/17 14:47:42 grid power: -12W
[site ] DEBUG 2025/04/17 14:47:47 grid currents: [3.97 -2.98 -2.31]A
[site ] DEBUG 2025/04/17 14:47:47 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:47:47 site power: 88W
[lp-1 ] DEBUG 2025/04/17 14:47:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:47:47 charger status: A
[site ] DEBUG 2025/04/17 14:48:11 ----
[lp-1 ] DEBUG 2025/04/17 14:48:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:48:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:48:11 battery 1 power: -1154W
[site ] DEBUG 2025/04/17 14:48:11 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:48:12 grid power: -17W
[site ] DEBUG 2025/04/17 14:48:15 pv 1 power: 1886W
[site ] DEBUG 2025/04/17 14:48:23 grid currents: [4 -3 -2.32]A
[site ] DEBUG 2025/04/17 14:48:23 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:48:23 site power: 83W
[lp-1 ] DEBUG 2025/04/17 14:48:23 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:48:23 charger status: A
[site ] DEBUG 2025/04/17 14:48:41 ----
[lp-1 ] DEBUG 2025/04/17 14:48:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:48:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:48:41 battery 1 power: -1165W
[site ] DEBUG 2025/04/17 14:48:41 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:48:41 grid power: -17W
[site ] DEBUG 2025/04/17 14:48:42 pv 1 power: 1890W
[site ] DEBUG 2025/04/17 14:48:47 grid currents: [4.03 -3.01 -2.32]A
[site ] DEBUG 2025/04/17 14:48:47 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:48:47 site power: 83W
[lp-1 ] DEBUG 2025/04/17 14:48:47 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:48:47 charger status: A
[site ] DEBUG 2025/04/17 14:49:11 ----
[lp-1 ] DEBUG 2025/04/17 14:49:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:49:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:49:11 battery 1 power: -1180W
[site ] DEBUG 2025/04/17 14:49:11 battery 1 soc: 33%
[site ] DEBUG 2025/04/17 14:49:11 pv 1 power: 1893W
[site ] DEBUG 2025/04/17 14:49:12 grid power: -22W
[site ] DEBUG 2025/04/17 14:49:19 grid currents: [4.08 -3.02 -2.36]A
[site ] DEBUG 2025/04/17 14:49:19 battery has priority at soc 33% (< 90%)
[site ] DEBUG 2025/04/17 14:49:19 site power: 78W
[lp-1 ] DEBUG 2025/04/17 14:49:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:49:19 charger status: A
[site ] DEBUG 2025/04/17 14:49:41 ----
[lp-1 ] DEBUG 2025/04/17 14:49:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:49:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:49:41 battery 1 power: -1186W
[site ] DEBUG 2025/04/17 14:49:41 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:49:42 grid power: -4W
[site ] DEBUG 2025/04/17 14:49:47 pv 1 power: 1894W
[site ] DEBUG 2025/04/17 14:49:57 grid currents: [4.15 -3.01 -2.33]A
[site ] DEBUG 2025/04/17 14:49:57 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:49:57 site power: 96W
[lp-1 ] DEBUG 2025/04/17 14:49:57 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:49:57 charger status: A
[site ] DEBUG 2025/04/17 14:50:11 ----
[lp-1 ] DEBUG 2025/04/17 14:50:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:50:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:50:11 battery 1 power: -1208W
[site ] DEBUG 2025/04/17 14:50:11 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:50:11 grid power: -10W
[site ] DEBUG 2025/04/17 14:50:12 pv 1 power: 1895W
[site ] DEBUG 2025/04/17 14:50:19 grid currents: [4.12 -3.01 -2.33]A
[site ] DEBUG 2025/04/17 14:50:19 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:50:19 site power: 90W
[lp-1 ] DEBUG 2025/04/17 14:50:19 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:50:19 charger status: A
[site ] DEBUG 2025/04/17 14:50:41 ----
[lp-1 ] DEBUG 2025/04/17 14:50:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:50:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:50:41 battery 1 power: -1182W
[site ] DEBUG 2025/04/17 14:50:41 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:50:42 pv 1 power: 1899W
[site ] DEBUG 2025/04/17 14:50:45 grid power: -11W
[site ] DEBUG 2025/04/17 14:50:57 grid currents: [4.1 -3.02 -2.33]A
[site ] DEBUG 2025/04/17 14:50:57 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:50:57 site power: 89W
[lp-1 ] DEBUG 2025/04/17 14:50:57 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:50:57 charger status: A
[site ] DEBUG 2025/04/17 14:51:11 ----
[lp-1 ] DEBUG 2025/04/17 14:51:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:51:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:51:11 battery 1 power: -1188W
[site ] DEBUG 2025/04/17 14:51:11 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:51:12 grid power: -31W
[site ] DEBUG 2025/04/17 14:51:14 pv 1 power: 1905W
[site ] DEBUG 2025/04/17 14:51:23 grid currents: [4.06 -3.02 -2.36]A
[site ] DEBUG 2025/04/17 14:51:23 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:51:23 site power: 69W
[lp-1 ] DEBUG 2025/04/17 14:51:23 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:51:23 charger status: A
[site ] DEBUG 2025/04/17 14:51:41 ----
[lp-1 ] DEBUG 2025/04/17 14:51:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:51:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:51:41 battery 1 power: -1212W
[site ] DEBUG 2025/04/17 14:51:41 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:51:43 pv 1 power: 1917W
[site ] DEBUG 2025/04/17 14:51:47 grid power: -8W
[site ] DEBUG 2025/04/17 14:51:56 grid currents: [4.17 -3.04 -2.36]A
[site ] DEBUG 2025/04/17 14:51:56 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:51:56 site power: 92W
[lp-1 ] DEBUG 2025/04/17 14:51:56 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:51:56 charger status: A
[site ] DEBUG 2025/04/17 14:52:11 ----
[lp-1 ] DEBUG 2025/04/17 14:52:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:52:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:52:11 battery 1 power: -1226W
[site ] DEBUG 2025/04/17 14:52:11 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:52:11 pv 1 power: 1934W
[site ] DEBUG 2025/04/17 14:52:13 grid power: -14W
[site ] DEBUG 2025/04/17 14:52:17 grid currents: [4.17 -3.04 -2.36]A
[site ] DEBUG 2025/04/17 14:52:17 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:52:17 site power: 86W
[lp-1 ] DEBUG 2025/04/17 14:52:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:52:17 charger status: A
[site ] DEBUG 2025/04/17 14:52:41 ----
[lp-1 ] DEBUG 2025/04/17 14:52:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:52:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:52:41 battery 1 power: -1233W
[site ] DEBUG 2025/04/17 14:52:41 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:52:41 pv 1 power: 1958W
[site ] DEBUG 2025/04/17 14:52:44 grid power: -11W
[site ] DEBUG 2025/04/17 14:52:49 grid currents: [4.23 -3.09 -2.39]A
[site ] DEBUG 2025/04/17 14:52:49 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:52:49 site power: 89W
[lp-1 ] DEBUG 2025/04/17 14:52:49 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:52:49 charger status: A
[site ] DEBUG 2025/04/17 14:53:11 ----
[lp-1 ] DEBUG 2025/04/17 14:53:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:53:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:53:11 battery 1 power: -1245W
[site ] DEBUG 2025/04/17 14:53:11 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:53:12 grid power: -22W
[site ] DEBUG 2025/04/17 14:53:14 pv 1 power: 1987W
[site ] DEBUG 2025/04/17 14:53:22 grid currents: [4.2 -3.1 -2.42]A
[site ] DEBUG 2025/04/17 14:53:22 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:53:22 site power: 78W
[lp-1 ] DEBUG 2025/04/17 14:53:22 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:53:22 charger status: A
[site ] DEBUG 2025/04/17 14:53:41 ----
[lp-1 ] DEBUG 2025/04/17 14:53:41 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:53:41 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:53:41 battery 1 power: -1252W
[site ] DEBUG 2025/04/17 14:53:41 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:53:42 pv 1 power: 2011W
[site ] DEBUG 2025/04/17 14:53:44 grid power: -50W
[site ] DEBUG 2025/04/17 14:53:49 grid currents: [4.27 -3.13 -2.46]A
[site ] DEBUG 2025/04/17 14:53:49 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:53:49 site power: 50W
[lp-1 ] DEBUG 2025/04/17 14:53:49 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:53:49 charger status: A
[site ] DEBUG 2025/04/17 14:54:11 ----
[lp-1 ] DEBUG 2025/04/17 14:54:11 charge power: 0W
[lp-1 ] DEBUG 2025/04/17 14:54:11 charge currents: [0 0 0]A
[site ] DEBUG 2025/04/17 14:54:11 battery 1 power: -1297W
[site ] DEBUG 2025/04/17 14:54:11 battery 1 soc: 34%
[site ] DEBUG 2025/04/17 14:54:12 pv 1 power: 2033W
[site ] DEBUG 2025/04/17 14:54:13 grid power: -20W
[site ] DEBUG 2025/04/17 14:54:17 grid currents: [4.41 -3.14 -2.48]A
[site ] DEBUG 2025/04/17 14:54:17 battery has priority at soc 34% (< 90%)
[site ] DEBUG 2025/04/17 14:54:17 site power: 80W
[lp-1 ] DEBUG 2025/04/17 14:54:17 charge total import: 1175.893kWh
[lp-1 ] DEBUG 2025/04/17 14:54:17 charger status: A

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

In dem Bild fehlt evcc auserdem Informationen, wo der Strom herkommt. Ist das immer so?

Normalerweise nicht.

@naltatis naltatis changed the title EVCC startet Ladevorgang ständig neu. Go-e: Ladevorgang startet ständig neu Apr 17, 2025
@naltatis naltatis added the question Rather clarification than issue label Apr 17, 2025
@SolarPower2024
Copy link

Kann es sein, dass dein Charger die Verbindung zum WLAN verliert? Hast du mal im Lastmanagement (des go-e chargers) den Fallback auf 0A gestellt?

Btw, dein grid meter / pv meter zeigt im log auch einen Fehler an.

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Kann es sein, dass dein Charger die Verbindung zum WLAN verliert? Hast du mal im Lastmanagement (des go-e chargers) den Fallback auf 0A gestellt?

Btw, dein grid meter / pv meter zeigt im log auch einen Fehler an.

Die WLAN Verbindung habe ich selber gestoppt, da die Preise derzeit sonst zu hoch sind und der Wagen nicht laden soll.
Den Fallback habe ich schonmal auf 0A gestellt. Das hat Leider nicht gebracht.

Die Fehlermeldung vom PV Meter ist normal. Zwischendurch kriegt EVCC nicht alle Daten. Bei der nächsten Abfrage ist dann aber wieder alles normal.

@SolarPower2024
Copy link

Naja, als normal würde ich das jetzt nicht bezeichnen, wenn dauernd eine Verbindung im Netzwerk verloren geht. ;-)

Aber irgendetwas triggert wohl den Start der go-e. Ich denke aber nicht, dass dies evcc ist. Im log ist hier auch nichts zu erkennen, dass ein Ladesignal gesendet wird.

Hast du in der go-e Box irgendetwas aktiv? Ladezeitfenster, PV laden, daily trip, Energietarif oder etwas?

Und was für einen Status zeigt die Wallbox denn an? Es sollte wenn du sie in evcc auf "aus" hast in der go-e der status "aufladen nicht erlaubt stehen"

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Image

Image

@Dici71
Copy link
Author

Dici71 commented Apr 17, 2025

Also ich habe nochmal nachgeschaut.

Ladezeitfenster - Nein

PV laden - aktiv ( war aber immer so )

daily trip - Nein

Energietarif - Nein

Ich kann es mir auch nicht erklären. Es ist allerdings so, dass das Laden aufhört, sobald ich das Standard WLAN abschalte, bzw. die API V2

@Chris45671
Copy link

Stell doch bitte Mal die Wallbox auf Eco. Vielleicht geht es dann. So ist sie bei mir eingestellt und ich habe dieses Problem nicht.

@andig
Copy link
Member

andig commented Apr 18, 2025

make sure your interval is at least 30s

Du willst erstmal die Fehlermeldung korrigieren…

@evcc-io evcc-io locked and limited conversation to collaborators Apr 18, 2025
@andig andig converted this issue into discussion #20685 Apr 18, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Rather clarification than issue
Projects
None yet
Development

No branches or pull requests

7 participants