Hello everyone! I’m thrilled to be back and sharing my recent smart home automation journey. ![]()
Over the past few weeks, I’ve been diving into creating a seamless automation system for my home. One of the most rewarding projects has been setting up a motion detection system that activates based on time. I wanted to automate the turning on and off of lights in specific areas, like my garage, to enhance security without manual intervention.
Here’s a quick overview of what I’ve tried so far:
yaml
automation:
- alias: “Auto Motion Detect”
trigger:- platform: time
after: ‘01:30:00’
action: - service: switch.turn_on
entity_id: switch.camera_garage_motion - service: notify.telegram
data:
message: “Motion detection activated in garage”
trigger: - platform: time
after: ‘06:30:00’
action: - service: switch.turn_off
entity_id: switch.camera_garage_motion - service: notify.telegram
data:
message: “Motion detection deactivated in garage”
- platform: time
While this setup works for the most part, I’ve encountered a few hiccups. For instance, the system occasionally triggers false positives, which I believe might be due to the sensitivity settings of my motion sensors. I’m currently experimenting with adjusting these settings to find the perfect balance between security and convenience.
Another area I’m exploring is integrating multiple devices from different brands. I’ve successfully connected my Foscam cameras and Govee lights, but I’m curious about how to expand this ecosystem further. If anyone has tips on integrating devices seamlessly, I’d love to hear them!
On a lighter note, I recently stumbled upon the Govee gold edition lights, and they’ve added a touch of elegance to my home. It’s amazing how a well-designed smart device can enhance both functionality and aesthetics. ![]()
Looking forward to sharing more updates as I continue my smart home adventure. Cheers to all the innovators and tinkerers out there! ![]()