-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WLAN disconnect / reconnect #147
Comments
Perhaps the same scenario with this issue #139 |
I added this to my loop: ` void loop() { const uint32_t t1 = millis(); |
paullj1
added a commit
to paullj1/Arduino-HomeKit-ESP8266
that referenced
this issue
Feb 25, 2023
- Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y
Izumiko
pushed a commit
to Izumiko/Arduino-HomeKit-ESP8266
that referenced
this issue
May 10, 2024
- Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using this great lib since quite a while successfully. Great work!!!
Now I wanted to make some of my appliances a bit more robust in terms of WLAN dependency. The appliance should work if there is no WLAN as well (of course without Homekit support during the outage). Starting without WLAN and connecting when it is available works great, but if the device is connecting to WLAN during the start phase, losing connection later and (successfully) reconnecting does not allow to reconnect to existing Homekit clients.
The log says
but no reconnect...
Is there any reconnect / reset option or need for such situations?
The text was updated successfully, but these errors were encountered: