You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evcc integriert einen JavaScript Interpreter mit der [Underscore.js](https://underscorejs.org) Bibliothek, welche direkt über `_.` zugreifbar ist, z. B. `_.random(0,5)`.
@@ -391,6 +399,8 @@ maxcurrent:
391
399
392
400
Das `js` Plugin unterstützt dieselben [Input- und Output-Transformationen](#transformations) (`in`/`out`) wie das `go` Plugin.
Das `prometheus` Plugin liest Metriken aus einer Prometheus-Instanz über PromQL-Abfragen.
@@ -542,6 +556,8 @@ Unterstützte Werte für `value` können in der Diagnoseausgabe über das Komman
542
556
543
557
Alle möglichen Werte können als Konstanten [hier](https://gitlab.com/bboehmke/sunny/-/blob/master/values.go#L24) gefunden werden (verwende den Namen der Konstante für `value`).
Das `combined` Status Plugin wird verwendet um gemischte Boolean Status Werte von `Plugged` (angeschlossen) / `Charging` (Laden) in einen evcc-kompatiblen Ladestatus von A..F zu konvertieren.
Das `map` Plugin übersetzt Integer-Werte in andere Integer-Werte mithilfe einer Lookup-Tabelle.
@@ -974,6 +1008,8 @@ meters:
974
1008
975
1009
In diesem Beispiel wird ein Shelly 1PM Gerät als Datenquelle für Leistung und Energie einer Batterie verwendet, während der Ladestand (SoC) über MQTT abgerufen wird.
Das `sequence` Plugin führt mehrere Schreibvorgänge nacheinander aus.
@@ -1065,6 +1101,8 @@ batterymode:
1065
1101
1066
1102
Der Wert fließt durch alle Plugins, wobei `switch` unterschiedliche Aktionen basierend auf dem Wert ausführt und `mqtt` am Ende immer benachrichtigt wird.
evcc integrates a JavaScript interpreter with the [Underscore.js](https://underscorejs.org) library, which is directly accessible via `_.`, e.g. `_.random(0,5)`.
@@ -391,6 +399,8 @@ maxcurrent:
391
399
392
400
The `js` plugin supports the same [input and output transformations](#transformations) (`in`/`out`) as the `go` plugin.
The `prometheus` plugin reads metrics from a Prometheus instance using PromQL queries.
@@ -542,6 +556,8 @@ Supported values for `value` can be found in the diagnostic output using the `ev
542
556
543
557
All possible values can be found as constants [here](https://gitlab.com/bboehmke/sunny/-/blob/master/values.go#L24) (use the constant name for `value`).
The `combined` status plugin is used to convert mixed boolean status values of `Plugged` (connected) / `Charging` (charging) into an evcc-compatible charging status of A..F.
The `map` plugin translates integer values to other integer values using a lookup table.
@@ -974,6 +1008,8 @@ meters:
974
1008
975
1009
In this example, a Shelly 1PM device is used as a data source for power and energy of a battery, while the state of charge (SoC) is retrieved via MQTT.
0 commit comments