Yurii
96289cb0f7
fix: reset onewire before begin (fix DS18B20)
2024-04-11 04:09:11 +03:00
Yurii
a14281924f
chore: bump version
2024-04-11 03:08:35 +03:00
Yurii
3dec390cce
feat: many features
...
* added dashboard on portal
* added settings for serial port and telnet
* added on/off settings for mqtt
* added event selection for emergency mode
* refactor html & css
2024-04-11 03:06:56 +03:00
Yurii
92ca257d32
feat: added slave parameters to index page on portal; added poll ID125 (opentherm protocol version)
2024-04-07 22:59:43 +03:00
Yurii
44b6620431
fix: rounding the DHW flow rate value
2024-04-07 19:22:15 +03:00
Yurii
b89f61ed58
chore: bump version
2024-04-06 20:28:41 +03:00
Yurii
0a8dd2a076
feat: added support unit systems for pressure and flow rate
2024-04-06 18:19:06 +03:00
Yurii
a7a561622e
Merge branch 'unit-system'
2024-04-06 17:38:24 +03:00
Yurii
b0e0f6fd7d
feat: added setting to enable/disable polling of min and max temperatures via opentherm
2024-04-06 15:51:49 +03:00
Yurii
53eaa1d7f1
chore: bump version
2024-04-04 21:26:48 +03:00
Yurii
a7d796e0cc
refactor: removed unused methods, replaced some methods to native
2024-03-31 22:29:53 +03:00
Yurii
4490b38130
fix: fixed reading exhaust gas temperature
2024-03-31 19:41:33 +03:00
Yurii
0ede2240a2
fix: temperature_unit for climate fixed; temp in vars.parameters.* by default fixed
2024-03-31 07:29:32 +03:00
Yurii
0cff35ee12
feat: update portal for unit systems
2024-03-31 06:32:23 +03:00
Yurii
560f8fbd51
feat: optimizing with different unit systems
2024-03-31 02:47:20 +03:00
Yurii
946414ad31
Merge branch 'master' into unit-system
2024-03-31 01:02:59 +03:00
Yurii
39a29042e1
fix: set max temp (ID57) as setpoint heating temp
2024-03-31 00:37:18 +03:00
Yurii
f544f01caa
feat: polling of exhaust gas temperature ( #42 ) and heating return temperature; added new sensors to HA
2024-03-30 00:04:51 +03:00
Yurii
942bc53043
chore: bump version
2024-03-24 19:28:26 +03:00
Yurii
2f4dbcc205
feat: added unit system selection
2024-03-20 02:37:20 +03:00
Yurii
9e3ef7a465
chore: bump version
2024-03-14 13:08:11 +03:00
Yurii
a5f6749101
refactor: added SensorType enum
2024-03-14 13:07:42 +03:00
Yurii
b07dd46f55
refactor: optimization
...
* names changed: pin => gpio
* ability to change OpenTherm GPIO without rebooting
2024-03-10 04:10:18 +03:00
Yurii
07ab121788
chore: bump OpenTherm Library to master
2024-03-09 00:03:34 +03:00
Yurii
7cbc52a8b0
chore: bump version
2024-03-01 00:26:41 +03:00
Yurii
8fb62ce8ae
fix: set temperature for sensors in manual mode fixed
2024-02-23 03:50:30 +03:00
Yurii
e829a00355
chore: bump version
2024-02-20 16:21:20 +03:00
Yurii
bee720386a
refactor: changed availability conditions for HA entities
2024-02-20 16:17:03 +03:00
Yurii
c4b6eadb81
refactor: using BLE advertising instead of manual requests
2024-02-20 15:29:14 +03:00
Yurii
a5d2b9fcfa
refactor: small fixes
2024-02-20 15:27:51 +03:00
Yurii
1a03117257
chore: bump version
2024-02-05 19:58:11 +03:00
Yurii
b421780f7b
fix: change channel to 6 for Wifi AP
2024-02-05 19:57:26 +03:00
Yurii
21edbb7432
chore: bump version
2024-02-04 05:04:51 +03:00
Yurii
88f217abcc
refactor: optimization
2024-02-04 05:03:28 +03:00
Yurii
89f3578f27
fix : #37 fixed
2024-02-04 04:48:11 +03:00
Yurii
f2e4f2f631
fix: revert 20 ms wait before start bit
2024-02-01 21:24:22 +03:00
Yurii
d374ddc02a
refactor: optimization
2024-01-27 18:42:51 +03:00
Yurii
e6b9a2901c
chore: bump GyverPID to 3.3.2
2024-01-23 00:56:41 +03:00
Yurii
ca0ef94478
chore: bump OpenTherm Library
2024-01-19 19:42:29 +03:00
Yurii
335429a52e
fix: set mqtt prefix before connection
2024-01-19 03:37:54 +03:00
Yurii
2561e92ab9
feat: added validation for BLE address
2024-01-19 03:37:18 +03:00
Yurii
99088fb723
fix: data output via web server on ESP32 fixed
2024-01-18 23:37:12 +03:00
Yurii
5e3751ca03
refactor: code style
2024-01-18 23:34:47 +03:00
Yurii
280c7f2887
refactor: heap info
2024-01-17 17:51:15 +03:00
Yurii
85ffd4188f
chore: bump version
2024-01-17 16:09:24 +03:00
Yurii
133015d7b9
refactor: network management code moved to MainTask (memory optimization); removed stopping DHCP server and client on reset wifi
2024-01-17 16:08:53 +03:00
Yurii
5856a45d37
chore: bump version
2024-01-15 20:24:28 +03:00
Yurii
ccbec44775
feat: saving network settings after FS upgrade
2024-01-15 15:41:19 +03:00
Yurii
a9c9457918
refactor: added doc.clear() doc.shrinkToFit() in some code areas
2024-01-14 19:57:25 +03:00
Yurii
520baa4920
refactor: sensors type settings moved to portal, entities for HA have been deleted; logging settings moved; bump version
2024-01-14 19:16:24 +03:00