evcc-io / evcc

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

`battery mode` wechselt in jedem Interval zwischen `hold` und `normal` #15233

Closed VolkerK62 closed 1 month ago

VolkerK62 commented 1 month ago

Describe the bug

Seit kurzem (irgendein Nightly) nach 0.129.0 tritt diese Eigenart auf. Da mindestens ein Ladepunkt im Modus "schnell" aktiv ist, wäre hold richtig.

Steps to reproduce

.

Configuration details

network:
  schema: http
  host: evcc.local
  port: 7070

database:
  type: sqlite
  dsn: /var/lib/evcc/evcc.db

interval: 10s

sponsortoken: xxx

telemetry: true

log: debug
levels:
  #site: info
  #lp-1: info
  #lp-2: info
  #lp-3: info
  #lp-4: info
  #lp-5: info
  #lp-6: info
  #daheimladen-mb: trace
  #hyundai: trace
  #main: trace
  #cache: trace
  #db: trace
  #http: trace
  #influx: trace
  #mqtt: trace
  #proxy-5200: trace
  #gsi: trace

########################################################################
meters:
- name: grid
#  type: movingaverage
#  decay: 0.25
#  meter:
  type: template
  template: shelly-3em
  usage: grid
  host: 192.168.178.28

- name: pv
#  type: movingaverage
#  decay: 0.25
#  meter:
  type: template
  template: solarlog
  usage: pv
  host: 192.168.178.23
  port: 502

- name: battery
#  type: movingaverage
#  decay: 0.25
#  meter:
  type: custom
  power:
    ##Shelly EM Stromzange 2
    source: http
    uri: http://192.168.178.21/emeter/1
    jq: if .pf==0 then .power else .power / (.pf | fabs) end
  soc:
    source: mqtt
    topic: Haus/Bat_SoC
    timeout: 60m
  capacity: 7.5

#- name: WPpwr
#  type: template
#  template: shelly-1pm
#  ##Shelly EM Stromzange 1
#  usage: charge
#  host: 192.168.178.21
#  channel: 0

- name: aux
  type: custom
  power:
    source: mqtt
    topic: Haus/aux_pwr
    timeout: 25h

- name: DLCM
  type: custom
  power:
    source: calc
    add:
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 16
        type: holding
        decode: uint32
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 20
        type: holding
        decode: uint32
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 24
        type: holding
        decode: uint32
      timeout: 10s
  energy:
    source: modbus
    id: 255
    uri: localhost:5200
    register:
      address: 28
      type: holding
      decode: uint32
    scale: 0.1
    timeout: 10s
  currents:
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 6
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 8
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 10
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
  voltages:
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 109
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 111
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 113
        type: holding
        decode: uint16
      scale: 0.1
      timeout: 10s
  powers:
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 16
        type: holding
        decode: uint32
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 20
        type: holding
        decode: uint32
      timeout: 10s
    - source: modbus
      id: 255
      uri: localhost:5200
      register:
        address: 24
        type: holding
        decode: uint32
      timeout: 10s

########################################################################
chargers:
- name: wallbox #L3,L1,L2
  type: template
  template: daheimladen-mb
  ##modbusproxy (localhost: 5200)
  ##direkt (192.168.178.26: 502)
  host: localhost
  port: 5200

- name: Ebikes
  type: template
  template: fritzdect
  ##FritzDect in Garage
  uri: http://fritz.box
  user: xxx
  password: xxx
  ain: xxx
  standbypower: 10
  integrateddevice: true
  icon: bike

- name: WPsg
  type: template
  template: shelly
  ##Shelly 1 für SG-Kontakt
  host: 192.168.178.29
  standbypower: -1
  integrateddevice: true
  heating: true
  icon: waterheater

- name: WPautark #L2
  type: template
  template: shelly
  ##Shelly EM für Fake-Kontakt
  host: 192.168.178.21
  channel: 0
  standbypower: 15
  integrateddevice: true
  heating: true
  icon: generic

- name: Waschen #L1
  type: template
  template: shelly
  host: 192.168.178.72
  standbypower: 1
  integrateddevice: true
  icon: generic

- name: Trocknen #L2
  type: template
  template: shelly
  host: 192.168.178.71
  standbypower: 1
  integrateddevice: true
  icon: generic

########################################################################
vehicles:
- name: auto
  type: template
  template: hyundai
  title: (T)Raumschiff
  user: xxx
  password: xxx
  language: de
  icon: car
  capacity: 73
  mode: pv
  #maxcurrent: 21

- name: offline
  type: template
  template: offline
  title: ohne Bluelink
  icon: car
  capacity: 73
  mode: off
  #maxcurrent: 21

- name: Vbike
  type: custom
  title: V-Bike
  icon: bike
  capacity: 0.625
  soc:
    source: mqtt
    topic: evcc/vehicles/VbikeSoc/minSoc
    timeout: 2500h

- name: VbikeSoc #nur zum Speichern von minSoc
  type: custom
  title: VbikeSoc
  soc:
    source: const
    value: 100

- name: WasserSG
  type: custom
  title: WasserSG
  icon: waterheater
  capacity: 10 # 300 Liter x 100 Grad x 1,16 Wh / 3,5 COP = 10kWh
  soc:
    source: calc
    add:
    - source: mqtt
      topic: Haus/Wasser_Temp
      timeout: 60m
    - source: mqtt # Temp Delta 7 Grad, wenn aus 
      topic: evcc/loadpoints/4/chargePower
      jq: if . > 50 then 0 else 7 end
      timeout: 60m

- name: WasserWP
  type: custom
  title: WasserWP
  icon: generic
  capacity: 10
  soc:
    source: mqtt
    topic: Haus/Temp_out2
    timeout: 60m

- name: Waschen
  type: custom
  title: Waschmaschine
  icon: generic
  capacity: 5
  soc:
    source: const
    value: 0.1

- name: Trocknen
  type: custom
  title: Trockner
  icon: generic
  capacity: 10
  soc:
    source: const
    value: 0.1

########################################################################
loadpoints:
- title: Carport
  circuit: carport # Loadmanagement
  charger: wallbox
  meter: DLCM
  #vehicle: auto
  mode: off
  priority: 0
  soc:
    estimate: true
    poll:
      mode: always
      interval: 300m
  enable:
    delay: 2m
  disable:
    delay: 3m

- title: Garage
  charger: Ebikes
  vehicle: Vbike
  priority: 1
  soc:
    estimate: true
  enable:
    delay: 30s
  disable:
    delay: 5m

- title: WP SG+
  charger: WPsg
  #meter: WPpwr
  vehicle: WasserSG
  priority: 5
  soc:
    estimate: false
  enable:
    threshold: 0
    delay: 20m
  disable: 
    threshold: 0
    delay: 20m

- title: WP -Anzeige-
  charger: WPautark
  vehicle: WasserWP
  priority: 10
  mode: now
  soc:
    estimate: false

- title: Waschen -Anzeige-
  charger: Waschen
  vehicle: Waschen
  priority: 10
  mode: now

- title: Trocknen -Anzeige-
  charger: Trocknen
  vehicle: Trocknen
  priority: 10
  mode: now

########################################################################
site:
- title: Haus
  meters:
    grid: grid
    pv: pv
    battery: battery
    aux: aux
  residualpower: 100

circuits: # Loadmanagement
- name: main
  title: Hausanschluss
  maxCurrent: 32
  maxpower: 22000
  meter: grid
- name: carport
  maxCurrent: 20  # wegen Schieflast
  maxpower: 11000 # wegen Genehmigung
  meter: DLCM
  parent: main

hems:
  type: relay
  maxPower: 4200
  limit:
    source: mqtt
    topic: Haus/hems/limit
    timeout: 25h

########################################################################
tariffs:
  currency: EUR
  grid:
    type: custom
    price:
      source: mqtt
      topic: Haus/Preis_Bezug
      timeout: 25h

#    type: template
#    template: energy-charts-api
#    bzn: DE-LU # Gebotszonen - https://api.energy-charts.info/#/prices/day_ahead_price_price_get
#    template: awattar
#    region: DE
#    costs: 0.0 # Zusätzlicher fester Aufschlag pro kWh (z.B. 0.05 für 5 Cent) (optional)
#    tax: 0.0 # Zusätzlicher prozentualer Aufschlag (z.B. 0.2 für 20%) (optional) 

  feedin:
    type: fixed
    price: 0.1095

  co2:
    type: grünstromindex
    zip: xxx

########################################################################
messaging:
  services:
  - type: ntfy
    uri: xxx
  events:
    start:
      title: Start {{.title}}
      msg: |
        {{ if eq .title "Carport" }} Start {{printf `(%02d:%02d)` now.Hour now.Minute}} Soc {{round (.vehicleSoc) 1}} {{- end }}
        {{ if eq .title "Garage" }} Start {{printf `(%02d:%02d)` now.Hour now.Minute}} Soc {{round (.vehicleSoc) 1}} {{- end }} 
        {{ if eq .title "WP -Anzeige-" }} Start {{printf `(%02d:%02d)` now.Hour now.Minute}} Temp {{.limitSoc}} {{- end }} 
    stop:
      title: Stop {{.title}}
      msg: |
        {{ if eq .title "Carport" }} Stop {{printf `(%02d:%02d)` now.Hour now.Minute}} Soc {{round (.vehicleSoc) 1}} {{- end }}
        {{ if eq .title "Garage" }} Stop {{printf `(%02d:%02d)` now.Hour now.Minute}} Soc {{round (.vehicleSoc) 1}} {{- end }} 
        {{ if eq .title "WP -Anzeige-" }} Stop {{printf `(%02d:%02d)` now.Hour now.Minute}} Temp {{.limitSoc}} {{- end }} 

########################################################################
influx:
  url: http://localhost:8086
  database: evcc

mqtt:
  broker: localhost:1883
  topic: evcc

modbusproxy:
- port: 5200
  uri: 192.168.178.26:502

########################################################################

Log details

[site  ] DEBUG 2024/08/04 08:57:00 ----
[lp-1  ] DEBUG 2024/08/04 08:57:00 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:00 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:00 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:00 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:00 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:00 charge power: 165W
[lp-6  ] DEBUG 2024/08/04 08:57:01 charge power: 1984W
[circuit-load] DEBUG 2024/08/04 08:57:01 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:01 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:01 power: -457.34W
[circuit-main] DEBUG 2024/08/04 08:57:01 current: 5.24A
[lpc   ] DEBUG 2024/08/04 08:57:01 power: -457.34W
[lpc   ] DEBUG 2024/08/04 08:57:01 current: 5.24A
[site  ] DEBUG 2024/08/04 08:57:01 set battery mode: hold
[site  ] DEBUG 2024/08/04 08:57:01 pv power: 2941W
[site  ] DEBUG 2024/08/04 08:57:01 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:01 battery power: 158W
[site  ] DEBUG 2024/08/04 08:57:01 grid meter: -457W
[site  ] DEBUG 2024/08/04 08:57:02 grid powers: [-720 1168 -905]W
[site  ] DEBUG 2024/08/04 08:57:02 grid currents: [-4.15 5.21 -3.92]A
[site  ] DEBUG 2024/08/04 08:57:02 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:02 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:02 site power: -199W
[lp-1  ] DEBUG 2024/08/04 08:57:02 charge voltages: [233 0 0]V
[lp-1  ] DEBUG 2024/08/04 08:57:02 detected connected phases: 1p
[lp-1  ] DEBUG 2024/08/04 08:57:02 !! session: chargeRater.chargedEnergy=0.7 - chargedAtStartup=0.0
[lp-1  ] DEBUG 2024/08/04 08:57:02 charge total import: 1984.000kWh
[lp-1  ] DEBUG 2024/08/04 08:57:02 charger status: A
[lp-1  ] DEBUG 2024/08/04 08:57:02 !! active phases: 1p = min(0p measured 0p vehicle 1p physical 0p charger)
[site  ] DEBUG 2024/08/04 08:57:10 ----
[lp-1  ] DEBUG 2024/08/04 08:57:10 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:10 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:10 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:10 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:10 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:10 charge power: 160W
[lp-6  ] DEBUG 2024/08/04 08:57:11 charge power: 1990W
[circuit-load] DEBUG 2024/08/04 08:57:11 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:11 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:11 power: -373.18W
[circuit-main] DEBUG 2024/08/04 08:57:11 current: 5.34A
[lpc   ] DEBUG 2024/08/04 08:57:11 power: -373.18W
[lpc   ] DEBUG 2024/08/04 08:57:11 current: 5.34A
[site  ] DEBUG 2024/08/04 08:57:11 set battery mode: normal
[site  ] DEBUG 2024/08/04 08:57:11 pv power: 3078W
[site  ] DEBUG 2024/08/04 08:57:11 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:11 battery power: 135W
[site  ] DEBUG 2024/08/04 08:57:11 grid meter: -373W
[site  ] DEBUG 2024/08/04 08:57:11 grid powers: [-696 1203 -881]W
[site  ] DEBUG 2024/08/04 08:57:11 grid currents: [-4.13 5.34 -3.84]A
[site  ] DEBUG 2024/08/04 08:57:11 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:11 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:11 site power: -139W
[lp-2  ] DEBUG 2024/08/04 08:57:11 charge total import: 12.052kWh
[lp-2  ] DEBUG 2024/08/04 08:57:12 charger status: A
[lp-2  ] DEBUG 2024/08/04 08:57:12 soc estimated: 97.00% (vehicle: 97.00%)
[lp-2  ] DEBUG 2024/08/04 08:57:12 vehicle soc: 97%
[site  ] DEBUG 2024/08/04 08:57:20 ----
[lp-1  ] DEBUG 2024/08/04 08:57:20 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:20 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:20 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:20 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:20 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:20 charge power: 148W
[lp-6  ] DEBUG 2024/08/04 08:57:21 charge power: 1990W
[circuit-load] DEBUG 2024/08/04 08:57:21 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:21 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:21 power: -748.65W
[circuit-main] DEBUG 2024/08/04 08:57:21 current: 5.05A
[lpc   ] DEBUG 2024/08/04 08:57:21 power: -748.65W
[lpc   ] DEBUG 2024/08/04 08:57:21 current: 5.05A
[site  ] DEBUG 2024/08/04 08:57:21 set battery mode: hold
[site  ] DEBUG 2024/08/04 08:57:21 pv power: 3078W
[site  ] DEBUG 2024/08/04 08:57:21 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:21 battery power: 72W
[site  ] DEBUG 2024/08/04 08:57:21 grid meter: -749W
[site  ] DEBUG 2024/08/04 08:57:21 grid powers: [-935 1134 -947]W
[site  ] DEBUG 2024/08/04 08:57:21 grid currents: [-4.02 5.05 -4.11]A
[site  ] DEBUG 2024/08/04 08:57:21 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:21 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:21 site power: -577W
[lp-3  ] DEBUG 2024/08/04 08:57:21 charge total import: 0.000kWh
[lp-3  ] DEBUG 2024/08/04 08:57:21 charger status: A
[lp-3  ] DEBUG 2024/08/04 08:57:21 vehicle soc: 59%
[site  ] DEBUG 2024/08/04 08:57:30 ----
[lp-1  ] DEBUG 2024/08/04 08:57:30 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:30 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:30 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:30 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:30 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:30 charge power: 160W
[lp-6  ] DEBUG 2024/08/04 08:57:31 charge power: 2016W
[circuit-load] DEBUG 2024/08/04 08:57:31 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:31 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:31 power: -797.86W
[circuit-main] DEBUG 2024/08/04 08:57:31 current: 4.75A
[lpc   ] DEBUG 2024/08/04 08:57:31 power: -797.86W
[lpc   ] DEBUG 2024/08/04 08:57:31 current: 4.75A
[site  ] DEBUG 2024/08/04 08:57:31 set battery mode: normal
[site  ] DEBUG 2024/08/04 08:57:31 pv power: 3007W
[site  ] DEBUG 2024/08/04 08:57:31 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:31 battery power: 240W
[site  ] DEBUG 2024/08/04 08:57:31 grid meter: -798W
[site  ] DEBUG 2024/08/04 08:57:31 grid powers: [-847 1073 -1023]W
[site  ] DEBUG 2024/08/04 08:57:31 grid currents: [-4.5 4.75 -4.43]A
[site  ] DEBUG 2024/08/04 08:57:31 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:31 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:31 site power: -458W
[lp-4  ] DEBUG 2024/08/04 08:57:31 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-4  ] DEBUG 2024/08/04 08:57:31 charge total import: 1150.080kWh
[lp-4  ] DEBUG 2024/08/04 08:57:32 charger status: B
[lp-4  ] DEBUG 2024/08/04 08:57:32 vehicle soc: 24%
[site  ] DEBUG 2024/08/04 08:57:40 ----
[lp-1  ] DEBUG 2024/08/04 08:57:40 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:40 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:40 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:40 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:40 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:40 charge power: 44W
[lp-6  ] DEBUG 2024/08/04 08:57:41 charge power: 2018W
[circuit-load] DEBUG 2024/08/04 08:57:41 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:41 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:41 power: -962.61W
[circuit-main] DEBUG 2024/08/04 08:57:41 current: 4.75A
[lpc   ] DEBUG 2024/08/04 08:57:41 power: -969.88W
[lpc   ] DEBUG 2024/08/04 08:57:41 current: 4.75A
[site  ] DEBUG 2024/08/04 08:57:41 set battery mode: hold
[site  ] DEBUG 2024/08/04 08:57:41 pv power: 3007W
[site  ] DEBUG 2024/08/04 08:57:41 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:41 battery power: 135W
[site  ] DEBUG 2024/08/04 08:57:41 grid meter: -970W
[site  ] DEBUG 2024/08/04 08:57:41 grid powers: [-1014 1073 -1029]W
[site  ] DEBUG 2024/08/04 08:57:41 grid currents: [-4.37 4.75 -4.46]A
[site  ] DEBUG 2024/08/04 08:57:41 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:41 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:41 site power: -734W
[lp-5  ] DEBUG 2024/08/04 08:57:41 !! session: chargeRater.chargedEnergy=0.0 - chargedAtStartup=0.0
[lp-5  ] DEBUG 2024/08/04 08:57:41 charge total import: 82.948kWh
[lp-5  ] DEBUG 2024/08/04 08:57:41 charger status: B
[lp-5  ] DEBUG 2024/08/04 08:57:41 soc estimated: 0.23% (vehicle: 0.10%)
[lp-5  ] DEBUG 2024/08/04 08:57:41 vehicle soc: 0%
[site  ] DEBUG 2024/08/04 08:57:50 ----
[lp-1  ] DEBUG 2024/08/04 08:57:50 charge power: 0W
[lp-1  ] DEBUG 2024/08/04 08:57:50 charge currents: [0 0 0]A
[lp-2  ] DEBUG 2024/08/04 08:57:50 charge power: 0W
[lp-3  ] DEBUG 2024/08/04 08:57:50 charge power: 0W
[lp-4  ] DEBUG 2024/08/04 08:57:50 charge power: 0W
[lp-5  ] DEBUG 2024/08/04 08:57:50 charge power: 161W
[lp-6  ] DEBUG 2024/08/04 08:57:51 charge power: 2010W
[circuit-load] DEBUG 2024/08/04 08:57:51 power: 0W
[circuit-load] DEBUG 2024/08/04 08:57:51 current: 0A
[circuit-main] DEBUG 2024/08/04 08:57:51 power: -850.46W
[circuit-main] DEBUG 2024/08/04 08:57:51 current: 4.8A
[lpc   ] DEBUG 2024/08/04 08:57:51 power: -850.46W
[lpc   ] DEBUG 2024/08/04 08:57:51 current: 4.8A
[site  ] DEBUG 2024/08/04 08:57:51 set battery mode: normal
[site  ] DEBUG 2024/08/04 08:57:51 pv power: 3406W
[site  ] DEBUG 2024/08/04 08:57:51 battery soc: 42%
[site  ] DEBUG 2024/08/04 08:57:51 battery power: 175W
[site  ] DEBUG 2024/08/04 08:57:51 grid meter: -850W
[site  ] DEBUG 2024/08/04 08:57:51 grid powers: [-876 1062 -1037]W
[site  ] DEBUG 2024/08/04 08:57:51 grid currents: [-4.8 4.71 -4.49]A
[site  ] DEBUG 2024/08/04 08:57:51 aux power 1: 0W
[site  ] DEBUG 2024/08/04 08:57:51 aux power: 0W
[site  ] DEBUG 2024/08/04 08:57:51 site power: -576W
[lp-6  ] DEBUG 2024/08/04 08:57:51 !! session: chargeRater.chargedEnergy=0.2 - chargedAtStartup=0.0
[lp-6  ] DEBUG 2024/08/04 08:57:52 charge total import: 53.464kWh
[lp-6  ] DEBUG 2024/08/04 08:57:52 charger status: C
[lp-6  ] DEBUG 2024/08/04 08:57:52 soc estimated: 2.07% (vehicle: 0.10%)
[lp-6  ] DEBUG 2024/08/04 08:57:52 vehicle soc: 2%
[site  ] DEBUG 2024/08/04 08:58:00 ----

What type of operating system are you running?

Linux

Version

0.129.0 (f3be63f2)

VolkerK62 commented 1 month ago

Wenn kein Ladepunkt aktiv ist, bleibt es dauerhaft auf normal.

andig commented 1 month ago

@VolkerK62 hat https://github.com/evcc-io/evcc/commit/bbf989c3c08de8cffb766a8f6a943d29c51647b0, der letzte vor https://github.com/evcc-io/evcc/pull/14855 das Problem auch?

VolkerK62 commented 1 month ago

guter Riecher ;-) nein, damit gibt es das Problem nicht.