Git Product home page Git Product logo

Comments (14)

bennievialle avatar bennievialle commented on July 28, 2024 1

i don't know what this does but it is working now... so thank you but a bit sad that i don't know what the solution was... but hey it is working and thanks again!

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

To be honest, I've never used homebridge-config-ui-x (nor do I have a Homebridge setup so I can test it), so I have no idea why it's not working.

Have you checked to see if the Nefit device works through Homekit itself? If not, there might be something else going on; especially if you updated your PI from scratch, you may want to this this.

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

Thank you for the fast reply. I will try it in the normal mode, haven’t done that yet. The link you provided is to get to the server to check if it’s working right? But i can access the nefit easy by the original app. So it is online. But I will putt my findings here later....

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

The link I provided points to an issue with recent Linux distributions that will prevent any Nefit implementation that I wrote (including the Homebridge plugin) from working from Linux. You need to change the OpenSSL configuration to fix that. It's unrelated to the official app.

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

Ah ok sorry. Will look into that also. Let you know what will come from that. Thank you

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

Ok i tried to change the openssl file, but didn't help. Still 'no respons' from my Nefit Easy. I tried to start Homebridge without the config-ui-x, but in terminal i get the error "Error: listen EADDRINUSE: address already in use"... does this ring a bell?

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

It means there's already something listening on a particular (TCP) port that Homebridge is using. But homebridge-nefit-easy doesn't listen on TCP ports itself, so my guess is that it might either be another plugin, or Homebridge itself (for the latter, you can change the port on which it listens in the Homebridge config file).

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

Yo are right... i did manage to change it and then Homebridge runs... but the Nefit Easy isn't working... it loads without errors, but if i want to set a temp or read the current temp in homekit, or google home they both give the reactie that the device isn't responding... Is there something else i could look into?

update: i see now that if i ask the temp i get a "XMPP authentication failure" in the terminal on the respberrypi.. is this something we can look into?

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

Pass the correct credentials ;) XMPP authentication failures are caused by either the "serial number" or the "access code" not being correct.

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

I do have the correct credentials... Are the spaces needed?

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

Config should be as per the documentation.

You could try installing the CLI utility, that will make testing a bit easier:

npm i -g nefit-easy-cli

(perhaps it will require using sudo in front of that command line)

To retrieve the current status of the Easy:

easy --serial=SERIAL --access-key=ACCESSKEY --password=PASSWORD status

Replace SERIAL, ACCESSKEY and PASSWORD with their respective values.

from homebridge-nefit-easy.

bennievialle avatar bennievialle commented on July 28, 2024

If i do that i get this as a response
hiding response

this is ok right?

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

Yeah, that's okay. No idea why it's failing for Homebridge. Can you post the Nefit-part of the Homebridge config here? (make sure to remove sensitive information)

from homebridge-nefit-easy.

robertklep avatar robertklep commented on July 28, 2024

Cool! Have fun 😁

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.