From 5cafc43cd604d7bf1177736d10fdea9bf8dede03 Mon Sep 17 00:00:00 2001 From: Marc Bartelt Date: Sun, 10 Sep 2023 10:52:12 +0200 Subject: [PATCH] [fronius] fix powerflowchannelpakku documentation (#15381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [fronius] fix powerflowchannelpakku documentation fixes openhab#15074 --------- Signed-off-by: Marc Bartelt Signed-off-by: Marc Bartelt Signed-off-by: Jørgen Austvik --- bundles/org.openhab.binding.fronius/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.fronius/README.md b/bundles/org.openhab.binding.fronius/README.md index c768fa875b19c..eb08a7dd4352e 100644 --- a/bundles/org.openhab.binding.fronius/README.md +++ b/bundles/org.openhab.binding.fronius/README.md @@ -81,7 +81,7 @@ The binding has no configuration options, all configuration is done at `bridge`, | `inverterdatadevicestatusstatuscode` | Number | Device status code
`0` - `6` Startup
`7` Running
`8` Standby
`9` Bootloading
`10` Error | | `powerflowchannelpgrid` | Number:Power | Grid Power (+ from grid, - to grid) | | `powerflowchannelpload` | Number:Power | Load Power (+ generator, - consumer) | -| `powerflowchannelpakku` | Number:Power | Battery Power (+ charge, - discharge) | +| `powerflowchannelpakku` | Number:Power | Battery Power (+ discharge, - charge) | | `powerflowchannelppv` | Number:Power | Solar Power (+ production) | | `powerflowautonomy` | Number:Dimensionless | The current relative autonomy in % | | `powerflowselfconsumption` | Number:Dimensionless | The current relative self consumption in % |