Skip to content

Commit

Permalink
Revert change to S1156/S1256 JSON file (not permitted) and add an ext…
Browse files Browse the repository at this point in the history
…ension for the change instead

Note: I suspect that the changing of this value in the CSV file from my
heat pump may come from the latest firmware version (3.4.11)
  • Loading branch information
vtamm committed Jan 13, 2025
1 parent 8cebbe4 commit 92a9c4d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions nibe/data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,5 +615,16 @@
"max": 800
}
}
},
{
"description": "Adjust default Start temperature HW low temperature for S1156/S1256",
"files": [
"s1156_s1256.json"
],
"data": {
"40061": {
"default": 430.0
}
}
}
]
2 changes: 1 addition & 1 deletion nibe/data/s1156_s1256.csv
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ External adjustment with room sensor climate system 1 MODBUS_HOLDING_REGISTER 55
Hot water demand mode MODBUS_HOLDING_REGISTER 56 1 1 0 4 1
Start temperature HW high temperature MODBUS_HOLDING_REGISTER 58 10 °C 2 50 700 530
Start temperature HW normal temperature MODBUS_HOLDING_REGISTER 59 10 °C 2 50 600 480
Start temperature HW low temperature MODBUS_HOLDING_REGISTER 60 10 °C 2 50 550 430
Start temperature HW low temperature MODBUS_HOLDING_REGISTER 60 10 °C 2 50 550 450
Stop temperature HW periodic increase MODBUS_HOLDING_REGISTER 61 10 °C 2 550 700 550
Stop temperature HW high temperature MODBUS_HOLDING_REGISTER 62 10 °C 2 50 700 550
Stop temperature HW normal temperature MODBUS_HOLDING_REGISTER 63 10 °C 2 50 650 510
Expand Down
2 changes: 1 addition & 1 deletion nibe/data/s1156_s1256.json
Original file line number Diff line number Diff line change
Expand Up @@ -4810,7 +4810,7 @@
"size": "s16",
"min": 50.0,
"max": 550.0,
"default": 430.0,
"default": 450.0,
"name": "start-temperature-hw-low-temperature-40061",
"write": true
},
Expand Down

0 comments on commit 92a9c4d

Please sign in to comment.