Using ACSIP S76S EVB, TTN server.
using the standard Cayenne data format to send the data, 0167FFD7, sending manual data without actual sensor for 15sec to 20Sec, only for test.
I can see correct data on TTN and displays Temperature at TTN, but i cannot see temperature data on Cayenne, only RSSI and SNR is displayed.
Right now the last few payloads I’ve seen from that device EUI all look like this:
BnEE0vsuAAA= (in base64) which translates to: 06 71 04 D2 FB 2E 00 00 in hex.
Using the CayenneLPP spec, we see this as:
06 == channel 6
71 == accelerometer data
04D2 == 1234 == 1.234
FB 2E == -1234 == -1.234
00 00 == 0000 == 0.00
That seems to match up with the latest items in your screenshot (after you switched from temp to accelerometer data), and I’d expect it to create an Accelerometer widget on your dashboard.
Can I ask if the Cayenne web dashboard was open at the time of these payloads being published? I know that initial widget creation needs the dashboard to be open – after that you can publish payloads and they should be recorded without needing the browser to be open to your Cayenne dashboard.