On ThingPark we have added Cayenne as Application server, configured AS routing profile for it and added this settings for our devices.
On ThingPark logger we see signals and data from our devices just-in-time - that makes us believe that we work correctly with network server.
We’ve also added these devices in our Cayenne account ( Cayenne LPP - Button - Network: Actility) and configured them for ThingPark NS. But we don’t see any upcoming data from them on Cayenne.
Is there is any possibility for us to understand whether we properly configured connection between NS-AS.
Does Cayenne see our devices or maybe we send data in invalid format or some other issues ?
For reference our Dev EUIs are - 001A798812000011 and 001A798812000010
Would You be so kind to explain me what i’m doing wrong - I guess I’ve used valid format:
01 - 1byte Data channel
93 - 1byte DataType ( Expansion Pack Data Types - Controls - Push Button - 3347-3200 = 147 (93 in HEX) )
00 01 - 2bytes - value
Ok, thank you very much for help, after changing data type I finally see my data in dash board.
But there is another thing I would be happy if you could explain - I see digital input button appeared for my device in dashboard - and I click on it - I see spinning wheel and - what has to happen?
Downlink message should be sent from Cayenne to my device?
But I don’t see any downlink data on ThingPark from Cayenne… May be I’m doing something wrong again?
if you can create a button then you should receive the downlink payload. the spinning issue is because the button widget is waiting for a response from the node that the downlink is received. for this, you need to send a response with the same value to cayenne again.
thank you for explaining - my device can handle data coming from AS, but i still see no - no downlink data on my node after toggling button widget. And network server ThingPark proves that no data from AS Cayenne was sent to my device.
it is just that with TTN network server, the downlink is handled out of the box. whereas the other network server, it depends on the user how to handle it and there are frequent errors reported.