I am currently testing my setup with TTN and myDevices via Cayenne LPP data. When I send the following payload to TTN:
0167FFD7027104D204D203E803020032
I get this in TTN:
{
"accelerometer_2": {
"x": 1.234,
"y": 1.234,
"z": 1
},
"analog_in_3": 0.5,
"temperature_1": -4.1
}
But when I look into the data Cayenne/myDevices receives, there are just the values for the temperature and the accelerometer, but the analog input is missing.
Anyone can tell me why the analog input is missing?
Device ID: 00C9DE0E66C8F9C9