Yurii
348fab39bb
refactor: refactoring after #204
2025-12-12 15:21:02 +03:00
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
78b5a12e90
feat: setting the cooling setpoint if cooling support is enabled
2025-10-09 22:57:04 +03:00
Yurii
14826c10cd
chore: `byte to uint8_t`
2025-09-23 04:03:36 +03:00
Yurii
e63a0dc7eb
refactor: improved freeze protection & overheat protection; added desc for OT options
2025-06-30 02:41:44 +03:00
Yurii
47696a0721
refactor: added print to log channel 2 activity state #155
2025-06-28 20:16:19 +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
58b0c18448
fix: added C/F temperature conversion in overheating protection
2025-06-20 02:46:25 +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
8b50ed48c1
fix: revert default value of slave max modulation; always set max modulation level
...
Baxi Ampera resets the maximum modulation level to 0 when the heating is turned off
2025-05-21 01:17:43 +03:00
Yurii
0e78e71493
refactor: more logs
2025-05-19 23:39:15 +03:00
Yurii
f986129c72
fix: set month of date to OT fixed
2025-05-19 23:16:34 +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
6872cad8ce
feat: added new purpose (number) for sensors and added polling for OpenTherm statistical IDs
...
New sensor types:
* Number of burner starts
* Number of burner starts (DHW)
* Number of pump starts (heating)
* Number of pump starts (DHW)
* Number of burner operating hours
* Number of burner operating hours (DHW)
* Number of pump operating hours (heating)
* Number of pump operating hours (DHW)
2025-05-19 21:09:39 +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
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
77d80225ad
refactor: small changes
2025-03-18 09:26:53 +03:00
Yurii
dc68315166
refactor: added `Msg type` output to opentherm log
2025-03-18 09:21:00 +03:00
Yurii
5d0ca68dc0
fix: `OpenThermTask::setMaxHeatingTemp(const uint8_t temperature)` changed to OpenThermTask::setMaxHeatingTemp(const float temperature)
2025-03-18 09:19:24 +03:00
Yurii
d50b70c211
refactor: improved work with opentherm on esp32
2025-03-14 05:12:20 +03:00
Yurii
4457e16a8f
refactor: increased opentherm disconnect timeout
2025-02-27 12:48:27 +03:00
Yurii
8475833dce
feat: added deadband for pid
2025-01-24 01:43:52 +03:00
Yurii
e7cae4b950
refactor: improved OT bus reset
2025-01-13 10:56:19 +03:00
Stefan S
9a2f9d64ec
feat: add support board "OT Thing" ( #123 )
...
* Add board "OT Thing"
* style: formatting
---------
Co-authored-by: Yurii <34578544+Laxilef@users.noreply.github.com >
2025-01-08 23:41:06 +03:00
Yurii
17bd31b2a2
feat: added OT option `Sync max heating temp with target temp`
2025-01-05 17:32:10 +03:00
Yurii
6efa3a52fe
refactor: added OT bus reset; increased timings for changing OT status
2025-01-05 01:39:36 +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
f439f8c5ba
feat: added OT cooling support flag
...
* refactoring OT settings struct
* renamed some OT settings
2024-12-15 14:24:05 +03:00
Yurii
105a79f72c
refactor: optimization of OT requests for CH2
2024-12-04 05:55:01 +03:00
Yurii
222ea4feaa
refactor: some changes
2024-11-29 20:58:52 +03:00
Yurii
e8c7f58e67
fix: fixed power calculation
2024-11-18 19:41:12 +03:00
Yurii
2589020428
refactor: optimized polling of unused OT IDs
2024-11-16 22:57:52 +03:00
Yurii
19feb85230
refactor: some changes
2024-11-15 00:25:41 +03:00
Yurii
0d71a674b6
feat: added more OT polled IDs & reformat code
...
* ID79 - exhaust CO2
* ID84 - exhaust fan speed
* ID85 - supply fan speed
* ID29 - solar storage temp
* ID30 - solar collector temp
* ID35 - boiler fan speed setpoint & actual
2024-11-14 23:02:46 +03:00
Yurii
640935a2b7
refactor: improved updating OT sensors
2024-11-13 01:00:04 +03:00
Yurii
b91266063b
refactor: imporved updating OT sensors
2024-11-12 19:47:56 +03:00
Yurii
636872f72d
refactor: some fixes
2024-11-12 10:48:29 +03:00
Yurii
fda18cdb13
refactor: memory optimization for esp8266
2024-11-11 02:41:39 +03:00
Yurii
e71f3868fd
refactor: dynamic sensors
2024-11-09 17:10:26 +03:00
Yurii
c3d0d94806
fix; fix typo
2024-11-01 12:49:35 +03:00
Yurii
e4211c872c
fix: hysteresis with native heating control has been fixed
2024-11-01 12:47:32 +03:00
Yurii
467cfea449
feat: ability to use return heat carrier temp as indoor temp
2024-11-01 04:16:50 +03:00
Yurii
747d8841bc
refactor: removed resetting modulation and power if response not valid
2024-10-31 22:30:37 +03:00
Yurii
0ccea290cb
fix: try to auto determine the min boiler power
2024-10-31 05:29:24 +03:00
Yurii
acd8348a5b
feat: try to auto determine the min boiler power
2024-10-31 03:49:00 +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
11b1277d79
refactor: added ID validation for opentherm response
2024-10-27 04:33:46 +03:00