Send messages with deconz

Hello,
i have araspberry with deconz and phoscon II stick correctly receiving messages. Is it possible to send the received messages straightly from deconz to a node-red instance? Because of security issues it is important that deCONZ sends it and not node-red picks it up.
Thank you
Best Regards

You are probably after the websocket.

There’s also a community ran Node red library

Actually I used that. The problem now is that nodered is hosted with special security policies, so it would be better to send the messages from deconz to nodered rather than nodered picking up the messages - if there is a pocibility to do that. thanks

The websocket is how deconz sends messages to a listener. That’s what node red uses .

You can’t specify in deconz where to send to.

Ok, thanks, thats what i wanted to know…