Hi there,
I’d like to use Home Assistant to display notifications on our KNX-based MDT Glastaster Smart II (short: GT). The GT can display two DPT16.001 strings of length 14 (“Statustext 1”, “Statustext 2”) and can flash a LED on request. It can report back a button press via a DPT1 telegram. I am imagining some kind of notification stack that queues pending notifications that I can dismiss by pressing a button on the GT.
Is there anything that closely resembles what I want to achieve? If not, I am probably going to implement a custom notify
component. What would be the best way to interact with the KNX integration? Events?
Thanks,
Thilo
P.S.: I do know the KNX notify platform, but that seems a bit too limited for what I’d like to achieve