Neo Siren Alarm Evaluate (Z-Wave)

#Neo #Siren #Alarm #Evaluate #ZWave

Neo Siren Alarm Box and device in a pinterest pin

I’ve an alarm system with a siren. Nonetheless, the siren isn’t loud sufficient to be heard clearly all through our residence. It’s simple to overlook if we’re sleeping or listening to the TV loudly in some locations in the home. So, I believed getting a siren to reinforce my residence safety can be a good suggestion. After some analysis, I made a decision to check out the Neo Siren because it had good evaluations on Amazon and was a Z-Wave system that might simply combine with my good residence. Was it a superb buy? This text particulars my ideas.

This web page incorporates affiliate hyperlinks. If you are going to buy an merchandise utilizing an affiliate hyperlink I’ll obtain a small fee without charge to you. Associates don’t affect my suggestions. Learn my disclosures for extra data.

Neo Siren specs and overview

Z-Wave Plus Siren Alarm with Strobe alerts, NEO Smart Siren, Support USB Charge and with Back up Battery Works with SmartThings, Blue

Z-Wave Plus Siren Alarm with Strobe alerts, NEO Good Siren, Assist USB Cost and with Again up Battery Works with SmartThings, Blue

  • Don’t work with Ring& Vivint panel! ●Audio & Visible Selection: distinctive chimes/alarms with a flashing pink LED to inform you of various residence occasions. Assist two varieties of energy supply- Battery energy & USB charged ( 6V, 0.5A ) If the voltage is in 4.5-6V, it should report low energy.
  • ●Specialised Schedules: Get inventive with day by day audio schedules constructed round your life and household: outline examine time for the children, always remember to feed the fish, set reminders for the aged.
  • ●Emergency Assist: Join the Good Chime to different Z-Wave security gadgets to know immediately what the difficulty is, whether or not it’s damaged glass, an unlocked protected, smoke, or floods.

Beneath are the fundamental specs of the Neo Siren Alarm

Dimensions 2 x 1.88 x 1.88 inches
Weight 4.6 ounces
Energy 2 CR123A batteries and/or USB Micro connection (4.5 – 6V, .5 amps)
Siren loudness as much as 105dB
Siren sorts 10 totally different configurable siren sounds
Connectivity Z-Wave Plus

With the configurable sounds this unit can perform as a doorbell and/or a siren, as you’ll be able to change which sound it makes use of in actual time to suit your wants.

It’s also possible to:

  • Customise the alarm quantity to 3 totally different ranges
  • Customise how lengthy the alarm sounds
  • Set whether or not the LED comes on or not when the siren is triggered

Including to Residence Assistant

Becoming a member of this system with a Z-Wave community is easy. I’m going to undergo how one can be part of it utilizing Residence Assistant’s Z-Wave JS implementation. Nonetheless, the method for becoming a member of it to different Z-Wave-capable hubs must be related.

First, you pry the again off of the system to reveal the code button. Then in Residence Assistant, head to Z-Wave JS configuration web page and press “Add Gadget.” Lastly, triple-click the Neo Siren Alarm code button.

Back of the Neo Smart Siren Device with Batteries and pairing button exposed
Again of the Neo Siren Alarm with out the quilt, exposing the code button used for pairing.

The Neo Siren Alarm LED will flash pink 5 occasions. After a brief wait, Residence Assistant ought to add the system to the Z-Wave community and also you’ll have a tool web page like the next:

Neo Z-Wave Home Assistant Device page

Utilization and configuration

The primary entities that Residence Assistant creates are the Siren Alarm swap and the Battery Stage sensor. By default, turning the swap on units off the default Siren and LEDs like so:

Configuring the siren in Residence Assistant

All most individuals utilizing this siren might want to do is flip it on and off based mostly on triggers. Nonetheless, energy customers would possibly wish to use totally different sounds and lengths of alarm length. They might additionally wish to customise the amount.

For instance, you might have considered trying it to sound like a doorbell when somebody is at your door, or have totally different alarm sounds relying on whether or not an intruder is detected or there’s a water leak.

All of that is doable in Residence Assistant utilizing the zwave_js.set_config_parameter service. For instance, if you happen to wished to set the Neo Siren Alarm to make use of the Police Siren alarm at a medium quantity, and have the LED come on you would use a script that appears like this:

set_police_siren_alarm:
  alias: "Set Police Siren Alarm"
  sequence:
#Set Parameter 7 of the siren to make use of an alarm sound configuration (1)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "7"
        worth: "1"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 5 of the siren to make use of an Police Siren alarm sound choice (7)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "5"
        worth: "7"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 1 of the siren to make use of an use a medium (center) alarm quantity (2)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "1"
        worth: "2"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 8 of the siren to flash the LED (1) for alarms
    - service: zwave_js.set_config_parameter
      information:
        parameter: "8"
        worth: "1"
      goal:
        entity_id: swap.siren_alarm
#Give Z-Wave time to replace the configuration
    - delay: '00:00:01'

This code merely units the suitable parameters to the suitable values for the alarm we wished. You’d nonetheless want to make use of the swap.turn_on service to set off the siren.

Should you wished to set the siren to make use of Westminster doorbell sound at low quantity with the LED flashing you would make a script just like the next:

set_doorbell_siren_chime:
  alias: "Set Doorbell Siren Alarm"
  sequence:
#Set Parameter 7 of the siren to make use of an doorbell sound configuration (2)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "7"
        worth: "2"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 6 of the siren to make use of an Westminster Chimes doorbell sound choice (3)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "6"
        worth: "4"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 4 of the siren to make use of an use a low doorbell quantity (1)
    - service: zwave_js.set_config_parameter
      information:
        parameter: "4"
        worth: "1"
      goal:
        entity_id: swap.siren_alarm
#Set Parameter 9 of the siren to flash the LED (1) for alarms
    - service: zwave_js.set_config_parameter
      information:
        parameter: "9"
        worth: "1"
      goal:
        entity_id: swap.siren_alarm
#Give Z-Wave time to replace the configuration
    - delay: '00:00:01'

Yow will discover these parameters and the doable values within the Z-Wave JS console or contained in the Residence Assistant configuration display screen for this system, however I put a few of the ones I take advantage of within the subsequent part.

Siren configuration settings

These are the values you should use for the assorted configuration settings I referenced above.

Default Siren Sound (Parameter 7)

Numeric Worth Textual content Worth
1 Alarm Sound (default)
2 Doorbell Sound (default)

Alarm Sound Choice (Parameter 5)

Numeric Worth Textual content Worth
1 Doorbell
2 Für Elise
3 Westminster Chimes
4 Ding Dong
5 William Inform
6 Ronda Alla Turca
7 Police Siren
8 Evacuation
9 Beep Beep
10 Beep (default)

Doorbell Sound Choice (Parameter 6)

Numeric Worth Textual content Worth
1 Doorbell
2 Für Elise
3 Westminster Chimes
4 Ding Dong
5 William Inform
6 Ronda Alla Turca
7 Police Siren
8 Evacuation
9 Beep Beep (default)
10 Beep

Alarm Quantity (Parameter 1)

Numeric Worth Textual content Worth
1 Low
2 Center (default)
3 Excessive

Doorbell Quantity (Parameter 4)

Numeric Worth Textual content Worth
1 Low
2 Center (default)
3 Excessive

Alarm LED (Parameter 8)

Numeric Worth Textual content Worth
0 Disable
1 Allow (default)

Doorbell LED (Parameter 9)

Numeric Worth Textual content Worth
0 Disable (default)
1 Allow

Different sirens to think about

All the sirens under besides the Ecolink typically price greater than the Neo Siren Alarm. The IQ and Ecolink are each plugin sirens, which is usually a plus and a minus. I favor no less than having a battery backup in case the ability is out since my residence automation controller can be on battery backup in case of outages.

The Fortrezz unit has a superb strobe gentle and may perform in strobe-only mode. It can also plug in by way of a DC adapter and has battery backup. The IQ Siren has a superb strobe as effectively.

IQ Siren (Z-Wave)

IQ Siren (Z-Wave)

Plugs into any normal outlet; 3 LEDs strobe throughout alarm occasions; Ear-splitting 105 db siren

$106.76

Ultimate ideas

The Neo Siren Alarm is an effective selection if you happen to aren’t too excited about it as a robust strobe gentle. It’s responsive, works effectively over Z-Wave, and is moveable. I particularly like that I can modify the chimes to suit totally different triggers (alarm, flood, doorbell, and so forth.).

It might be a wonderful addition to your good residence safety system.

Do you’ve a unique siren that you simply suggest? Let me know within the feedback or on Twitter.

Leave a Reply

Your email address will not be published. Required fields are marked *