Skip to content

Commit

Permalink
Adding pool temperature sensor for S1255 heat pump (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 authored Feb 10, 2023
2 parents 73ce9d8 + 47461d3 commit 1a4fd44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions nibe/data/s1155_s1255.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Suction gas (BT17) MODBUS_INPUT_REGISTER 16 10 °C 2 0 0 0
Collector in (AZ10-BT26) MODBUS_INPUT_REGISTER 21 10 °C 2 0 0 0
Collector out (AZ10-BT27) MODBUS_INPUT_REGISTER 22 10 °C 2 0 0 0
Roomsensor 1-1 MODBUS_INPUT_REGISTER 26 10 °C 2 0 0 0
Pool (BT51) MODBUS_INPUT_REGISTER 27 10 °C 2 0 0 0
Return line (EQ1-BT65) MODBUS_INPUT_REGISTER 31 10 °C 2 0 0 0
Temperature limiter (EB100-FD1) MODBUS_INPUT_REGISTER 36 1 2 0 0 0
Average temperature (BT1) MODBUS_INPUT_REGISTER 37 10 °C 2 0 0 0
Expand Down
7 changes: 7 additions & 0 deletions nibe/data/s1155_s1255.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@
"size": "s16",
"name": "roomsensor-1-1-30027"
},
"30028": {
"title": "Pool (BT51)",
"factor": 10,
"unit": "\u00b0C",
"size": "s16",
"name": "pool-bt51-30028"
},
"30032": {
"title": "Return line (EQ1-BT65)",
"factor": 10,
Expand Down

0 comments on commit 1a4fd44

Please sign in to comment.