Skip to content

Commit

Permalink
[nibeheatpump] Add new registers 49008 and 49009 (openhab#7845)
Browse files Browse the repository at this point in the history
* Update f1x45-channel-groups.xml
* Update f1x45-types.xml
* Update F1X45.java

Signed-off-by: Joerg Schottmueller <joerg.schottmueller@online.de>
  • Loading branch information
Yogi4301 authored and J-N-K committed Jul 14, 2020
1 parent faf3426 commit 3e7e59b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@
<channel id="48458" typeId="f1x45-48458"/>
<channel id="48459" typeId="f1x45-48459"/>
<channel id="48487" typeId="f1x45-48487"/>
<channel id="49008" typeId="f1x45-49008"/>
<channel id="49009" typeId="f1x45-49009"/>
</channels>
</channel-group-type>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5308,5 +5308,19 @@
<state min="1" max="100" step="1" pattern="%d %" readOnly="false">
</state>
</channel-type>
<channel-type id="f1x45-49008" advanced="true">
<item-type>Number</item-type>
<label>Smart Energy Source, DM Diff Source Prio 2</label>
<description>Smart energy source, DM diff source with prio 2</description>
<state min="100" max="2000" step="1" pattern="%d" readOnly="false">
</state>
</channel-type>
<channel-type id="f1x45-49009" advanced="true">
<item-type>Number</item-type>
<label>Smart Energy Source, DM Start Source Prio 1</label>
<description>Smart energy source, DM start source with prio 1</description>
<state min="-2000" max="-10" step="1" pattern="%d" readOnly="false">
</state>
</channel-type>

</thing:thing-descriptions>

0 comments on commit 3e7e59b

Please sign in to comment.