-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: MAX_RETRIES_REACHED #32
Comments
There's not much to look into: when the plugin doesn't get a response to a query within 2 seconds, it starts retrying. If after 15 retries it still hasn't gotten a response, it throws that error. This issue is ultimately one that is beyond the plugin's control: either your internet connection has issues, or the Bosch/Nefit backend has issues. |
I am using the internet normally at the time the problem occurs, so no problem with the internet connection. |
I don't know about the internals of Homebridge, so perhaps it doesn't like it when plugins throw exceptions. However, it is an exceptional situation, so the issue would probably be solved by finding out why the connection to your Nefit is failing. You can install the Nefit CLI tool and run it whenever the plugin fails (preferably from the same machine that Homebridge is running on) to see if that sheds any light on what's going on. You can enable debugging to make it produce debugging info:
|
The Homebridge Nefit Easy plugin give me this error several times every day now.
All other Homebridge devices are also disconnected after this error. (not responding in Homekit)
Sometimes the devices are reachable again after some time, sometimes the server has to be restarted to solve this.
Can you pls look in to this?
_
_
The text was updated successfully, but these errors were encountered: