Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply committed Jun 25, 2023
1 parent 43b5e0b commit 3694cb6
Show file tree
Hide file tree
Showing 86 changed files with 565 additions and 565 deletions.
6 changes: 3 additions & 3 deletions templates/docs/charger/abb_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
4 changes: 2 additions & 2 deletions templates/docs/charger/abl_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ render:
# Attached to local serial interface (Modbus ASCII)
modbus: ascii
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 38400 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus ASCII over TCP/IP)
modbus: ascii-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
4 changes: 2 additions & 2 deletions templates/docs/charger/abl_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ render:
# Attached to local serial interface (Modbus ASCII)
modbus: ascii
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 38400 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus ASCII over TCP/IP)
modbus: ascii-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/alfen_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
12 changes: 6 additions & 6 deletions templates/docs/charger/alphatec_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
advanced: |
type: template
Expand All @@ -32,19 +32,19 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
timeout: 10s # Optional
2 changes: 1 addition & 1 deletion templates/docs/charger/amtron_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ render:
# Modbus TCP
modbus: tcp
id: 255
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/dadapower_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/em2go_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ render:
# Modbus TCP
modbus: tcp
id: 255
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/evse-din_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/evse-din_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/heidelberg_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 19200 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/heidelberg_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 19200 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/heidelberg_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 19200 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/hesotec_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/ichargecion_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/innogy-ebox_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/innogy-ebox_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/innogy-ebox_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ render:
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/keba-modbus_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ render:
# Modbus TCP
modbus: tcp
id: 255
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/keba-modbus_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ render:
# Modbus TCP
modbus: tcp
id: 255
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
2 changes: 1 addition & 1 deletion templates/docs/charger/keba-modbus_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ render:
# Modbus TCP
modbus: tcp
id: 255
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/kse_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 100
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 100
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 100
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/obo_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 101
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 19200 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8E1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 101
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 101
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
6 changes: 3 additions & 3 deletions templates/docs/charger/phoenix-ev-ser_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ render:
# Attached to local serial interface (Modbus RTU)
modbus: rtu
id: 1
device: /dev/ttyUSB0 # Geräteadresse, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
device: /dev/ttyUSB0 # Schnittstellenname, typische Werte sind /dev/ttyUSB0, /dev/ttyAMA0, /dev/ttyS0 oder COM3
baudrate: 9600 # Baudrate, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: 8N1 # Parität, Datenbits, Stoppbits, typische Werte sind 8N1, 8E1, 8O1
# Attached to transparent serial device server (Modbus RTU over TCP/IP)
modbus: rtu-over-tcpip
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port
# Modbus TCP
modbus: tcp
id: 1
host: 192.0.2.2 # Hostname
host: 192.0.2.2 # Hostname / IP-Adresse
port: 502 # Port

0 comments on commit 3694cb6

Please sign in to comment.