diff --git a/templates/nightly/de/charger/weishaupt-wpm_0.yaml b/templates/nightly/de/charger/weishaupt-wpm_0.yaml new file mode 100644 index 000000000..e5145c2af --- /dev/null +++ b/templates/nightly/de/charger/weishaupt-wpm_0.yaml @@ -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 diff --git a/templates/nightly/de/meter/saj-r5_0.yaml b/templates/nightly/de/meter/saj-r5_0.yaml new file mode 100644 index 000000000..dcf6d62b7 --- /dev/null +++ b/templates/nightly/de/meter/saj-r5_0.yaml @@ -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 diff --git a/templates/nightly/de/vehicle/bmw_0.yaml b/templates/nightly/de/vehicle/bmw_0.yaml index 23c375447..1f1342cb9 100644 --- a/templates/nightly/de/vehicle/bmw_0.yaml +++ b/templates/nightly/de/vehicle/bmw_0.yaml @@ -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: | diff --git a/templates/nightly/de/vehicle/mini_0.yaml b/templates/nightly/de/vehicle/mini_0.yaml index fc2839d72..dbe1b15e7 100644 --- a/templates/nightly/de/vehicle/mini_0.yaml +++ b/templates/nightly/de/vehicle/mini_0.yaml @@ -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: | diff --git a/templates/nightly/en/charger/weishaupt-wpm_0.yaml b/templates/nightly/en/charger/weishaupt-wpm_0.yaml new file mode 100644 index 000000000..97cc1ad05 --- /dev/null +++ b/templates/nightly/en/charger/weishaupt-wpm_0.yaml @@ -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 diff --git a/templates/nightly/en/meter/saj-r5_0.yaml b/templates/nightly/en/meter/saj-r5_0.yaml new file mode 100644 index 000000000..dcf6d62b7 --- /dev/null +++ b/templates/nightly/en/meter/saj-r5_0.yaml @@ -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 diff --git a/templates/nightly/en/vehicle/bmw_0.yaml b/templates/nightly/en/vehicle/bmw_0.yaml index 442569e0c..b272ec077 100644 --- a/templates/nightly/en/vehicle/bmw_0.yaml +++ b/templates/nightly/en/vehicle/bmw_0.yaml @@ -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: | diff --git a/templates/nightly/en/vehicle/mini_0.yaml b/templates/nightly/en/vehicle/mini_0.yaml index 01d60593e..02a9b64d4 100644 --- a/templates/nightly/en/vehicle/mini_0.yaml +++ b/templates/nightly/en/vehicle/mini_0.yaml @@ -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: |