Commit Graph

347 Commits

Author SHA1 Message Date
Yurii a9db175dba fix: automatic reboot if memory is too low 2024-01-13 12:58:44 +03:00
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
Laxilef 6c23d5032b Merge pull request #17 from mennodegraaf/ot-improvements
Improve opentherm handling
2023-12-16 00:43:20 +03:00
Laxilef 47879d5486 Update OpenThermTask.h 2023-12-16 00:42: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
Menno de Graaf 15645f4d30 Add log info 2023-12-15 14:46:35 +01:00
Menno de Graaf a5581f3778 Add master/slave set/get to initBoiler() 2023-12-15 12:42:22 +01:00
Menno de Graaf d5e55cf0ae Improve opentherm handling
* First try setBoilerStatus, if it fails there is no need to request other info
* Do not retry to get/set non-essential parameters that the boiler does not support
2023-12-15 11:36:29 +01: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