Announcement

Collapse
No announcement yet.

multi sound siren zipato d-link philio

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    multi sound siren zipato d-link philio

    Hi,

    I'm trying to configure the Zipato Multi Sound Siren.
    This seems to be the same hardware as the Philio PSE02 and the D-Link DCH-Z510.
    HS3 recongnizes the manufacturer as Philio.
    It's a gen5 device. I use an Aeotec Z-Stick Gen5 controller.
    The siren is recognized and I can switch the alarm sound on and off.

    It should be possible to switch between multiple alarms and a chime.

    The instruction manual for the siren states that the device supports SWITCH_MULTILEVEL SET to play the different sounds by a sound ID.
    However, HS3 doesn't see the multilevel, just SWITCH_BINARY.

    Is there something I can try to configure the siren, or is it just not supported by HS3 (yet)?

    #2
    I found a workaround for Vera that involves sending a raw Z-Wave command, see below in quotes.
    Is this something that can be achieved with HS3 scripting?

    "
    Fortunately now that we're armed with the knowledge of what the devices are expecting, we can spoof these notification messages by sending raw Z-Wave commands using LUA scripting!
    Make a note of the "ID" that VERA has given to the device - this is the Z-Wave ID (also refered to as the "alt id"), shown on the "Settings" tab of the device in the VERA UI.
    The LUA required to trigger the different siren sounds is as follows:


    luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='13',Data='0x7 1 0x5 0x0 0x0 0x0 0x0 0xA 0x2 0x0 0x0'},1)



    • 13 = Z-Wave Device ID
    • 0x71 = Notification Command Class
    • 0x5 = REPORT
    • 0x0
    • 0x0
    • 0x0
    • 0x0
    • 0xA = Type
    • 0x2 = Event
    • 0x0
    • 0x0

    "

    Comment


      #3
      Originally posted by akkie71 View Post
      Hi,

      I'm trying to configure the Zipato Multi Sound Siren.
      This seems to be the same hardware as the Philio PSE02 and the D-Link DCH-Z510.
      HS3 recongnizes the manufacturer as Philio.
      It's a gen5 device. I use an Aeotec Z-Stick Gen5 controller.
      The siren is recognized and I can switch the alarm sound on and off.

      It should be possible to switch between multiple alarms and a chime.

      The instruction manual for the siren states that the device supports SWITCH_MULTILEVEL SET to play the different sounds by a sound ID.
      However, HS3 doesn't see the multilevel, just SWITCH_BINARY.

      Is there something I can try to configure the siren, or is it just not supported by HS3 (yet)?
      any update?

      Comment


        #4
        Originally posted by jg5985 View Post
        any update?
        Nope. What I don't understand is, that if I buy a Z-Wave certified device (Z-Wave plus even), it doesn't work as advertised with other certified components. What does the certification tell me?

        Comment


          #5
          Also looking for info on this

          Given the information above about using a Notification message sent to the siren...it appears this is possible on other controllers like SmartThings.

          I can't, however, find any way to send a Notification message (or raw SendData) to a specific device in HS. Does anyone know if that is possible?

          With that, one could create scripts to sound any of the alarms.

          Thanks,
          Chris

          Comment


            #6
            old thread old problem

            just added the Philio siren, seems issue is still there, no way of changing sound...

            Comment


              #7
              To my knowledge the Siren is just that, a Siren.
              It wasn't designed as a Multi-Function centre, you need a device such as a Black Cat MUlti-Message Centre.

              Black-Cat-Multi-Message-Centre

              Comment


                #8
                Originally posted by darkjamzi View Post
                just added the Philio siren, seems issue is still there, no way of changing sound...
                I was looking at the manual and I think parameter 7 is for the siren sounds All are 1 byte.

                1 is for Emergency Sound
                2 is for Fire Alert
                3 is for Ambulance Sound
                4 is for Police Car Sound
                5 is for Door Chime
                6 is for beep beep
                0 is for stop sound

                Parameter 29 is for disable/enable alarm
                0 is for enable alarm
                1 is for disable alarm

                Parameter 31 is Alarm Duration
                Each number is 30 seconds, so a 6 would be 3 minutes

                I hope this is right.

                Comment


                  #9
                  Is there a fix for this? I have the same issue. I moved from Vera Plus where I could send notification commands through script. I didn't expect HS to not have this feature.

                  Comment

                  Working...
                  X