codmpm / node-red-contrib-loxone

Connect the Loxone Miniserver to node-red via the Websocket API
MIT License
74 stars 24 forks source link

Controls not loaded from Miniserver #83

Closed straussmarkus closed 3 months ago

straussmarkus commented 4 months ago

Today I setup up a new instance of node-red because I moved it to another server.

I then re-imported all my flows and I had troubles to make the connection to the miniserver work again. Got the same messages as already seen in the other issues (permanent reconnect, etc.). However, I could resolve this by deleting the user in Loxone Config and re-creating it.

In node-red it now shows as connnected and says "got miniserver structure". All the categories and rooms are here. But all of the devices are missing. No matter what I do, I cannot select anything. The imported flows just contain a generated name/identifier for the control and don't work either.

image

image

image

image

Any idea why this happens?

Running node-red-contrib-loxone 0.10.13 Node-RED 3.1.9

codmpm commented 4 months ago

Hey Markus,

I just installed a new instance last week with node-red 3.1.9 without problems. Did not have ot recreate the user on the miniserver and get every data point.

Could you maybe retry with a not-imported node?

straussmarkus commented 4 months ago

Creating a new node sadly does not work either because of not being able to select a control

codmpm commented 4 months ago

Could you check the permission of the "new" user in the miniserver?

straussmarkus commented 4 months ago

It is an Administrator user already...

codmpm commented 4 months ago

Sadly we can not reproduce to counter check it. Did you already check node-red-log?

straussmarkus commented 4 months ago

Really not much either...

Screenshot_20240506_153924_Termius

straussmarkus commented 3 months ago

Today I updated my Miniserver to v15 and it started working again :)