TheThingsArchive / java-app-sdk

The Things Network Application SDK for Java
MIT License
30 stars 25 forks source link

Only OTAA devices Events are Received, not ABP #66

Closed erberj closed 4 years ago

erberj commented 4 years ago

I started the mqtt sample. I have about 7 devices registered in TTN 2 of them OTAA activated, the others ABP. When I run the example, it connects successfully to ttn but only messages of OTAA devices appear in the trace.

johanstokking commented 4 years ago

@erberj the reason is probably that the session keys are wrong or, most likely, the frame counters are reset. You may want to try in the Console the button to reset frame counters.

This is not related to the Java SDK, so I'm closing this issue.