From dd30c2b6b006d63f17288c135db39541108b7b51 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Wed, 13 May 2026 20:36:25 +0200 Subject: [PATCH] add finishtime --- docs/devices/plugins.mdx | 53 ++++++++++--------- .../current/devices/plugins.mdx | 53 ++++++++++--------- 2 files changed, 54 insertions(+), 52 deletions(-) diff --git a/docs/devices/plugins.mdx b/docs/devices/plugins.mdx index 029184cd2..0e552d950 100644 --- a/docs/devices/plugins.mdx +++ b/docs/devices/plugins.mdx @@ -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} @@ -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} diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/plugins.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/plugins.mdx index 412186733..cbf3e0b7f 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/plugins.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/plugins.mdx @@ -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} @@ -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}