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
|
7c032ddc2f
|
fix: removed `device_class` for signal quality entities for compatibility with HA 2025.7.0
|
2025-05-18 15:29:32 +03:00 |
|
Yurii
|
7dbd503e1e
|
fix: restarting on critically low heap #151
|
2025-05-07 06:12:39 +03:00 |
|
Yurii
|
85932fdc1d
|
refactor: rounding `heating.setpointTemp`
|
2025-03-26 16:14:32 +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
|
3bd8010b74
|
refactor: BLE device support for ESP32 C6 (#147)
Building on ``Arduino``+``ESP-IDF`` with ``h2zero/esp-nimble-cpp`` for ESP32 C6
|
2025-03-06 04:45:13 +03:00 |
|
Yurii
|
6a26e27d39
|
refactor: heating temperature step changed
* step changed to 0.1
* added processing of long presses on thermostats in the dashboard
|
2025-03-06 04:29:01 +03:00 |
|
Yurii
|
8fa440810c
|
refactor: status BLE sensors
|
2025-03-05 02:28:17 +03:00 |
|
Yurii
|
4457e16a8f
|
refactor: increased opentherm disconnect timeout
|
2025-02-27 12:48:27 +03:00 |
|
Yurii
|
38ec56fb33
|
fix: working with `Sensors::Type::MANUAL` sensors fixed
|
2025-02-17 18:58:01 +03:00 |
|
Yurii
|
bb7c3eeba3
|
feat: added mDNS settings
|
2025-02-15 00:05:10 +03:00 |
|
Yurii
|
0c778d4c7f
|
refactor: added `robots.txt` to disallow indexing
|
2025-02-14 23:43:25 +03:00 |
|
Yurii
|
2e5e5e59a8
|
feat: added mDNS
|
2025-02-14 07:43:52 +03:00 |
|
Yurii
|
80b91d9a01
|
feat: generate `network.hostname and settings.mqtt.prefix` if they are empty
|
2025-02-03 06:38:36 +03:00 |
|
Roman Andriadi
|
25b70e4db5
|
refactor: allow up to 100x correction of sensor values (#137)
|
2025-02-03 04:56:00 +03:00 |
|
Yurii
|
38acae417d
|
refactor: reworked BLE sensors
* add clean unused ble instances
* moved subscribe to notify to another method
* set date/time on BLE sensors
|
2025-01-30 01:46:55 +03:00 |
|
Yurii
|
3bc9fa81a8
|
feat: added ntp server and timezone settings
|
2025-01-30 01:25:05 +03:00 |
|
Yurii
|
cc2d6ef385
|
fix: increase keep alive timeout for mqtt #115
|
2025-01-24 21:07:08 +03:00 |
|
Yurii
|
05a2d080be
|
refactor: default pid coefficients changed
|
2025-01-24 06:38:10 +03:00 |
|
Yurii
|
a78f35328f
|
refactor: increased timeout for nimble
|
2025-01-24 04:48:09 +03:00 |
|
Yurii
|
c524abd959
|
refactor: trying to improve connection to BLE devices
|
2025-01-24 03:17:14 +03:00 |
|
Yurii
|
8475833dce
|
feat: added deadband for pid
|
2025-01-24 01:43:52 +03:00 |
|
Yurii
|
57f1129cee
|
style: formatting
|
2025-01-14 06:22:04 +03:00 |
|
Yurii
|
0425cdc499
|
refactor: prohibition of enabling portal auth with an empty login or password
|
2025-01-14 06:21:32 +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
|
de2318bc6a
|
refactor: compatibility with ArduinoJson 7.3.0
|
2024-12-30 23:12:31 +03:00 |
|
Yurii
|
527e9cc1d6
|
feat: added OT option `Heating state as summer/winter mode`
|
2024-12-25 19:30:09 +03:00 |
|
Yurii
|
e8d0ad0a4e
|
refactor: improved work with clones (not original) of DS18B20 sensors
|
2024-12-23 11:37:54 +03:00 |
|
Yurii
|
4702909043
|
fix: BLE power 9 dbm with NimBLE-Arduino 2.1.x
|
2024-12-18 21:58:45 +03:00 |
|
Yurii
|
2e3b38e14f
|
refactor: compatibility with NimBLE-Arduino 2.1.x
|
2024-12-17 11:24:49 +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
|
5c1e967fdc
|
refactor: improved display of sensors on Dashboard
|
2024-12-04 06:09:20 +03:00 |
|
Yurii
|
105a79f72c
|
refactor: optimization of OT requests for CH2
|
2024-12-04 05:55:01 +03:00 |
|
Yurii
|
50280f6db3
|
fix: negative temperature values from BLE devices
|
2024-12-04 05:36:04 +03:00 |
|
Yurii
|
c97e50669c
|
fix: typo in purpose of sensors for emergency mode
|
2024-12-04 05:35:19 +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
|
222ea4feaa
|
refactor: some changes
|
2024-11-29 20:58:52 +03:00 |
|
Yurii
|
ea1406c509
|
fix: action state for HA `climate` entities fixed
|
2024-11-20 23:11:30 +03:00 |
|
Yurii
|
b20b450736
|
fix: fixed ERR_CONNECTION_RESET for Chrome based browsers
|
2024-11-20 23:10:42 +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
|
a5996cc93d
|
refactor: rounding sensor values
|
2024-11-15 01:28:28 +03:00 |
|