Hi,
i made this esphome based display EHMTX . It would be nice to send data to it with notify. The notify should “translate” the notify parameters to the esphome calls.
E.G.
service: notify.ehmtx
data:
message: text
title: iconname
target: ehmtx_device
There is a commandline notifier. Using the web rest api in esphome you could send a message to a sensor and therby trigger some action on the esp device.
Hi,
I am using an ESP32 S3 Box, which comes with a nice display.
Currently, I am just showing a Clock where the Time comes from HomeAssistant - but I am interested in getting at least some notifications displayed on the Box, too.
For example, when I am getting a notification from my waste-collection scheduler, etc.
The notification will be displayed in the HA Notification area, on a Mobile device - and it would be great, if it could also be displayed on the ESP - and as soon as the Notification got confirmed (on which device ever) it should disappear.
One thing to note here:
The ESP32-Box does come with a Touchscreen component.
So it would be great, if the Notification could be confirmed by touching either the notification area (where it will be shown) or another specified are (the little red circle on the box itself → see photo)
Would this be possible with this component?
At least, without the confirmation part on the ESP itself - this needs to be created within the esp config.