Professional ALARM SYSTEM in Home Assistant! How to set it up.

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 299

  • @KrispKiwi
    @KrispKiwi 9 дней назад +1

    I combined this with Alarmo. One reason for that is that it supports multiple alarm codes, I have one for me, one for guests I can easily toggle on and off and one for a secret alarm so say someone is telling me turn off the alarm as they're robbing me, I can use that code instead. On the surface it will turn off the alarm but then it can secretly also say send off a notification

  • @Smoothy0911
    @Smoothy0911 Год назад +5

    Hi, thanks for this very nice tutorial👍 Using RFID and splitting the configuration in 2 parts would make it perfect. 2 parts means, one for an area with trigger delay only for the main entrance door(s) an another part without trigger delay for all other sensors (Window & Door sensors, glass break sensors, motion detectors, .... outside the main entrance area).
    Or, if the system will be armed by the phone app outside the house, it could also work without any trigger delay 😉

  • @Ald0pe
    @Ald0pe 2 года назад +3

    Followed the instructions and works really well. The only thing I did diferent is to use dinamic scenes to restore the states after the alarm is disarm.

  • @PabloTBrave
    @PabloTBrave 11 месяцев назад +1

    I do like the idea of all the lights flashing red so there is an audible and visual indication of which house is being robbed . Am external siren is needed aswell as all the internal speakers

  • @rtaussem9138
    @rtaussem9138 2 года назад +6

    Very good video. I switched some time ago to the Alarmo integration from Niels Faber. It includes several of the features you created out of the box. E.g., notifications with the list of triggered sensors.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Yes, I know that HACS integration, but I do not use it myself. The Alarmo integration makes it a bit easier to configure the alarm panel, but the notifications do not make much sense for me because I use a motion sensor group. I am not aware that the Alarmo integration can send a push message to your phone. does it support flashing lights and triggering am mp3 through your speakers?

    • @rtaussem9138
      @rtaussem9138 2 года назад +3

      ​@@SmartHomeJunkie You can use notify service to send notifications in the in-build notifications of Alarmo. This works for me to get alerts in the Home Assistant app. It should also work for all other notifications supported in HA like Signal. You can trigger as action a script inside HA. In the script you can run flashing lights or play mp3 sounds. In addition Alarmo creates a alarm control panel which works like the one you used in the video. I use e.g., Node-Red to trigger more complex automations based on the status of the alarm control panel of Alarmo.

    • @PersonXes
      @PersonXes 2 года назад

      @@SmartHomeJunkie Alarmo can do a lot, and for what it can't do you can build automations that leverage alarmo. I for example created automations to choose what state alarmo should be in (basedon whether our phones are home, whether we are sleeping,...). Alarmo is really great.

    • @Sparky_D
      @Sparky_D 2 года назад +1

      @@SmartHomeJunkie yep, Alarmo can do all of those things

    • @ramppage
      @ramppage 2 года назад

      Problem is if you're not familiar with how to make scripts, doing these things in Alarmo is actually harder. There's no UI to do advanced things. I can't figure out how to flash lights and turn on my siren with it, so I'm going to follow this video and do it all manually. I really like the idea of Alarmo, I just don't want to spend 100 hours trying to figure out how to hook automatons into it. Why can't it just use existing automations?

  • @gmichie1
    @gmichie1 2 дня назад

    Great video. Which motion sensor would you use today? That is pretty much the key to everything.

  • @kevinhenryviii
    @kevinhenryviii 2 года назад +2

    Ed to the rescue again. This was going to my next project. Thank you very much. 👏🏻

  • @laurentfrancois4551
    @laurentfrancois4551 23 дня назад

    Very well explained ! TOP 👍

  • @kherhitesh
    @kherhitesh Год назад +1

    Nice video 👍 can you help me about how to ringing ringtone in my phone when alarm active, and some time get notification on phone only when my phone display is on or when unlock my phone

  • @garymorris9151
    @garymorris9151 2 года назад +1

    This is great. I learned a lot about states, triggers and automations from your video. One major problem with this is that if you arm it when one of the sensors is open (ie: a window) it will never trigger if/when one of the other sensors opens (I have 6 sensors).

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      True, but you can add an automation tag warns you if a door or window is still open. Or change the current automation that tests each door individually.

    • @garymorris9151
      @garymorris9151 2 года назад

      @@SmartHomeJunkie I tried changing the trigger so it is triggered by the 6 sensors instead of the Alarm sensor group. This triggers immediately after arming if one of the windows is open. I need to learn how to use variables (?) so that I can make it tell you which zone is open when it triggers. Do you have a video about using variables in HA?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@garymorris9151 I'd create a template sensor that returns the open sensors. You might watch my Templates and Custom Sensors video for that.

  • @Damrak-oc6jw
    @Damrak-oc6jw 7 месяцев назад +1

    Ich finde es super, das Deine Videos mit Untertitel sind, da mein Englisch leider nicht mehr so gut ist. Aber so ist das perfekt und Du hast mir schon tolle Anregungen geliefert. Mein Abo ist Dir sicher. Gruß Andy

    • @SmartHomeJunkie
      @SmartHomeJunkie  7 месяцев назад

      Danke schön!

    • @nics8040
      @nics8040 4 месяца назад

      @@SmartHomeJunkie where can you get free siren mp3's?

  • @kaandurgut
    @kaandurgut 10 месяцев назад +2

    Hello, I have a question for you: Can we put a password on any Sonoff brand relay? For example, I open my door with a relay, but sometimes my children accidentally touch the button and the door opens. I want to ensure that it opens only by setting a password, thank you.

    • @SmartHomeJunkie
      @SmartHomeJunkie  10 месяцев назад

      Hmmm. Interesting question. I never tried that and I do not have a Sonoff relay to test it either.

  • @laurens2986
    @laurens2986 2 года назад +5

    Nice video, one little thing I'd like to address is the fact that the flashing lights and siren automations will also trigger on disarming the alarm from an armed state rather than only from a triggered state resulting in lights being on and volume be adjusted to 4 (alarm-disarmed triggers). This can be countered by adding "triggered" in "from state".

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +5

      Just tested this. The flashing lights and siren are not triggered. It will however set the alarm lights to the disarmed state color when you disarm the alarm if it is not triggered. Thank you for this addition, Adding triggered to the from state in the alarm-is-disarmed triggers will indeed fix this!

    • @kevinhenryviii
      @kevinhenryviii 2 года назад

      Well spotted. Saves me having to turn off all the lights and reset my volumes after all my testing🤦🏻

    • @daleholden
      @daleholden 2 года назад

      What do you add exactly to stop this?

    • @laurens2986
      @laurens2986 2 года назад +8

      @@daleholden In the alarm-is-disarmed triggers you add the state "from": triggered "to": disarmed. That way the automation will only fire when going from the alarm being in state "triggered" to state "disarmed".

  • @plankton9864
    @plankton9864 9 месяцев назад

    Thank you for all the support. Much appreciated!!

    • @SmartHomeJunkie
      @SmartHomeJunkie  9 месяцев назад

      See this video for the new menu: The NEW Settings Menu in Home Assistant versus the Old Configuration Menu + FREE GIVE-AWAY
      ruclips.net/video/PncDL3bV1SA/видео.html
      The script is still working. You just need to go to the new menu structure.

  • @paul_grimsley
    @paul_grimsley Год назад +1

    Thank you for the turorial, its really been useful. I prefer it to Alarmo as my family uses Apple Home and I can easily expose the alarm controls without the need for a pin code so all their phones in Apple home. However, I just can't get the audio to work with the changes made to automations. Specifically the Mode part, changing single to Restart. I can't figure out where that function has gone in HA 2023.8 I really appreciate their UI updates but it's a full time job to keep up with their changes. Can anyone assist please?

    • @MatthewN8OHU
      @MatthewN8OHU 6 месяцев назад

      It's been moved. Open up your Automation and click the three dots in the upper right hand corner; one of the options there is to change the mode.

  • @michals8351
    @michals8351 7 месяцев назад

    King of HASS! Live long and prosper 🖖

  • @bgable7707
    @bgable7707 2 года назад +2

    Excellent walk through explaining the YAML and GUI config. And thanks for posting the final YAML code.

  • @DigitalVideoEdit
    @DigitalVideoEdit 2 года назад +1

    congratulations and thanks ... I'm trying to put this tutorial into practice ..... is it possible to integrate a keypad to be placed at the entrance of the house and a system to activate and deactivate with the phone's nfc or a nfc tag? thank you

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      Yes, see my nfc tag reader video!

    • @DigitalVideoEdit
      @DigitalVideoEdit 2 года назад

      @@SmartHomeJunkie thanks I did some tests but I have some problems .... I tried both with the motion sensor and with the contact of the security door, but I have the same problem .... when I move or open the door contact does not nothing happens (even on the screen) pending does not appear ..... when I disarm with the code the lights come on (I think this is correct). help..why don't the flashing lights come on? thanks and congratulations.

  • @bigdaddy7741
    @bigdaddy7741 2 года назад

    Great video, I have not been able to get it to play Siren to Sonos Play1. It doesn't error, but no sound as it isn't turning on play1. If I go to HA, Media select Play1 and select alarm.mp3 it plays just fine. What else is needed to have it trigger Play1 from the automation. (Setting and triggering the alarm panel is also working) Thanks... Update: It's now working.... I was only using 1 play1 so I was calling the play1 entity and not a group. I created SonosSpeaker Group with just the Play1 in it. It is now working. Thank you again for this great video....

  • @vaughanza
    @vaughanza 2 года назад

    Thanks , this just what I am looking for. I have ADT x64 alarm system that have a number of zones connected to the alarm. I wish I could get the alarm system interegrated into HA. Really need this in South africa. Would help alot . Thanks for your great videos

  • @marcel3468
    @marcel3468 6 месяцев назад +1

    Thanks for this nice Video! How can i display the Alarm Panel in Full Screen Mode? I want to create a page with only this Alarm Panel.

    • @SmartHomeJunkie
      @SmartHomeJunkie  6 месяцев назад +1

      Set the view type of your dashboard to "panel".

    • @marcel3468
      @marcel3468 6 месяцев назад

      @@SmartHomeJunkie thanks for the quick answer. Now the alarm panel is in Full Screen Mode but the icons and the text have the same size as before the change. Any Idea?

  • @terrancecarpenter4623
    @terrancecarpenter4623 9 месяцев назад

    Great Job on the tutorial and thank you! How do i change the mode to Restart.... In my version of Home Assistant there is no option for changing the Automation mode... so my alarm just keeps ringing.

    • @SmartHomeJunkie
      @SmartHomeJunkie  9 месяцев назад

      Yes, that has changed in the interface. Just click on the three dots in the upper right corner of the auutomation. You can change the mode there.

  • @AviDarks
    @AviDarks 2 года назад

    Thank you. Very high -quality effective.
    You can add another piece or a short video, how to cancel or run the alarm one of the people go out of the house or coming to the house?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      Thank you. See my geofencing or switch baseed on presence videos how to do this:
      ruclips.net/video/J-b8BAefNGQ/видео.html
      ruclips.net/video/pjAyRN5UiBg/видео.html

  • @l0ki83
    @l0ki83 7 месяцев назад

    Great Video! Many Thanks! But is there any way to modify the alarm panel card? The buttons are so small (too small for me) and maybe the style could be better. I already tried different methods, but noting really worked.

  • @01quentino
    @01quentino Год назад

    Thank you very much for this great video, it's really helpful!
    Would it be possible to trigger the alarm if you enter the wrong code a specific number of times ?

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      I think the alarm is triggered already before you have time to type in the code multiple times 😉

  • @Alex_00657
    @Alex_00657 7 месяцев назад

    Hi, very interesting and well explained subject.
    A question.
    How the code in config.yaml would look Like, if i would use the Presence of somebody of the Family at home instead of input a code?
    The Idea behind is:
    I would create a group consisting of all Family members with assigned mobiles. If the person is connected to the Home Wfi, a group woud set up to present and Alarm would be automatical disabled.
    Would be great.
    Thx

  • @sevagj.b
    @sevagj.b 2 года назад

    Is nice to know this function, I will try it
    And I will back with questions 🤣
    Thanks 🙏

  • @truty1986
    @truty1986 2 года назад +1

    Love the video, copied everything for my setup. I am trying to setup armed home with only contact sensors. But somewhere down the line I am failing. In the video you set Alarm montion sensors to "on" for action to trigger the automation. Is the same trigger for contact sensors. Or is it something else?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      It should be the same, but you can check in Developer Tools -> State what the actual state of your contact sensors is. It might be that the states are "open" and "closed".

  • @MrZiolelle
    @MrZiolelle 2 года назад +1

    I want to thank you, this is one of the best tutorial on HA I found

  • @aliyunoura
    @aliyunoura Год назад +1

    You are amazing sir, congrats, but can I follow the same procedure for my konnected pro board?, i think it’s going to work like that, thanks

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      Thanks. I don't own a konnected pro board myself.

    • @aliyunoura
      @aliyunoura Год назад

      @@SmartHomeJunkie okay I think I will give a try

  • @izemanevobike
    @izemanevobike Год назад +1

    Your automations are SO MUCH more sophisticated than my trivial turn on, off, yes, no stuff :) I really have to get more into details. It's so much more straight forward! Thank you! BTW: What I'd really like to see is if you can SAVE THE STATE of the lamp before alarm goes off, and bring it back to this state once alarm is disarmed. Now I'm just turning it off, but it would be nice if it was as it was before. Any ideas? Same goes for the speaker volume.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      This is possible. Watch my scenes on steroids video for that.

    • @izemanevobike
      @izemanevobike Год назад +2

      Ah nice. I was pretty sure you had and answer for that. I also purchased both configs. 😊

    • @izemanevobike
      @izemanevobike Год назад +3

      Just checked you ‚just‘ need to call service create scene and make a snapshot of the light. When the automation is done you call the scene again and bam. You’re done.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад +1

      @@izemanevobike Thank you for your support 🙏🏻

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад +1

      @@izemanevobike Cool isn't it!

  • @MarkGhali
    @MarkGhali 2 года назад +1

    good video! You should check out Alarmo integration in HACs

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      I know Alarmo, but I like to do it myself so that I have more control.

    • @MarkGhali
      @MarkGhali 2 года назад

      @@SmartHomeJunkie very cool! Appreciate your work!

  • @ekushi9382
    @ekushi9382 6 дней назад

    Hi.
    Can I integrate my nest door bell in a way that, when it detects a familiar face to disarm the alarm automatically?
    Thank you

  • @tolgamumcu34
    @tolgamumcu34 Год назад +1

    Thank you.

  • @edwaaij4752
    @edwaaij4752 2 года назад

    Thanks again for your clear explanation.
    I would like to know a little more about the possibility of debugging using 'Tracering' in HA .
    Maybe an idea for your next video.
    thanks

  • @sharemann
    @sharemann Год назад +1

    Hello, your videos are really great. Just me as a beginner love you. I'm in the process of setting everything up. I absolutely love the dashboard from the video, visible at minute 2:12. Is it possible that you make a video about it. Would have exactly the same look. I would be happy if I got an answer. Keep it up

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      Thanks! I do not use that dashboard anymore. Nowadays I mostly use mushroom cards.

    • @sharemann
      @sharemann Год назад

      @@SmartHomeJunkie do you have a video from a making off ?

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      @@sharemann You mean the making of my videos?

  • @kobedde
    @kobedde 10 месяцев назад +1

    One of the better tutorials I've seen. 👍I will definitely do something further with this.
    Thanks for sharing.

  • @Damrak-oc6jw
    @Damrak-oc6jw 7 месяцев назад

    Hi Ed, great video and I've almost managed to set everything up now. But could you please explain to me how I have to configure this if all my speakers are Echo Dots? Because I can't enter a content type or a content ID.

    • @MatthewN8OHU
      @MatthewN8OHU 6 месяцев назад

      You'll need the Alexa Media Player HACS Integration to be able to use them as a media player.

  • @Manticore_007
    @Manticore_007 Год назад +1

    Very nice video. The sirene is the exact same sound as a Visonic Powermax, love it!

  • @mrovers1973
    @mrovers1973 5 месяцев назад

    Nice work. I think you forgot just one thing.... When the state of the alarm changes to triggered, lights will blink and siren will sound, but if nothing happens and the state goes back from triggered to alarm away or alarm home .... It will still continue to flash and make noise :)

    • @SmartHomeJunkie
      @SmartHomeJunkie  4 месяца назад +1

      Well, only for a short period of time.

  • @wilsmit9266
    @wilsmit9266 2 года назад

    Cheers it works. only one question, is it possible to change the occupancy time of the Motion Sensor (in my case a Sonoff)

  • @deathnemesis1
    @deathnemesis1 Год назад +1

    Hello! first of all very good video, but I wanted to ask you.
    How do you do it so that the alarm continues with its last state when homeassistant is restarted?

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      You can do that by storing the state in a helper and use that in an automaton that triggers on restart.

  • @Damrak-oc6jw
    @Damrak-oc6jw 7 месяцев назад +1

    Sorry, can you tell me where I finde the "Restart Mode" like in the Video at Minute 12:13 ? Thanks

  • @asopok
    @asopok Год назад

    Great video. I'm using an actual siren. How do I configure the audio section?

  • @Rodgauer-ho5ko
    @Rodgauer-ho5ko Год назад

    Great vid. How do you manage to supply the smart bulbs with power in the first place? There must be some kind of device like a shelly I guess. Otherwise the bulbs must be on all the time.

  • @paulstead7428
    @paulstead7428 Месяц назад

    Hi brilliant video many thanks however I get up to 22:16 where you input the content ID which I do but my alexa says "to send tts please set announce equals true music cannot be played this way" Any advice please?

  • @hillebrandstreet1882
    @hillebrandstreet1882 Год назад +1

    This was awesome thank you so much for the awesome Alarm setup , I bought your zip file :) worked perfect !

  • @davidforbes9299
    @davidforbes9299 Год назад +1

    Brilliant clips of how to setup :-)
    I am hard of hearing myself so what sort of speakers do you use? want it use for door bell, alarm, Welcome home message etc..... can you give me link of speaker device weather wall mount or ceiling mount speaker.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад +1

      I use Google Home smart speakers like the Nest mini and Nest Hub.

    • @davidforbes9299
      @davidforbes9299 Год назад +1

      @@SmartHomeJunkie many thanks for quick reply!
      Do these linked with cloud? (HA send message to Nest mini without cloud involved)
      Are they louder enough if turn up high?
      trying to think mount on wall without eyesore by showing power cable.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      @@davidforbes9299 Yes, I use the cloud ( www.home-assistant.io/integrations/google_assistant/ ). The volume is pretty loud, but I guess that's personal.

    • @davidforbes9299
      @davidforbes9299 Год назад

      @@SmartHomeJunkie Morning, I just received Nest Mini this morning, yeah! going to setup through app linked up with Google home to setup wifi link, then I clicked your linked /integrations/google_assistant/ ... it shown "This page does not exist" - so what do I need to do to get Home Assistant to work with Nest?
      Steps by steps please, as I am ongoing learning

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      @@davidforbes9299 I fixed the link ;)

  • @Auld_Moaner
    @Auld_Moaner 2 года назад +1

    Excellent update, thanks again for taking the time to remake this 👍

  • @b3y0urs3lf
    @b3y0urs3lf 2 года назад

    Thank you for sharing your knowledge, i like the way you explain everything. Here is a question, how to a remove an old alarm entity?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      Thx. Just remove it from your configuration.yaml and restart HA. If it's still there after that, refresh the cache of your browser.

    • @b3y0urs3lf
      @b3y0urs3lf 2 года назад

      @@SmartHomeJunkie"If it's still there after that, refresh the cache of your browser." That worked! Thanks again, after several restart and unsuccessful attempt, it was that easy!

  • @bladepif2710
    @bladepif2710 Год назад

    Hi thanks for the tutotial. I have one question. How do you handle battery sensors? Because if sensor is on(open) and battery kicks out, the status stay on on and sensors group stay on, so when you arm the alarm, sensor group will never turn off anymore to react on an other sensor in the group that jump to on

  • @waltervos8537
    @waltervos8537 2 года назад +1

    Great video again. As a HA starter I really learn a lot from your videos. Thanks!

  • @meisjesaar9624
    @meisjesaar9624 2 года назад +1

    Is het ook mogelijk om de titels van de labels op het panel te wijzigen? Dus 'Arm away' aanpassen in een andere omschrijving?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Good question. I'd have to look into that.

    • @stw-py9hz
      @stw-py9hz Год назад

      @@SmartHomeJunkie I would be very interested in that too! Can't get it figured out

  • @brakahiphop
    @brakahiphop Год назад +1

    Great video right there. Thanks a lot. Quick question however, how does the phone notifications work when you are away and your HA setup works in local network only ? Thanks in advance!

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      The phone notification will probably not work of you do not have remote access. I never tested that 🤷🏼

    • @brakahiphop
      @brakahiphop Год назад +1

      @@SmartHomeJunkie thanks for the amazingly fast answer man. that would make sense not having it working.
      I think various solutions can apply to cover this issue like:
      - setting up email notifications instead
      - subscribing to nabu casa
      - setting up duckdns + letsencrypt
      - set up VPN for your local network and use it while you're out of home on your mobile devices
      Maybe I missed some but, here are the ideas I got on top of my head. Hope this helps everyone 😉

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад +1

      @@brakahiphop Thanks for this addition! You can also connect to Telegram. I might create a video of that one day... 😏

  • @elvismt
    @elvismt 2 года назад

    Hello your tutorial is awesome ! II made such an alarm at my home. and of course I have a question. i have a device. a siren connected to a smart socket it is not a speaker device. How to turn it on on media speaker alarm group?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Thx. I do not have such a device myself, so I do not know. But I guess that if you choose the device in actions, it might have an action that triggers it. 🤷🏼

  • @juanignacioschulz5015
    @juanignacioschulz5015 Год назад +1

    Amazing video and very well explained.
    Thank you so much for such a great content!

  • @tgf2004nl
    @tgf2004nl Год назад

    Hi Ed, great video, got the basics working (off course with your video as a guideline ;-) ), when entering the automation for flashing the lights at about 16:50 in yout video, you're entering an 'option'. I can't find that in my installation, I'm using version Home Assistant 2023.1.7, can you tell me where or how I can enter the option to set the lights in a 'normal' state after flashing red? Thanx in advance!

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      Thanks. I think you might have missed the step to add a choose action first in the actions area. You can add options within the choose action.

  • @RogerV-NL
    @RogerV-NL Год назад +1

    Is it possible to expand the automation and/or helper that the alarm only will be triggered when motion is detected by two or more different motion sensors? I'm using the Aqara P1 sensors and they give false positives on a regular basis. What I want is when two sensors detect motion within 5 minutes or so, then the alarm should be triggered. Is that possible?

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      Yes! You can group motion sensors in a helper and check on the state of that helper.

  • @charlessfeir5642
    @charlessfeir5642 Год назад

    Hi, thank you so much for this wonderful video. Very nice tutorial. I have a question in regard to the best way to setup the sensors needed for Away vs Home. Obviously for Away, I will include all sensors (contact, motion etc.) BUT for Home, I don't want to inlude the motion sensors since we will be moving in the house. Is it better to setup 2 groups of sensors: 1 group for Away and 1 group for Home? Or jsut have 1 group and for the Away remove the motion from the list? Thank you

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      I would say create two groups. One for away and one for home.

  • @ivlis32
    @ivlis32 2 года назад

    Great Video, thanks! The thing I don't get is what is the purpose of the code? If someone got access to your HA dashboard they can do whatever they want, including just switching off the automations, so nothing will alert you even of the alarm triggers.
    Minor comment, it is better to use a blinking effect instead of switching the lights back and forth. Some of the smart bulbs are saving their state to their flash memory and that memory has a very limited resource.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +3

      Hi Ivan,
      It depends. How would someone r get access to the HA dashboard without having the companion app installed? And even if you have the dashboard on a tablet, you could let the tablet log in with a non administrator account and then someone could never change things. The blink effect is too short for this. I tried it, but it did not work the way I wanted it to work.

  • @wilsmit9266
    @wilsmit9266 2 года назад +1

    Great tutorial again!! Looking at your "My Devices" page couple of questions. do you have experiance with the Silvercrest gateway? or is it better to use the Conbee stick? have you placed this stick directly into the RPI?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Thx. I use the Conbee stick with an extension cable which is connected to my HA server.

    • @wilsmit9266
      @wilsmit9266 2 года назад +1

      @@SmartHomeJunkie OK. I'am running HA on a Odroid N2+ does the stick needs any installation?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      @@wilsmit9266 No, just install deCONZ, Zigbee2MQTT or ZHA

  • @setmane
    @setmane 2 года назад

    Thank you very much

  • @grommet20002000
    @grommet20002000 2 года назад +1

    Can i ask why not put the flashing lights and the siren in a single automation, as they both have the same trigger and conditions.

    • @PhilippeLeToquin
      @PhilippeLeToquin 2 года назад +1

      I wondered that as well but then thought it makes it easy to deactivate one without affecting the other.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Sure you can do that, but I thought that it would make the tutorial a bit more complex to understand. It was just for the tutorial purpose that I put them in two automations.

  • @mynaughtyhabit7610
    @mynaughtyhabit7610 29 дней назад

    Thanks for the tutorial! I get this error from alexa "to use TTS, set announce equal to true, music can't be played this way" . . so I add "announce: true" to the yaml of the "perform action 'media player: play media' but when I do that I don't get the error, yet the audio (alarm) does not play, and I get no errors . . any idea where I'm gone wrong?

  • @captshadab
    @captshadab Год назад

    Hi would you create a video of using alarm system with physical keypad

  • @doubleu2170
    @doubleu2170 2 года назад

    Thank you for the Update. I did not use the helper „ group“ yet. If so I have to delete my older groups, right ?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Yes, indeed. And make sure you empty your browser cache after that!

  • @pratvictor5
    @pratvictor5 2 года назад

    Great video!!!

  • @Kers1959
    @Kers1959 Год назад

    Great video and I wondering if you know of a way to add a Hikvision Wi-Fi external siren to use with Alarmo in Home Assistant

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      I do not own such a siren myself, so it's hard for me to check it.

    • @bruceker8254
      @bruceker8254 Год назад +1

      @@SmartHomeJunkie Thanks for the reply Ed.......I found out how to add the siren to Alarmo but on your video, its just if I was able to add the siren to HA and thats where the issue is......I will ask the HA community if anybody has been able to add the particular siren to HA

  • @davide4234
    @davide4234 2 года назад

    Very interesting video and explained very well.
    It would be nice if you could receive a more detailed notification on your phone, for example indicating which sensor triggered the alarm.
    I'll wait for the next video ;-)

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      That is definately possible.

    • @garymorris9151
      @garymorris9151 2 года назад

      @@SmartHomeJunkie How? Are there macros that can expand in the text message?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@garymorris9151 If you test each devalue individually instead of in a group, you can store the triggered sensor in a (text) helper and show the value of that helper in the notification. There are more ways, for instance, create a custom template that returns all the open sensors and send that value in your notification.

  • @EsotericArctos
    @EsotericArctos 2 года назад +1

    I noticed the trigger to stop the alarm is when alarm is disarmed, which is great, but how does the action to stop the alarm sounding after 120 seconds work ? Does the alarm move from triggered to disarmed back to armed to deal with this?
    Thanks

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      It gets armed again and if there's again motion detected, it will be triggered again. At least, that's what I think by heart.

    • @EsotericArctos
      @EsotericArctos 2 года назад

      @@SmartHomeJunkie Okay. So does that make the alarm sound and lights to stop without needing additional automations? I am in an area that requires alarms to automatically stop sounding after a set period of time after a trigger. Thanks :)

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@EsotericArctos I think so yes, but I'd have to test it to be sure. 🙃

  • @Gladers.
    @Gladers. 2 года назад +1

    Thanks for this! If I want to add my window/door sensors to my Home Alarm I guess I just make it as a sensor group as well?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      You can add the door and window sensors to the same sensor group.

    • @Gladers.
      @Gladers. 2 года назад

      @@SmartHomeJunkie thanks. Oh and is there a way to only have this trigger time for the front door? And have all other sensors trigger the alarm without a time? I mean if my balcony is opened during Armed Away its probably a thief and I dont want to give him 120 sec free time :)

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      @@Gladers. Interesting user case. I don't think this is currently possible using the default alarm integration in Home Assistant.

    • @Gladers.
      @Gladers. 2 года назад

      ​@@SmartHomeJunkie Ah okok! This seems to be standard in the "professional" alarms on the market. Since because generally you only enter the house through the main door. And really all this feature need is a "Alarm control panel: trigger without time" lets hope they add it in the future! :)

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@Gladers. Well, you can trigger without time, but then it would also trigger if you enter the house yourself and you do not have time to disable the alarm before it triggers.

  •  2 года назад

    Dank voor je uitgebreide en heldere uitleg! Ik heb je stappen gevolgd en alles werkt. Het alarmpaneel werkt zoals het moet. De lampen beginnen te flikkeren wanneer het alarm is getriggerd, maar de sirene blijft stil. En dat begrijp ik niet. Ik heb de automatisering meerdere keren gecheckt en alles staat goed. Ook de url naar de mp3 file werkt. Heb ik getest in de browser. Maar toch werkt de automatisering niet. Enig idee waar dit aan zou kunnen liggen? Bij voorbaat dank voor je hulp!

    •  2 года назад +1

      Het is toch gelukt! Was de content type vergeten in te vullen. Alles werkt nu naar behoren!

  • @GeorgeHanna
    @GeorgeHanna 2 года назад +1

    Great Tutorial!!
    Everything worked out except for the siren sound.
    When it should start, i'm getting this message from Alexa instead of the siren sound: "sorry text to speech can only be called with the notify.alexa_media service..."
    Am I doing something wrong there?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      You are probably calling the text to speech service instead of the play media service.

    • @kevinhenryviii
      @kevinhenryviii 2 года назад +1

      I was informed that Alexa Media player notify does not play original MP3’s. They have to be converted. I can give you a link in how to do this if it’s ok with Ed.
      ruclips.net/video/ZJlH6k9PY4I/видео.html

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@kevinhenryviii Sure. I understood that you can also use the default alarm sounds of a Alexa in the content ID field. For example:
      amzn_sfx_sirens_01

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      The full list of sounds is here:
      developer.amazon.com/en-US/docs/alexa/custom-skills/ask-soundlibrary.html

  • @JoseBerruezo
    @JoseBerruezo 2 года назад

    Nice update, but I would like to know if, for some reason the HA reboots, the alarm will remain armed after the HA reboot.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      No, it doesn't, but you can fix that easily with a boolean helper and a check on that helper when HA restarts. If the alarm was armed before restarting you can arm the alarm automatically again based on the state of that helper.

    • @JoseBerruezo
      @JoseBerruezo 2 года назад

      @@SmartHomeJunkie Thank you.

  • @DigitalVideoEdit
    @DigitalVideoEdit 2 года назад

    hello and thank you .... very nice and useful
    2 questions ... can I use an mp3 file (siren) as a notification ??? how you do it??
    can i hear a beep when you arm after 30 seconds?
    thank you

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      The video explains how to use an mp3. The beep should work in the same manner.

    • @DigitalVideoEdit
      @DigitalVideoEdit 2 года назад

      @@SmartHomeJunkie thank you. i tried but i can't hear the siren ... i put the mp3 file in www and i wrote .....
      192.168.1.222:8123/local/www/alarm1.mp3
      and
      192.168.1.222:8123/www/alarm1.mp3
      don't work

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      It should be 192.168.1.222:8123/local/alarm1.mp3

  • @edwaaij4752
    @edwaaij4752 2 года назад

    I want to use multiple Aqara M1 Hubs in my WiFi network for the sound of the Siren.
    How do I trigger a ringtone on the Aqara HUb from Home assistant.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      I do not know because I do not own an Aqara hub.

  • @christiandeboor6130
    @christiandeboor6130 2 года назад

    Danke!

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      You are so very welcome! Thank you for becoming a member 🙏🏻🙏🏻🙏🏻

  • @davidguinaldo1005
    @davidguinaldo1005 2 года назад

    Great tutorial ! thank you

  • @Paata02
    @Paata02 2 года назад

    great explanation, just wondering how is this different than using Alarmo. does this give any additional functionality compared to Alarmo?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      As far as I know, Alarmo is mainly frontend. Here I explain how you can get total control of the behavior of your alarm system. But what's more important is that you actually learn how to create anything you can think of in Home Assistant.

    • @Paata02
      @Paata02 2 года назад

      @@SmartHomeJunkie got it makes sense and learned a lot

  • @laszlonieuwenhuizen5014
    @laszlonieuwenhuizen5014 10 месяцев назад

    Hi, Nice video. I downloaded the code because I was unable to stop the alarm lights from flashing. Unfortunately, it didn't work even if I executed the code exactly as shown in your automation text. It looks like the "until" condition doesn't work. It keeps flashing the alarmlights even though the status is disarmed. The alarmlights will not stop flashing until the 120 seconds have passed. What could be the cause of this? I hope you can help.

  • @MarcoRagonesi
    @MarcoRagonesi 2 года назад

    Hi, can you add also yaml for the automation you created? :)

  • @jonasdromberg4365
    @jonasdromberg4365 Год назад +1

    i have problem pointing home assistant to the mp3 file, tried your guide but wont play sound, i have homeassistan os installed on a NUC, mabe its diffrent
    there

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      It shouldn't be different.

    • @jonasdromberg4365
      @jonasdromberg4365 Год назад

      @@SmartHomeJunkie i got it to work now. i put in my duckdns adress without portnumber and enterd /local/alarm1..
      now it works. thanks

  • @okanerdem
    @okanerdem 2 года назад

    Great video. Just a small question, if we use scenes for lights, is it not good idea? Maybe we can create two scene for alarm lights, so we can use less option in the automation. For example Scene 1 : Flash red color, Scene 2: standart color.
    Another question is, looks like you are using nest mini for speakers. Can we add this devices in the HA without nabu casa? Or we need to use nabu casa for google nest mini integration?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Yes, you can use scenes as well. You can use Nabu Casa or you can use DuckDNS with nginx reverse proxy to access the best speakers.

    • @okanerdem
      @okanerdem 2 года назад

      How can use google nest mini with duck dns? I’m using my domain name + nginx proxy but how can i add google nest mini?

  • @Lordsheva80
    @Lordsheva80 2 года назад

    Hi, nice video! I’d also like to have a sound in the “pending mode” even in the activation status. Is it possibile? Thank you!

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +2

      Yes sure. Just add another automation that triggers on state pending and play a sound as the action just like playing a sound when the state is triggered.

    • @Lordsheva80
      @Lordsheva80 2 года назад

      @@SmartHomeJunkie yes, i did it exactly as you say. There’s only on thing that is annoying. If you disarm in the arming time sound continue to play forever…

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@Lordsheva80 I think you can fix that to create an automation that triggers a media.stop service when the state goes to disarmed and the previous state was pending.

    • @Lordsheva80
      @Lordsheva80 2 года назад

      @@SmartHomeJunkie even more simple. I change the until condition (was until is away) to while is in pending condition. I’ve also create a new one for the “pre trigger” state. Now it works like a charm.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@Lordsheva80 Great to hear that you managed to find your own solution. 👏🏻👏🏻👏🏻

  • @romeotango7312
    @romeotango7312 7 месяцев назад

    Hallo, ich habe den Code für die Automation runter geladen und bei mir eingefügt. Allerdings nutze ich Echo zur Ausgabe. Habe auch amzn_sfx_sirens_01 als Content id genommen, aber es ertönt keine Sirene. Nur die Änderung der Lautstärke erfolgt. Nehme ich für die Audioausgabe das Tablet geht alles. Kannst du mir einen Tipp geben warum nix aus dem Echo kommt?

  • @rafamerten
    @rafamerten 4 месяца назад

    Quando coloco o audio para testar recebo uma mensagem a alexa que diz o seguinte "to send tts please set announce=true. music can't be played this way" alguem tem ideia do que pode ser?

  • @arnolddegreef4800
    @arnolddegreef4800 2 года назад

    What type / model of alarm siren are you using in this project, Ed?

  • @markytowers
    @markytowers 2 года назад

    Awesome video. I’m struggling a bit getting the audio file to play on the Sonos speaker. I’ve got the alarm mp3 file stored on the web server. If I use the mp3 url in a browser it plays fine. If I use it as the content ID then the action completes fine but the file doesn’t play through the speaker. If I use a web based url for a playlist this does work. Any ideas why it may not work with the local mp3? Been scratching my head all day LOL

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      You can try to set Enqueue to Play Now. This is a new setting in the actions of an automation.

    • @markytowers
      @markytowers 2 года назад

      @@SmartHomeJunkie - Thanks. I've already tested that and the other queue options. I've copied another MP3 file to the web server. Again, I can play the mp3 file with the web browser and URL, but the URL in a script or automation then it doesn't play. I'm not sure where to look to see if it's been requested by the sonos speaker from the web server logs.

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      @@markytowers I just tested it myself and the enqueue option is not the solution indeed. What happens if you just test that one action in the automation by clicking on the three dots in that specific action and then Run Action?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Also make sure that the content type is: music

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      You can also try calling the service in the developer tools and debug from there.

  • @kirbyb9553
    @kirbyb9553 Год назад

    Is there a way to have the app alarm panel show up when you click the mobile notification?

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      That's an interesting question. I think you can do this with actionable notifications. See my video about actionable notifications how to set that up. I would use a url that points to the dashboard with the control panel on it.

  • @nics8040
    @nics8040 4 месяца назад

    where can you get free siren mp3's?

  • @pieternagels6476
    @pieternagels6476 Год назад

    Do you have experience with using the Shelly Motion 2 and Shelly Door 2 as binary sensors for the alarm trigger? When test running the script I get the correct response but when activating the sensor the alarm does not trigger.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      I'm sorry, but I do not own these devices mayself. Hopefully someone else can respond on your comment!

    • @pieternagels6476
      @pieternagels6476 Год назад +1

      @@SmartHomeJunkie found out what the issue was: you can not group the Shelly Motion 2 sensors as a binary sensor group. If you do this they will not give an on signal when motion is detected. The correct way is to separate trigger for each Shelly motion sensor and add them as a device and not as a binary sensor.

  • @n1k0s666
    @n1k0s666 Год назад +1

    yap one time save me that!!!!

  • @Lowlander1961
    @Lowlander1961 2 года назад

    I have it all working, but if a leave 1 door open (balcony for example) the alarm will not trigger. How can I fix that?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      Ah yes, I didn't think about that use case indeed. In that case, the sensor group is already on, so it won't trigger. My first answer would be to only add those sensors to the group that you really want to be closed when you leave the house. You can also create an automation that checks all those sensors when you leave to house and get a message on your phone when one of the doors is still open.

  • @raminakhundov
    @raminakhundov Год назад

    configuration file can only be viewed by paying?

  • @Lowlander1961
    @Lowlander1961 Год назад

    Did something change in Home assistant after the last update? Both groups give not available in automations? Automations are triggered when they change from on to off or vis versa, but thats not working anymore.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      Not that I know off. It still works here.

    • @Lowlander1961
      @Lowlander1961 Год назад +1

      @@SmartHomeJunkie Oke, I need to investigate this..... If I look in developer tools - states its oke, but if I try to use it in an automation with "somebody home" its state is unavailable.

    • @SmartHomeJunkie
      @SmartHomeJunkie  Год назад

      @@Lowlander1961 That is strange indeed. It should be the same in the developer tools and automations.

  • @RealKanashii
    @RealKanashii 2 года назад

    How can I link it to my physical alarm pad which is detected via zigbee?

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      I do not own such an alarm pad. Maybe that someone else can answer this here?

    • @RealKanashii
      @RealKanashii 2 года назад +1

      @@SmartHomeJunkie I found my keypad has its own attributes and can be exposed to dashboard. Some other keypads need to be automated with alarmo to join both ias zones.

  • @Damrak-oc6jw
    @Damrak-oc6jw 7 месяцев назад

    Hello Ed,
    As an exception, I would like to contact you by email because I'm having problems setting up the alarm panel, which I can't solve with the best will in the world. I know this isn't the normal way, but I'm really stuck.
    Greetings Andy

  • @TheOfficer01
    @TheOfficer01 2 года назад

    Ik heb je tutorial helemaal gevolgd maar kom er niet helemaal uit. Mijn lampen gaan niet knipperen. Deze blijven constant branden. Mogelijk is dit een manco van Hue en zal ik eens met de tijden van knipperen gaan spelen. Verder krijg ik het geluidsfragment niet afgespeeld. Ik heb je video van SAMBA integratie ook gevolgd maar daar leg je niet in uit wat je bedoeld met de WWW map. Ik krijg met deze video wel prima mijn HA vanuit Windows gevonden en kan scrollen door de aanwezige mappen. Heb je dat in een andere video soms nog verder uitgelegd? Dan moet ik er zeker uitkomen. Echt respect voor je video's je legt het top en rustig uit. Alvast bedankt!!

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Nou, da's best veel. Ik geloof dat ik de www folder wel uitleg in deze video. Je moet in de action verwijzen naar /local/alarm1.mp3 en de file in je config/www folder zetten. En als je lampen niet gaan knipperen lijkt het erop dat je toch nog een foutje hebt zitten in de automation om je lichten te laten knipperen. Ik heb hier ook hue en die werken goed. Wel met Zigbee2MQTT draaien, dus niet met de hue bridge.

    • @TheOfficer01
      @TheOfficer01 2 года назад

      @@SmartHomeJunkie bedankt voor je snelle reactie. Ik ga ermee aan de slag

    • @TheOfficer01
      @TheOfficer01 2 года назад

      sorry moet zijn 192 ipv 195 Hoe kan ik verder naderhand verlichting of sensoren toevoegen aan een bestaande groep? sorry als ik je zo bestook maar ik vind dit allemaal machtig interessant. Mijn SSD met kabel zijn inmiddels ook onderweg dus daar ga ik je video ook voor raadplegen ;-)

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      @@TheOfficer01 Je kan een groep gewoon bewerken en nieuwe devices er aan toevoegen.

  • @yba733
    @yba733 2 года назад

    Kun je ook een video maken over alarmo

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад

      Dat kan ik wel, maar dat ga ik voorlopig niet doen verwacht ik :) Met deze video bereik je hetzelfde.

  • @JasonPhipps
    @JasonPhipps 2 года назад

    Everything's great, except the siren mp3. Alexa says: "Sorry, text to speech can only be called with the notify dot alexa underscore media service. Please see the Alexa underscore media Wiki for details."
    What did we do wrong. I mean, what did *I* do wrong? Yours works, obviously. 🙂

    • @SmartHomeJunkie
      @SmartHomeJunkie  2 года назад +1

      I use Google Home and do not have Alexa myself. For Alexa you need to use a different approach. See the description below the video for that.