From 01c38df9a55bd771a35573f52c3c91e9ff1d7c1e Mon Sep 17 00:00:00 2001 From: dirkbe <8006572+dirkbe@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:25:53 +0100 Subject: [PATCH] [homematic] HUMIDITY and CONTROL_MODE as PaperUI standard channels (#14274) HomematicIP added humidity and HVAC control mode under new channel HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY. Those channels won't show in PaperUI unless "Advanced" is selected. This pull request adds those channels as standard. Impacted HomematicIP devices: HmIP-BWTH, HmIP-BWTH24, HmIPW-STHD, HmIPW-STH, HmIPW-WTH, HmIP-STHD, HmIP-STH, HMIP-WTH, HmIP-WTH-2, HmIP-WTH-B The devices HmIP-eTRV* and HmIP-WT only support CONTROL_MODE not Humidity. resolves: #11829 Signed-off-by: Dirk Benecke Signed-off-by: Dirk Benecke --- .../src/main/resources/homematic/standard-datapoints.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.openhab.binding.homematic/src/main/resources/homematic/standard-datapoints.properties b/bundles/org.openhab.binding.homematic/src/main/resources/homematic/standard-datapoints.properties index 5512255286..a8e72b2aef 100644 --- a/bundles/org.openhab.binding.homematic/src/main/resources/homematic/standard-datapoints.properties +++ b/bundles/org.openhab.binding.homematic/src/main/resources/homematic/standard-datapoints.properties @@ -153,6 +153,8 @@ HEATING_CLIMATECONTROL_TRANSCEIVER|LEVEL HEATING_CLIMATECONTROL_TRANSCEIVER|ACTUAL_TEMPERATURE HEATING_CLIMATECONTROL_TRANSCEIVER|VALVE_STATE HEATING_CLIMATECONTROL_TRANSCEIVER|SET_POINT_TEMPERATURE +HEATING_CLIMATECONTROL_TRANSCEIVER|HUMIDITY +HEATING_CLIMATECONTROL_TRANSCEIVER|CONTROL_MODE HEATING_CLIMATECONTROL_RECEIVER|LEVEL HEATING_CLIMATECONTROL_RECEIVER|ACTUAL_TEMPERATURE -- 2.47.3