-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Templates update for nightly evcc-io/evcc@499f9e9
- Loading branch information
Showing
6 changed files
with
426 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
product: | ||
brand: BGEtech | ||
description: DS100 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: grid | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: pv | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: charge | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: aux | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: aux | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
product: | ||
brand: BGEtech | ||
description: WS100 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: bge_tech_ws100 | ||
usage: grid | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: bge_tech_ws100 | ||
usage: pv | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: bge_tech_ws100 | ||
usage: charge | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: aux | ||
default: | | ||
type: template | ||
template: bge_tech_ws100 | ||
usage: aux | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
product: | ||
brand: Ostrom | ||
group: Dynamischer Strompreis | ||
requirements: ["skiptest"] | ||
description: | | ||
Erzeuge einen 'Production Client' in dem Tibber-Entwicklerportal: https://developer.ostrom-api.io/ | ||
render: | ||
- default: | | ||
type: template | ||
template: ostrom | ||
clientid: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4 | ||
clientsecret: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4a | ||
contract: 100523456 # Nur erforderlich, wenn mehrere Verträge unter einem Benutzer existieren (optional) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
product: | ||
brand: BGEtech | ||
description: DS100 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: grid | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: pv | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: charge | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
- usage: aux | ||
default: | | ||
type: template | ||
template: bge_tech_ds100 | ||
usage: aux | ||
# RS485 via adapter (Modbus RTU) | ||
modbus: rs485serial | ||
id: 1 | ||
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse | ||
baudrate: 1200 # 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 | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port |
Oops, something went wrong.