Skip to content

Commit

Permalink
Release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvorgers committed Oct 2, 2024
1 parent 85cd038 commit 95af5a6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions firmware_bin/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release 1.10

### All models with temperature sensors:
- Added support for a 24-hour temperature history graph displaying 'Circuit 1 flow', 'Circuit 1 return', 'Activation', and 'Hysteresis'. For the 'Activate when ΔT below' and 'Activate when ΔT above' pump activation modes, the 'ΔT' value is also shown. Part of the background changes during periods when the pump is running.
- Improved temperature sensor detection with enhanced reliability in identifying and managing sensors.

### All models:
- Added Quatt heat pump autodetect functionality, which simplifies the trigger setup process by automatically detecting Quatt devices on the network.
- Moved 'Temperature sensor rescan' and 'Restart/Reset device' to the new 'System tools' section.
- Added 'Manual auto run' functionality for manual pump operation for a set time, typically used for testing or maintenance.
- Improved request memory management by eliminating the need for an additional buffer, resulting in more efficient resource utilization during requests and reducing potential memory overhead.
- Removed the 6 KB limit for non https trigger requests, allowing for larger payloads. However, caution is advised to use excessively large payloads due to the memory constraints of embedded devices.

## Release 0.95

### All models:
Expand Down
18 changes: 9 additions & 9 deletions firmware_bin/firmwares.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
{
"model_id": "SPC-S",
"hardware_id": "1-85-2",
"software_version": "0.95",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc-s_hv_1-85-2/spc_s_hv1-85-2_sv0.95.bin",
"md5": "b3f61c042e0b6e7ca87b096066df285e"
"software_version": "1.10",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc-s_hv_1-85-2/spc_s_hv1-85-2_sv1.10.bin",
"md5": "a931c17b0c5a13ddfafdee5b35349456"
},
{
"model_id": "SPC-SC",
"hardware_id": "1-85-2",
"software_version": "0.95",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc-sc_hv_1-85-2/spc_sc_hv1-85-2_sv0.95.bin",
"md5": "f952ddc5f3ef93452b8659adf8146857"
"software_version": "1.10",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc-sc_hv_1-85-2/spc_sc_hv1-85-2_sv1.10.bin",
"md5": "c4db4949111f438aff1e78b3575d1825"
},
{
"model_id": "SPC",
"hardware_id": "1-85-2",
"software_version": "0.95",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc_hv_1-85-2/spc_hv1-85-2_sv0.95.bin",
"md5": "6a1c39042e69cffd7412b77ddc7242cb"
"software_version": "1.10",
"firmware_url": "https://raw.githubusercontent.com/patrickvorgers/SPC/main/firmware_bin/spc_hv_1-85-2/spc_hv1-85-2_sv1.10.bin",
"md5": "8a65e9473bda8b2977f18e8dfdc3d700"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 95af5a6

Please sign in to comment.