Yurii
b7c090465b
refactor: moving some strings to flash memory
2024-01-12 21:06:32 +03:00
Yurii
50a049915b
chore: remove unused files
2024-01-12 21:05:29 +03:00
Yurii
e38bda6b4a
fix: calculating pid temperature in float, fixed #23
2024-01-12 18:30:13 +03:00
Yurii
ab1e9c761f
* feat: new portal & network manager
...
* refactor: migrate from PubSubClient to ArduinoMqttClient
* refactor: migrate from EEManager to FileData
* chore: bump ESP Telnet to 2.2
* chore: bump TinyLogger to 1.1.0
2024-01-12 18:29:55 +03:00
Yurii
b36e4dca42
refactoring: moving some strings to flash memory
2024-01-12 18:12:33 +03:00
Yurii
fb01d9f566
chore: removed unused code
2023-12-28 20:41:18 +03:00
Yurii
46999fe61c
fix: set device_class and unit_of_measurement for number.pid_dt
2023-12-25 15:59:49 +03:00
Yurii
5846812813
chore: workflow
2023-12-25 15:58:19 +03:00
Yurii
67ae236f25
fix: correction pressure and DHW flow rate, if the received value is x10
2023-12-24 18:50:54 +03:00
Yurii
347723cbba
fix: rename entities #26
...
* Current heating min temp => Boiler heating min temp
* Current heating max temp => Boiler heating max temp
* Current DHW min temp => Boiler DHW min temp
* Current DHW max temp => Boiler DHW max temp
2023-12-22 19:15:00 +03:00
Yurii
06659b749a
fix: rounding numbers in MqttTask
2023-12-22 18:54:39 +03:00
Yurii
83347765a8
chore: bump version to 1.4.0-rc.5
2023-12-21 18:56:03 +03:00
Yurii
68f412e670
fix: added timeout for wifi client
2023-12-21 18:54:59 +03:00
Yurii
cf4a60dd2d
fix: log messages in RegulatorTask
2023-12-21 18:54:08 +03:00
Yurii
ff5da950c1
fix: correction of PID coefficients limits
2023-12-21 16:34:21 +03:00
Yurii
ab21913aa7
fix: disable turbo mode if heating is off
2023-12-21 16:32:27 +03:00
Yurii
7b2014e7b4
fix: upd ESPTelnet
2023-12-21 12:38:33 +03:00
Yurii
025a185bbf
refactoring: timings
2023-12-20 16:47:36 +03:00
Yurii
e9bb3e46c8
bump version to 1.4.0-rc.4
2023-12-20 08:14:46 +03:00
Yurii
f4fe8c7366
refactoring: arp gratuitous for esp8266
2023-12-20 08:12:39 +03:00
Yurii
4e980b6e5b
feature: added settings.pid.dt, editable via mqtt
2023-12-20 08:11:08 +03:00
Yurii
2df2205d60
fix: PID interval correction #23
2023-12-20 07:50:57 +03:00
Yurii
4bf3b575db
feature: use pid in emergency mode
2023-12-19 16:44:54 +03:00
Yurii
c87e08c6af
small fix
2023-12-18 08:05:41 +03:00
Yurii
e4e349ba15
fix: change type for mqtt port in settings
2023-12-18 08:05:13 +03:00
Yurii
2b5d66173e
Fix typo #24
2023-12-18 00:55:25 +03:00
Yurii
0236a0dd8a
optimization for esp8266
2023-12-17 13:21:25 +03:00
Yurii
8875fd019a
upd heap monitoring
2023-12-17 13:18:42 +03:00
Yurii
7149f52d62
Heap fragmentation optimization
...
Moving object creation to task constructors
2023-12-16 05:05:37 +03:00
Yurii
214e840ec2
fix buildings JsonDocuments
2023-12-16 01:52:17 +03:00
Yurii
315a975aa8
mqtt refactoring, change version to 1.4.0-rc.1
...
* added MqttWriter
* added MqttWiFiClient (modified WiFiClient for esp8266)
* adaptation HomeAssistantHelper for MqttWriter
* adaptation HaHelper for new HomeAssistantHelper
2023-12-16 00:29:19 +03:00
Yurii
21ed8f2a14
heap monitoring features
2023-12-15 23:59:20 +03:00
Yurii
8d92409d7b
Fix Guru Meditation Error on esp32
2023-12-15 23:58:25 +03:00
Yurii
adbf67ac13
fix heap monitoring on esp32
2023-12-14 06:20:30 +03:00
Yurii
e13984f869
small fix
2023-12-14 06:00:09 +03:00
Yurii
38889bb59d
Fix issue #18
2023-12-14 05:43:12 +03:00
Yurii
6a9a069043
removed unused lib
2023-12-14 04:02:23 +03:00
Yurii
468a7dfc02
bump TinyLogger to 1.0.9, added display of time in logs
2023-12-14 03:42:47 +03:00
Yurii
2a28f664cf
bump ArduinoJson to 7.x, refactoring MqttTask
2023-12-13 23:23:54 +03:00
Yurii
8e80cecc22
heap monitoring changed
2023-12-13 23:15:51 +03:00
Yurii
a55c521e7b
reconnection interval to mqtt increased
2023-12-13 23:13:54 +03:00
Yurii
a47888c17a
fix typo
2023-12-13 23:08:36 +03:00
Yurii
e9c91ed6b4
fix reconnect & memory optimization
2023-12-13 00:43:12 +03:00
Yurii
b6276ddb3f
ble in HaHelper refactoring
2023-12-10 23:30:45 +03:00
Yurii
17b000bdfd
fix build with ble
2023-12-10 23:16:15 +03:00
Yurii
c048f31672
added check for success of PubSubClient::beginPublish()
2023-12-10 19:47:28 +03:00
Yurii
b56146f759
temp replacing ESPTelnet with a fork
2023-12-10 01:31:38 +03:00
Yurii
2db1c5194a
revert BufferedTelnetStream to ESPTelnetStream, reduced keep alive timeout for ESPTelnetStream
2023-12-10 01:30:15 +03:00
Yurii
29ff38c285
inc interval for yield in HomeAssistantHelper
2023-12-10 01:27:58 +03:00
Yurii
dce94b0f98
added headers for setup page
2023-12-10 01:26:14 +03:00
Yurii
1f81ec1ba5
fix publish non static ha entities
2023-12-09 08:32:02 +03:00
Yurii
e8f26aff65
fix exception due to mqtt client
2023-12-09 08:14:17 +03:00
Yurii
bc0ba5bdd8
small fix externalPump
2023-12-09 08:12:36 +03:00
Yurii
bc23bbc9f3
fix typo in printf
2023-12-09 08:01:34 +03:00
Yurii
d61b8a8ecb
fix BufferedTelnetStream
2023-12-09 04:09:49 +03:00
Yurii
3fbb26fd91
added BufferedTelnetStream
2023-12-09 03:43:14 +03:00
Yurii
dbcca514b0
small fix
2023-12-07 22:04:13 +03:00
Yurii
96d506ba57
refactoring
2023-12-07 22:03:41 +03:00
Yurii
03aeaa9441
ha scripts
...
fix bug and compatibility with older versions
2023-12-07 21:26:16 +03:00
Yurii
5bdc28675f
upd readme
2023-12-07 16:29:46 +03:00
Yurii
5633d0d2ee
fix ha scripts
2023-12-07 16:04:51 +03:00
Yurii
85cd37c4ae
refactoring
2023-12-07 02:57:06 +03:00
Yurii
45630c3be9
fix times ext pump
2023-12-07 02:09:10 +03:00
Yurii
dd293e9802
added external pump control
2023-12-07 01:01:19 +03:00
Yurii
412740c5d2
upd readme
2023-12-06 19:44:34 +03:00
Yurii
c95a19eb42
fix current temperature in climate.heating entity
2023-12-05 19:52:57 +03:00
Yurii
9b32ccca16
small fix
2023-12-04 08:49:57 +03:00
Yurii
60f66a4ead
attach OT task to 1 core
2023-12-04 08:49:42 +03:00
Yurii
7740d9c4c7
disable tasks before ota update
2023-12-04 08:48:02 +03:00
Yurii
c5434e0a45
fix sendRequest()
2023-12-03 06:43:55 +03:00
Yurii
cd0e8a6a11
bump ESP32Scheduler to 1.0.1
2023-12-02 23:10:50 +03:00
Yurii
88682eef13
modify task priority for ESP32, remove attach to core
2023-12-02 23:06:32 +03:00
Yurii
c0a181632a
changing intervals for some tasks
2023-12-02 23:04:30 +03:00
Yurii
a457ab31be
added buffer for writing to mqtt, refactoring
2023-12-02 23:03:19 +03:00
Yurii
3284e84b67
added buffer for writing to mqtt
2023-12-02 23:02:48 +03:00
Yurii
e379df388c
bump TinyLogger to 1.0.7
2023-12-01 14:36:06 +03:00
Yurii
ff91e328cb
refactoring
2023-12-01 14:35:13 +03:00
Yurii
522f8ec699
bump TinyLogger to 1.0.6
2023-11-29 23:58:05 +03:00
Yurii
ad1fe601b3
fix typo
2023-11-29 23:57:38 +03:00
Yurii
40d9606bea
bump TinyLogger to 1.0.5
2023-11-29 18:47:16 +03:00
Yurii
10df1c1d34
fix typo
2023-11-28 17:51:19 +03:00
Yurii
ead8c64e92
upd images
2023-11-28 13:31:38 +03:00
Yurii
9bc4c06cad
upd ha scripts
2023-11-28 12:45:49 +03:00
Yurii
7763ee9fa9
ha scripts
2023-11-27 21:28:27 +03:00
Yurii
2c26b1cb92
added interval for OT task
2023-11-27 14:38:19 +03:00
Yurii
02d2f0f524
move USE_TELNET & USE_SERIAL to global env section
2023-11-27 14:37:24 +03:00
Yurii
46de4e0cfc
upd readme
2023-11-26 19:52:24 +03:00
Yurii
83296855ba
many changes
...
* added parameter "Modulation sync with heating"
* refactoring
2023-11-26 19:36:47 +03:00
Yurii
0ded2c53d8
TinyLogger bump to 1.0.4
2023-11-26 19:33:08 +03:00
Yurii
8ec3655340
add method to f8.8, rename method from f8.8
2023-11-26 16:04:56 +03:00
Yurii
eb2dcd7c09
fix when using two sensors, str to flash
2023-11-26 16:02:38 +03:00
Yurii
8a4b598161
many changes
...
* migrate from jandrassy/TelnetStream to lennarthennigs/ESP Telnet
* ability to turn on/off output logs to telnet and serial
* memory optimization
* added OT parameter DHW blocking
* changed algorithm for setting OpenThermMessageID::MConfigMMemberIDcode
* refactoring
2023-11-26 00:17:47 +03:00
Yurii
0dee4c20ce
refactoring
2023-11-23 09:08:02 +03:00
Yurii
761788792f
fix state class for uptime
2023-11-23 05:18:44 +03:00
Yurii
70e577e29f
states.faultCode moved to sensors.faultCode, states.rssi moved to sensors.rssi, states.uptime moved to sensors.uptime
2023-11-23 05:11:58 +03:00
Yurii
b268ff4007
reformat code
2023-11-23 04:57:23 +03:00
Yurii
92a2cb9d56
added DHW flow rate from OT
2023-11-23 04:41:39 +03:00
Yurii
e82d47e1dc
added OT parameter DHW to CH2
2023-11-23 01:57:08 +03:00
Yurii
7bfad224fe
fix set min & max dhw temp
2023-11-23 01:56:19 +03:00
Yurii
d07f73edf4
added heating status pin
2023-11-23 00:30:21 +03:00