Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@39db91c
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Apr 15, 2024
1 parent aa21758 commit 3e6c891
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 4 deletions.
21 changes: 21 additions & 0 deletions templates/nightly/de/charger/tinkerforge-warp3_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
product:
brand: TinkerForge
description: WARP3 Charger Smart
capabilities: ["mA", "1p3p", "rfid"]
render:
- default: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers
port: 1883 # MQTT Broker Port (optional)
topic: warp # Topic (ohne / am Anfang) (optional)
timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)
advanced: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers
port: 1883 # MQTT Broker Port (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
topic: warp # Topic (ohne / am Anfang) (optional)
timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)
21 changes: 21 additions & 0 deletions templates/nightly/de/charger/tinkerforge-warp3_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
product:
brand: TinkerForge
description: WARP3 Charger Pro
capabilities: ["mA", "1p3p", "rfid"]
render:
- default: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers
port: 1883 # MQTT Broker Port (optional)
topic: warp # Topic (ohne / am Anfang) (optional)
timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)
advanced: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP Adresse oder der Hostname des MQTT Brokers
port: 1883 # MQTT Broker Port (optional)
user: # Benutzerkonto (bspw. E-Mail Adresse, User Id, etc.) (optional)
password: # Passwort des Benutzerkontos (bei führenden Nullen bitte in einfache Hochkommata setzen) (optional)
topic: warp # Topic (ohne / am Anfang) (optional)
timeout: 30s # Akzeptiere keine Daten die älter sind als dieser Wert (optional)
3 changes: 1 addition & 2 deletions templates/nightly/de/meter/solaredge-hybrid_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
Nur ein System kann und darf zeitgleich eine Modbus TCP-Verbindung zum Wechselrichter haben!
Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "Remote" stehen,
sowie der Batteriemodus "Nutzungszeit" aktiv sein.
Für die optionale Batteriesteuerung muss StorageConf_CtrlMode (0xE004) auf 4 "Remote" stehen, das funktioniert am einfachsten wenn der Batteriemodus "Nutzungszeit" in der MySolarEdge-App aktiviert wurde.
render:
- usage: grid
Expand Down
21 changes: 21 additions & 0 deletions templates/nightly/en/charger/tinkerforge-warp3_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
product:
brand: TinkerForge
description: WARP3 Charger Smart
capabilities: ["mA", "1p3p", "rfid"]
render:
- default: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP address or hostname of the MQTT broker
port: 1883 # MQTT broker port (optional)
topic: warp # Topic (omit leading /) (optional)
timeout: 30s # Don't accept values older than this value (optional)
advanced: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP address or hostname of the MQTT broker
port: 1883 # MQTT broker port (optional)
user: # User account (e.g. email address, user id, etc.) (optional)
password: # Password of the user account (use single quotes in case of leading zeros) (optional)
topic: warp # Topic (omit leading /) (optional)
timeout: 30s # Don't accept values older than this value (optional)
21 changes: 21 additions & 0 deletions templates/nightly/en/charger/tinkerforge-warp3_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
product:
brand: TinkerForge
description: WARP3 Charger Pro
capabilities: ["mA", "1p3p", "rfid"]
render:
- default: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP address or hostname of the MQTT broker
port: 1883 # MQTT broker port (optional)
topic: warp # Topic (omit leading /) (optional)
timeout: 30s # Don't accept values older than this value (optional)
advanced: |
type: template
template: tinkerforge-warp3
host: 192.0.2.2 # IP address or hostname of the MQTT broker
port: 1883 # MQTT broker port (optional)
user: # User account (e.g. email address, user id, etc.) (optional)
password: # Password of the user account (use single quotes in case of leading zeros) (optional)
topic: warp # Topic (omit leading /) (optional)
timeout: 30s # Don't accept values older than this value (optional)
3 changes: 1 addition & 2 deletions templates/nightly/en/meter/solaredge-hybrid_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ product:
capabilities: ["battery-control"]
description: |
Only one system can and may have a Modbus TCP connection to the inverter at the same time!
For optional battery control, StorageConf_CtrlMode (0xE004) must be set to 4 "Remote" and
battery mode must be set to "Time of Use".
For optional battery control, StorageConf_CtrlMode (0xE004) must be set to 4 "Remote" that is most easily achieved by setting the battery mode to "Time of Use" e.g. in the MySolarEdge-App.
render:
- usage: grid
Expand Down

0 comments on commit 3e6c891

Please sign in to comment.