From 3d1c6baf493e7ca834a9448c7c29f335f07b2c35 Mon Sep 17 00:00:00 2001 From: Michael Roeder <16511595+roednix@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:15:14 +0100 Subject: [PATCH] Update README.md (#16309) update on the units. Measured with CMI, Firmware version 1.38.3 Signed-off-by: Michael Roeder <16511595+roednix@users.noreply.github.com> --- bundles/org.openhab.binding.tacmi/README.md | 31 +++++++++++++-------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/bundles/org.openhab.binding.tacmi/README.md b/bundles/org.openhab.binding.tacmi/README.md index d1800c074d..c15ed21aa3 100644 --- a/bundles/org.openhab.binding.tacmi/README.md +++ b/bundles/org.openhab.binding.tacmi/README.md @@ -192,17 +192,26 @@ The binding supports all 21 measure types that exist according to the TA documen Unfortunately, the documentation is not consistent here, so most of the types are supported only by generic names. The known measure types are: -| id | type | description | -|--------|---------------|-----------------------------------------------| -| 1 | Temperature | Tempeature value. Value is multiplied by 0.1 | -| 2 | Unknown2 | | -| 3 | Unknown3 | | -| 4 | Seconds | | -| 5...9 | Unknown5..9 | | -| 10 | Kilowatt | | -| 11 | Kilowatthours | | -| 12 | Megawatthours | | -| 13..21 | Unknown | | +| id | type | unit | description | +|--------|---------------|---------|----------------------------------------------| +| 1 | Temperature | °C | Temperature value, multiplied by 0.1 | +| 2 | Energy Flux | W/m2 | e.g. for solar irridiation | +| 3 | Flow Rate | l/h | e.g. for flow meters such as TA FTS-xx | +| 4 | Time | s | | +| 5 | Time | min | | +| 6 | Flow Rate | l/lmp | standardized lpm flowrate | +| 7 | Temperature | K | Kelvin, e.g. for Temperature differences | +| 8 | Percentage | % | | +| 9 | unknown | : | might be another dimensionless unit | +| 10 | Power | kW | | +| 11 | Energy | KWh | | +| 12 | Energy | MWh | | +| 13 | el Voltage | V | | +| 14 | el. Current | mA | | +| 15 | Time | hours | | +| 16 | dimensionless | [none] | use for multiplexers, etc | +| 17.. | repeating again from 1, e.g 17==1, 18==2, ... | + ## Full Example -- 2.47.3