MQTT communication with Artisan 3.1.0 #1793
Unanswered
jsprague84
asked this question in
Q&A
Replies: 2 comments
-
Artisan does not implement MQTT. However, it can call a script where you can do anything you want. Hey, Artisan is open-source go and add MQTT support if needed! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the clarification. I am going to make that a personal project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was curious if there is a way to configure artisan to communicate with a MQTT broker. It would be a nice way to simplify exchanging values with multiple servers/clients for some experimenting with databases and web applications. Currently, Im using Modbus TCP with an ESP32 over Wifi, but Im interested if anyone has this working with MQTT?
Beta Was this translation helpful? Give feedback.
All reactions