Skip to content

Commit

Permalink
Templates update evcc-io/evcc@de3f93c
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Aug 4, 2023
1 parent 5213db8 commit 4ca52ab
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions templates/charger/abl_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ render:
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: abl
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: "8E1" # Kommunikationsparameter für den Adapter
# RS485 via TCP/IP (Modbus RTU)
modbus: rs485tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
timeout: 10s # Optional
17 changes: 17 additions & 0 deletions templates/charger/abl_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ render:
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
advanced: |
type: template
template: abl
# RS485 via adapter (Modbus RTU)
modbus: rs485serial
id: 1
device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
baudrate: 38400 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
comset: "8E1" # Kommunikationsparameter für den Adapter
# RS485 via TCP/IP (Modbus RTU)
modbus: rs485tcpip
id: 1
host: 192.0.2.2 # Hostname
port: 502 # Port
timeout: 10s # Optional

0 comments on commit 4ca52ab

Please sign in to comment.