Replying to @⁨Zarxrax@lemmy.world⁩

There are downsides to consider…

  1. Most people aren’t really phased by doorbell cameras…but everyone feels a security camera pointed at them
  2. The angle is generally worse for this purpose
  3. Unlike a doorbell, there is likely no existing data line or even power
  4. No way to sugarcoat it, security cameras kind of looks like shit. The best you can hope for is one that doesn’t stick out too bad

There’s options for decent-looking doorbell cameras without all the fuss. I use Amcrest, I know a lot of others use Reolink

Replying to @⁨Ebby@lemmy.ssba.com⁩

They don’t have a traditional doorbell which is why people previously knocked. Since they added the Blink doorbell, people ring the bell. Except there is no bell apart from the speaker built into the Blink… outside the front door… where it can’t be heard by people inside. So you can’t know if someone has rung the bell without having a phone on you to receive the notification. Blink sells a chime that can just be plugged into an outlet. Doesn’t have the best reviews but I would’ve given that a shot first. Maybe it isn’t sold in their market or something.

Replying to @⁨Ebby@lemmy.ssba.com⁩

I’m not too familiar with Blink products, just that a wall wart bell showed up in a quick search, so it is possible. Most camera doorbells I’ve seen that do have a pair of terminals, they’re to do as you described: connect to the bell circuit to get power and ring the existing bell. I’m doing a bit of inferring, since knocking sounded like the only previous option, that there’s no wire at their door to utilize. Couple that with their being in an apartment and it is likely the only way they’re getting one there is to surface run it. Or run behind any crown molding/baseboard trim they have, but that’s a labor-intensive pain in the ass.

Replying to @⁨csolisr@hub.azkware.net⁩

If your freezer is on your local wifi and your computer is also on the local wifi you should be able to see all the packets it is transmitting over the wifi with Wireshark on your computer. If either your computer or freezer has a hard connection then you’ll need a little more trickery as switches/home routers minimise network congestion by directing traffic to specific MAC addresses as required.

Assuming you are all wifi, basically you load Wireshark (is free software, easily downloaded) and tell it to capture all packets from your wifi adaptor (there should be a handy option on the initial screen when you load the application). Once you start capturing you’ll be capturing everything on your wifi so it pays to be quick with what you want to achieve to minimise the data.

So, once you start capturing you open your fridge door a few times, leave it open till it beeps, maybe do that twice, then stop capturing. Following that you will just need to filter the capture by all packets from your fridges network IP or MAC (you should be able to find these from your home router). Once you have all the packets you should be able to click on them and expand all the details to see what data they are sending and where it’s being sent to. You should also see all the packets coming back from the vendor.

Replying to @⁨MonkderVierte@lemmy.zip⁩

Oh that’s a silly question. Why not?

The honest answer is in the US all doorbells are powered by simple 24VAC transformers that burn 6–7 watts just being powered up, forever, for decades. This annoyed me plus I wanted a fun bell so I wired up a pi to use a modern, efficient 24VDC power supy to ring the bell and it gets turned on by the pi only when its needed so now my idle wattage is more like 0.25W.

Replying to @⁨Nurgus@lemmy.world⁩

My doorbell is a sign that says “Knock”, because my 70’s doorbell is broken. It requires 0 cloud services to fix the problem of people pressing an unhelpful button.

[EDIT] To people downvoting this, did you read the article? Specifically, this part:

Before we had the doorbell, people just knocked on the front door. But now, people would notice the doorbell and ring it instead. This would send a notification to our phones, and then it would also helpfully play a sound on the doorbell itself… outside the door… which we could not hear.

He then goes on a tech bodgeathon to fix the button, instead of just placing a sing that says “Knock” to go back to the thing that worked before.

Replying to @⁨diesisteinusername@feddit.org⁩

Apologies if someone is offended by the following. It’s not meant as an offense, but a professional opinion about design and Implementation.

This is a really good example of absolutely not keeping it simple and utilizing so many dependencies you’d need to monitor to be sure your solution works that the overall design is just plain bad.

If you ever implement something and get caught in so many things, take a step back and think about how your goal could be achieved in a much simpler way or even if your requirements are that important in the first place.

Anyhow. 5c from a tech guy.