Replies: 1 comment 1 reply
-
Downgrading to 0.130.13 works |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My config has been working perfectly for some time. This morning I updated to 0.131.0, now my install won’t start. I get the following in the logs on start up:
[main ] INFO 2024/10/24 10:50:28 evcc 0.131.0 [main ] INFO 2024/10/24 10:50:28 using config file: /etc/evcc.yaml [db ] INFO 2024/10/24 10:50:28 using sqlite database: /var/lib/evcc/evcc.db [main ] INFO 2024/10/24 10:50:30 listening at :7070 [main ] FATAL 2024/10/24 10:50:33 cannot create meter 'pv3': cannot create meter type 'template': cannot create meter type 'custom': currents: [0] sunspec model not found: [{103 0 AphA}] [main ] FATAL 2024/10/24 10:50:33 will attempt restart in: 15m0s
My setup is 2 linked SolarEdge inverters. One standard, one hybrid but no battery.
My config is:
`meters:
template: solaredge-inverter
id: 1
host: 192.168.0.58
port: 502
usage: grid
modbus: tcpip
timeout: 10s
name: grid1
template: solaredge-inverter
id: 1
host: 192.168.0.58
port: 502
usage: pv
modbus: tcpip
timeout: 10s
name: pv2
template: solaredge-inverter
id: 2
host: 192.168.0.58
port: 502
usage: pv
modbus: tcpip
timeout: 10s
name: pv3`
Any help appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions