]> git.basschouten.com Git - openhab-addons.git/commitdiff
[modbus.sunspec] fix wrong unit in binding docs (#10120)
authorMarkus Storm <markus.storm@gmx.net>
Wed, 10 Feb 2021 18:47:23 +0000 (19:47 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 18:47:23 +0000 (19:47 +0100)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
bundles/org.openhab.binding.modbus.sunspec/README.md

index 9a258f352eef02290218c4087c0e2be9e94b8f63..18f44668f1773d923cd116931bf1001d742e7365 100644 (file)
@@ -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)    |
@@ -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                        |