Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Zipato Zipabox Indoor Siren


dannyrowe

Question

Dear Forum,

First post from me, new to the Home Automation arena :)

With the Vera controller you can use the following codes to interact with the Zipabox Siren:

Emergency - luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='24',Data='0x71 0x5 0x0 0x0 0x0 0x0 0x7 0x1 0x0 0x0'},1)

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

Ambulance - luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='24',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x3 0x0 0x0'},1)

Police - luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='24',Data='0x71 0x5 0x0 0x0 0x0 0x0 0xA 0x1 0x0 0x0'},1)

Door Chime - luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='24',Data='0x71 0x5 0x0 0x0 0x0 0x0 0x6 0x16 0x0 0x0'},1)

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

Stop - luup.call_action('urn:micasaverde-com:serviceId:ZWaveNetwork1','SendData',{Node='24',Data='0x25 0x1 0x0'},1)

And the following code for a series of beeps for door entry etc.:

luup.call_delay('beep_siren’, 5)

luup.call_delay('beep_siren’, 10)

luup.call_delay('beep_siren’, 15)

luup.call_delay('beep_siren’, 20)

luup.call_delay('beep_siren’, 25)    

function beep_siren ()

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

end

Would any of you super people know how to make this work for the HC2 please?

Or, perhaps I am not installing correctly and there is a more simpler/intelligent way that I should be do it??

Thanks in advance,

Daniel

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Shame nobody seems to know. A multi souls siren compatible with HC2 would be good. Not sure it is possible as other multi sound sirens seem not compatible with fibaro...

Link to comment
Share on other sites

  • 0
  • Inquirer
  • It is a real shame!

     

    I have moved from the Vera Edge controller to the HC2 because I had problems, such as a simple motion detect -> light on scene taking 10 seconds to complete and false readings from door contacts and motion sensors etc.. Tried to get sorted with support but nothing more than 'wait for the next firmware to be released'.  So decided to try the HC2.

     

    The HC2 has solved all my issues and more with the exception of the siren multi-sounds which Vera handle quite well.

    Link to comment
    Share on other sites

    • 0

    I have that siren as well but Fibaro is not interested to have this device integrated as template including the multi-sound feature. 

     

    it's a shame...

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...