Proddy
Proddy
@Bartekn86 wrote: i get 2021-09-16 15:46:26.392 ERROR 671: [telegram] Last Tx Read operation failed after 3 retries. Ignoring request: 0B B0 FF 03 20 02 62 2021-09-16 15:55:18.997 ERROR 672:...
not a bug as such, but be careful with the #DEFINES in EasyBuzzer.h ``` #ifdef ESP8266 #define min _min #define max _max #endif #ifdef ESP32 #define min _min #define max...
> Yes i think this works, but i don't like to register only the translated fullname to command. If you later change language the translation of registration stays. It's a...
### Discussed in https://github.com/emsesp/EMS-ESP32/discussions/644 Originally posted by **Cali1205** September 25, 2022 While working on optimizing the power consuption of my heat pump together with my PV system I thought it...
From https://github.com/emsesp/EMS-ESP32/issues/629#issuecomment-1256927475_ - Report the OTA upload errors to the EMS-ESP log - Create an MD5 check to validate if the firmware upload was successful
_Originally posted by @MichaelDvP in https://github.com/emsesp/EMS-ESP32/issues/22#issuecomment-1227057055_ > Tasmota have introduced a "safeboot" shortly. That's (as far as i understand) a smaller OTA_0 partition, holding only a minimal image with OTA...
I've been using ESPAsyncWebServer and the sister AsyncTCP quite happily for a number of years now, first ESP8266 and now exclusively all variants of the ESP32. No issues. It's perfect....
There is a chance of log messages being skipped when displayed on the Web specially on slow networks. MichaelDvP suggested the following: "Maybe set a longer timeout (300-500ms) in EMS-ESP...
### Discussed in https://github.com/emsesp/EMS-ESP32/discussions/1593 Originally posted by **Nxtway** January 30, 2024 ems-esp supports timer processing of the RC35, [#979](https://github.com/emsesp/EMS-ESP32/discussions/979) Could these functionality also implemented for the RC310, please ? The...