The buzzer tells you when a new message is received.
The number in the buzzer parameter is the quick number of repeated chirps in succession.
Please note if you specify repeat 10 the same message will repeat 10 times but the buzzer is only activated ones when the message is received. Also if you receive a second and third message before the the 10 repeats of the first message, assuming that the 2nd and third message come together the repeat will be reset and the last message will be the next message displayed along with its repeat number. In this case you might not see the 2nd message because the board does not queue messages, any new message overwrites the previous (although the current message will complete scrolling fully before the new message is displayed).
If you want to queue messages you can look at the nodered import, I have an example of queueing messages in node red.
To be precise the buzzer does not sound when you receive the message but when the received message starts displaying on first repeat.
Setting buzzer to 0 results in no sound/chirp (silent message)
I’ll treat this as a new feature but I can’t tell when I’ll have time to add it. It wasn’t in my list to be honest.
I wanted to test certificates on mqtt for secure mqtt usage over the internet but not sure if this will work well as it’s probably on the heavy side for esp devices.
Good point, sure I’ll do that.