Giter Club home page Giter Club logo

Comments (18)

xAPPO avatar xAPPO commented on August 17, 2024

I should mention I have no loxone-miniserver node - (it is shown greyed out in palette manager) but I assume it is no longer supposed to show in the palette ?

Your code 0.10.1
NodeRED 0.18.7 (tried both a Docker and non Docker version)
Loxone 9.3.3.26

I tried another miniserver 9.0.9.26 that has almost no CPU loading and is on the same switch as NodeRED in case that was an issue but same disconnect issues.

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Please give me some time for this...

I'm currently trying to get a second miniserver to build a testenvironment for that issue.

from node-red-contrib-loxone.

xAPPO avatar xAPPO commented on August 17, 2024

Will do .. no problem as I have blanked out the error logs in you code for the time being.. If you would like to borrow one from me that would be OK... or I could open up a WAN port for you to access one.

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

I think I have one on hand... let me check that and if it now works out, I will get back to you.

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Sorry @xAPPO, I still don't have a second miniserver to test this... did you still have the problem?

from node-red-contrib-loxone.

Zrmite avatar Zrmite commented on August 17, 2024

I've got the same problem, but with only one Miniserver. I try to Ping the Miniserver from my Raspberry Pi without any problems. Do you have any solution for this?

11 Jul 11:52:05 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:05 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:05 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:06 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:06 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:06 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:06 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:07 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:07 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:07 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:08 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:08 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:08 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:08 - [info] [loxone-miniserver:96f55419.31c62] connection closed
11 Jul 11:52:09 - [info] [loxone-miniserver:96f55419.31c62] Miniserver connected (10.100.27.62:2000) using Token-Enc
11 Jul 11:52:09 - [error] [loxone-miniserver:96f55419.31c62] Miniserver connection error: undefined
11 Jul 11:52:09 - [info] [loxone-miniserver:96f55419.31c62] connection closed

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Could you provide node-red, node.js and node-red-contrib-loxone version numbers?

Cheers,
Patrik

from node-red-contrib-loxone.

Zrmite avatar Zrmite commented on August 17, 2024

Sure!
node-red v0.20.6
node.js v11.9.0
node-red-contrib-loxone v0.10.2
Loxone v10.2.3.26
Maybe also important: I run my Node Red in a Docker Container.

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Hmm,

I've never used node-red in a docker container. Could you maybe test a clean Install in a VM or on your PC/Raspberry and check if the problem persists?

from node-red-contrib-loxone.

Zrmite avatar Zrmite commented on August 17, 2024

I connected a second Raspberry Pi with Node Red (Also in a Container) to the same Miniserver. This one has no Problem at all and stays connected while the other one still loses the connection.
Any other ideas? Thanks!

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Hmm... maybe if we have more insight we can track this down.

The message is from loxone.js but this only shows error from node-lox-ws-api.

node.error('Miniserver connection error: ' + error);

@alladdin, do you have an idea on how to get a better error message?

from node-red-contrib-loxone.

Zrmite avatar Zrmite commented on August 17, 2024

@codmpm @alladdin is there any update on this issue?

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

I tried to reach out to @alladdin but without luck.
Will debug this as soon as I got time... but currently moving to a new house and so on. Sorry, that I don't have better news.

from node-red-contrib-loxone.

mbbelgium avatar mbbelgium commented on August 17, 2024

hi @codmpm and @xAPPO , have you allready found a solution? I stumbled on the same problem!

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Sorry. I've still did not hear anything from @alladdin... and my time is very limited at the moment. Hope to dive into node-lox-ws-api as soon as we've moved houses, etc.

from node-red-contrib-loxone.

mbbelgium avatar mbbelgium commented on August 17, 2024

thanx @codmpm I'm a beginner in programmins so I don't know how to tackle the problem. But I will search... Who knows I find something

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Could you please test this again with 0.10.4 and have a look into the node-red log when the error occurs?

I've added more information for the connection from node-lox-ws-api, which I've forked as @alladdin sadly did not react to any of my messages.

from node-red-contrib-loxone.

codmpm avatar codmpm commented on August 17, 2024

Please check with 0.10.6, should be fixed.

from node-red-contrib-loxone.

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.