Sent text to Domoticz IDX

I have this value in debug window

29-12-2024, 12:52:30node: 2BMS02/Pack_Data : msg.payload : string[22]

""Sum volt low level 1""

I want to sent this as a text to IDX506 to Domoticz

i've this in a function

"msg.payload4 = msg.payload ;
msg.payload = {"idx":506,"nvalue":0,"svalue":msg.payload4};

msg.payload4 = msg.payload;
msg.payload = {"idx":506,"nvalue":0,"svalue":msg.payload4};
return msg;

i forgot the return its working now

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.