Hello,
I try to save values from a smartmeter into a Mysql database.
The smartmeter is a ISKRA eHZ-EDL .
I can see the values at a dashboard so far so good.
Now write the values into to the database did not work.
I get 3 values which are in an array. With a function node I assign the values to 3 variables
This variables are used to fill a SQL string.
In a debug node I see the complete string,
The problem is that the string has an appendix like this : msg.payload : array[3]*
My question how can I remove the appendix.
Who can give me an advice Thank you.
I think you are mis-reading the debug output. To make it clearer, set the debug node to Output Complete Message and you will see more clearly what is there.