Guillermo Ruffino
Guillermo Ruffino
> > @ski7777 Otto already has some ideas of how he's going to do it, however he is not doing it! > > > > @glmnet What do you mean...
> Actually.. this ping function is likely already in place. The esp device will do a mdns broadcast on startup i think. So home assistant just need to react to...
The issue isn't the memory allocated globally, the issue is the stack size, most likely ESPHome not being "very" efficient in handling many components in loop task, which is everything.
Id like to know that too. I see the thing crashes quickly into the setup() call as if the stack is already full. I see no reason why it is...
until https://github.com/esphome/esphome/pull/1651 is merged or something better happens, easiest solution might be editing this file... > My problem is definitely the stack. I changed the stack size in `~/.platformio/packages/[email protected]/cores/esp32/main.cpp` from...
Another option would be using id suffixed with `_` like we do in code. Those won’t get the warning if internal true is not explicit
I as the OP would highly appreciate @jesserockz and @ssieb input in this issue. I'm ok of it being closed, but they who are constantly answering questions at discord might...
Btw I can really implement this myself. This is more a discussion which was kept open more than a request. I didn't implemented it because I didn't receive positive feedback.
I discovered ESPHome because I hated MySensors, their code quality seems ok, but these things communicating never was reliable for me, probably I was doing something wrong, I don't know....
It’s a great platform. It did not work for me. I just don’t know why would you use it within an esphome controller node. They provide a esp8266 gateway. That...