inediblePotato
f9cb421893
feat: added OT option alwaysSendIndoorTemp, rename nativeHeatingControl to nativeOTC ( #204 )
...
* added option to always send the current and target indoor temp, even if the current heating mode doesnt officially need it. This is a direct fix for WeHeat heatpumps which seem to require it.
* add option to AlwaysSendIndoorTemp and rename NativeHeatingControl to
NativeOTC.
Updated locals and settings page.
* change minor order
2025-12-12 15:08:44 +03:00
Yurii
01192a59f5
Advanced hysteresis settings ( #201 )
...
* feat: added more hysteresis settings
* fix: heating hysteresis switch fixed
* refactor: added localization for hysteresis
2025-12-09 19:27:47 +03:00
Yurii
cb8251dd40
Implementation of the new Equitherm algorithm ( #146 )
...
* feat: new equitherm algorithm and chart for it (#144 )
* refactor: refactoring after #144
* refactor: cosmetic changes (equitherm chart)
* chore: fix typo
* refactor: cosmetic changes
* chore: remove unused files
* chore: resolve conflicts
* refactor: added notes for equitherm parameters
* fix: decimation for Equitherm chart fixed; chartjs updated
* style: HTML code formatting
* chore: added additional description of the ``T`` parameter for Equitherm
* flx: typo
* refactor: after merge
---------
Co-authored-by: P43YM <ip43ym@gmail.com >
2025-12-09 19:27:12 +03:00
Yurii
b9010643f0
feat: added GPIO inversion setting for extpump
2025-10-31 21:08:35 +03:00
Yurii
cc5bbb7a87
refactor: refactoring after #184
2025-10-09 08:22:07 +03:00
Yurii
a67ff046b0
refactor: refactoring after #163
2025-07-04 03:00:41 +03:00
Yurii
e63a0dc7eb
refactor: improved freeze protection & overheat protection; added desc for OT options
2025-06-30 02:41:44 +03:00
Yurii
f6cfdf3263
feat: added freeze protection parameter for heating, removed forced start of heating in emergency mode #157
2025-06-27 00:28:38 +03:00
Yurii
b985275309
feat: added software overheating protection
2025-06-17 17:50:15 +03:00
Yurii
1eee184887
feat: added OT option dhwStateAsDhwBlocking
...
For Baxi Slim with Bertelli
2025-06-16 01:04:07 +03:00
Yurii
7b31315242
feat: added OT option to set date and time on the boiler
2025-05-19 22:38:35 +03:00
Yurii
4b1b7f5857
feat: added OT options: ignore diag state, auto fault reset, auto diag reset
2025-05-18 16:47:28 +03:00
Yurii
a667317412
refactor: increased max. target indoor temp. from 30 to 40 degrees (for control by return temperature)
2025-05-18 16:01:04 +03:00
Yurii
612b17b86f
refactor: reworked the setting of the maximum modulation level, added the parameter of the maximum modulation level for DHW
2025-05-18 15:31:49 +03:00
Yurii
bb7c3eeba3
feat: added mDNS settings
2025-02-15 00:05:10 +03:00
Yurii
3bc9fa81a8
feat: added ntp server and timezone settings
2025-01-30 01:25:05 +03:00
Yurii
666786fd65
refactor: small fixes
2025-01-24 03:15:15 +03:00
Yurii
8475833dce
feat: added deadband for pid
2025-01-24 01:43:52 +03:00
Yurii
afe710abd3
fix: `inputmode` attribute fixed for pid min temp on settings page
2025-01-20 03:48:54 +03:00
Yurii
bf161c1200
feat: added Italian locale by @bredy73 #132
2025-01-19 22:20:16 +03:00
Yurii
53ff69f03a
fix: removed `required` attribute for optional parameters on settings page #128
2025-01-14 06:16:15 +03:00
Yurii
17bd31b2a2
feat: added OT option `Sync max heating temp with target temp`
2025-01-05 17:32:10 +03:00
Yurii
b53dae6a43
fix: `inputmode` attribute fixed for float settings #117
2024-12-31 01:48:44 +03:00
Yurii
527e9cc1d6
feat: added OT option `Heating state as summer/winter mode`
2024-12-25 19:30:09 +03:00
Yurii
0cb361d243
refactor: OT option `heatingCh2Enabled has been renamed to ch2AlwaysEnabled`
2024-12-17 10:30:06 +03:00
Yurii
5e2f6c9cea
refactor: optimization of the web portal layout
2024-12-16 00:43:32 +03:00
Yurii
f439f8c5ba
feat: added OT cooling support flag
...
* refactoring OT settings struct
* renamed some OT settings
2024-12-15 14:24:05 +03:00
Yurii
43fd095714
fix: digest auth changed to basic
...
Digest auth not working on ios #99
2024-12-02 06:26:03 +03:00
Yurii
1bb9b61017
feat: display sensor values on dashboard page
2024-12-01 05:26:14 +03:00
Yurii
7482eb8898
refactor: added {BUILD_TIME} in path js and css files
2024-11-12 11:44:02 +03:00
Yurii
ddc9cf7c90
fix: fix typos in settings page
2024-11-11 13:32:36 +03:00
Yurii
e71f3868fd
refactor: dynamic sensors
2024-11-09 17:10:26 +03:00
Yurii
467cfea449
feat: ability to use return heat carrier temp as indoor temp
2024-11-01 04:16:50 +03:00
Yurii
f86857c279
feat: improved turbo mode
...
- added turbo factor parameter
- implemented turbo mode for PID
2024-10-31 05:22:41 +03:00
Yurii
a6e8953807
refactor: reworked emergency mode; reworked hysteresis algorithm; improved detection of connection state for MANUAL & BOILER type sensors
2024-10-31 01:36:21 +03:00
Yurii
98db62cc9e
fix: fix typo
2024-10-24 05:00:52 +03:00
Yurii
87b222e7bc
refactor: increased the max value of dt for pid to 1800 sec
2024-10-21 21:34:53 +03:00
Yurii
7f701a74e7
feat: fault state gpio setting replaced with cascade control
2024-10-18 06:14:09 +03:00
Yurii
57cf98ca19
refactor: cosmetic changes; move maxModulation setting to opentherm section
2024-10-15 05:09:20 +03:00
Yurii
5553a13cc0
feat: added log level setting
2024-10-15 04:07:00 +03:00
Yurii
a9e97c15ad
refactor: more logs; improved sensor of current boiler power: added settings min & max boiler power
2024-10-15 02:10:46 +03:00
Yurii
45af7a30d8
refactor: cosmetic changes; added coeff. setting for filtering numeric values
2024-10-13 21:42:33 +03:00
Yurii
b0a9460257
feat: added correction coeff. settings for pressure and dhw flow rate
2024-10-11 01:29:50 +03:00
Yurii
3c69f1295e
feat: added opentherm option for filtering numeric values
2024-10-10 21:08:13 +03:00
Yurii
7658aeaa8c
feat: added opentherm option 'immergasFix'
2024-10-01 01:32:35 +03:00
Yurii
c341f86e5c
refactor: cosmetic changes
2024-08-22 03:33:12 +03:00
Yurii
1b2bc8e200
feat: added feat use of BLE external sensor; added events onIndoorSensorDisconnect and onOutdoorSensorDisconnect for emergency mode; added polling of rssi, humidity, battery for BLE sensors
2024-08-20 19:06:18 +03:00
Yurii
2648918dda
feat: added multilanguage for portal
2024-06-21 02:01:38 +03:00