From 3e7e59b4bd2c433afd0663afb047cdbe2ac71abf Mon Sep 17 00:00:00 2001 From: Yogi4301 <49322659+Yogi4301@users.noreply.github.com> Date: Wed, 3 Jun 2020 19:05:03 +0200 Subject: [PATCH] [nibeheatpump] Add new registers 49008 and 49009 (#7845) * Update f1x45-channel-groups.xml * Update f1x45-types.xml * Update F1X45.java Signed-off-by: Joerg Schottmueller --- .../nibeheatpump/internal/models/F1X45.java | 2 ++ .../ESH-INF/thing/f1x45-channel-groups.xml | 2 ++ .../main/resources/ESH-INF/thing/f1x45-types.xml | 14 ++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/F1X45.java b/bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/F1X45.java index 505ee0ee6e6d7..27149b207e871 100644 --- a/bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/F1X45.java +++ b/bundles/org.openhab.binding.nibeheatpump/src/main/java/org/openhab/binding/nibeheatpump/internal/models/F1X45.java @@ -763,6 +763,8 @@ public class F1X45 { put(48458, new VariableInformation( 1, NibeDataType.U8 , Type.SETTING , "Max speed circ.pump Heat")); put(48459, new VariableInformation( 1, NibeDataType.U8 , Type.SETTING , "Speed brine pump cooling")); put(48487, new VariableInformation( 1, NibeDataType.U8 , Type.SETTING , "Speed circ.pump Cooling")); + put(49008, new VariableInformation( 1, NibeDataType.S16, Type.SETTING , "Smart energy source, DM diff source prio 2")); + put(49009, new VariableInformation( 1, NibeDataType.S16, Type.SETTING , "Smart energy source, DM start source prio 1")); // @formatter:on } }); diff --git a/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-channel-groups.xml b/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-channel-groups.xml index c0dc5e05427aa..151e19ec0ab64 100644 --- a/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-channel-groups.xml +++ b/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-channel-groups.xml @@ -744,6 +744,8 @@ + + diff --git a/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-types.xml b/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-types.xml index 294bc219c14e4..eb57299f17645 100644 --- a/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-types.xml +++ b/bundles/org.openhab.binding.nibeheatpump/src/main/resources/ESH-INF/thing/f1x45-types.xml @@ -5308,5 +5308,19 @@ + + Number + + Smart energy source, DM diff source with prio 2 + + + + + Number + + Smart energy source, DM start source with prio 1 + + +