Skip to content

Commit

Permalink
[modbus.sunspec] fix wrong unit in binding docs (openhab#10120)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi authored and thinkingstone committed Nov 7, 2021
1 parent e3f9eaf commit e3cd6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.modbus.sunspec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This group contains summarized values for the power meter over all phases.
| ac-total-reactive-power | Number:Power | Total Reactive Power over all phases (W) |
| ac-average-power-factor | Number:Dimensionless | Average AC Power Factor over all phases (%) |
| ac-total-exported-real-energy | Number:Energy | Total Real Energy Exported over all phases (Wh) |
| ac-total-imported-real-energy | Number:Energy | Total Real Energy Imported over all phases (Wh) |
| ac-total-imported-real-energy | Number:Energy | Total Real Energy Imported over all phases (Wh) |
| ac-total-exported-apparent-energy | Number:Energy | Total Apparent Energy Exported over all phases (VAh) |
| ac-total-imported-apparent-energy | Number:Energy | Total Apparent Energy Imported over all phases (VAh) |
| ac-total-imported-reactive-energy-q1 | Number:Energy | Total Reactive Energy Imported Quadrant 1 over all phases (VARh) |
Expand All @@ -134,7 +134,7 @@ acPhaseC: available only for inverter-three-phase type inverters.

| Channel ID | Item Type | Description |
|----------------------|--------------------------|---------------------------------------------------------------------|
| ac-phase-current | Number:ElectricCurrent | Actual current over this phase in Watts |
| ac-phase-current | Number:ElectricCurrent | Actual current over this phase in Ampere |
| ac-voltage-to-next | Number:ElectricPotential | Voltage of this phase relative to the next phase, or to the ground in case of single phase inverter. Note: some single phase SolarEdge inverters incorrectly use this value to report the voltage to neutral value|
| ac-voltage-to-n | Number:ElectricPotential | Voltage of this phase relative to the ground |

Expand Down

0 comments on commit e3cd6a3

Please sign in to comment.