evcc: Easee: api commands ignored

Describe the bug

After Updating from 0.117.4 to 0.118.0:

In Min + PV Mode the loadpoint (charger Easee Home) loads with full power (20A) instead of min. Power (6A) continuously. Expected is min. Power (6A) as it was with 0.117.4

In PV Mode and if bufferSoc is configured (for example with 80%) the loadpoint (charger Easee Home) loads always with full power (20A) instead of minimum Power (6A) continuously, even if there is not enough production. Expected is min. Power (6A) as it was with 0.117.4.

EVCC

Steps to reproduce

  1. Update from 0.117.4 to 0.118.0

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: error
levels:
  cache: error

# unique installation id
plant: XXXXXXX

interval: 10s # control cycle interval

sponsortoken: eyJhbGciOiJIUzI1NiIsInR5cXXXXXXXXXXXXXXcreateYourOwn

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

meters:
- type: template
  template: varta 
  usage: grid  
  host: 192.168.188.59  
  port: 502  
  name: grid1
- type: template
  template: varta 
  usage: pv  
  host: 192.168.188.59  
  port: 502  
  name: pv2
- type: template
  template: varta 
  usage: battery  
  host: 192.168.188.59  
  port: 502  
  name: battery3
- type: template
  template: sunspec-inverter 
  id: 1  
  host: 192.168.188.61  
  port: 502  
  usage: pv  
  modbus: tcpip  
  name: pv4

chargers:
- type: template
  template: easee 
  user: XXXXXX 
  password: XXXXX
  charger: XXXXX 
  name: wallbox5

vehicles:
- type: template
  template: enyaq 
  title: SkodaEnyaqAdesso  
  user: XXXXX
  password: XXXXXX 
  vin: XXXXX
  capacity: 82  
  name: ev5
  targetSoc: 80
  icon: car

loadpoints:
- title: Garage
  charger: wallbox5
  mode: pv
  phases: 1
  mincurrent: 6
  maxcurrent: 20
  resetOnDisconnect: true

site:
  title: Mein Zuhause
  meters:
    grid: grid1
    pv:
    - pv2
    - pv4
    battery:
    - battery3
  residualPower: 300  
  prioritySoc: 70
    
tariffs:
  currency: EUR
  grid:
    type: fixed
    price: 0.3977
  feedin:
    type: fixed
    price: 0.06
  planner:
    type: grünstromindex
    zip: 33129

Log details

[main  ] INFO 2023/06/10 17:32:46 evcc 0.118.0
[main  ] INFO 2023/06/10 17:32:46 using config file: /etc/evcc.yaml
[main  ] INFO 2023/06/10 18:22:58 evcc 0.118.0
[main  ] INFO 2023/06/10 18:22:58 using config file: /etc/evcc.yaml
[main  ] INFO 2023/06/10 18:30:23 evcc 0.118.0
[main

What type of operating system are you running?

Docker container

Version

0.118.0

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 32 (15 by maintainers)

Most upvoted comments

Bin morgen wieder zu Hause und kann laden. Habe den nightly vom Donnerstag probiert, da war alles gut.

Aber es ist nicht sichergestellt, daß die Reihenfolge der Product Updates auf evcc Seite auch der Ausführungsreihenfolge auf dem Charger entspricht.

Das ist… superschlau 😦