Trevor North
Trevor North
Interesting. I've just updated my test device. It's still running and updating the display I have connected but as you say I can't connect to view logs and the HA...
Tell a lie. It has now connected. It just took way way longer then normal.
Had a chance to do a very quick bit of testing. With 2021.1.4, WIFI connection is fast. With 2022.2.4, I get repeated 'Auth Expired' failures, before an eventual connection. So...
Looks like it might be the [arduino framework bump](https://github.com/esphome/esphome/pull/2606). Try setting `arduino_version: "2.7.4"`([docs](https://esphome.io/components/esphome.html#configuration-variables)) and see if that helps.
If anyone gets a chance to try the latest beta it would be interesting to know if the [change to queue sensor publishes](https://github.com/esphome/esphome/pull/3422) improves things for you (both with the...
@chefhb88 You should be able to install the beta addon from https://github.com/esphome/home-assistant-addon
> Is this fix in esphome 2022.5.0? Yes.
> I installed 2022.5.0 today. But Problem not solved: Ping ok. But API / Webserver / MQTT dead. @chefhb88 You might want to try without the webserver as that's pretty...
If anyone is able to try out the changes in https://github.com/esphome/esphome/pull/3550 it makes a number of improvements to resource utilisation.
The `Handler` function could probably benefit from further re-factoring to move client dependant handling into a separate function or similar, but this PR deliberately keeps the changes minimal.