I lately bought a Dragino LSE01 and put it in TTN.
Everything works fine but the data that is coming out confusing me.
As you can see at the picture below is the output for Bat and conduct_SOIL correct.
But my other readings are within quots!
So when I put everthing together in Nodered and connect it to my database I miss some readings.
Does anybody knows whats wrong?
Start looking at the decoder that you are using - if it looks wrong in the console view per the message metadat you have poasted above then there is an issue there… your node red code doesnt come into play at this point…
As the Bat and conduct_SOIL numbers are not quoted, you might want to look at the differences between how they are processed in the payload formatter and the other values.
And please use the </> formatting tool for code & logs.
This transforms your number into a string, hence the quotes. Leave it of and you will get numbers. Or in node red use a function with JavaScript code to transform the string back to a number.