joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
863 stars 187 forks source link

[Feature Request] - beep on touch #462

Closed diginfo closed 1 year ago

diginfo commented 1 year ago

FEATURE DESCRIPTION

Not sure if this is possible, but can it emit a short beep on touch, to provide some feedback that the touch was detected ?

joBr99 commented 1 year ago

you can probably do something like this in tasmota console, but it won't be perfect, implementing this in the backend wouldn't work because of the delay

rule3 on CustomRecv do Buzzer 1 endon rule3 1

https://forum.iobroker.net/topic/50888/sonoff-nspanel/1400