this post was submitted on 30 Jun 2023
8 points (90.0% liked)

Self Hosted - Self-hosting your services.

11120 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I now have access to a 3D printer and a bit of time. I’d like to skip this dance of smart doorbells kinda working , kinda not with home assistant. Any DIY doorbell projects out there the community can recommend?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

This project is using Home Assistant, but the ESPHome configuration is really simple, so perhaps you could adapt it to work without HA?

I'm sort of working on something similar but it's not complete at all. The idea is that my doorbell will post message to MQTT where I have automation in place to snap a picture and post message to Matrix that someone's at the door.

The esp32 devices have pretty limited HW, so you have to keep your expectations low if you don't want to outsource the automation to some external system. You could however definitely do simple things like HTTP post on button press. Which is enough to send a message via some chat or push notification to your phone.

I have some blog post WIP around this that is specifically trying to avoid Home Assistant because there are a ton of tutorials out there for HA already.