I’m currently trying to integrate a custom device into cayenne. Unfortunately I can’t see any data in my cayenne dashboard.
The device is registered in the swisscom-network and added in Cayenne as generic “Cayenne LPP” device. (We’re using the microchip RN2483 module for communication).
For Test reasons, I transmit the payload example 03 67 01 10 05 67 00 FF on channel 1 with the module. I expect 2 Temperature sensor widgets with a temperature of 27.2°C on channel 2 and 25.5°C on channel 5 shown in the dashboard, but nothing happens…
I’ve integrated the device as followed:
Registered the Device in the Swisscom LPN portal (portal.lpn.swisscom.ch)
The LPP data format is good. I’d want to look at the raw data you are sending to the Cayenne server. If you are sending extra bytes, the packet will be ignored.
I had a setup where Loriot was adding an extra 00 and it was ignored.