Skip to content

Commit

Permalink
Add BT71 entry to F1155/F1255 and fix for BT74 (#153)
Browse files Browse the repository at this point in the history
The Modbusmanager from Nibe is missing this entry for the F1255, while
it is included in the list of the F1145/F1245. However, you can add this
sensor as AUX input in the software in the heatpump.

When tested locally with HASS with Nibe plugin and a F1255-6 running the
latest firmware (R7) this sensor register is correctly read-out and
displays the same value as on the heatpump.
  • Loading branch information
yozik04 authored Feb 27, 2024
2 parents bf2816f + cbc3d72 commit 3876e70
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 12 deletions.
19 changes: 18 additions & 1 deletion nibe/data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"43013": {
Expand Down Expand Up @@ -480,5 +481,21 @@
"default": 200
}
}
},
{
"description": "Correction for BT71 missing in F1155/F1255",
"files": [
"f1155_f1255.json"
],
"data": {
"40152": {
"title": "BT71 Ext. Return Temp",
"info": "External return temperature, BT71",
"unit": "°C",
"size": "s16",
"factor": 10,
"name": "bt71-ext-return-temp-40152"
}
}
}
]
3 changes: 2 additions & 1 deletion nibe/data/f1145_f1245.json
Original file line number Diff line number Diff line change
Expand Up @@ -9027,7 +9027,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47341": {
Expand Down
11 changes: 10 additions & 1 deletion nibe/data/f1155_f1255.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,14 @@
"factor": 10,
"name": "bt70-hw-comfort-supply-temp-40147"
},
"40152": {
"title": "BT71 Ext. Return Temp",
"info": "External return temperature, BT71",
"unit": "\u00b0C",
"size": "s16",
"factor": 10,
"name": "bt71-ext-return-temp-40152"
},
"40155": {
"title": "EQ1-BT57 Collector Temp.",
"info": "External collector temperature, BT57, for ACS",
Expand Down Expand Up @@ -4750,7 +4758,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47341": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/f1345.json
Original file line number Diff line number Diff line change
Expand Up @@ -9419,7 +9419,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47341": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/f1355.json
Original file line number Diff line number Diff line change
Expand Up @@ -9578,7 +9578,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47341": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/f370_f470.json
Original file line number Diff line number Diff line change
Expand Up @@ -3072,7 +3072,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47351": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/f730.json
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47352": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/f750.json
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47352": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/smo20.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47343": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/smo40.json
Original file line number Diff line number Diff line change
Expand Up @@ -7261,7 +7261,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47343": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/vvm225_vvm320_vvm325.json
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47343": {
Expand Down
3 changes: 2 additions & 1 deletion nibe/data/vvm310_vvm500.json
Original file line number Diff line number Diff line change
Expand Up @@ -4444,7 +4444,8 @@
"0": "OFF",
"1": "ON",
"2": "BT50",
"10": "RMU-BT50"
"10": "RMU-BT50",
"18": "BT74"
}
},
"47343": {
Expand Down

0 comments on commit 3876e70

Please sign in to comment.