(This project is WIP and will be updated as milestones are reached)
Introduction
Home automation/Smart devices have always fascinated me, with market solutions proving of their efficiencies and benefits. But they also show the vulnerabilities of using internet connected IoT, such as remote hacking of smart thermostats.
I wanted to set out to make my own smart network of devices, that I can customize to my liking, without the risks of using internet. My goal is to covert my room to be the smartest in the house.
Development
The majority of my work will be posted on github.com, where the code is open source for others to use, and here will be regarding my personal development of modules specific to my needs.
Presence Detection
This module is used to detect the presence of anyone entering or leaving a spot, such as through the room door, at a desk, in bed, etc.
This led me on an entire thought train thinking about all the different ways to implement presence detection -.-. My first method is using 2 IR sensors that modulate their own IR LED's. But could ultrasonic or motion detection be a better option? (or pressure sensors?)
