Philio PSE02 Indoor Siren

Others (MiLight, Hue, Toon etc...)

Moderator: leecollings

Post Reply
pdsykes
Posts: 1
Joined: Sunday 08 November 2015 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Philio PSE02 Indoor Siren

Post 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
cokelid
Posts: 3
Joined: Sunday 05 April 2015 18:32
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Philio PSE02 Indoor Siren

Post 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.)
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Philio PSE02 Indoor Siren

Post 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?
User avatar
nayr
Posts: 354
Joined: Tuesday 11 November 2014 18:42
Target OS: Linux
Domoticz version: github
Location: Denver, CO - USA
Contact:

Re: Philio PSE02 Indoor Siren

Post 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.
Debian Jessie: CuBox-i4 (Primary) w/Static Routed IP and x509 / BeagleBone with OpenSprinkler / BeagleBone Planted Aquarium / 3x Raspbery Pi2b GPIO Slaves
Elemental Theme - node-domoticz-mqtt - Home Theatre Controller - AndroidTV Simple OSD Remote - x509 TLS Auth
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Philio PSE02 Indoor Siren

Post 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.
User avatar
nayr
Posts: 354
Joined: Tuesday 11 November 2014 18:42
Target OS: Linux
Domoticz version: github
Location: Denver, CO - USA
Contact:

Re: Philio PSE02 Indoor Siren

Post 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.
Debian Jessie: CuBox-i4 (Primary) w/Static Routed IP and x509 / BeagleBone with OpenSprinkler / BeagleBone Planted Aquarium / 3x Raspbery Pi2b GPIO Slaves
Elemental Theme - node-domoticz-mqtt - Home Theatre Controller - AndroidTV Simple OSD Remote - x509 TLS Auth
ramesses
Posts: 17
Joined: Monday 30 November 2015 13:32
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8755
Location: CZ
Contact:

Re: Philio PSE02 Indoor Siren

Post by ramesses »

I am solving the same problem here with D-link DCH-Z510 (the same HW).
Domoticz on RaZberry, OZW 1.4-2713
Aeotec MultiSensor 6, Aeotec LED Bulb, Vision ZD2102 Door/Window Sensor, Vision ZP3102 PIR Motion Sensor, D-Link Siren DCH-Z510, Fibaro Smoke Sensor FGSD002, Aeotec Key Fob, Qubino ZMNHDD1 Z-Wave Plus Flush Dimmer
User avatar
Egregius
Posts: 2589
Joined: Thursday 09 April 2015 12:19
Target OS: Linux
Domoticz version: v2024.7
Location: Beitem, BE
Contact:

Re: Philio PSE02 Indoor Siren

Post 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?
ramesses
Posts: 17
Joined: Monday 30 November 2015 13:32
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.8755
Location: CZ
Contact:

Re: Philio PSE02 Indoor Siren

Post 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.
Domoticz on RaZberry, OZW 1.4-2713
Aeotec MultiSensor 6, Aeotec LED Bulb, Vision ZD2102 Door/Window Sensor, Vision ZP3102 PIR Motion Sensor, D-Link Siren DCH-Z510, Fibaro Smoke Sensor FGSD002, Aeotec Key Fob, Qubino ZMNHDD1 Z-Wave Plus Flush Dimmer
User avatar
Richie1972
Posts: 44
Joined: Saturday 09 April 2016 10:23
Target OS: Windows
Domoticz version:
Contact:

Re: Philio PSE02 Indoor Siren

Post 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
Richie

Aeo S5 USB
3 FGSD002 Smoke
1 FGSM Motion
4 FGBS Binary
1 Horstmann ASR-ZW
2 Aeo Relay
1 FGS222 2xRelay
2 Aeo Multi Gen4
2 Everspring relay
1 Aeo Repeater
1 Popp Switch
1 TKB socket
4 Popp Dimmer
FriedlNet
Posts: 4
Joined: Sunday 15 January 2017 19:09
Target OS: NAS (Synology & others)
Domoticz version: 3.6334
Contact:

Re: Philio PSE02 Indoor Siren

Post by FriedlNet »

I have the same Problem. No Idea?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest