Hey all.
So I was asked recently to look into security systems for their house. I was wondering if some of you have experiences, resources, and recommendations I can base my research on. What could be things to look out for?

Their basic requirements are: a window opening alarm; the same for the door; and a camera system with at least one camera, but maybe more (sorry for not knowing the technical terms of each… :P).

Now, I don’t want to recommend anything that relies on a remote server, especially not for the camera feed. Not only for privacy reasons, but I’m also afraid that the system is e-waste, if the service ceases to exist in the future (i.e. because the company goes away or the service is not profitable anymore). I also have some experience with setting up a home assistant instance with a camera and motion detectors, but I’m still a bit hesitant to whether I want to set up (and then probably also maintain and being responsible for it to work) their system. I’m fairly certain they wouldn’t be able to do that by themself.

Maybe there is such a all-in-one, offline solution already? I could probably get myself to setting up a Raspberry Pi with Tailscale or something similar, as this seems low maintenance and high reliability.

Curious to hear your opinions. :)

-mx

  • kriss0706@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’m a bit too late to the party, but i will tell you about what i use.

    I use a wireless IP camera from Reolink. You can use any camera really.
    Then I purchased a license for Blue Iris, so i have that running on my computer downstairs.
    Blue Iris is so under-rated. Its really good, there’s a setting for anything you can think of and quite advanced motion detectors.

    Hell, it can even detect license plates!

    • mx@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thank you for the suggestion regarding the hardware. Two follow-up questions:

      1. Would you mind letting me know the model of the camera you’re using?
      2. Blue Iris sounds awesome! But it also sounds like quite a bit of compute is required to run it. Is that true? Or could I also run in on a RPi, maybe even with Coral AI stick?
  • Big P@feddit.uk
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    This might be an unpopular opinion but I wouldn’t trust my security on a free piece of software running on an raspberry pi. You would be best using a regular off the shelf alarm system, I’m sure you can still get ones that aren’t Internet enabled

    • Flaky_Fish69@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      As a contract security manager… the pi system is better than many off-the-shelf systems. One thing to keep in mind is that you absolutely want to control the data you generate. Every cloud service (ring, etc) will provide free and basically immediate access to your data. This includes if they think YOU are guilty of something. Or if they just tell them you are because their sister/daughter/wife/whatever smiles at you in the park.

      If you keep data, they can still subpoena it, and you’d still be obligated to hand it over, but it comes with a lot more paperwork and oversight.

      Whatever you go with, software should be open source. Especially if it’s internet connected. This allows third party validation of what is actually happening. Here is a guide on r-pi to create door alarms. You can probably configure something using a pi pico w fire quite a bit less, however, and send it back over a network for reporting. You’d still have to power it, though.

      The issue with door alarms is… so you get the alarm, what do you do then? Unless you have some way to review prior video (5-10 minutes, if you get an alarm.) and those cameras show the device in alarm, you have no real way of knowing what’s going on. You’re certainly not going to run home every time.

      Most door alarms are false alarms, triggered by people forgetting their code or kids just being kids, etc. calling the cops (or paying a service to call the cops,) is a bad idea.

      There’s plenty of guides on pi cams, and those are more useful- you’ll want complete coverage- which means broadly all sides of your house, with close shots on the doors, back gates or shed doors. maybe windows.

      One or two cameras are less useful. A hoodie, cap or obstruction can evade that. And in any case cameras are passive systems. They tell you what happened, they don’t stop anything from happening.

      The single most effective device is a deadbolt lock on all exterior doors, and bar locks for sliding doors. If your dealing with porch pirates, a chest with padlocks they can then lock (or purpose built chest,) will deter most (but if they really want it, they’ll get it.)

      • mx@kbin.socialOP
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        So what I get from this is the following:

        • definately no Ring, etc. products that save videos feeds in the cloud
        • use RPis running an open source software as a “backend” for the cameras (in the best case this records continuously, and deleting everything older than 5-10 minutes, or records on movement)
        • aim for full coverage with cameras
        • if everything runs locally only, VPN is required to get live feed if something triggers

        Do you also happend to have any suggestions regarding software and hardware? I’m not sure if relevant, but I’m in Germany, so cameras like Wyze V2 (which can run RTSP software, iirc), might not be available…

        • Flaky_Fish69@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Cameras are basically just cameras. Most the purpose-bought stuff are going to be rebadges anyhow. I’d highly recommend staying away from USB cameras. they’re unlikely to encode the video in anything other than MJPEG which is horrible in terms of compression. PiCams can be configured to encode into H.264, which is the most common form of encoding format, and MUCH better than MJPEG, H.265 is newer, but the hardware to encode with is more expensive- meaning the cameras are more expensive. it’s also better than h.264.

          You don’t need much for frame rates- while it’ll appear to stutter, 5 FPS is data efficient. 15 is smooth enough that I wouldn’t really go higher. Resolution depends on your needs and where the camera is being installed- generally, higher resolution more storage is needed, but also, the better distance the camera can see at. 1080p is probably going to be good enough, and maybe going up to 3 or 5mp if you’re mounting up on a flag pole (or if you want to read license plates,)

          IPCams are going to be purpose built and less fiddly, and many have a great feature- Power over Ethernet- that reduces the number of cables you have to run. housing is largely a matter of personal choice, but be aware that if it has exposed cables, it shouldn’t be mounted low enough that people can reach it with a clipper. I recommend more discrete housings- lots of obvious cameras might not send the message you want, and in any case, if people know there’s cameras, they can be easily defeated with a ball cap and a hoodie.

          The DVR is actually more important than the cameras- Seagate has a handy calculator for how much storage you need per camera per all the other stuffs. You frequently can just use a desktop with added storage drives- you don’t need anything fancy, stick it on a shelf and let it do it’s thing- but, it should be noted that if you have a drive go down you loose your recordings, so it might be worth considering raid 1 or 5. that said, even though the cost of terabytes worth of storage went way down than what it used to be… you still need a lot. Start with how long your typically absent from your home while on vacation or business trips. add a couple days to it. you very quickly can get up into the tens of terrabytes of data, even with a lot of sacrifices.

          I’ve not looked at software in years… but taking a quick perusal of opensource and (generally free) offerings- Kerberos stands out to me as being as polished as anything I’ve used- aside my company’s in house platform. It’s at least a midgrade set up… and could very easily be top-tier. Things to note- the agent provide your interface with the cameras. it’s where you set up the cameras. Vault is where you handle storage- including configuring things like rolling old files for overwrite etc. Apparently Vault will happily send everything to whatever cloud storage service you want to use (including AWS s3, for example) which would allow disaster recovery (i.e. if you had a fire.)

          I spy was another one that popped up…but it… reminds me of the low-tier stuff I’ve had to use (and hated)

      • Big P@feddit.uk
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        In my experience, any open source camera software is unreliable and clunky. To be honest though, a lot of cloud solutions seem quite bad too. What I’m talking about though is an old fashioned alarm system that has no Internet capability and just has a pin pad, a backup battery and a siren.

        • mx@kbin.socialOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yes, I actually thought about that as well. However, it does seem to be a bit more “intrusive” regarding laying cables, don’t you think? Also, I would imagine this to be a lot more expensive, but I might be wrong…