evcc-io / evcc

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

Nach Update auf 0.123.6: * error decoding 'Timeout': time: invalid duration "<no value>" #11541

Closed julred closed 8 months ago

julred commented 8 months ago

Describe the bug

Hallo zusammen,

nach dem Update auf 0.123.6 erhalte ich nach dem Neustart folgende Fehlermeldung:


cannot create meter 'battery4'
cannot create meter type 'template'
cannot create meter type 'custom'
battery mode
1 error(s) decoding: * error decoding 'Timeout': time: invalid duration "<no value>"

Die evcc.yaml config hat vorher funktioniert - wo ist hier mein Fehler?

Steps to reproduce

  1. update to 0.123.6
  2. ...

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  

# unique installation id  
plant: *****  

interval: 10s # 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  

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

meters:  
- type: template  
  template: sma-home-manager   
  usage: grid    
  host: 192.168.178.129  
  name: grid1  
- type: template  
  template: sma-hybrid   
  id: 3    
  host: 192.168.178.77    
  port: 502    
  usage: pv    
  modbus: tcpip    
  name: pv2  
- type: template  
  template: sma-inverter   
  usage: pv    
  host: 192.168.178.128    
  password: *****  
  name: pv3  
- type: template  
  template: sma-hybrid   
  id: 3    
  host: 192.168.178.77    
  port: 502    
  usage: battery    
  modbus: tcpip    
  name: battery4  
- type: template  
  template: cfos   
  id: 1  
  host: 192.168.178.73    
  port: 4701  
  usage: charge    
  modbus: tcpip    
  name: charge7  

chargers:  
- type: template  
  template: cfos   
  host: 192.168.178.73    
  name: wallbox6  

vehicles:  
- type: template  
  template: offline   
  title: eGolf    
  capacity: 32    
  name: eGolf  
  icon: car  
  phases: 2  
  mode: pv  
  minCurrent: 6  
  maxCurrent: 16  

loadpoints:  
- title: Garage  
  charger: wallbox6  
  meter: charge7  
  vehicle: eGolf  
  mode: pv  
  phases: 3  
  mincurrent: 6  
  maxcurrent: 16  

site:  
  title: Home  
  meters:  
    grid: grid1  
    pv:  
    - pv2  
    - pv3  
    battery:  
    - battery4  

tariffs:  
  currency: EUR # (default EUR)  
  grid:  
    type: fixed  
    price: 0.301 # [currency]/kWh  

  feedin:  
    type: fixed  
    price: 0.082 # [currency]/kWh  

hems:  
  type: sma  
  AllowControl: false

Log details

not yet

What type of operating system are you running?

Linux

Version

0.123.6

andig commented 8 months ago

Closed https://github.com/evcc-io/evcc/commit/03661b6275842cde6eb3c6f6cb3647c5c4c49523

/cc @premultiply