You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo,
ich habe nun das Problem eingegrenzt.
Ich kann nur via Modbus TCP das grid-meter verbinden. die "PV" und die "Batterie" funktionieren nur über API-Schnittstelle.
Ich habe auch das einzelne Gerät versucht mit Modbus zu verbinden.
Als Template habe ich sunspec-hybrid und inverter und bei der Batterie sunspec-battery-control getestet.
als Fehlermeldung kam:
[main ] FATAL 2025/02/09 14:15:25 cannot create meter 'battery3': cannot create meter type 'template': cannot create meter type 'custom': power: sunspec model not found: [{802 0 W}]
[main ] FATAL 2025/02/09 14:15:25 will attempt restart in: 15m0s
Dies konnte auf einer Windows-instanz und auf einem Addon im homeassistant reproduziert werden.
Der Port 502 des modbusproxys und des WR ist über einen modbustester mit den entsprechenden Registern auszulesen.
Steps to reproduce
...
Configuration details
site:
title: Home # display name for UImeters:
grid: grid1# grid: my_gridpv:
- pv2battery:
- battery3# define your loadpoints according your needs# see https://docs.evcc.io/en/docs/reference/configuration/loadpointsloadpoints:
- title: Garage # display name for UIcharger: my_charger # chargervehicle: my_car # default vehicle# meter definitions# name can be freely chosen and is used as reference when assigning meters to site and loadpoints# for documentation see https://docs.evcc.io/docs/devices/metersmeters:
- name: grid1type: templatetemplate: sunspec-hybridusage: grid# Modbus TCPmodbus: tcpipid: 240host: 192.xxx.xxx.xxx # Hostname Modbusproxyport: 502# Port
- name: pv2type: templatetemplate: fronius-solarapi-v1# Modbus TCPmodbus: tcpipid: 240host: 192.xxx.xxx.xxx # Hostname Modbusproxyport: 502# Port
- name: battery3type: templatetemplate: fronius-solarapi-v1usage: battery# Modbus TCPmodbus: tcpipid: 240host: 192.xxx.xxx.xxx # Hostname Modbusproxyport: 502# Port# replace with your real charger# see https://docs.evcc.io/docs/devices/chargerschargers:
- name: my_chargertype: templatetemplate: demo-chargerstatus: C # chargingpower: 2000# 2 kW charging powerenabled: true # optional
Log details
[main ] FATAL 2025/02/09 14:15:25 cannot create meter 'battery3': cannot create meter type 'template': cannot create meter type 'custom': power: sunspec model not found: [{802 0 W}]
[main ] FATAL 2025/02/09 14:15:25 will attempt restart in: 15m0s
What type of operating system or environment does evcc run on?
HomeAssistant Add-on
External automation
I have made sure that no external automation like HomeAssistant or Node-RED is active or accessing any of the mentioned devices when this issue occurs.
Nightly build
I have verified that the issue is reproducible with the latest nightly build
Version
evcc version 0.133.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Hallo,
ich habe nun das Problem eingegrenzt.
Ich kann nur via Modbus TCP das grid-meter verbinden. die "PV" und die "Batterie" funktionieren nur über API-Schnittstelle.
Ich habe auch das einzelne Gerät versucht mit Modbus zu verbinden.
Als Template habe ich sunspec-hybrid und inverter und bei der Batterie sunspec-battery-control getestet.
als Fehlermeldung kam:
[main ] FATAL 2025/02/09 14:15:25 cannot create meter 'battery3': cannot create meter type 'template': cannot create meter type 'custom': power: sunspec model not found: [{802 0 W}]
[main ] FATAL 2025/02/09 14:15:25 will attempt restart in: 15m0s
Dies konnte auf einer Windows-instanz und auf einem Addon im homeassistant reproduziert werden.
Der Port 502 des modbusproxys und des WR ist über einen modbustester mit den entsprechenden Registern auszulesen.
Steps to reproduce
...
Configuration details
Log details
What type of operating system or environment does evcc run on?
HomeAssistant Add-on
External automation
Nightly build
Version
evcc version 0.133.0
The text was updated successfully, but these errors were encountered: