First off, thx a lot for having created a project like this.
I have an OTAA enabled device configured in the portal, and I’m receiving the Frame Logs in the portal, as well as the following mqtt messages :
application/2/node/0018b2000000185f/rx {"applicationID":"2","applicationName":"app2","nodeName":"adeunis-tester","devEUI":"xxxxx","rxInfo":[{"mac":"xxxxx","time":"2017-09-26T10:58:20.994563Z","rssi":-23,"loRaSNR":9.5,"name":"ixor-gateway","latitude":0,"longitude":0,"altitude":0}],"txInfo":{"frequency":868100000,"dataRate":{"modulation":"LORA","bandwidth":125,"spreadFactor":7},"adr":false,"codeRate":"4/5"},"fCnt":6,"fPort":1,"data":"xxxxxxxxxxxxxxx="}
Client mosqsub/34189-MacBook-P received PUBLISH (d0, q0, r0, m0, 'gateway/xxxxxx/tx', ... (240 bytes))
I also have an ABP device configured in the portal, and I’m receiving the Frame Logs there (so I guess it is properly setup with the correct DevAddr / App and Network key), yet I’m not receiving MQTT payloads for that one. The uplink / downlink counters also remain 0 (despite the fact that I see msgs coming in the frame logs)
The ABP device is configured in a seperate app, and the Device Addr / App / Session Keys are setup correctly (I think). If I chang the app / session keys I’m not seing msgs coming into the Frame Logs tab.
I’ve picked some random values for App EUI / Device EUI (I was under the impression that these aren’t needed for ABP).
Any idea why it is working for OTAA but not for ABP ? What should I do with the App EUI / Device EUI in an ABP scenario ?