Skip to content

Commit

Permalink
F1155 channels 43439, 40015, 40016 added (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Friese <[email protected]>
  • Loading branch information
yozik04 authored and alexf2015 committed Feb 23, 2019
1 parent 5981e4c commit c00a839
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<channel id="43136" typeId="f1155-type-43136" />
<channel id="43122" typeId="f1155-type-43122" />
<channel id="43123" typeId="f1155-type-43123" />
<channel id="40015" typeId="f1155-type-40015" />
<channel id="40016" typeId="f1155-type-40016" />
<channel id="43439" typeId="f1155-type-43439" />
</channels>
</channel-group-type>
<channel-group-type id="f1155-airsupply">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,25 @@
<state pattern="%.1f %unit%" readOnly="true">
</state>
</channel-type>
<channel-type id="f1155-type-43439">
<item-type>Number:Dimensionless</item-type>
<label>EP14-GP2 Brine Pump Speed</label>
<description>Brine pump speed EP14</description>
<state pattern="%d %%" readOnly="true">
</state>
</channel-type>
<channel-type id="f1155-type-40015">
<item-type>Number:Temperature</item-type>
<label>EB100-EP14-BT10 Brine In Temperature</label>
<description>Brine in temperature, BT10</description>
<state pattern="%.1f %unit%" readOnly="true">
</state>
</channel-type>
<channel-type id="f1155-type-40016">
<item-type>Number:Temperature</item-type>
<label>EB100-EP14-BT11 Brine Out Temperature</label>
<description>Brine out temperature, BT11</description>
<state pattern="%.1f %unit%" readOnly="true">
</state>
</channel-type>
</thing:thing-descriptions>
33 changes: 18 additions & 15 deletions addons/binding/org.openhab.binding.nibeuplink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,21 +193,24 @@ Available channels depend on the specific heatpump model. Following models/chann

### F1155 / 1255

| Channel Type ID | Item Type | Min | Max | Writable | Description | Allowed Values (write access) |
|------------------|--------------------|--------|---------|----------|-----------------------------------|-------------------------------|
| general#44302 | Number:Energy | 0 | 9999999 | No | Heat Meter - Cooling Cpr EP14 | |
| compressor#43424 | Number:Time | 0 | 9999999 | No | Tot. HW op.time compr. EB100-EP14 | |
| compressor#43420 | Number:Time | 0 | 9999999 | No | Tot. op.time compr. EB100-EP14 | |
| compressor#43416 | Number | 0 | 9999999 | No | Compressor starts EB100-EP14 | |
| compressor#40022 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT17 Suction | |
| compressor#40019 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT15 Liquid Line | |
| compressor#40018 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT14 Hot Gas Temp | |
| compressor#40017 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT12 Condensor Out | |
| compressor#43136 | Number:Frequency | 0 | 65535 | No | Compressor Frequency, Actual | |
| compressor#43122 | Number:Frequency | -32767 | 32767 | No | Compr. current min.freq. | |
| compressor#43123 | Number:Frequency | -32767 | 32767 | No | Compr. current max.freq. | |
| airsupply#40025 | Number:Temperature | -32767 | 32767 | No | BT20 Exhaust air temp. 1 | |
| airsupply#40026 | Number:Temperature | -32767 | 32767 | No | BT21 Vented air temp. 1 | |
| Channel Type ID | Item Type | Min | Max | Writable | Description | Allowed Values (write access) |
|------------------|----------------------|--------|---------|----------|---------------------------------------|-------------------------------|
| general#44302 | Number:Energy | 0 | 9999999 | No | Heat Meter - Cooling Cpr EP14 | |
| compressor#43424 | Number:Time | 0 | 9999999 | No | Tot. HW op.time compr. EB100-EP14 | |
| compressor#43420 | Number:Time | 0 | 9999999 | No | Tot. op.time compr. EB100-EP14 | |
| compressor#43416 | Number | 0 | 9999999 | No | Compressor starts EB100-EP14 | |
| compressor#40022 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT17 Suction | |
| compressor#40019 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT15 Liquid Line | |
| compressor#40018 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT14 Hot Gas Temp | |
| compressor#40017 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT12 Condensor Out | |
| compressor#43136 | Number:Frequency | 0 | 65535 | No | Compressor Frequency, Actual | |
| compressor#43122 | Number:Frequency | -32767 | 32767 | No | Compr. current min.freq. | |
| compressor#43123 | Number:Frequency | -32767 | 32767 | No | Compr. current max.freq. | |
| compressor#40015 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT10 Brine In Temperature | |
| compressor#40016 | Number:Temperature | -32767 | 32767 | No | EB100-EP14-BT11 Brine Out Temperature | |
| compressor#43439 | Number:Dimensionless | 0 | 100 | No | EP14-GP2 Brine Pump Speed | |
| airsupply#40025 | Number:Temperature | -32767 | 32767 | No | BT20 Exhaust air temp. 1 | |
| airsupply#40026 | Number:Temperature | -32767 | 32767 | No | BT21 Vented air temp. 1 | |

### VVM310 / VVM 500

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ private F1155Channels() {
ChannelGroup.COMPRESSOR, ScaleFactor.DIV_10, SmartHomeUnits.HERTZ));
public static final Channel CH_43123 = INSTANCE.addChannel(new QuantityChannel("43123", "Compr. current max.freq.",
ChannelGroup.COMPRESSOR, ScaleFactor.DIV_10, SmartHomeUnits.HERTZ));
public static final Channel CH_40015 = INSTANCE.addChannel(new QuantityChannel("40015",
"EB100-EP14-BT10 Brine In Temperature", ChannelGroup.COMPRESSOR, ScaleFactor.DIV_10, SIUnits.CELSIUS));
public static final Channel CH_40016 = INSTANCE.addChannel(new QuantityChannel("40016",
"EB100-EP14-BT11 Brine Out Temperature", ChannelGroup.COMPRESSOR, ScaleFactor.DIV_10, SIUnits.CELSIUS));
public static final Channel CH_43439 = INSTANCE.addChannel(new QuantityChannel("43439",
"EP14-GP2 Brine Pump Speed", ChannelGroup.COMPRESSOR, SmartHomeUnits.PERCENT));

// Airsupply
public static final Channel CH_40025 = INSTANCE.addChannel(new QuantityChannel("40025", "BT20 Exhaust air temp. 1",
Expand Down

0 comments on commit c00a839

Please sign in to comment.