Logic Machine Forum
Integrate third party lora device with LM lora controller - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: Integrate third party lora device with LM lora controller (/showthread.php?tid=3206)



Integrate third party lora device with LM lora controller - khalil - 07.03.2021

Hello is it possible to integrate a third-party Lora device such as a gas tank level sensor from Tekelek?
Please see attached datasheet


RE: Integrate third party lora device with LM lora controller - admin - 08.03.2021

Our solution does not use the LoRaWAN protocol, only LoRa signal modulation. For LoRaWAN you need an external gateway. You will also need a LoRaWAN server to receive data from the sensor. While it's possible to run the server on LM it's rather compilcated to install and configure it. Another solution is to use The Things Network (https://www.thethingsnetwork.org/) and connect to it via MQTT from LM to receive messages.
We've tested Dragino LPS8: https://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html


RE: Integrate third party lora device with LM lora controller - khalil - 08.03.2021

(08.03.2021, 08:12)admin Wrote: Our solution does not use the LoRaWAN protocol, only LoRa signal modulation. For LoRaWAN you need an external gateway. You will also need a LoRaWAN server to receive data from the sensor. While it's possible to run the server on LM it's rather compilcated to install and configure it. Another solution is to use The Things Network (https://www.thethingsnetwork.org/) and connect to it via MQTT from LM to receive messages.
We've tested Dragino LPS8: https://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html

thank you, admin.

I am not strong in this stuff so correct me if I am wrong
I will use LoRaWAN Gateway such as Dragino LPS8 which will communicate with the GAS Sensor and with the things network.
while LM will read data from the things network via MQTT. 


RE: Integrate third party lora device with LM lora controller - admin - 08.03.2021

Correct, this way you don't even need LM to be on the same network as the gateway. Both must have Internet access and that's it.
There's an alternative gateway for a similar price: https://www.antratek.com/indoor-femto-lorawan-gateway
They state that it has a built-in server that can be interfaced via MQTT so The Things Network is not needed. Dragino has a similar feature but I was not able to make it work.


RE: Integrate third party lora device with LM lora controller - Zen - 20.04.2023

Hi everyone, you know its possible to integrate this third party gateway with MQTT? https://www.milesight-iot.com/lorawan/gateway/ug63/
Can you explain me where to start?
Thank you


RE: Integrate third party lora device with LM lora controller - admin - 21.04.2023

Should be possible. See this: https://forum.logicmachine.net/showthread.php?tid=4121&pid=26589#pid26589
You need to configure the gateway to connect to LM MQTT server. Set topic names where the gateway will publish data and the script will subscribe to.