Page 1 of 1
Philio PSE02 Indoor Siren
Posted: Sunday 08 November 2015 21:20
by pdsykes
I received a Philio PSE02 Indoor Siren today that I was hoping to use with Domoticz as part of an alarm set up. The device connects fine to my z-wave network and although it is not a recognised device, the required switch appears in the devices list. This allows me to switch the siren on/off, which is fine. However, one of the reasons I bought it is because it has several different tones which I thought I would be able to control by adjusting the level of the switch from Domoticz.
Unfortunately this doesn't work. I have tried altering the standard on/off switch to the dimmer type, but whatever value I set it to, the standard siren sound plays.
The instruction manual gives the following information:
"The device supports using SWITCH_MULTILEVEL_SET to play the sound. The sound ID is defined as follows:
1 or 255: Emergency sound
2: Fire alert
3: Ambulance sound
4: Police car sound
5: Door chime
6-99: Beep beep
0: means stop the sound"
I want like to be able to utilise the 'beep beep' sound to indicate an open door/window but as it stands I cannot work out how to do this. Does anybody have any experience of using other similar sirens in this way that might be able to give me some insight into making it work?
Many thanks,
P
Re: Philio PSE02 Indoor Siren
Posted: Tuesday 17 November 2015 17:57
by cokelid
Have you checked the OZW_Log.txt file to see if it's actually sending a SWITCH_MULTILEVEL_SET command to the siren? That would be my first step?
(As far I remember you have to turn on debugging on the main node (ZWave USB stick or whatever you have) for the OZW_Log.txt to get populated.)
Re: Philio PSE02 Indoor Siren
Posted: Sunday 10 January 2016 7:17
by Egregius
No it's not sending a multilevel:
Code: Select all
2016-01-10 07:14:38.109 Info, Node069, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2016-01-10 07:14:38.109 Info, Node069, SwitchBinary::Set - Setting node 69 to On
2016-01-10 07:14:38.110 Detail, Node069, Queuing (Send) SwitchBinaryCmd_Set (Node=69): 0x01, 0x0a, 0x00, 0x13, 0x45, 0x03, 0x25, 0x01, 0xff, 0x25, 0x56, 0x08
2016-01-10 07:14:38.110 Detail, Node069, Queuing (Send) SwitchBinaryCmd_Get (Node=69): 0x01, 0x09, 0x00, 0x13, 0x45, 0x02, 0x25, 0x02, 0x25, 0x57, 0xf7
2016-01-10 07:14:38.225 Info, Node069, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - False
2016-01-10 07:14:38.225 Info, Node069, SwitchBinary::Set - Setting node 69 to Off
2016-01-10 07:14:38.225 Detail, Node069, Queuing (Send) SwitchBinaryCmd_Set (Node=69): 0x01, 0x0a, 0x00, 0x13, 0x45, 0x03, 0x25, 0x01, 0x00, 0x25, 0x58, 0xf9
2016-01-10 07:14:38.225 Detail, Node069, Queuing (Send) SwitchBinaryCmd_Get (Node=69): 0x01, 0x09, 0x00, 0x13, 0x45, 0x02, 0x25, 0x02, 0x25, 0x59, 0xf9
Any idea how to change that?
Re: Philio PSE02 Indoor Siren
Posted: Sunday 10 January 2016 8:15
by nayr
Looks like you cant, apparently this is what it reports its self as:
https://groups.google.com/forum/#!topic ... uImmA9PJIU
Ive been wanting the ability to script z-wave device configuration changes, but it dont exist.. example, my thermostat has two setpoints.. one for normal and one for energy saving mode, but only way to switch between them is to send a config update to the device.
this sucks, z-wave is desperately missing a door chime thats not 110db.. this was like first thing X10 could do
im about to just get a wired doorbell with 3 tones and hookup relays, nice westminister tone for door bell, two tone ding dong for mailbox/gates opening and a laundry cycle completing, then a single ding for a perimeter sensor triggering.
Re: Philio PSE02 Indoor Siren
Posted: Sunday 10 January 2016 9:05
by Egregius
Isn't that where the config xml files are for? They don't exist for the PSE02... Trying to figure out how to create them.
Re: Philio PSE02 Indoor Siren
Posted: Sunday 10 January 2016 10:45
by nayr
Domo says: What do you support? Your Siren Says: COMMAND_CLASS_SWITCH_BINARY..
as far as OZW can tell its just a binary switch, maby if you can reconfigure it a multilevel device will appear.
Re: Philio PSE02 Indoor Siren
Posted: Friday 15 January 2016 11:40
by ramesses
I am solving the same problem
here with D-link DCH-Z510 (the same HW).
Re: Philio PSE02 Indoor Siren
Posted: Sunday 17 January 2016 10:00
by Egregius
I was able to sent a SWITCH_MULTILEVEL but the siren didn't respond to it.
The manual indicates a NOTIFICATION_V4 message, how can that be sent?
Re: Philio PSE02 Indoor Siren
Posted: Monday 18 January 2016 9:05
by ramesses
Egregius: SWITCH_MULTILEVEL command class is unfortunately not supported by Philio nor D-link. I'd like also to know how to send that specific notification (0x06) to sound ie. door chime.
Re: Philio PSE02 Indoor Siren
Posted: Monday 30 May 2016 19:17
by Richie1972
Has anyone managed to resolve this as I have the D-Link siren and would love to be able to trigger the other sounds
Re: Philio PSE02 Indoor Siren
Posted: Sunday 15 January 2017 19:14
by FriedlNet
I have the same Problem. No Idea?