evcc-io / evcc

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

Easee Home won't charge with less than full power #9739

Closed TheFreaker86 closed 12 months ago

TheFreaker86 commented 12 months ago

Describe the bug

Hallo und Moin! I'm new to Home Assistant and EVCC since I own a PV on the roof for just more than a week. My PV consists of the Sungrow SH10RT with a 9,6 kWh battery and an additional Balkonkraftwerk. I have set up HA and EVCC in the prebuild HA Hyper-V VM. I have built the evcc.yaml using the evcc.exe under Windows.

It all works quite well, but now that I have plugged in an electric car (not my own) into the wallbox for the first time to test the PV regulated charging. EVCC recognizes the car as guest, the Easee and shows all the parameters (battery, PV, charging etc.) during charging correctly. But it charges only with full 22 kW power with pulling energy from the PV, battery and grid. It does not matter what settings are made in the EVCC GUI, it's always full power. I switched on the debugging for the charger and the site to see what's the issue, but I don't see any mistakes on my part.

The only weird thing I have noticed in the logs is that the reading for PV 2 power is 0. But this value is readable from the inverter.

please advise. Thank you very much in advance!

P.S.: Is the preferred language here English or German?

Steps to reproduce

don't know what to tell you here, I just plug in the car, start the charging with the RFID and watch the charging process in Home Assistant/EVCC and the Easee App.

Configuration details

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

log: debug
levels:
  cache: error
  charger: debug
  site: debug

# unique installation id
plant: XXXX

interval: 10s # control cycle interval

sponsortoken: XXXX

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

meters:
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: Sungrow-MODBUS.fritz.box  
  port: 502  
  usage: grid  
  modbus: tcpip  
  name: grid1
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: Sungrow-MODBUS.fritz.box  
  port: 502  
  usage: pv  
  modbus: tcpip  
  name: pv2
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: Sungrow-MODBUS.fritz.box  
  port: 502  
  usage: battery  
  modbus: tcpip  
  name: battery3
- type: template
  template: sungrow-hybrid 
  id: 1  
  host: Sungrow-MODBUS.fritz.box  
  port: 502  
  usage: battery  
  modbus: tcpip  
  capacity: 9.6  
  name: battery4

- type: template
  template: solarman
  usage: pv
  host: mikroinverter.fritz.box
  user: !secret DeyeInvUser
  password: !secret DeyeInvPW
  name: pv1

chargers:
- type: template
  template: easee 
  user: !secret EaseeUser  
  password: !secret EaseePW  
  charger: !secret EaseeChargerID 
  timeout: 10s  
  name: wallbox5

loadpoints:
- title: Wall-E
  charger: wallbox5
  mode: minpv
  phases: 0
  mincurrent: 6
  maxcurrent: 32
  resetOnDisconnect: true

site:
  title: Home
  meters:
    grid: grid1
    pv:
    - pv2
    - pv1
    battery:
    - battery3
    - battery4
  residualPower: 300
  prioritySoc: 30
  bufferSoc: 80
  bufferStartSoc: 30

vehicles:
  type: template
  template: opel
  title: Corsa-e
  icon: car
  user: !secret OpelUser
  password: !secret OpelPW
  vin: !secret OpelCorsaFIN
  capacity: 46
  phases: 3
  cache: 5m
  mode: pv
  minSoc: 30
  targetSoc: 80
  minCurrent: 6
  maxCurrent: 16
  priority: 0
  name: ev1

# tariffs are the fixed or variable tariffs
tariffs:
  currency: EUR # three letter ISO-4217 currency code (default EUR)
  grid:
    # either static grid price (or price zones)
    type: fixed
    price: 0.33 # EUR/kWh
    zones:
      - days: Mon-Fri
        hours: 2-5
        price: 0.2 # EUR/kWh
      - days: Sat,Sun
        price: 0.15 # EUR/kWh

    # or variable tariffs
    # type: tibber
    # token: "476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4" # access token
    # homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account

Log details

[site  ] DEBUG 2023/09/05 15:21:08 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:08 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:08 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:08 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:08 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:08 grid power: -2741W
[site  ] DEBUG 2023/09/05 15:21:08 site power: -2441W
[lp-1  ] DEBUG 2023/09/05 15:21:08 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:08 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:08 charger status: A
[site  ] DEBUG 2023/09/05 15:21:18 ----
[lp-1  ] DEBUG 2023/09/05 15:21:18 charge power: 0W
[site  ] ERROR 2023/09/05 15:21:18 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:21:18 pv power: 3096W
[site  ] DEBUG 2023/09/05 15:21:18 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:21:18 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:18 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:18 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:18 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:18 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:18 grid power: -2791W
[site  ] DEBUG 2023/09/05 15:21:18 site power: -2491W
[lp-1  ] DEBUG 2023/09/05 15:21:18 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:18 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:18 charger status: A
[site  ] DEBUG 2023/09/05 15:21:28 ----
[lp-1  ] DEBUG 2023/09/05 15:21:28 charge power: 0W
[site  ] ERROR 2023/09/05 15:21:28 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:21:28 pv power: 3097W
[site  ] DEBUG 2023/09/05 15:21:28 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:21:28 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:28 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:28 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:28 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:28 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:28 grid power: -2777W
[site  ] DEBUG 2023/09/05 15:21:28 site power: -2477W
[lp-1  ] DEBUG 2023/09/05 15:21:28 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:28 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:28 charger status: A
[site  ] DEBUG 2023/09/05 15:21:38 ----
[lp-1  ] DEBUG 2023/09/05 15:21:38 charge power: 0W
[site  ] ERROR 2023/09/05 15:21:38 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:21:38 pv power: 3090W
[site  ] DEBUG 2023/09/05 15:21:38 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:21:38 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:38 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:38 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:38 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:38 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:38 grid power: -2763W
[site  ] DEBUG 2023/09/05 15:21:38 site power: -2463W
[lp-1  ] DEBUG 2023/09/05 15:21:38 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:38 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:38 charger status: A
[site  ] DEBUG 2023/09/05 15:21:48 ----
[lp-1  ] DEBUG 2023/09/05 15:21:48 charge power: 0W
[site  ] ERROR 2023/09/05 15:21:48 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:21:48 pv power: 3088W
[site  ] DEBUG 2023/09/05 15:21:48 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:21:48 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:48 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:48 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:48 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:48 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:48 grid power: -2777W
[site  ] DEBUG 2023/09/05 15:21:48 site power: -2477W
[lp-1  ] DEBUG 2023/09/05 15:21:48 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:48 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:48 charger status: A
[site  ] DEBUG 2023/09/05 15:21:58 ----
[lp-1  ] DEBUG 2023/09/05 15:21:58 charge power: 0W
[site  ] ERROR 2023/09/05 15:21:58 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:21:58 pv power: 3083W
[site  ] DEBUG 2023/09/05 15:21:58 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:21:58 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:58 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:21:58 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:21:58 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:21:58 battery power: 0W
[site  ] DEBUG 2023/09/05 15:21:58 grid power: -2709W
[site  ] DEBUG 2023/09/05 15:21:58 site power: -2409W
[lp-1  ] DEBUG 2023/09/05 15:21:58 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:21:58 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:21:58 charger status: A
[site  ] DEBUG 2023/09/05 15:22:08 ----
[lp-1  ] DEBUG 2023/09/05 15:22:08 charge power: 0W
[site  ] ERROR 2023/09/05 15:22:08 pv 2 power: unexpected status: 401 (Unauthorized)
[site  ] DEBUG 2023/09/05 15:22:08 pv power: 3080W
[site  ] DEBUG 2023/09/05 15:22:08 battery 1 power: 0W
[site  ] DEBUG 2023/09/05 15:22:08 battery 1 soc: 100%
[site  ] DEBUG 2023/09/05 15:22:08 battery 2 power: 0W
[site  ] DEBUG 2023/09/05 15:22:08 battery 2 soc: 100%
[site  ] DEBUG 2023/09/05 15:22:08 battery soc: 110%
[site  ] DEBUG 2023/09/05 15:22:08 battery power: 0W
[site  ] DEBUG 2023/09/05 15:22:08 grid power: -2693W
[site  ] DEBUG 2023/09/05 15:22:08 site power: -2393W
[lp-1  ] DEBUG 2023/09/05 15:22:08 charge currents: [0 0 0]A
[lp-1  ] DEBUG 2023/09/05 15:22:08 charge total import: 102.927kWh
[lp-1  ] DEBUG 2023/09/05 15:22:08 charger status: A

What type of operating system are you running?

HomeAssistant Add-on

Version

0.119.4

andig commented 12 months ago

Use nightly version.

TheFreaker86 commented 12 months ago

Gibt's das noch in Home Assistant? Ich hab was gelesen dass es das nicht mehr gibt