Skip to content

Commit

Permalink
Templates update evcc-io/evcc@06d69a8
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 24, 2023
1 parent 4f5795b commit 98af7d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions templates/meter/mtec-eb-gen2_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: pv
Expand All @@ -28,14 +28,14 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: battery
Expand All @@ -46,13 +46,13 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port
12 changes: 6 additions & 6 deletions templates/meter/mtec-eb-gen3_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: pv
Expand All @@ -28,14 +28,14 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port
- usage: battery
Expand All @@ -46,13 +46,13 @@ render:
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
id: 247
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
id: 247
host: 192.0.2.2 # Hostname
port: 502 # Port

0 comments on commit 98af7d0

Please sign in to comment.