[GH-ISSUE #130] Feature request: MQTT messages on display #2270

Closed
opened 2026-03-20 21:05:07 +01:00 by sascha_hemi · 3 comments
Owner

Originally created by @kroon040 on GitHub (Sep 10, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/130

Is your feature request related to a problem? Please describe.
MQTT client connection to broker, and subscribe to specific topics

Describe the solution you'd like
It should me nice that you can post from tasmota mqtt values in json right to the AP and you can select the values you want to display on the screen

Describe alternatives you've considered
Now you have an Homeassistant or something with it

Additional context

Originally created by @kroon040 on GitHub (Sep 10, 2023). Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/130 **Is your feature request related to a problem? Please describe.** MQTT client connection to broker, and subscribe to specific topics **Describe the solution you'd like** It should me nice that you can post from tasmota mqtt values in json right to the AP and you can select the values you want to display on the screen **Describe alternatives you've considered** Now you have an Homeassistant or something with it **Additional context**
sascha_hemi added the enhancement label 2026-03-20 21:05:07 +01:00
Author
Owner

@jonasniesner commented on GitHub (Sep 27, 2023):

This might be hard to realise for all APs because of flash limitations. So if somebody would implement it, it would be a feature not available on all APs. So it might be better to use an additional System like Home assistant for now.

<!-- gh-comment-id:1737735769 --> @jonasniesner commented on GitHub (Sep 27, 2023): This might be hard to realise for all APs because of flash limitations. So if somebody would implement it, it would be a feature not available on all APs. So it might be better to use an additional System like Home assistant for now.
Author
Owner

@jonasniesner commented on GitHub (Dec 30, 2023):

I'm closing it as not planned for now. Feel free to reopen it or to implement this feature yourself if it is still required.

<!-- gh-comment-id:1872549923 --> @jonasniesner commented on GitHub (Dec 30, 2023): I'm closing it as not planned for now. Feel free to reopen it or to implement this feature yourself if it is still required.
Author
Owner

@victorhooi commented on GitHub (Sep 3, 2024):

Hmm, I was looking at some mqtt stuff recently as well, and then came across this.

I'm curious - I thought MQTT was quite lightweight, and designed for low-powered IOT-type applications.

Or do you still need quite a bit of memory for MQTT usage? (I haven't done much ESP/Arduino dev work)

From a cursory search, I saw there's quite a few Arduino libraries for MQTT - e.g.:

https://github.com/256dpi/arduino-mqtt

And I think the ESP IDF includes a MQTT client as well?

Or is the idea also more steering people towards:

https://github.com/OpenEPaperLink/Home_Assistant_Integration

<!-- gh-comment-id:2325668710 --> @victorhooi commented on GitHub (Sep 3, 2024): Hmm, I was looking at some mqtt stuff recently as well, and then came across this. I'm curious - I thought MQTT was quite lightweight, and designed for low-powered IOT-type applications. Or do you still need quite a bit of memory for MQTT usage? (I haven't done much ESP/Arduino dev work) From a cursory search, I saw there's quite a few Arduino libraries for MQTT - e.g.: https://github.com/256dpi/arduino-mqtt And I think the ESP IDF includes a MQTT client as well? Or is the idea also more steering people towards: https://github.com/OpenEPaperLink/Home_Assistant_Integration
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2270