lorawan-server icon indicating copy to clipboard operation
lorawan-server copied to clipboard

receiving LoRa data frame, but connector is not carrying payload via the MQTT

Open madiot opened this issue 6 years ago • 1 comments

Hello,

Lora gateway, network server , node-red and MQTT broker are all on the same raspberry-pi based Lora Gateway.

the version of the network server is : 0.5.5

testing MQTT pub-broker-sub on their own was fine. testing MQTT pub to node-red is fine testing send Lora Frame, seeing the lora frame on the network server.

my understanding is that the issue lies probably at the handler/connector configuration level, but I'm yet to find where is exately the problem.

The connector is configured with user+password auth with a valide host user credential (verified). The handler bound to the connector, has all uplink fields selected, payload being ascii, D/L Expires=Never

looking forward, your insights in debugging this issue.

madiot avatar Jul 19 '19 16:07 madiot

  • Read the documentation
  • Have a look in the log files (debug.log)
  • Use the latest server version (0.6.7)
  • Check the web-admin to make sure there are no errors related to the connection/handler
  • Use the "test" button (in Handler) to test the connection.

gotthardp avatar Jul 19 '19 16:07 gotthardp