evcc: Fronius GEN24 SM TS65-3 config not working

Describe the bug Fronius GEN24 with SM TS65-3 not working.

To Reproduce Config:

meters:
- name: grid
  type: modbus
  model: sunspec
  uri: 192.168.1.132:502
  id: 200
  power: 213:W # sunspec meter

Expected behavior Reading the sunspec smart meter values out of the inverter.

EVCC details: Show output of evcc -v:

evcc version 0.55 (70da155)

Show output of evcc dump -c configfile:
Unsupported Config Type ""

Show evcc configuration file evcc.yaml:
<- paste here

Show evcc log output with --log trace:

[site ] ERROR 2021/05/22 21:02:18 updating grid meter: sunspec: 213:0:W not found

If using Docker: Show output of docker run andig/evcc -v:

<- paste here

Show evcc log output with docker logs <container id>:
<- paste here

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 29 (28 by maintainers)

Most upvoted comments

Folgende konfig funktioniert nun auch (getestet!):

- name: grid
  type: modbus
  model: sunspec
  uri: pv.fritz.box:502
  id: 200
  power:  203:W

Sehe ich auch so, dass es kein Problem ist. Evtl. kann der eine oder Andere hier aushelfen wie das versioning gemacht wird.