Giter Club home page Giter Club logo

Comments (6)

calimero-project avatar calimero-project commented on June 12, 2024

The way you use the methods is fine.

What exactly is the error (output of e.printStackTrace())?

Re link: if your goal is to automatically reconnect and/or configure that in more detail, you can use Connector (tuwien.auto.calimero.link.Connector). Even if the network connection was down (and/or the link got closed), it will re-establish a link.

from calimero-core.

ViorelOnica avatar ViorelOnica commented on June 12, 2024

exc

This exception is threw after calling any of the 2 functions (readBoolean, readDimming) ..;\

Concerning the knxlink:
Yes, I want to automatically reconnect, but there's a green circle in the application indicating that the connection's up and I want to make it red whenever it goes idle ( I'm using the linkClosed method and it's getting red only after 30-45 seconds after losing the mobile data )

from calimero-core.

calimero-project avatar calimero-project commented on June 12, 2024

This exception means that the remote endpoint (the one that should answer for that group address) is not answering, therefore, a timeout exception is thrown after the specified process communication timeout.

from calimero-core.

ViorelOnica avatar ViorelOnica commented on June 12, 2024

hmm, okay, thanks.. I'll do some research

from calimero-core.

ViorelOnica avatar ViorelOnica commented on June 12, 2024

well, I'm not getting timeout exception anymore and I'm getting a response aswell

eff

But this is the new exception I get

ff

from calimero-core.

bmalinowsky avatar bmalinowsky commented on June 12, 2024

The response you are getting is probably for a different datapoint type? The length of the value is too long for the type you want to read.

from calimero-core.

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.