Skip to content

Commit

Permalink
Templates update for nightly evcc-io/evcc@07070a4
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 4, 2025
1 parent b31e297 commit 6c9bd69
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 4 deletions.
15 changes: 15 additions & 0 deletions templates/nightly/de/charger/weishaupt-wpm_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: Weishaupt
description: WPM (SG Ready)
group: Wärmeerzeuger
render:
- default: |
type: template
template: weishaupt-wpm
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
tempsource: # optional
22 changes: 22 additions & 0 deletions templates/nightly/de/meter/saj-r5_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
product:
brand: SAJ
description: R5 Series Solar Inverter
render:
- usage: pv
default: |
type: template
template: saj-r5
usage: pv
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: "8N1" # Kommunikationsparameter für den Adapter
# RS485 via TCP/IP (Modbus RTU)
modbus: rs485tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/nightly/de/vehicle/bmw_0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
product:
brand: BMW
description: |
Benötigt `hcaptcha` Token. Dieses muss einmalig unter https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html generiert werden. Das Token ist nur für kurze Zeit gültig. Bitte möglichst schnell nach Generierung in die Konfiguration kopieren und evcc starten.
Benötigt `hcaptcha` Token. Dieses muss einmalig unter [bimmer-connected.readthedocs.io](https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html) generiert werden. Das Token ist nur für kurze Zeit gültig. Bitte möglichst schnell nach Generierung in die Konfiguration kopieren und evcc starten.
render:
- default: |
Expand Down
2 changes: 1 addition & 1 deletion templates/nightly/de/vehicle/mini_0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
product:
brand: Mini
description: |
Benötigt `hcaptcha` Token. Dieses muss einmalig unter https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html generiert werden. Das Token ist nur für kurze Zeit gültig. Bitte möglichst schnell nach Generierung in die Konfiguration kopieren und evcc starten.
Benötigt `hcaptcha` Token. Dieses muss einmalig unter [bimmer-connected.readthedocs.io](https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html) generiert werden. Das Token ist nur für kurze Zeit gültig. Bitte möglichst schnell nach Generierung in die Konfiguration kopieren und evcc starten.
render:
- default: |
Expand Down
15 changes: 15 additions & 0 deletions templates/nightly/en/charger/weishaupt-wpm_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
product:
brand: Weishaupt
description: WPM (SG Ready)
group: Heating devices
render:
- default: |
type: template
template: weishaupt-wpm
# Modbus TCP
modbus: tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
tempsource: # optional
22 changes: 22 additions & 0 deletions templates/nightly/en/meter/saj-r5_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
product:
brand: SAJ
description: R5 Series Solar Inverter
render:
- usage: pv
default: |
type: template
template: saj-r5
usage: pv
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
baudrate: 9600 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: "8N1" # Kommunikationsparameter für den Adapter
# RS485 via TCP/IP (Modbus RTU)
modbus: rs485tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/nightly/en/vehicle/bmw_0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
product:
brand: BMW
description: |
Requires `hcaptcha` token. This must be generated once at https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html. The token is only valid for a short time. Please copy it into the configuration and start evcc as soon as possible after generation.
Requires `hcaptcha` token. This must be generated once at [bimmer-connected.readthedocs.io](https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html). The token is only valid for a short time. Please copy it into the configuration and start evcc as soon as possible after generation.
render:
- default: |
Expand Down
2 changes: 1 addition & 1 deletion templates/nightly/en/vehicle/mini_0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
product:
brand: Mini
description: |
Requires `hcaptcha` token. This must be generated once at https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html. The token is only valid for a short time. Please copy it into the configuration and start evcc as soon as possible after generation.
Requires `hcaptcha` token. This must be generated once at [bimmer-connected.readthedocs.io](https://bimmer-connected.readthedocs.io/en/latest/captcha/rest_of_world.html). The token is only valid for a short time. Please copy it into the configuration and start evcc as soon as possible after generation.
render:
- default: |
Expand Down

0 comments on commit 6c9bd69

Please sign in to comment.