MassiPi
MassiPi
hello i can't get the library to work with ethernet with an esp8266 with 3.0.0 core. how did you fix that? thanks
Hello, probably i'm having the very same problem, but just to be sure (and because i'm not confident i'm doing all right :)) 1) i'm getting a timestamp for my...
with esp8266 i have no problems, it's eso32 that loses connection and does not reconnect..
Hello, i think i found the reason. It is a wanted modification in the 3.0.0 core https://github.com/esp8266/Arduino/pull/7902 Probably we should add back the WiFi.persistent(true) to get the previous behaviour. I...
Yes, it seems it works. I took advantage of the callbacks: in the configModeCallback (since this is called upon connection fail) i enabled the persistency. in the setSaveConfigCallback (since this...
with 3.0.0 they removed the default "persistent(true)", that's why it does not save credentials (or save them) between reboots i can only suggest you to add a WiFi.persistent(true) before every...
yes, it is. It's due to the fact that remotedebug contains also an old version of the webockets library. In my case, i do not use RD over websockets so...
to me this issue is sourcing when the integration is reloaded and if this happens too quick the cameras aren't loaded correctly. Indeed, i get the error restarting HA but...
> I spent the time in the hospital instead so sad to know this. Take care of yourself mate (but not too much, we need this to work nicely with...
in my case this changed almost nothing. i don't even have a "stressed" interface, since i'm commonly the only user, it's just a web interface for a esp32cam device, so...