this post was submitted on 20 Nov 2023
2 points (100.0% liked)

Home Automation

79 readers
2 users here now

Home automation is the residential extension of building automation.

It is automation of the home, housework or household activity.

Home automation may include centralized control of lighting, HVAC (heating, ventilation and air conditioning), appliances, security locks of gates and doors and other systems, to provide improved convenience, comfort, energy efficiency and security.

Warning: Working with electricity can result in injury, property damage, or even death if it is not done properly. Please keep this in mind while assisting others. If you are not sure about what you are doing, hire a licensed professional.

Rules

founded 11 months ago
MODERATORS
 

Introducing an open-source, auto-configured home automation system based on Home Assistant. The system sets up a robust, secure infrastructure in minutes, ensuring top-notch security and privacy.

It's user-friendly, cost-effective (around $50), and offers out-of-the-box support for a broad range of IoT devices including ZigBee, Ethernet, Wi-Fi, and Bluetooth.

The project is available on GitHub: https://github.com/lucadibello/zerotrust-your-home

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

My project has been specifically developed and tested on Armbian, a community-maintained open-source Debian-based distro. Originally, I planned to include Raspbian, but due to time constraints from my Master’s studies, this has not yet been possible. The configuration script is designed for Debian-based systems and, while untested, should work on others.

For the DNS setup, you’re free to choose any system you’re comfortable with. If you opt for an alternative to my default setup, consider the following to maintain a high security level:

•	Implement DNSSEC.
•	Utilize virtualization, like Docker, for isolation.
•	Ensure a robust configuration of iptables for firewall security.
•	Connect your container to the required Docker networks.

As for backups, my system primarily uses cloud storage, but local storage options are viable too. You’ll need to adjust the docker-compose file accordingly. I’ve included a link to the relevant official documentation in the README for guidance.