Skip to content

Commit

Permalink
[fronius] Document the recently added inverter power and soc channels
Browse files Browse the repository at this point in the history
This was added in openhab#10757 but the documentation was not updated.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng committed Mar 1, 2022
1 parent 02b7731 commit f957b82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bundles/org.openhab.binding.fronius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ The binding has no configuration options, all configuration is done at `bridge`,
| `inverterdatachanneludc` | Number:ElectricPotential | DC voltage |
| `inverterdatadevicestatuserrorcode` | Number | Device error code |
| `inverterdatadevicestatusstatuscode` | Number | Device status code<br />`0` - `6` Startup<br />`7` Running <br />`8` Standby<br />`9` Bootloading<br />`10` Error |
| `powerflowchannelpgrid` | Number:Power | Power + from grid, - to grid |
| `powerflowchannelpload` | Number:Power | Power + generator, - consumer |
| `powerflowchannelpakku` | Number:Power | Power + charge, - discharge |
| `powerflowchannelpgrid` | Number:Power | Power (+ from grid, - to grid) |
| `powerflowchannelpload` | Number:Power | Power (+ generator, - consumer) |
| `powerflowchannelpakku` | Number:Power | Power (+ charge, - discharge) |
| `powerflowchannelppv` | Number:Power | Power (+ production) |
| `powerflowinverter1power` | Number:Power | Current power of inverter 1, null if not running (+ produce/export, - consume/import) |
| `powerflowinverter1soc` | Number:Dimensionless | Current state of charge of inverter 1 in percent |

### Channels for `meter` Thing

Expand Down

0 comments on commit f957b82

Please sign in to comment.