PiBrewing/craftbeerpi4

push message

dimontau opened this issue · 3 comments

Hello. In the next update, you can add a sound notification in the web interface when a push message appears. Or can it be enabled somewhere?
I haven't fully figured it all out yet.

currently there is no way of playing a sound on a notification in the web browser. This feature request belongs to the frontend repository

avollkopf/craftbeerpi4-ui .

If you have or are willing to connect a buzzer to a GPIO pin of your Pi you can use this existing plugin to make a sound when a notification is triggered

avollkopf/cbpi4-buzzer

It would be good to solve this problem. Since I can’t constantly monitor the process, it was convenient to hear the sound from the browser.

As mentioned, this is something that would need to be implemented in the frontend and cannot be done in the server