Raspberry Pi Home Alarm System With Android Client

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 164

  • @TallPaulTech
    @TallPaulTech  5 ปีที่แล้ว +22

    Thanks for the comments. I like hearing different people's take on how they'd approach this project. Please keep in mind that what I've presented in this video is just an example. The main concept is the use of the Raspberry Pi with PiFace for inputs and outputs. The rest is really up to you. All of the suggestions made here can certainly be done. I have other parts to this system that I have not presented here, simply because it's my home alarm system and would be a tad silly to share exactly how it works with the public! Remember, don't lose sight of the forest for the trees.

    • @williefitzall
      @williefitzall 5 ปีที่แล้ว +4

      Dang - so you'll be keeping those 433MHz RF codes to yourself then?
      I would suggest using the fob remote as a backup, and the phone as the main arming / disarming device.
      It is straight forward enough to listen for those RF codes.
      Also, what is the current draw on the 12v supply? I'd be concerned that the 12W(?) from the TP-Link splitter isn't enough, especially if the outdoor sounder comes into play. You could have the system brownout when the external sounder goes.
      Thanks for another great vid!

    • @NRG88
      @NRG88 5 ปีที่แล้ว +3

      Hey Dude!
      I've watched your previous videos and you come up with some pretty neat ideas.. I was wondering when someone was going use a raspberry pi to replace their security system, the way you have done it is pretty slick, and of all the pi security systems I've seen this is by far the best and most well thought out.
      I'm not sure if you know about konnected ESP8266 based system, if not take a look..
      Also Home assistant if you haven't already..
      I've been running home assistant for a while, but this is far more superior as a dedicated security system..
      Suggestion: add pir inputs to activate outputs when disarmd as this would greatly increase usability in the home automation space..
      Great work! If at any time in the future you plan to share the code I know myself and many others would use and build upon what you've done here...
      Cheers...

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +3

      Nah, you can see one of the codes right here snag.gy/0lZqpv.jpg

    • @Claudiu.
      @Claudiu. 5 ปีที่แล้ว

      Also worth asking - how are you handling the initialization of the PIR sensors in case of a short power failure or at power-up? Would the system just be un-armed at startup? I've been playing around with this idea myself, but I'm trying to think of a smart way to detect when the PIR sensors are in initialization mode. My PIR models blink for up to 1 minute until they get a base reading of the heat field, and I think the only way to sense that is through software.

    • @williefitzall
      @williefitzall 5 ปีที่แล้ว

      @@TallPaulTech thanks for the follow up Decoding Garage Door Remote Controls
      video. Could you touch on the power consumption side of the rig as mentioned before, please?

  • @DJ-Daz
    @DJ-Daz 5 ปีที่แล้ว +42

    Connect up some speakers and have an MP3 file play if someone breaks in..."GET OUT OF MY HOUSE, I've called the cops and they're coming now! Honey, Where's my shotgun? Oh OK, got it."
    You know, something like home alone :)

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +11

      Again... thought of it! Actually thought of a wired doorbell that when pressed plays back a recorded sound of a big dog. Anything's possible

    • @Sarge92
      @Sarge92 5 ปีที่แล้ว +1

      @@TallPaulTech oldest trick in the book and people who want your shit are not fooled by it one little bit the usual routine is to ring it and retire to a safe distance to see if you answer if you dont theyll go in for a second go this time they will knock the door no dog its a fake dog alarm one can buy from there local discount store on the highstreet youve now made your property more desirable to thieves because if your going to use cheap party tricks to deter a thief where else did you scrimp the pennys?

    • @Vercingetorix45
      @Vercingetorix45 3 ปีที่แล้ว +1

      A friend of mine has a similar setup and the MP3 screams "WELCOME TO HELL, MOTHERFUCKERS!!"

    • @DJ-Daz
      @DJ-Daz 3 ปีที่แล้ว

      Or the voice from Amityville Horror that screams at the priest "GET OUT", that has to be one of the creepiest voices ever.

    • @IvarBjørnedræberen
      @IvarBjørnedræberen 6 หลายเดือนก่อน

      @@TallPaulTech Or like this U HAVE 10 SEC TO INDENTIFY UR SELF. 10 sec countdown before speakers go loud with meachinegun sound. Maybe its gonna be bit of problem if poor grandma comes over to say hi with weak heart and accidently triggers it :(

  • @bradley144
    @bradley144 5 ปีที่แล้ว +8

    great work as always! It's quite a nice system! As for the garage waiting period, may the logic be: once the garage door is closing, have any "arm requests"(button/app) "add to queue" until the garage door is closed, clear any previous queue if garage/unarm buttons are pressed, and check if anything is "queued" after the garage door finishes(aka arm system then empty queue).
    or... some magic with the time module and a global "action queue" with actions getting pushed back if the garage door is in a transition state.

  • @flagmedownmedia
    @flagmedownmedia 5 ปีที่แล้ว +2

    Heya,
    You have a good start on the system. With a few options it could be a good opensource alarm system.
    1. Li-ion cell for the backup, you could also monitor it via the Pi as well, then you know when it's time to replace it.
    2. Enable the entry and exit timer.
    3. A few years ago I was toying around with an idea of using a wearable RFID for a tracking pendant, so that when the system is armed, and the pet was inside the system would basically ignore the pet.
    4. Have the option for different sensors Eg, a Heat sensor in the server room in case of a fire etc.
    5. Also a insect option so if a sensor is triggered it would wait for another zone with x seconds to be triggered, otherwise it could be a moth.
    6. Support for a door strike as well so that, you can use a button on the remote and disarm and open the front door so that you could get inside quickly if required.
    Personally I think the extra line of "there is motion somewhere" is redundant, as the previous line stated where the motion was.
    Otherwise nice setup :)

  • @desparky
    @desparky 5 ปีที่แล้ว +1

    Soooo... here I am again. Through a chain of random clicks doing some research, I ended up on your youtube channel yet again. I guess we are both Aussies, drive a model S, and stuff about with electronics. I've had a Raspberry Pi sitting around for a couple of years, meaning to update my Picaxe based house security system. Finally getting around to it! Thanks for showing us your setup and thoughts. Cheers.

  • @KSMcLeod75
    @KSMcLeod75 5 ปีที่แล้ว +1

    Thanks for posting this overview of a home based security system that doesn't depend on a third party. For me I have a cat so it looks like I'd have to keep my cat in one area of the house, while at work so that the motion sensors don't go off as she moves about.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +2

      Thank you. I'm glad at least someone appreciates not being a servant to a third party.

    • @KSMcLeod75
      @KSMcLeod75 5 ปีที่แล้ว +1

      @@TallPaulTech not sure if you have a website or links for the python code for setting this up. I realize this was a general overview of the system but would like to get more info to set this up at my own home.

  • @davidforrest4231
    @davidforrest4231 5 ปีที่แล้ว +1

    Great video. I had a similar setup using a PiFace with some Python scripts. Since migrated over to a Konnected board (which is effectively an 8266 board with some custom software). I’m now using node red and home assistant to interface it all. The PIRs now act as motion detection for the alarm and presence detection for rooms to bring on lights and adjust heating requirements. I found with the pi face to sometimes get false triggers, turned out to be electrical noise from adjacent cabling running by the sensor wires, easily filtered out in code, similar to debouncing.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +1

      I like your comment, because it has some words I haven't heard for a while and don't usually get in the comments section (ie, debouncing). I've never had a problem at all with false triggers from the motion sensors though. If that was noise, then damn that would have been a hell of a lot of noise. I don't want to automate things though, as I still like being a human and doing things myself :)

  • @privateinvestigator2987
    @privateinvestigator2987 4 ปีที่แล้ว

    Add a backup mobile network incase your attackers jam your internet that way your attackers are screwed unless the app also has a connection count with app say if it send a a ping to the alarm but phone dont hear back then it will alert your device phone etc etc. With mobile and app option that will be hard for attackers to attack you but perfect for being secure. You need the app to communicate with the alarm system every few seconds for it to do job but if you can do that then perfect. Really good set up by the way love this. Thanks

  • @magnets1000
    @magnets1000 5 ปีที่แล้ว +15

    Does the remote have a rolling code? I think most of those modules lack a rolling code

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +12

      It's nice to hear from people who also like to examine exactly how things work :)
      Rolling code controllers (or lack of) is something I thought of before I even bought these controllers. I, like yourself, don't expect it to have rolling code function. That being said, I'll check it soon and get back to you.
      The thing is though, as I said in the video, anything is better than nothing. If someone disables the alarm, then it's no worse than without an alarm at all. Maybe the garage door button, but I do have other things in place which I haven't mentioned ;)
      Also, once I get the phone app up and running, I can use that with encrypted VPN to home and not have to use the button generally.
      Well thought of though.

    • @farktard2740
      @farktard2740 5 ปีที่แล้ว +1

      Maybe my name is too offensive. I did mention this is a round about way.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +5

      Your user name is awesome. Makes me laugh every time, especially when it gives approval.
      None of this is stuff I don't already know. As I said, there's more to my system than I've saying on here. Can't go telling the world how to break in now can I?

    • @dtec30
      @dtec30 5 ปีที่แล้ว

      @@farktard2740 maybe but if you say it slowly and put emphasis in a different location it makes you sound like a legend

  • @A___Way
    @A___Way 5 ปีที่แล้ว +1

    I have had a similar alarm in mind. Having a regular alarm center with added pi. Concept, with all on pi adding smart functions like presence level (How many in what rooms etc) and nice map to phone. Without internet revert to regular alarm. Just a ide, thinking alarms might have some sensor intelligence that not having to reinvent.
    Great work, wish I had the time to do mine :-)

  • @RazeHellOnGaming
    @RazeHellOnGaming 5 ปีที่แล้ว

    Smart to put a alarm system into protect your WIFI. This got me thinking that I can use this approach for some outdoor LED lighting around the pool. Nice video

  • @LauwersFreddy
    @LauwersFreddy 5 ปีที่แล้ว +11

    Wondering is you have looked at something like Home Assistant and MQTT with EspHome or Tasmota firmware? Love your videos, thank you.

  • @FredrikRambris
    @FredrikRambris ปีที่แล้ว

    Cool project. Most off the shelf home alarm systems are stupidly simple. Building it yourself (if you have the knowledge) makes total sense.

    • @TallPaulTech
      @TallPaulTech  ปีที่แล้ว

      Yeah, if there's motion, it screams. That's the plan.

  • @phizicks
    @phizicks 5 ปีที่แล้ว +1

    Nice work. Don't worry about the mess, prototypes are never finished products until you get it working the way you want and only then is it rewrired the way you want it to look.
    I was back in Australia and had issues with my home alarm as well as the battery needing replacing. Decided when I go back home again (was there for leave but work in Seattle), I was going to replace it with a PI as well and use 18650's for battery backup.
    Interesting PI hat you got. I was thinking to use I2C or SPI to control devices. You could make it arm once the door is shut, just need to somehow tell it to close and arm.
    LOL, you're like me, don't like middle man systems and yet I work for Amazon.haha. if the middle man has issues or is hacked, you have no control.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      I hate the middle man. So do most people I talk to. It's only the companies who try to tell you people love them.

  • @nickswebtsv
    @nickswebtsv 4 ปีที่แล้ว +1

    Hi, I’m putting together my own system using yours as a starting point. I have email notifications and the wireless key buttons working. Now, I’m at the point of coding a web interface and working out a UPS. I was just wondering had you planned a circuit for the UPS you mentioned in your video?

  • @strykr81
    @strykr81 5 ปีที่แล้ว

    This looks awesome and has got me interested. I have an old alarm system in my home that doesn't work, yet has all the PIR, Strobe, Siren etc. Now I am thinking about installing a PI to manage this. Thanks for showing the video, it really goes to show that you don't have to follow the norm and use devices in its "supposed" fashion. PS. sure I have seen the Tesla around town ;)

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      You might as well do it. Friends of mine got broken into the other day, which put this project on my mind to do. I've had the stuff sitting there for over a year too. Even though it's not perfect, it's something better than nothing.

  • @Real_Tim_S
    @Real_Tim_S 5 ปีที่แล้ว +1

    One of the important benefits of remote monitoring that you overlooked, is that if you're attacked and hit a panic button - who then monitors your alarm to call the police?
    About your system's layout it almost would be better to feed your IO into a pub-sub backend (Redis, MQTT, etc.), then apply your security code as a stand-alone subsystem.
    By splitting the IO from the security code, it allows existing sensors to be used for home automation as well (simply subscribe to the sensor's feed).
    Your simple IO also missed a chance for senor tamper detection and wiring fault detection, this may lead to false alarms down the road.
    I do also have to wonder why you put in that unsecure Chinese junk RF set, when you already have a TLS capable wifi display module in your pocket...

  • @avhound2
    @avhound2 4 ปีที่แล้ว +2

    I would like for you to be my mentor. :) I can honestly say this video of all the videos I have watched on YT to date, makes me want to learn about electronics and programming. :)

  • @AnarchyEnsues
    @AnarchyEnsues 5 ปีที่แล้ว +7

    need a magnet sensor on the garage door to know if its open, and maybe an alert sent to your phone if its open for to long, for the times you leave in a hurry and it doesnt trigger the door.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      Already thought of that, but don't really have the need. I can see if the door is down before I leave.

  • @jeremybrews2521
    @jeremybrews2521 ปีที่แล้ว

    This really cool. Although I lack the knowledge to do this. This seems like a fun project.

  • @dtec30
    @dtec30 5 ปีที่แล้ว +1

    you have an interesting monitor setup are all of the lower ones linked as one monitor ?

  • @allonmessenberg3129
    @allonmessenberg3129 5 ปีที่แล้ว +13

    This is fantastic. Can you share the scripts you have running (without compromising your own security)? A generic version of the scripts would be great.
    Also, can you share some info about the hardware? What receiver is that?
    Thanks.

    • @chrishultberg7850
      @chrishultberg7850 5 ปีที่แล้ว

      I'm also interested in these exact same questions - Is there a generic script that someone could point us to? I'm not new to programming but Python is a new language for me.
      In addition, you never mentioned what motion sensors these were but I believe they're the Bosch sensors that were originally installed (they look the same).
      I'm also not 100% sure about the schematics of the relay's or if 8 is enough for the system I'd like to build? Did you include door/window sensors or just the motion sensors? What about turning lights on/off?
      I also don't think you ever mentioned which OS you're running?

  • @edwardcomeau2625
    @edwardcomeau2625 5 ปีที่แล้ว +2

    Great videos. Inspiring to do more with home automation and security.
    Is there a security issue having the sensors and Raspberry Pi using the same POE power source, i.e. if you short one of the 12v sensors will it remove power from the entire alarm system?

  • @matthewfountain2721
    @matthewfountain2721 3 ปีที่แล้ว

    I have seen this video several times and I am amazed by it each time I watch it. Is the camera feed stored anywhere other than the micro SD card? I want to have a home security setup to a pi-based NAS.

    • @TallPaulTech
      @TallPaulTech  3 ปีที่แล้ว

      Mate, that's an old video. I still use it of course, but check out my other videos on camera setups

  • @myozone
    @myozone 5 ปีที่แล้ว +2

    Why not disarm the alarm when you open the garage door ?
    You could also do a similar thing in Node-red for folks who don't know python

    • @jslay88
      @jslay88 5 ปีที่แล้ว +1

      myozone the amount of JS you would need to do any complicated logic would be more effort than learning python and having a proper dev env to work in.

  • @KieranShort
    @KieranShort 5 ปีที่แล้ว

    How much current can you draw through the 12V output from the POE breakout box? I'm surprised you've got enough POE power to run the RPI, sensors, sirens, receiver, etc..

    • @curranhouse
      @curranhouse 5 ปีที่แล้ว

      I agree would have thought it was POE plus. :)

  • @JonathanBaileyn2u
    @JonathanBaileyn2u 4 ปีที่แล้ว

    Very nice. Thank you for your time in sharing this. May I ask, in the panel... The devices coming in... Why didn't you put a Inline fuse on each or a small breaker point? Or is this not needed... I'm not knowledgeable yet on small electronics... I am however interested and taking a small course through Adafruit. Your system is very clean.. I love it. I hope to achieve the same soon... Like you said, and I agree... Got to keep that data home. 😊.

  • @jonshouse1
    @jonshouse1 5 ปีที่แล้ว +2

    I did a similar thing, but to simplify life I modified the PIRs to contain an ESP8266 and a small buck converter, saves a load of wiring and complexity.

    • @shanebeasley8191
      @shanebeasley8191 5 ปีที่แล้ว

      what did you flash the esp8266's with?

    • @jonshouse1
      @jonshouse1 5 ปีที่แล้ว

      As the lighting controller I use is custom I wrote my own code for the ESP8266s, it is written in plain C using the Espressif SDK not the Arduino IDE so I doubt it would be useful to most people.

  • @MrCristoball
    @MrCristoball 5 ปีที่แล้ว +1

    Hi thanks for your nice video one question the pirs are 12 volts are able to read them as inputs because of the pi face ?

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      They use 12v to operate, but the output signal from then is just a switch between two wires. That's what I feed as the input to the Pi, no 12v.

  • @zmanihera
    @zmanihera 5 ปีที่แล้ว

    I have watched your videos for a long time now and they are very educational, Thanks for great quality videos I look forward to seeing more.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      Thanks. Let me know what you might like to see more of, and I'll see what I can do.

  • @d0hanzibi
    @d0hanzibi 5 ปีที่แล้ว +1

    How do you communicate between home and phone? Plain socket? Rest? Is there VPN involved? SSL? SASL maybe?

  • @laureven
    @laureven 5 ปีที่แล้ว

    My guess Your audio sometimes is going through Your mixer. I had one of those once, and I had the same problem with the static :) ...You always do awesome videos, thanks for sharing. :)

  • @adamlaverty3143
    @adamlaverty3143 5 ปีที่แล้ว +3

    Cool system. I know you said it is up to you how you wish to script it, but any chance you can share your python script(s) so we have a baseline to go off? It would help as a I'm a pure beginner.

    • @slidetoc
      @slidetoc 5 ปีที่แล้ว +1

      As it would be very nice of him to share the source code, but doing so would translate his security system useless...
      Anyone with enough knowledge could break into his house if there's a security flaw within the code itself :)
      Every DIY fanatic should code their own stuff when it comes to whole house security systems / home automation and so on.

  • @eliotmansfield
    @eliotmansfield 5 ปีที่แล้ว

    You should consider full home automation, I use homeseer. You can write events to do anything. For example I never have to manually set the alarm because the automation runs a timer when there's been no internal movement after a period of time plus vocally prompting anyone who may be inside to move around. Now once you automation knows nobody is home has set the alarm, it can look for other things susch as water flowing when unoccupied or gas flowing when no heating is on and turn on bright flood lights if external motion is sensed.

  • @fedemtz6
    @fedemtz6 5 ปีที่แล้ว

    You could find a way to program a remote function that arms/disarms and opens/closes the garage door and then you could put that in the tesla automatic garage door opener

  • @CptMishMashVonRandom
    @CptMishMashVonRandom 5 ปีที่แล้ว +1

    Love this project.
    I'm currently collecting the components to have a go myself. I'd love to see more about how exactly the Android app communicates with the Pi. I've been pondering using Firebase as a cloud service so that I can use authenticated accounts to access it, but obviously you've set out to avoid 3rd parties so I'm curious about how it works. Thanks for the vid. :)

  • @AfifAhmad
    @AfifAhmad 5 ปีที่แล้ว

    Does the Raspberry pi recognise a 4-state PIR using EOL resistors?

    • @desparky
      @desparky 5 ปีที่แล้ว

      Could do if using an analog input.

  • @jarchdm
    @jarchdm 5 ปีที่แล้ว

    Building something similar but more on the house automaton side. Doorbell, fridge door open alarm, balance lithium batteries etc. I'm using node red did you consider that as the software base. I really like the modularity and visual aspect of it.

  • @Xiculan-o9i
    @Xiculan-o9i 4 ปีที่แล้ว

    hello, have you got any ups systemo or battery for power interrupts?

  • @win189
    @win189 5 ปีที่แล้ว

    A garage door closer with a open and a close as a separate circuit would make it be easyer to code as you can set it that if you arm the house it closes the garge door and if not closed with in a specific ammount of time it informs you also i would sudjest you make it as a sepret network in your home with vpn so that its more secure but all in all great job

  • @andrewjones3606
    @andrewjones3606 5 ปีที่แล้ว

    Hi like this video etc and want to do something myself also how would i make the pir sensors wireless or recomend any wireless ones. Also could you do a how to video on how you did this excluding the bits that compromise your home security. And is the code avalible.

  • @lt472
    @lt472 5 ปีที่แล้ว

    Is there a way you can make the system "tamper proof"? As in if a wire is cut the pi can sense it and start alarming?

  • @johnzeller7007
    @johnzeller7007 4 ปีที่แล้ว

    Very nice. How can you increase the number of sensors though? The Pi only has a limited number of pins. I would want to go to 32 "zones"

  • @2e0txe
    @2e0txe 5 ปีที่แล้ว +2

    The only problem with the Raspberry Pi is the SD card has a lifespan of 6 months with constant read/write. I had to change mine out for a small SSD drive connected on USB. The Raspberry 3 can boot from USB so no need for an SD card and no corruption after 6 months. I'm using Home Assistant to control my house and alarm system

    • @alex0kai
      @alex0kai 5 ปีที่แล้ว +1

      I am running an RPi 24/7 since Sep. 2017 (now 1,5 years) and my SD still works. I dont think, that's a problem, you only had a bad sd card

    • @davidmiles
      @davidmiles 5 ปีที่แล้ว

      Same here. I've ran a private server on a RPI3 for multiple years and never have had any issues.

  • @MrMLM1987
    @MrMLM1987 4 ปีที่แล้ว

    Is the python script just a while loop checking the state of the relay(switch)? If so, how often do you sleep between loops? Is there such thing as checking (i.e. sleep .2) too often that would overwhelm the pi? Any help anyone could offer would be great.

  • @shanebeasley8191
    @shanebeasley8191 5 ปีที่แล้ว

    do you know if i could do something similar but instead of doing the coding myself on the pi, i could use hassio with a piface?

  • @kimdrp
    @kimdrp 4 ปีที่แล้ว

    Since PiFace has no analog inputs, how do you manage to read motion sensor data using digital inputs?

  • @maddida
    @maddida 5 ปีที่แล้ว

    This is amazing... Had this idea for a while now but lack the know how to get it done

  • @4olovik
    @4olovik 5 ปีที่แล้ว +1

    This is exactly what I am doing to my house alarm system. I have the same motivation and design. Great to see this working! As for sensors I am worrying about false alarm evets, is it reliable enough to have them connected dirrectly to raspi? are there tricks needed like resistors?

  • @detectiveinspekta
    @detectiveinspekta 4 ปีที่แล้ว

    How can I get a alarm sound from a piezo speaker? I think I'm gona have to build a circuit.

  • @gustonator
    @gustonator 5 ปีที่แล้ว

    Hi, What if I have more than 8 inputs? (ie. Door and window sensors, movement sensors, smoke sensor...) - PiFace has only 8 input and 8 outputs. What could I do?
    Also... could you share some more code? - Arm/disarm part, processing part and notification part?
    Many thanks
    Rudolf

    • @idont3282
      @idont3282 4 ปีที่แล้ว

      Just use a shift register

  • @AL6S00740
    @AL6S00740 5 ปีที่แล้ว

    How do you protect your raspberry pi's from SD card corruption , you use them so much , and no issues with that , I use raspiries quite often and i always get some segmentation faults , and other crap that indicate SD card corruption , tried to go through setting the system into RO mode , to no avail because i missed some steps maybe , if you be so kind to enlighten me and the rest of the community with your countermeasures
    thanks

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +1

      I honestly haven't really had much of a problem with that. Basically, I always leave them running. If I have to turn them off, I shut them down. Seems to work.

    • @AL6S00740
      @AL6S00740 5 ปีที่แล้ว +1

      @@TallPaulTech yeah, but in case of power cut, or something, or the RPI froze and you need a terminal nothing happens on hdmi plug in etc, and then you pull the plug, segmentation fault, is very typical in remote solar applications either the converter is not power full enough or some other issue, if any solution comes to mind to set the os partition into Read only and be able to chnage it from RO TO RW I would be grateful

    • @ioannis69k
      @ioannis69k 5 ปีที่แล้ว

      AL6S00740 , there are solutions in the market already that give UPS like functions to any RPi model.
      Just search “ RPi UPS” or just saw one called Pijuice. I’ve never tried one myself. I’m using big powerbanks for my “on the go” projects.

    • @AL6S00740
      @AL6S00740 5 ปีที่แล้ว

      @@ioannis69k that is an other way to go, although not ways helpful in case it gets stuck, a read only OS would save you

  • @786ashiqmomin
    @786ashiqmomin 4 ปีที่แล้ว

    nice setup !! Are you going to share how to setup instructions with parts list?

  • @SireSquish
    @SireSquish 5 ปีที่แล้ว

    You didn't mention whether the was a loudspeaker output that could have any number of sound files played through it - for example "You have 20 seconds to comply!" from Robocop.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      I'd prefer this th-cam.com/video/i1_fDwX1VVY/w-d-xo.html

  • @villasantadavide4872
    @villasantadavide4872 3 ปีที่แล้ว

    What is the name of the android app you use to interface with the raspberry?

  • @nickswebtsv
    @nickswebtsv 5 ปีที่แล้ว +1

    Hey, great video, lots of great ideas. I’ll hopefully be looking to implement something similar to the house I will be moving to. Could you please provide a link for the DC converter and POE splitter?

  • @lelandclayton5462
    @lelandclayton5462 5 ปีที่แล้ว

    Hope you still have the EOL resistors.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      And if I don't?

    • @KevinSatterthwaite
      @KevinSatterthwaite 5 ปีที่แล้ว

      @@TallPaulTech the end of line resistor allows the panel ohm meter to monitor the wiring for open or short circuits. A potential burglar can short the wire for a zone and enter at a later time. If a wire was compromised by a nail for example, that zone would not function correctly. Its how you value the potential risk. EOL resistors are VERY important if you are monitoring for smoke/fire. A fire in a wall or roof could burn and disable the wire that is doing the monitoring and then you'll never know about the fire.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      I know what they're for, but....

    • @KevinSatterthwaite
      @KevinSatterthwaite 5 ปีที่แล้ว

      @@TallPaulTech technically you don't need them. Its just an extra layer of security if you can measure for them

  • @ThinkAddis
    @ThinkAddis 5 ปีที่แล้ว

    I just say wow, what a wonderful IoT system is that I am very interested to know some futures what you are done on your home, Thanks for your time and knowledge.

  • @5h4n368
    @5h4n368 5 ปีที่แล้ว

    nice, any more detail on your remote access setup for the app?

  • @NickDemis
    @NickDemis 3 ปีที่แล้ว

    Awesome video. im on the way to create something similar and i want to know what kind of cables you use for sensors and secondly you are supplying them with 12v but this is not a problem for inputs? (because raspberry pi works with 5v) Also think about using GSM/GPRS for notifications in case of phone line problems

  • @reddragon27284
    @reddragon27284 5 ปีที่แล้ว

    Looks good. :)
    Have you thought about putting a sensor on your garage door so the system is aware of its position. That way you could have it so you can arm the system and if the door is open it will close it first and when it detects it is closed it can then arm the system. Also you could show the status on your app.

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +1

      Thought of it, but don't want/need it. If others do, they of course can. That's the beauty of making your own system to suit your needs.

  • @DarkySabertooth
    @DarkySabertooth 5 ปีที่แล้ว

    you could get a pico ups unit for the battery

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      I have a slightly bigger UPS th-cam.com/video/gzHRl72Ifao/w-d-xo.html

  • @TheMark622
    @TheMark622 4 ปีที่แล้ว

    Nice system. Do you use a battery backup?

  • @kennyjohnston4013
    @kennyjohnston4013 4 ปีที่แล้ว

    That is awesome ! I would love to build my own but I am not very good at coding from the start did you happen to upload the code to gethub or any thing?

  • @hex1915
    @hex1915 4 ปีที่แล้ว

    I'm trying to design a system that is almost identical to yours but with one difference, The cameras and motion detectors will be wireless, Their transmission system will be wifi and radio simultaneously (dual mode), They will send their data in wifi and uhf, like uav or rc planes (fpv system) I could secure a huge area, and place the camera and detector anywhere and hide them to avoid sabotage or brouyage

  • @ArindamGhoshal
    @ArindamGhoshal 5 ปีที่แล้ว

    Can you give a link of that dc-dc buck converter? I need that one.

    • @EthanShort
      @EthanShort 5 ปีที่แล้ว

      i use a usb car charger for this purpose and it works up to like 27v

  • @thepepishow9878
    @thepepishow9878 5 ปีที่แล้ว

    can you coneckt it to home assistant so you have all your IoT devices on 1 hub?

  • @SB-qm5wg
    @SB-qm5wg 5 ปีที่แล้ว

    I'd like to hear more about the 'app' to communicate to the pi remotely.

  • @DecussadeUndergrounD
    @DecussadeUndergrounD 5 ปีที่แล้ว

    Looks nice, i also would like to set up a similar system but i will get into trouble with my wife and kids, they will by mistake sabotage or break the system..
    Btw i would ups the poi switch and connect ups-alarm to the pi, you'll be able to control the system even when the mains power is out(ups=redundant to powerwall)

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      Check out my other videos. My whole house is running on battery. As I said though, I might still put the alarm battery into this unit, in case the switch has a fit for some reason, not that I can imagine why.

  • @a9503128
    @a9503128 5 ปีที่แล้ว

    Can you install apps on the giant display in the car?

  • @seba123321
    @seba123321 5 ปีที่แล้ว

    great work. How will you handle SD card fail in raspberry pi?

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว +3

      With a flying Spanish snap kick to the head mate!

  • @slange455
    @slange455 4 ปีที่แล้ว

    This is great was wondering is this was possible sine home alarm is just a bunch of sensor this was exactly what I was looking for

  • @gavin_z28
    @gavin_z28 5 ปีที่แล้ว

    can you go over the python script you are using?

  • @juerhe1
    @juerhe1 5 ปีที่แล้ว

    ….THANK YOU! …..i want to set up my own home security system with wireless PIR-Motion-Detection-Sensors! I need email or push notification to my smartphone even if there is no Internet (via LAN and WLAN). Is there a already finished kind of UserInterface or Program i could use? I am not a programming expert , but i really would like to use the RaspberryPi :-(

  • @john_p
    @john_p 5 ปีที่แล้ว

    5:14 blank plate needs more LCD

  • @aseemsood37
    @aseemsood37 5 ปีที่แล้ว

    Love the diy stuff you. Encourages me to also experiment. Thank you

  • @lawmanlawreaper
    @lawmanlawreaper 5 ปีที่แล้ว

    Why would you do this? a Pi is way to unstable for a security system. You can install a system that has this + way more like the ELK M1. In Australia I am a Security Tech and have my home fully automated with lighting + AV + retic + would wide access with the M1 gold, and bitwize, Cbus, and Alexa, full voice control .

  • @yipsalanimich321
    @yipsalanimich321 5 ปีที่แล้ว

    I want to do the same. Some of my additions will be a heat sensor, probably a thermistor but maybe a heat button. I will also send a text message to my phone and my room mate's phone when a urgent matter occurs such as intrusion or smoke.

  • @yipsalanimich321
    @yipsalanimich321 5 ปีที่แล้ว +1

    I would never use a combustible back plate. Either metal with stand offs, or nylon such as a cutting board.

    • @mathiosau
      @mathiosau 5 ปีที่แล้ว

      Perhaps if there was anything in there that could get hot enough to set plywood on fire, then it may be of concern. The voltages are low, as well as the currents. Most importantly the POE switch supplying the power would turn the power off to that port (or blow its own fuse) long before the current could heat a wire enough to cause plywood to burn.

  • @BradMottram
    @BradMottram 5 ปีที่แล้ว

    Awesome love it! Pi’s are so darn powerful.

  • @richardglass6737
    @richardglass6737 5 ปีที่แล้ว

    Great video, have you looked at home assistance on a raspberry pi great software that open source

  • @EthanShort
    @EthanShort 5 ปีที่แล้ว

    can anyone unlock your house alarm if they use that same generic remote?

  • @roasthunter
    @roasthunter 5 ปีที่แล้ว

    interesting I have an old alarm system I don't use much, maybe I could modify it and replace with this kind of thing.

  • @biopsiesbeanieboos55
    @biopsiesbeanieboos55 8 หลายเดือนก่อน

    Statistically, you will know the person who breaks into your house, within 2 (at most 3) degrees of separation. Neighbours sons friend etc.

  • @scottmcdonagh6843
    @scottmcdonagh6843 5 ปีที่แล้ว

    Is there any chance you showing me your program

  • @123jeez
    @123jeez 5 ปีที่แล้ว

    Really like those project of yours... but what i do like more however is that monitor-stand.
    Could you link me up to that model?
    Keep posting this awesome kind of tech-stuff, big inspiration, @CWNE88

    • @TallPaulTech
      @TallPaulTech  5 ปีที่แล้ว

      I bought it that long ago, I wouldn't remember where from.
      More stuff is coming though.

  • @meserve3225
    @meserve3225 8 หลายเดือนก่อน

    Can u please provide whole project

  • @lpfigue
    @lpfigue 5 ปีที่แล้ว

    Where can we find your app?

  • @guatagel2454
    @guatagel2454 5 ปีที่แล้ว

    A lot of work. Thank you!

  • @AlienAndrew51
    @AlienAndrew51 5 ปีที่แล้ว

    Github link to code on raspberry pi?

  • @IvanIvanov-id3de
    @IvanIvanov-id3de 5 ปีที่แล้ว

    Those remotes are really insecure and probably not very reliable. Consider using something with KeeLoq or similar technology, it is slightly more expensive but at least can't be hacked that easy.

    • @IvanIvanov-id3de
      @IvanIvanov-id3de 5 ปีที่แล้ว

      @@xabhax hacking this remote requires less competence than picking average home lock - that is what I'm trying to say. Using it for opening garage door is, probably, not a good idea. Also, it is XXI century now, casual technological crimes are not uncommon anymore.

    • @IvanIvanov-id3de
      @IvanIvanov-id3de 5 ปีที่แล้ว

      @@xabhax I'm talking from my own experience only. I know two cases of robbery by abusing alarm system. I mean I personally know both victims, both cases are not connected and could have been easily prevented by not using cheap crap. In fact, they'd be better by not using any alarm at all. I doubt those who robbed them even know what SDR is. If you know about SDR - usually you can find better things to do with your life.

  • @ziborgbe
    @ziborgbe 5 ปีที่แล้ว

    Why not NodeRed. Node.js, java script instead od Python ? It gives you more possibilities when building costom ui in browsers .

  • @earleswan4151
    @earleswan4151 5 ปีที่แล้ว +6

    This is funny, you have removed one of the best systems available on the market (Bosch solution 6000) just to do exactly what the Bosch system you removed can do and way more.
    Fyi the siren is probably a horn.

    • @datalorian
      @datalorian 5 ปีที่แล้ว +3

      Whats funny is the fact you think he gives a fuck about the existing system given that he has put the thought and effort into tearing it out. Bosch maybe makes good end-devices, but the panels are shit.

  • @adrianx26
    @adrianx26 5 ปีที่แล้ว

    Can you post the code in python ?

  • @circuitmasters5258
    @circuitmasters5258 4 ปีที่แล้ว

    Nice System!

  • @aaronfrenzal
    @aaronfrenzal 5 ปีที่แล้ว

    hell yeah!! thats awesome!!

  • @СтивСкотт
    @СтивСкотт 5 ปีที่แล้ว

    Nice...

  • @dtec30
    @dtec30 5 ปีที่แล้ว

    Ah quite interesting I like it

  • @IndependentNewsMedia
    @IndependentNewsMedia ปีที่แล้ว

    God bless.

  • @フォグマシン
    @フォグマシン 3 ปีที่แล้ว

    to enter your home illegally would require shutting off power to your home.