UncleSamSwiss/ioBroker.loxone

Miniserver Gen. 2 won't connect

Closed this issue · 12 comments

I got the new version of the miniserver here and can't connect. What can i do to help integrating v2 miniserver with https?

Is this project still alive?

Leider funktioniert der Loxone Adapter im ioBroker für den Loxone Miniserver V2 nicht mehr. Möglicherweise liegt es am HTTPS Request welches bis lang im V1 nur unter HTTP lief. Ist es möglich den aktuellen Adapter dahingehend anzupassen bzw. einen neuen Adapter zu entablieren?

Grüße im Namen der Loxone- und Allroundbastler- Community

Ich denke es liegt auch an der verwendeten Library ... die geht hier nur auf ws ... also nicht wss ...

https://github.com/alladdin/node-lox-ws-api/blob/master/lib/Connection.js#L35

Wer mal expterimentieren will könnte überlegen ob er mal diese library in seinen node_modules sucht und dort an der sstelle ein "wss" reinschreibt. Wenn es dann mgisch tut kann man mal schauen das man es bei der Library einkippt

Ich stelle auch gerne v2 Test-Hardware zur Verfügung. Wäre schön, wenn UncleSamSwiss sich mal dazu melden würde...

Experimentiert doch mal mit dem oben genannten :-)

Experimentiert doch mal mit dem oben genannten :-)

Sind wir dran, Termin für morgen steht schon! 😉

Bildschirmfoto 2020-02-20 um 13 30 56

WSS einfach eintragen scheint auch nicht die Lösung zu sein... Hat sonst jemand einen Ansatz?

Hi folks - the latest version of 'node-lox-ws-api' provided by npm is not up 2 date. The ioBroker library for Loxone refers to it as you can see in the following pic.

1
URL: https://github.com/UncleSamSwiss/ioBroker.loxone/blob/master/package.json

Here you can see that there where no updates in the last time.

2
URL: https://www.npmjs.com/package/node-lox-ws-api

When you change your code directly like madito & alladdin already did on the 5th january the issue will be solved.

URL: alladdin/node-lox-ws-api@624339f

@COMHOME does that work? Then we could simpy use this github repo as dependency ...

Yep, it‘s working! How to change the repo?

First question is if we get Alladin to release an official npm version ;-)

Big sorry guys, but now I'm back :-).

As I can see, the new node-lox-ws-api was released, so I'll test and integrate it ASAP.