-
-
Notifications
You must be signed in to change notification settings - Fork 302
Description
Is your feature request related to a problem? Please describe.
I am currently integrating Artisan with an ESP32 based temperature monitor using Modbus, however a wired connection is not always a suitable option so we are exploring ways to connect wirelessly
Describe the solution you'd like
I propose adding a native MQTT client. This would allow Artisan to publish realtime roasting data (BT, ET, RoR) directly to a user configured MQTT broker, greatly simplifying integration.
Describe alternatives you've considered
I am already integrating WebSocket but its heavier and complex than the MQTT equivalent, something that is critical for an embedded system like ESP32.
Additional context
I am a developer with experience in Python and IoT. With a little guidance on navigating the Artisan codebase, I would be willing to take on the implementation of this feature myself.