Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect my gateway to thingsboard Community Edition(Thingsboard CE) #1376

Closed
kookohd opened this issue Apr 23, 2024 · 2 comments
Closed
Assignees

Comments

@kookohd
Copy link

kookohd commented Apr 23, 2024

I am working on a project to send data from lorawan devices to thingsboard CE. As you may already have known lorawan devices are low power and long range. therefore they need the help of lora gateway to connect to thingsboard CE.
So far what i have done is get my network server up, connecting my lorawan devices to my network server.
After that i set up the thingsboard server and check connectivity and everything is ok. the problem that i face is that I am unsure how to connect the gateway to thingsboard to allow the data i have collected to reach thingsboard CE to receive my data and put it in a dashboard.

What i have done so far. I have looked at a few documentation on mqtt api ref, rule engine and connectors. However i am not sure how to put all these information together to obtain what i need. The mqtt broker i am currently running is the one that thingsboard CE originally has.

Versions (please complete the following information):

  • OS: [e.g. Ubuntu 22.04] <- this is where my thingsboard server is located
  • Thingsboard CE version 3.6.4
  • Wisgate OS RAK7268 as my gateway.
  • I am hosting my network server which consist of my gateway on a windows OS. and that goes for my thingsboard server. i am hosting it on a windows OS. but i set up on the ubuntu 22.04 server.
@kookohd
Copy link
Author

kookohd commented Apr 23, 2024

@imbeacon and @samson0v, not to be rude. But if you could really help me out on this, it will be very life changing. I have noticed that there is quite a few questions that have been opened but not answered. thank you very much for your time.

@imbeacon
Copy link
Member

Hi @kookohd,

Thank you for your interest in Thingsboard IoT Gateway. Actually, usually network servers provides setup with mqtt brokers that you can run and get a data using them, for example Chirpstack, where you can run mosquitto broker in default docker-compose setup. To connect to it and get a data you can use MQTT connector of the Thingsboard IoT Gateway or MQTT integration in ThingsBoard PE.
You can find information about on how to configure the connector in our official documentation.
The configuration very depends on your application server configuration and its integration ability. You can find some examples on how to connect LoRaWAN devices in our devices library, for example - article about the LoRaWAN gateway connection and article about connection device through connected earlier LoRaWAN gateway. These article uses integrations, but you can configure the gateway to get a data and send it to ThingsBoard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants