evcc-io / evcc

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

evcc doesnt start after update to 0.131.2 #16912

Open TomF79 opened 3 hours ago

TomF79 commented 3 hours ago

Describe the bug

evcc doesnt start after update to 0.131.2

No problems with version 0.131.1

Steps to reproduce

1. 2. 3. ...

Configuration details

meters:
  - name: my_grid
    type: template
    template: fronius-gen24
    usage: grid
    host: 192.168.50.40 # IP-Adresse oder Hostname
    port: 502 # Port (optional)
  - name: my_pv
    type: template
    template: fronius-gen24
    usage: pv
    host: 192.168.50.40 # IP-Adresse oder Hostname
    port: 502 # Port (optional)
  - name: my_battery
    type: template
    template: fronius-gen24
    usage: battery
    host: 192.168.50.40 # IP-Adresse oder Hostname
    port: 502 # Port (optional)
    capacity: 12.8 # Akkukapazität in kWh (optional)

Log details

[main ] INFO 2024/10/27 17:42:47 evcc 0.131.2
[main ] INFO 2024/10/27 17:42:47 using config file: /config/evcc.yaml
[db ] INFO 2024/10/27 17:42:47 using sqlite database: /data/evcc.db
[main ] INFO 2024/10/27 17:42:47 listening at :7070
[main ] FATAL 2024/10/27 17:42:57 cannot create meter 'my_grid': cannot create meter type 'template': cannot create meter type 'custom': power: read tcp 192.168.50.3:41882->192.168.50.40:502: i/o timeout
[main ] FATAL 2024/10/27 17:42:57 will attempt restart in: 15m0s

What type of operating system are you running?

HomeAssistant Add-on

Nightly build

Version

0.131.2

tvand commented 2 hours ago

Same here. Docker Image.

dm82m commented 2 hours ago

Same here:

[main  ] FATAL 2024/10/27 19:08:14 cannot create meter 'grid': cannot create meter type 'template': cannot create meter type 'custom': power: read tcp 192.168.178.4:54862->192.168.178.5:502: i/o timeout
[main  ] FATAL 2024/10/27 19:08:14 will attempt restart in: 15m0s
andig commented 1 hour ago

Oh yeah, missed the grid meters modbus id 200. Fix to follow. Sorry for the inconvenience.