The decoder for TTN changes the data type of negative values for temperature from float to string, which causes our JSON application to reject the data and record a NULL value. Please change the decoder so that the data type for temperature always remains float and thus retains the correct sign.
The decoder for TTN changes the data type of negative values for temperature from float to string, which causes our JSON application to reject the data and record a NULL value. Please change the decoder so that the data type for temperature always remains float and thus retains the correct sign.