Hi,
at the moment i try to create flows with the nuki bridge Nodes. I filled out token, web token, all runned fine.
On the Site are only the Variables, but no example, how i can add before.
i already tried inject with topic msg with "info" for Bridge Infos, payload msg also not work.
Link: node-red-contrib-nuki (node) - Node-RED
Do anyone know what i have to add?
Thanks
Based on a view into the repo, it looks like the node expects the presence of msg.topic - even if it's just an empty string. It's definitely not the best design - but once you're aware, you can setup your msg properly
msg.topic
msg
Yes it works now. thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.