What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Is there a way to connect PRTG to a LoRa-backend?

Votes:

0

Hi,

I'm trying to setup a LoRa-network for my thesis and I'm also trying to include PRTG. Is there a way to connect PRTG to a LoRa-backend or a way to input and convert payloads from the LoRa-sensors?

Regards,

Pieter Hap

lora prtg ttn

Created on Mar 22, 2017 1:19:15 PM



6 Replies

Votes:

0

Hi Pieter,

I am afraid that is not possible, at least there are no default sensors for LoRa Networks. You can try to use (depending on the platform) the standard sensors such as WMI, SNMP...

Best regards.

Created on Mar 23, 2017 12:00:02 PM by  Dariusz Gorka [Paessler Support]



Votes:

0

Hi, I'm working on some integrations at he moment.... I'll report back when I have a solutions.

Thinking at this stage thethingsnetwork.org --> DB --> API read (to local DB) then SQL poll local DB.

Created on Sep 25, 2019 3:59:37 AM



Votes:

0

Hello,

i have the same question. Can you help us to integrate the lora Data into PRTG

Created on Nov 7, 2019 12:21:12 PM



Votes:

0

Yes, there is a nice way by using TheThingsNetwork (TTN) and a PRTG customrest sensor. Do not forget to activate the REST integration service at TTN!

Created on Mar 12, 2021 7:56:33 AM



Votes:

0

Hello there,

The Things Network provide an Storage integration which can effectively be used with the following sensor depending on the use case:

However, The Thins Network relies on the old stack version (v2) which will be replaced on the medium term by The Thing Stack (https://www.thethingsindustries.com/docs/).

Here is the address of the new Console (community): https://eu1.cloud.thethings.network/console The documentation of the Storage integration of the new stack is available here: https://www.thethingsindustries.com/docs/integrations/storage/

To send payloads into PRTG, you also can also use Node-RED with our PRTG Node-RED Connector You will find information regarding Node-RED integration right here: https://www.thethingsindustries.com/docs/integrations/node-red/

Regards.

Created on Mar 12, 2021 8:28:57 AM by  Florian Lesage [Paessler Support]

Last change on Mar 12, 2021 8:31:18 AM by  Florian Lesage [Paessler Support]



Votes:

0

This sample works with the Dragino LTH308.

You have to activate the function datastorage on TheThingsNetwork and can then access the information with a custom REST sensor.

PRTG Main Sensor = TTN Account Service URL: http://XXXXX.data.thethingsnetwork.org

Subsensor configuration (all LoRaWAN sensors in TTN): I had to use "no authentification" and a custom REST header:

  • REST query: /api/v2/query/TTNSensorName?last=20m
  • REST header: Accept:application/json Authorization:key ttn-account-v2.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Furtheron I used a custom sensor configuration. Copy this to the \Custom Sensors\rest subfolder in PRTG.

{
  "prtg": {
    "description" : {
      "device": "Dragino LTH308",
      "comment": "TheThingsNetwork Dragino LTH308 temperature sensor"
    },
    "result": [
      {
        "channel": "TempC_DS",
		"CustomUnit": "°C",
		"value": "0.TempC_DS"
      },
	  {
        "channel": "TempC_SHT",
		"CustomUnit": "°C",
		"value": "0.TempC_SHT"
      },
	  {
        "channel": "Hum_SHT",
		"CustomUnit": "% (~30g/m³ bei 30°C)",
		"value": "0.Hum_SHT"
      }
	]
  }
}

Created on May 5, 2021 5:17:40 AM

Last change on May 5, 2021 6:10:42 AM by  Florian Lesage [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.