Commit Graph

16 Commits

Author SHA1 Message Date
Yurii a5d2b9fcfa refactor: small fixes 2024-02-20 15:27:51 +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 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 7149f52d62 Heap fragmentation optimization
Moving object creation to task constructors
2023-12-16 05:05:37 +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 6a9a069043 removed unused lib 2023-12-14 04:02:23 +03:00
Yurii 2a28f664cf bump ArduinoJson to 7.x, refactoring MqttTask 2023-12-13 23:23:54 +03:00
Yurii c048f31672 added check for success of PubSubClient::beginPublish() 2023-12-10 19:47:28 +03:00
Yurii e8f26aff65 fix exception due to mqtt client 2023-12-09 08:14:17 +03:00
Yurii 3284e84b67 added buffer for writing to mqtt 2023-12-02 23:02:48 +03:00
Yurii 0dee4c20ce refactoring 2023-11-23 09:08:02 +03:00
Yurii 9f24efb0ab fix typo 2023-11-17 21:41:38 +03:00
Yurii 76eaec10ea wdt fix for esp8266 2023-11-16 10:33:04 +03:00
Yurii 5e8916b254 Refactoring HomeAssistantHelper 2023-11-11 04:59:39 +03:00
Yurii 7db49350a2 Optimization HomeAssistantHelper 2023-11-06 18:38:57 +03:00