Security Panel disable beep/sound

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
mf76130
Posts: 6
Joined: Tuesday 08 January 2019 20:48
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Security Panel disable beep/sound

Post by mf76130 »

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
User avatar
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

Post by waltervl »

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!

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");
add volume to something like

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
mf76130
Posts: 6
Joined: Tuesday 08 January 2019 20:48
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Security Panel disable beep/sound

Post by mf76130 »

Thanks for the info, i delete just all audio files :-)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest