[ INDOOR SIREN ] How to specify sound ID via SWITCH_MULTILEVEL ?
Hello,
I've just acquired a Zipato indoor siren PSE2
I would like to use the "beep-beep" style sound when I enter the house and my alarm is on.
After 30 seconds if my alarm has not been disable I would like the siren to play the loud emergency sound.
Unfortunately it seems I'm not able to specify the sound style...
The userguide says that the "SWITCH_MULTILEVEL" is supported and lists the values to send to the device to specify the sound.
When i send the "data[0].Set(255)" to Class 37 (0x25) the alarms plays the emergency sound.
When I send the "data[0].Set(0)" to Class 37 (0x25) it stops the alarm.
I was expecting to be able to send "data[0].Set(6)" to play the "beep-beep" or "data[0].Set(5)" to play the "Door Chime". But it doesn't work. (always play the loud emegency sound).
Maybe I'm not using the right variable to specify the sound value.
I was wondering if maybe a firmware update is needed or something. Someone can help me ?
PS : I'm using JEEDOM
Thanks for letting me know.
Regards,
Pierre
Greetings,
You need to set configuration option 7 to 128. Then you can use BASIC_SET to change the siren sound. Valid values are:
{
"0": "STOP_SOUND",
"1": "EMERGENCY",
"2": "FIRE_ALERT",
"3": "AMBULANCE",
"4": "POLICE_CAR",
"5": "DOOR_CHIME",
"6": "BEEP"
}
Greetings,
You need to set configuration option 7 to 128. Then you can use BASIC_SET to change the siren sound. Valid values are:
{
"0": "STOP_SOUND",
"1": "EMERGENCY",
"2": "FIRE_ALERT",
"3": "AMBULANCE",
"4": "POLICE_CAR",
"5": "DOOR_CHIME",
"6": "BEEP"
}
Hello Marko,
Thanks for your answer. What option is the "option 7" ?
Can you have a look at my screenshot ?
Thanks,
Pierre
Hello Marko,
Thanks for your answer. What option is the "option 7" ?
Can you have a look at my screenshot ?
Thanks,
Pierre
Is it possible to use this on Zipabox/Zipatile?
Is it possible to use this on Zipabox/Zipatile?
Hi Marko, so if this option is already enabled, than is it possible that instead of beep-beep as squawk we can use the door chime for example?
Hi Marko, so if this option is already enabled, than is it possible that instead of beep-beep as squawk we can use the door chime for example?
I have a setup like the following and its very similar to what you want to do. I make my siren beep for 30 seconds if the partition is tripped, also beep while arming or disarming. Siren goes off only after 30 seconds of beaping.
I have a setup like the following and its very similar to what you want to do. I make my siren beep for 30 seconds if the partition is tripped, also beep while arming or disarming. Siren goes off only after 30 seconds of beaping.
Hello, I am a beginner and I want to configure 2 different sounds to the sirene:
Alarm: Loud and alarming (as presetted)
Alarm On/Off with keypad: Door chime or beep
Can someone explain me for beginners how to do that?
Hello, I am a beginner and I want to configure 2 different sounds to the sirene:
Alarm: Loud and alarming (as presetted)
Alarm On/Off with keypad: Door chime or beep
Can someone explain me for beginners how to do that?
How should I configure domoticz to use the different siren sounds? This device seems to use non standard way to set the alarm.
How should I configure domoticz to use the different siren sounds? This device seems to use non standard way to set the alarm.
Hi Stephen,
As Alberto said. When you are resolving interbrand support, you 1st need to contact the controller gateway system or hardware provider whether a specific unit from a specific manufacturer can be integrated to the system you are using for control.
Btw, i have briefly used domoticz, it is a great system with broad range of options and possibility to extend by your own if you know programming, but i dont.
Everyone has its own favour...
Hi Stephen,
As Alberto said. When you are resolving interbrand support, you 1st need to contact the controller gateway system or hardware provider whether a specific unit from a specific manufacturer can be integrated to the system you are using for control.
Btw, i have briefly used domoticz, it is a great system with broad range of options and possibility to extend by your own if you know programming, but i dont.
Everyone has its own favour...
Replies have been locked on this page!