forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: add more mbmd meter templates (evcc-io#3285)
- Loading branch information
Showing
21 changed files
with
395 additions
and
30 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,23 @@ | ||
template: cg-em24 | ||
products: | ||
- brand: Carlo Gavazzi | ||
description: | ||
generic: EM 24 | ||
params: | ||
- name: usage | ||
choice: ["grid", "pv", "battery", "charge"] | ||
- name: modbus | ||
choice: ["rs485"] | ||
render: | | ||
type: modbus | ||
model: cgem24 | ||
{{- if eq .usage "charge" }} | ||
energy: Import # only required for charge meter usage | ||
{{- end }} | ||
{{- if or (eq .usage "charge") (eq .usage "grid") }} | ||
currents: | ||
- CurrentL1 | ||
- CurrentL2 | ||
- CurrentL3 | ||
{{- end }} | ||
{{- include "modbus" . }} |
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
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,26 @@ | ||
template: eastron | ||
products: | ||
- brand: Eastron | ||
description: | ||
generic: SDM 630 | ||
- brand: Eastron | ||
description: | ||
generic: SDM 72v2 | ||
params: | ||
- name: usage | ||
choice: ["grid", "pv", "battery", "charge"] | ||
- name: modbus | ||
choice: ["rs485"] | ||
render: | | ||
type: modbus | ||
model: sdm | ||
{{- if eq .usage "charge" }} | ||
energy: Sum # only required for charge meter usage | ||
{{- end }} | ||
{{- if or (eq .usage "charge") (eq .usage "grid") }} | ||
currents: | ||
- CurrentL1 | ||
- CurrentL2 | ||
- CurrentL3 | ||
{{- end }} | ||
{{- include "modbus" . }} |
6 changes: 3 additions & 3 deletions
6
templates/definition/meter/eastron.yaml → ...finition/meter/eastron-sdm72_220_230.yaml
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
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
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,23 @@ | ||
template: siemens-pac2200 | ||
products: | ||
- brand: Siemens | ||
description: | ||
generic: PAC 2200 | ||
params: | ||
- name: usage | ||
choice: ["grid", "pv", "battery", "charge"] | ||
- name: modbus | ||
choice: ["rs485"] | ||
render: | | ||
type: modbus | ||
model: pac2200 | ||
{{- if eq .usage "charge" }} | ||
energy: Sum # only required for charge meter usage | ||
{{- end }} | ||
{{- if or (eq .usage "charge") (eq .usage "grid") }} | ||
currents: | ||
- CurrentL1 | ||
- CurrentL2 | ||
- CurrentL3 | ||
{{- end }} | ||
{{- include "modbus" . }} |
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
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
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
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,76 @@ | ||
product: | ||
brand: Carlo Gavazzi | ||
description: EM 24 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: cg-em24 | ||
usage: grid | ||
# 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 | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: cg-em24 | ||
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 | ||
- usage: battery | ||
default: | | ||
type: template | ||
template: cg-em24 | ||
usage: battery | ||
# 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 | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: cg-em24 | ||
usage: charge | ||
# 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 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
product: | ||
description: Discovergy (Cloud) | ||
description: Discovergy | ||
render: | ||
- usage: grid | ||
default: | | ||
|
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,76 @@ | ||
product: | ||
brand: Eastron | ||
description: SDM 72/220/230 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: eastron-sdm72_220_230 | ||
usage: grid | ||
# 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 | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: eastron-sdm72_220_230 | ||
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 | ||
- usage: battery | ||
default: | | ||
type: template | ||
template: eastron-sdm72_220_230 | ||
usage: battery | ||
# 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 | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: eastron-sdm72_220_230 | ||
usage: charge | ||
# 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 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
product: | ||
brand: Eastron | ||
description: SDM Modbus | ||
description: SDM 630 | ||
render: | ||
- usage: grid | ||
default: | | ||
|
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,76 @@ | ||
product: | ||
brand: Eastron | ||
description: SDM 72v2 | ||
render: | ||
- usage: grid | ||
default: | | ||
type: template | ||
template: eastron | ||
usage: grid | ||
# 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 | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: eastron | ||
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 | ||
- usage: battery | ||
default: | | ||
type: template | ||
template: eastron | ||
usage: battery | ||
# 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 | ||
- usage: charge | ||
default: | | ||
type: template | ||
template: eastron | ||
usage: charge | ||
# 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 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
product: | ||
brand: Powerfox | ||
description: Poweropti (Cloud) | ||
description: Poweropti | ||
render: | ||
- usage: grid | ||
default: | | ||
|
Oops, something went wrong.