Evcc Fehler nach NAS / VM Umzug

Hallo, bin von einer NAS auf eine neue gezogen und habe einfach das Backup von HA wieder eingespielt. IPs sind unverändert. Nur leider bekomme ich nun diesen LOG bei EVCC:

Using config file: /config/evcc.yaml

starting evcc: ‚EVCC_DATABASE_DSN=/data/evcc.db evcc --config /config/evcc.yaml‘

[main ] INFO 2024/12/22 09:10:50 evcc 0.131.12

[main ] INFO 2024/12/22 09:10:50 using config file: /config/evcc.yaml

[main ] INFO 2024/12/22 09:10:50 listening at :7070

[main ] FATAL 2024/12/22 09:10:53 cannot create meter ‚my_grid‘: cannot create meter type ‚template‘: cannot create meter type ‚sma‘: failed to get device: no Speedwire ping response for 192.168.30.141

[main ] FATAL 2024/12/22 09:10:53 will attempt restart in: 15m0s

Using config file: /config/evcc.yaml

starting evcc: ‚EVCC_DATABASE_DSN=/data/evcc.db evcc --config /config/evcc.yaml‘

[main ] INFO 2024/12/22 09:19:53 evcc 0.131.12

[main ] INFO 2024/12/22 09:19:53 using config file: /config/evcc.yaml

[main ] INFO 2024/12/22 09:19:54 listening at :7070

[main ] FATAL 2024/12/22 09:19:57 cannot create meter ‚my_grid‘: cannot create meter type ‚template‘: cannot create meter type ‚sma‘: failed to get device: no Speedwire ping response for 192.168.30.141

[main ] FATAL 2024/12/22 09:19:57 will attempt restart in: 15m0s

Jemand ein Tipp? Bekomme es leider nicht mehr zum laufen :frowning:

hier mal den Ausschnitt aus der Config:

meters:

  • name: my_grid
    type: template
    template: sma-home-manager
    usage: grid
    host: 192.168.30.141 # IP-Adresse oder Hostname

  • name: my_pv
    type: template
    template: sma-inverter-modbus
    usage: pv

    Modbus TCP

    modbus: tcpip
    id: 3
    host: 192.168.30.98 # Hostname
    port: 502 # Port

  • name: my_battery
    type: template
    template: sma-sbs-modbus
    usage: battery

    Modbus TCP

    modbus: tcpip
    id: 3
    host: 192.168.30.216 # Hostname
    port: 502 # Port