Git Product home page Git Product logo

Comments (3)

robertklep avatar robertklep commented on July 28, 2024

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.

from homebridge-nefit-easy.

GuitarHer01 avatar GuitarHer01 commented on July 28, 2024

I am using the internet normally at the time the problem occurs, so no problem with the internet connection.
Problaby some issues with the backend than, but why are all other Homebridge devices unavailable during this error? (Homebridge camera's, Homebridge Sonos, etc)
The Homebridge UI X and server are fully reachable and show no sign of errors other than the Nefit Easy MAX_RETRIES_REACHED .
After this error is gone, all Homebridge devices are responding again.

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

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:

$ env DEBUG=* easy --serial=XXX --access-key=XXX --password=XXX status

from homebridge-nefit-easy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.