codmpm / node-red-contrib-loxone

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

webservice node overwrites the entire msg object #44

Closed busch closed 4 years ago

busch commented 4 years ago

Hey Patrik,

I got an issue here, where I need to change the msg.payload of an existing msg object with a new value from a loxone temperature sensor. This is not possible at the moment, as every data that passes through the webservice node gets overwritten because the webservice node replaces the entire msg object.

One of the concepts of node-red is that every node should preserve the msg object but only change data in msg.payload.

Sidenote: Keep up the good work! Just wanted to say thank you to the project leader and all contributors!

Best Regards, Michael