• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle








  • Oh cool man. Thanks for checking back in. I probably sat on this decision for a 2 or 3 weeks and about 2 years later I’m still happy.

    Just the other day I went out my side door, and in the front. Didn’t have any phone, fob, keys, etc on me and the front door was locked. I was able to get in no problem and I thought to myself…man if I had a fob like I wanted I would be waking back around the house…so glad I got this thing lol.



  • Im curious to see what gets recommended here. I went through the same thing with about the same requirements a year or two ago and came up empty handed.

    I ended up with a Schlage Camelot and am super happy. I really wanted RFID because I thought using our phones or a fob would be super convenient but in reality the most convenient way to enter is to just put a code in. You don’t have to bring anything with you, you don’t have to fish something out of a pocket or bag, just enter your pin, spin the dial and you’re in.

    https://a.co/d/ayI5ndv


  • You alluded to this already but ESP32 et al is really awesome but they (and arduino) are microcontrollers, not mini pcs like a raspi which have very different purposes.

    You CAN run a webserver on a microcontroller but you’re essentially writing a program to do so. On a raspi you’re installing a full OS and then installing apps (nginx, Apache, jellyfin etc).

    Conversely raspi has GPIO which can be used to easily interface with electronics just like the ESP32 but now you’re stuck maintaining a whole os to make your LED blink.


  • m_randall@sh.itjust.workstoSelfhosted@lemmy.worldDNS hijacking
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    11 months ago

    Why can you not set your own DNS on your devices?

    If you mean you can’t set your DNS automatically that would be due to DHCP. You can setup your own DHCP server and set the DNS IP to whatever you want (8.8.8.8 etc).

    PiHole should handle all this for you all while blocking ads and being a local DNS resolver.