thingsboard / thingsboard

Open-source IoT Platform - Device management, data collection, processing and visualization.
https://thingsboard.io
Apache License 2.0
17.26k stars 5.09k forks source link

Confusion on linking to AWS MQTT #5507

Closed mattb1969 closed 2 years ago

mattb1969 commented 2 years ago

Hi, I am really struggling to link my own instance of ThingsBoard CE edition to my AWS IoT MQTT feed. No matter what documents I read, it still doesn’t make sense.

I assumed that I could get ThingsBoard to subscribe to the topics in AWS IoT, but I must be missing something. When I refer to the documentation there is no explanation of what is required, at most just a list of commands to follow.

All I want to do is take the MQTT feed from AWS IoT and display the data on ThingsBoard that I have installed in a separate cloud platform.

Really struggling at present, feeling very deflated as no matter what I try and do, it is difficult.

JacksonBowe commented 2 years ago

For my mqtt subscriptions I use an Integration. Unfortunately these are only available in Professional Edition.

mattb1969 commented 2 years ago

That’s what I fear. Is there any other way?

ashvayka commented 2 years ago

You may develop your own (micro)service that will subscribe to the mqtt broker and publish data to ThingsBoard via MQTT Gateway API