Edward Firmo
Edward Firmo
> Please also move/duplicate #define USE_NEXTION_TFT_UPLOAD in esphome/core/defines.h so that the idf upload code is run by clang correctly. Currently it is not. I've changed that in PR #6661 as...
> [W][component:214]: Component sdm_meter.sensor took a long time for an operation (0.15 s). Which version of ESPHome are you using? I would expect all times in msec and a slightly...
I'm curious here... Why don't you guys use the Nextion component from ESPHome? I see your library is way simpler and probably easier to maintain, but other than that, is...
https://esphome.io/changelog/2023.7.0.html#a-new-warning-in-the-logs
Hey, you may wanna know that the original version where I've added support to ESP-IDF wasn't supporting HTTPS. I've added that support to the ESPHome component (esphome/esphome#6051) and it works...
Now it was my fault. I've then deleted my message.
You might wanna know we are playing with this solution on Blackymas/NSPanel_HA_Blueprint#1918 with positive results so far. Just a couple of people testing, but it looks to be improving the...
I'm getting this when compiling with ESPHome 2024.5.0b4: ```log src/esphome/components/adc/adc_sensor.cpp: In member function 'virtual void esphome::adc::ADCSensor::setup()': src/esphome/components/adc/adc_sensor.cpp:65:28: warning: 'ADC_ATTEN_DB_11' is deprecated [-Wdeprecated-declarations] for (int32_t i = 0; i
Well, I see your point, but `#ifdef`'s will be there anyeays, and in this case, just the http calls are different, while the entire engine is exactly the same. I've...
Ok, I will find a better fit here and submit this again.