Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 27 additions & 26 deletions docs/devices/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,23 @@ Neben den Attributen, die Plugins zur lesenden Auswertung bereitstellen, werden

Wallboxen und Ladegeräte haben folgende Attribute die ausgelesen werden können:

| Attribut | Typ | Erfordert | Beschreibung |
| ----------- | ------------------- | --------- | --------------------------------------------------------------------------- |
| status | string | ja | Status (A..F) |
| enabled | bool | ja | Ist Ladung freigegeben? |
| power | float | nein | Ladeleistung in W |
| energy | float | nein | Zählerstand in kWh |
| identify | string | nein | Aktuelle RFID-Kennung |
| soc | int | nein | Ladestand in % |
| phases | int | nein | Anzahl der physischen Phasen (1..3) |
| powers | [float,float,float] | nein | Phasenleistungen in W. Zur Vorzeichenerkennung bei vorzeichenlosen Strömen. |
| currents | [float,float,float] | nein | Phasenströme in A. Zur Erkennung aktiver Phasen. |
| voltages | [float,float,float] | nein | Phasenspannungen in V. Zur Anschlusserkennung (1p/3p). |
| temp | float | nein | Aktuelle Temperatur in °C (Heizung) |
| templimit | int | nein | Temperaturlimit in °C (Heizung) |
| getmode | int | nein | SG-Ready Modus (Wärmepumpe) |
| getmaxpower | float | nein | Maximale Heizleistung in W (Heizung) |
| Attribut | Typ | Erfordert | Beschreibung |
| ----------- | ------------------- | --------- | ---------------------------------------------------------------------------------------- |
| status | string | ja | Status (A..F) |
| enabled | bool | ja | Ist Ladung freigegeben? |
| power | float | nein | Ladeleistung in W |
| energy | float | nein | Zählerstand in kWh |
| identify | string | nein | Aktuelle RFID-Kennung |
| soc | int | nein | Ladestand in % |
| finishtime | string | nein | Geschätztes Ladeende (RFC3339, Go-Duration, Unix-Zeitstempel oder verbleibende Sekunden) |
| phases | int | nein | Anzahl der physischen Phasen (1..3) |
| powers | [float,float,float] | nein | Phasenleistungen in W. Zur Vorzeichenerkennung bei vorzeichenlosen Strömen. |
| currents | [float,float,float] | nein | Phasenströme in A. Zur Erkennung aktiver Phasen. |
| voltages | [float,float,float] | nein | Phasenspannungen in V. Zur Anschlusserkennung (1p/3p). |
| temp | float | nein | Aktuelle Temperatur in °C (Heizung) |
| templimit | int | nein | Temperaturlimit in °C (Heizung) |
| getmode | int | nein | SG-Ready Modus (Wärmepumpe) |
| getmaxpower | float | nein | Maximale Heizleistung in W (Heizung) |

#### Allgemeine Konfigurationsoptionen {#charger-config}

Expand Down Expand Up @@ -306,16 +307,16 @@ chargers:

Fahrzeugparameter können ebenfalls über Plugins ausgelesen werden.

| Attribut | Typ | Erfordert | Beschreibung |
| ------------- | ------ | --------- | ---------------------------- |
| soc | int | ja | Ladestand in % |
| limitsoc | int | nein | Ladelimit in % |
| status | string | nein | Status (A..F) |
| range | int | nein | Reichweite in km |
| odometer | int | nein | Kilometerstand in km |
| climater | bool | nein | Klimatisierung aktiv? |
| getmaxcurrent | float | nein | Maximaler Ladestrom in A |
| finishtime | string | nein | Geplantes Ladeende (RFC3339) |
| Attribut | Typ | Erfordert | Beschreibung |
| ------------- | ------ | --------- | ---------------------------------------------------------------------------------------- |
| soc | int | ja | Ladestand in % |
| limitsoc | int | nein | Ladelimit in % |
| status | string | nein | Status (A..F) |
| range | int | nein | Reichweite in km |
| odometer | int | nein | Kilometerstand in km |
| climater | bool | nein | Klimatisierung aktiv? |
| getmaxcurrent | float | nein | Maximaler Ladestrom in A |
| finishtime | string | nein | Geschätztes Ladeende (RFC3339, Go-Duration, Unix-Zeitstempel oder verbleibende Sekunden) |

#### Allgemeine Konfigurationsoptionen {#vehicle-config}

Expand Down
53 changes: 27 additions & 26 deletions i18n/en/docusaurus-plugin-content-docs/current/devices/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,23 @@ In addition to the attributes that plugins provide for reading evaluation, the f

Wallboxes and chargers have the following attributes that can be read:

| Attribute | Type | Required | Description |
| ----------- | ------------------- | -------- | ----------------------------------------------------------- |
| status | string | yes | Status (A..F) |
| enabled | bool | yes | Is charging enabled? |
| power | float | no | Charging power in W |
| energy | float | no | Meter reading in kWh |
| identify | string | no | Current RFID identifier |
| soc | int | no | State of charge in % |
| phases | int | no | Number of physical phases (1..3) |
| powers | [float,float,float] | no | Phase powers in W. For sign detection of unsigned currents. |
| currents | [float,float,float] | no | Phase currents in A. For detecting active phases. |
| voltages | [float,float,float] | no | Phase voltages in V. For connection detection (1p/3p). |
| temp | float | no | Current temperature in °C (heating) |
| templimit | int | no | Temperature limit in °C (heating) |
| getmode | int | no | SG-Ready mode (heat pump) |
| getmaxpower | float | no | Maximum heating power in W (heating) |
| Attribute | Type | Required | Description |
| ----------- | ------------------- | -------- | ------------------------------------------------------------------------------------------- |
| status | string | yes | Status (A..F) |
| enabled | bool | yes | Is charging enabled? |
| power | float | no | Charging power in W |
| energy | float | no | Meter reading in kWh |
| identify | string | no | Current RFID identifier |
| soc | int | no | State of charge in % |
| finishtime | string | no | Estimated charging finish time (RFC3339, Go duration, Unix timestamp, or remaining seconds) |
| phases | int | no | Number of physical phases (1..3) |
| powers | [float,float,float] | no | Phase powers in W. For sign detection of unsigned currents. |
| currents | [float,float,float] | no | Phase currents in A. For detecting active phases. |
| voltages | [float,float,float] | no | Phase voltages in V. For connection detection (1p/3p). |
| temp | float | no | Current temperature in °C (heating) |
| templimit | int | no | Temperature limit in °C (heating) |
| getmode | int | no | SG-Ready mode (heat pump) |
| getmaxpower | float | no | Maximum heating power in W (heating) |

#### General Configuration Options {#charger-config}

Expand Down Expand Up @@ -306,16 +307,16 @@ chargers:

Vehicle parameters can also be read via plugins.

| Attribute | Type | Required | Description |
| ------------- | ------ | -------- | ------------------------------ |
| soc | int | yes | State of charge in % |
| limitsoc | int | no | Charge limit in % |
| status | string | no | Status (A..F) |
| range | int | no | Range in km |
| odometer | int | no | Odometer reading in km |
| climater | bool | no | Climate control active? |
| getmaxcurrent | float | no | Maximum charging current in A |
| finishtime | string | no | Planned charging end (RFC3339) |
| Attribute | Type | Required | Description |
| ------------- | ------ | -------- | ------------------------------------------------------------------------------------------- |
| soc | int | yes | State of charge in % |
| limitsoc | int | no | Charge limit in % |
| status | string | no | Status (A..F) |
| range | int | no | Range in km |
| odometer | int | no | Odometer reading in km |
| climater | bool | no | Climate control active? |
| getmaxcurrent | float | no | Maximum charging current in A |
| finishtime | string | no | Estimated charging finish time (RFC3339, Go duration, Unix timestamp, or remaining seconds) |

#### General Configuration Options {#vehicle-config}

Expand Down
Loading