Analog input missing in Cayenne?

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

Wow, just after I’ve created this topic, the analog input value showed up in the dashboard although it is missing in the “Data” view.

can you try sending new set of data.

Done.

nothing is received. does any data is shown on cayenne dashboard?

Yep, my device seems disconnected, but joining via OTAA is failing :thinking: Need to have a look.

Okay, I managed to connect my device via OTAA :slight_smile: So I could continue testing the integration-

As you can see in the screenshot below, the analog input is finally shown in the data view :slight_smile:

mydevices-analog-input

Thanks for your help :wink:

1 Like