evcc-io / evcc

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

OpenWb 2 Loadpoint ohne Chargetotalimport #10997

Closed atze09 closed 9 months ago

atze09 commented 9 months ago

Describe the bug

Ich habe jeweils eine OpenWb 2 als Ladepunkt 1 eingerichtet und eine go-e als Ladepunkt 2. Wenn ich nun in den MQTT Broker schaue, sehe ich bei der OpenWb keinen ChargeTotalImport, bei der go-e jedoch schon. Ist dies ein Bug oder muss ich dort noch etwas einstellen.

Steps to reproduce

1. 2. 3. ...

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

# unique installation id
plant: c35b3729cfe9020d0aaac81f785228a9ae1ad6170550d501403ac0e198a62728

interval: 30s # control cycle interval

sponsortoken: 
telemetry: true

meters:
- type: template
  template: victron-energy 
  usage: grid  
  host: 192.168.17.3  
  port: 502  
  name: grid1
- type: template
  template: victron-energy 
  usage: pv  
  host: 192.168.17.3  
  port: 502  
  name: pv2
- type: template
  template: victron-energy 
  usage: battery  
  host: 192.168.17.3  
  port: 502  
  name: battery3
  capacity: 29

chargers:
- type: template
  template: go-e 
  host: 192.168.17.83  
  name: wallbox5
- name: openwb
  type: template
  template: openwb-2.0
  # Modbus TCP
  modbus: tcpip
  id: 1
  host: 192.168.17.80 # Hostname
  port: 1502 # Port 

vehicles:
- type: template
  template: opel 
  title: Corsa  
  icon: car  
  user: xx 
  password: xx 
  vin: xx 
  capacity: 46  
  phases: 1  
  cache: 15m  
  mode: pv  
  minSoc: 35  
  targetSoc: 80  
  minCurrent: 6  
  maxCurrent: 32
  name: ev4
  identifiers:
  - 2
  - 3
  - 4
  - 0
  priority: 1
- type: template
  template: offline
  title: Zoe
  icon: car
  capacity: 50
  phases: 3
  mode: pv
  minSoc: 0
  targetSoc: 100
  minCurrent: 6
  maxCurrent: 16
  identifiers:
  - 1
  name: ev5
  priority: 2

loadpoints:
- title: Garage
  charger: openwb
  mode: pv
  phases: 3
  mincurrent: 6
  maxcurrent: 25
  resetOnDisconnect: true
  vehicle: ev4
- title: Outdoor
  charger: wallbox5
  mode: pv
  phases: 3
  mincurrent: 6
  maxcurrent: 16
  resetOnDisconnect: true

mqtt:
  broker: 192.168.17.7:1883
  topic: evcc # root topic for publishing, set empty to disable publishing
  # clientid: foo
  user: xx
  password: xx

site:
  title: Home
  meters:
    grid: grid1
    pv:
    - pv2
    battery:
    - battery3
  residualpower: 200

Log details

Kann nachgereicht werden

What type of operating system are you running?

HomeAssistant Add-on

Version

0.122.1

atze09 commented 9 months ago

image

atze09 commented 9 months ago

Die OpenWb schreibt den richtigen Wert in MQTT: image

andig commented 9 months ago

Hat die OpenWB den Wert denn?