Hi,
Is there a simple way to disable the audio feedback of the keys and the countdown on the security panel?
That beeping is pretty annoying and loud.
thanks in advance
michael
Security Panel disable beep/sound
Moderators: leecollings, remb0
- waltervl
- Posts: 5904
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Security Panel disable beep/sound
Lower the general volume of your device.....
Or in domoticz/www/secpanel/index.html change ion.sound.play lines. But will be overwritten after every update of domoticz!
add volume to something like
Or in domoticz/www/secpanel/index.html change ion.sound.play lines. But will be overwritten after every update of domoticz!
Code: Select all
function beep(tone) {
if (tone=="error") {
ion.sound.play("wrongcode");
}
else if (tone=="set") {
ion.sound.play("key");
}
else if (tone=="in") {
ion.sound.play("arm");
}
else if (tone=="out") {
ion.sound.play("disarm");
}
else {
ion.sound.play("key");
Code: Select all
ion.sound.play("wrongcode", {volume: 0.7});
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 6
- Joined: Tuesday 08 January 2019 20:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Security Panel disable beep/sound
Thanks for the info, i delete just all audio files 

Who is online
Users browsing this forum: No registered users and 1 guest