-
Notifications
You must be signed in to change notification settings - Fork 137
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 release evcc-io/evcc@54b6b91
- Loading branch information
Showing
14 changed files
with
192 additions
and
16 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,15 @@ | ||
product: | ||
brand: my-PV | ||
description: AC THOR, AC THOR 9s | ||
group: Wärmeerzeuger | ||
requirements: ["sponsorship"] | ||
render: | ||
- default: | | ||
type: template | ||
template: ac-thor | ||
# 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,15 @@ | ||
product: | ||
brand: Weishaupt | ||
description: WPM (SG Ready) | ||
group: Wärmeerzeuger | ||
render: | ||
- default: | | ||
type: template | ||
template: weishaupt-wpm | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
tempsource: # 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,22 @@ | ||
product: | ||
brand: SAJ | ||
description: R5 Series Solar Inverter | ||
render: | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: saj-r5 | ||
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 |
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,29 @@ | ||
product: | ||
description: Tesla BLE | ||
group: Generische Unterstützung | ||
description: | | ||
Open Source Tesla BLE HTTP Proxy https://github.com/wimaha/TeslaBleHttpProxy | ||
render: | ||
- default: | | ||
type: template | ||
template: tesla-ble | ||
title: # Wird in der Benutzeroberfläche angezeigt (optional) | ||
capacity: 50 # Akkukapazität in kWh (optional) | ||
vin: W... # Erforderlich für BLE-Verbindung | ||
url: http://192.168.178.27 # URL des Tesla BLE HTTP Proxy | ||
port: 8080 # Port des Tesla BLE HTTP Proxy (optional) | ||
advanced: | | ||
type: template | ||
template: tesla-ble | ||
title: # Wird in der Benutzeroberfläche angezeigt (optional) | ||
capacity: 50 # Akkukapazität in kWh (optional) | ||
vin: W... # Erforderlich für BLE-Verbindung | ||
url: http://192.168.178.27 # URL des Tesla BLE HTTP Proxy | ||
port: 8080 # Port des Tesla BLE HTTP Proxy (optional) | ||
icon: car # Icon in der Benutzeroberfläche (optional) | ||
phases: 3 # Die maximale Anzahl der Phasen welche genutzt werden können (optional) | ||
mode: # Möglich sind Off, Now, MinPV und PV, oder leer wenn keiner definiert werden soll (optional) | ||
minCurrent: 6 # Definiert die minimale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) | ||
maxCurrent: 16 # Definiert die maximale Stromstärke pro angeschlossener Phase mit welcher das Fahrzeug geladen werden soll (optional) | ||
identifiers: # Kann meist erst später eingetragen werden, siehe: https://docs.evcc.io/docs/features/vehicle (optional) | ||
priority: # Priorität des Ladepunktes oder Fahrzeugs in Relation zu anderen Ladepunkten oder Fahrzeugen für die Zuweisung von PV-Energie (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,15 @@ | ||
product: | ||
brand: my-PV | ||
description: AC THOR, AC THOR 9s | ||
group: Heating devices | ||
requirements: ["sponsorship"] | ||
render: | ||
- default: | | ||
type: template | ||
template: ac-thor | ||
# 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,15 @@ | ||
product: | ||
brand: Weishaupt | ||
description: WPM (SG Ready) | ||
group: Heating devices | ||
render: | ||
- default: | | ||
type: template | ||
template: weishaupt-wpm | ||
# Modbus TCP | ||
modbus: tcpip | ||
id: 1 | ||
host: 192.0.2.2 # Hostname | ||
port: 502 # Port | ||
tempsource: # 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,22 @@ | ||
product: | ||
brand: SAJ | ||
description: R5 Series Solar Inverter | ||
render: | ||
- usage: pv | ||
default: | | ||
type: template | ||
template: saj-r5 | ||
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 |
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,29 @@ | ||
product: | ||
description: Tesla BLE | ||
group: Generic support | ||
description: | | ||
Open Source Tesla BLE HTTP Proxy https://github.com/wimaha/TeslaBleHttpProxy | ||
render: | ||
- default: | | ||
type: template | ||
template: tesla-ble | ||
title: # Will be displayed in the user interface (optional) | ||
capacity: 50 # Battery capacity in kWh (optional) | ||
vin: W... # Required for BLE connection | ||
url: http://192.168.178.27 # URL of the Tesla BLE HTTP Proxy | ||
port: 8080 # Port of the Tesla BLE HTTP Proxy (optional) | ||
advanced: | | ||
type: template | ||
template: tesla-ble | ||
title: # Will be displayed in the user interface (optional) | ||
capacity: 50 # Battery capacity in kWh (optional) | ||
vin: W... # Required for BLE connection | ||
url: http://192.168.178.27 # URL of the Tesla BLE HTTP Proxy | ||
port: 8080 # Port of the Tesla BLE HTTP Proxy (optional) | ||
icon: car # Icon as shown in user interface (optional) | ||
phases: 3 # The maximum number of phases which can be used (optional) | ||
mode: # Possible values are Off, Now, MinPV and PV, or empty if none should be set (optional) | ||
minCurrent: 6 # The minimum amperage per connected phase with which the car should be charged (optional) | ||
maxCurrent: 16 # The maximum amperage per connected phase with which the car shuold be charged (optional) | ||
identifiers: # Mostly this can be added later, see: https://docs.evcc.io/en/docs/features/vehicle (optional) | ||
priority: # Priority of the loadpoint or vehicle in relation to other loadpoints or vehicles for allocating pv energy (optional) |