codmpm / node-red-contrib-loxone

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

help wanted - Using ChangeTo in node red with control out service [help wanted] #68

Open f1shersen opened 3 years ago

f1shersen commented 3 years ago

Hi,

I try to switch scenes (light) via nodered, but somehow the command changeTo/3 to switch to scene 3 does not work, when I use it like that attached one. (for the command "on" or "off" it works perfect.)

any hints?

BR

Martin 2021-09-10_13-02-27 (2)

codmpm commented 3 years ago

What is the output of the change-node (complete message object)?

f1shersen commented 2 years ago

Hi, its: msg : Object object _msgid: "ed734651b59141c4" payload: "changeto/3" topic: ""

codmpm commented 2 years ago

I'm not familar with changeto/3 to change anything on the loxone side. Could you maybe check what is needed to control the loxone module you are using?

claudiospizzi commented 2 years ago

@f1shersen Did you found a solution? It found that issue, as I would like to activate moods on a light controller.

gahujipo commented 2 years ago

I tried it on my miniserver and it works. Is there really a mood with the ID 3? Can you post the output of moodList? Have you selected the lights controller in the control-out node (not eventually a single output of the lights controller)?