Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@095fa42
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Sep 2, 2024
1 parent b556b4f commit 2d7e69d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/nightly/de/meter/growatt-hybrid_0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
product:
brand: Growatt
description: Hybrid Inverter
capabilities: ["battery-control"]
description: |
Um die aktive Ladesteuerung nutzen zu können ist eine einmalige manuelle Einrichtung notwendig.
Es müssen die Modbusregister `1100, 1101, 1102` gleichzeitig (via "write multiple", FC 16) auf die Werte `0, 5947, 0` gesetzt werden.
Das kann zB. mit der [Modbus CLI](https://github.com/favalex/modbus-cli) gemacht werden: `modbus [...] H@1100=0 H@1101=5947 H@1102=0`.
Die aktive Ladesteuerung nutzt den ersten Zeitslot für den "Battery first" modus, d.h. dieser kann nicht anderweitig genutzt werden.
render:
- usage: grid
default: |
Expand Down
7 changes: 7 additions & 0 deletions templates/nightly/en/meter/growatt-hybrid_0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
product:
brand: Growatt
description: Hybrid Inverter
capabilities: ["battery-control"]
description: |
To use the active battery control, a one-time manual setup is necessary.
The modbus registers `1100, 1101, 1102` need to be set to the values `0, 5947, 0` at the same time (via "write multiple", FC 16).
This can be done by e.g. using the [Modbus CLI](https://github.com/favalex/modbus-cli): `modbus [...] H@1100=0 H@1101=5947 H@1102=0`.
The active battery control uses the first "Battery first" timeslot, so it cannot be used otherwise.
render:
- usage: grid
default: |
Expand Down

0 comments on commit 2d7e69d

Please sign in to comment.