mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #130] Feature request: MQTT messages on display #1717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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.
@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