appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
32.87k stars 3.58k forks source link

[Feature]: Support MQTT as a data source #10842

Open aamiel1 opened 2 years ago

aamiel1 commented 2 years ago

Is there an existing issue for this?

Summary

Ability to connect to mqtt broker to show real time data exchange this can be new pip for data source.

Why should this be worked on?

In the world of IoT a real time data exchange is mast, also in Appsmith is very cool to create a dashboard for this real time data.

only need to ceate a new data source for mqtt broker. I also think it very simple to do it.

ikidd commented 2 years ago

I would second this, I'm interested in building dashboards that one could monitor and control IOT devices via MQTT.
I control pumping systems for cow watering with MQTT and LoRa but do it in NodeRed, which isn't able to build much of an interface.

Dids commented 2 years ago

It's also worth mentioning that most MQTT brokers support WebSockets, which should simplify the implementation by providing a generic/dynamic WebSocket data source/provider.

shaqaruden commented 1 year ago

I would like to see this as well. We are just starting to jump into IIOT and I would love to be able to use AppSmith to build dashboards and UIs

StevenRenders commented 1 year ago

This would make appsmith the perfect solution for my iot dashboards. Please push it higher on the wishlist!

lazmo88 commented 3 months ago

+1 mqtt.js library could be pretty easily integrated to Appsmith natively? 🤔