J. Nick Koston
J. Nick Koston
We also need to think about the case or the username and password is embedded in the URL
Its probably this https://github.com/nordicopen/easee_hass
Espressif has since published an idf component that could be used to avoid vendoring the whole code here https://components.espressif.com/components/espressif/enc28j60/versions/1.0.1/readme
fixed via https://github.com/aio-libs/aiohttp/pull/9508
Please flash the ESPHome device with logger turned in the YAML and set to debug https://esphome.io/components/logger.html Make sure logs are subscribed in the option flow (looks like they already are)...
Also, I forgot to mention you need to have debug logs enabled on the HA side as well to see the log messages https://www.home-assistant.io/docs/configuration/troubleshooting/#enabling-debug-logging
Thanks for the new log. It looks like the problem didn't happen while the logging was turned on as I don't see the `SEC_LOCK_TO_MOBILE_KEY_EXCHANGE` error anywhere in the new log
Thanks @lenard-mosys
> I'm not entirely sure what this test intends to test, or even if it intends to test server or client side behavior. The intent of the test is to...