Hey everyone! I wanted to share my experience integrating various smart devices and automations into my home. It’s been quite the adventure, and I hope my insights can help others on their smart home journeys.
I started by setting up an Amazon Echo Show 8 at my parents’ house. The goal was to have calls ring directly to the Echo instead of my mobile, making it easier for them to reach me. However, initially, it kept routing to my phone. After some research, I found that adjusting the settings under the ‘Notifications’ section fixed the issue. It’s such a small tweak, but it makes a big difference in convenience!
Next, I dove into automating my irrigation system. I used input_text to set runtime and interval values, then created a script to send MQTT messages and update the next irrigation time. The automation was supposed to trigger when the current time matched the scheduled time. But it wasn’t firing as expected. After some troubleshooting, I realized the datetime format wasn’t compatible. Adjusting it to use epoch time instead of a string format solved the problem. It was a bit frustrating at first, but now it runs smoothly!
I also wanted to share how I integrated a Galaxy Projector Pro. It’s a fantastic device, and after setting it up, I noticed the price dropped to £125.99 in England. If you’re considering it, I’d say it’s worth the investment for the cinematic experience it offers.
For those interested in monitoring energy usage, I came across some AT4PW drivers on AliExpress. They’re Tuya-based, which means they can integrate with Hubitat. While I’m still learning how to display their stats on my dashboard, it’s been a fun challenge. I’d love to hear from anyone who’s successfully done this!
Lastly, I’ve been experimenting with automations for household chores. Inspired by a community blueprint, I set up notifications for when the washing machine or dryer finishes. It’s been a great way to coordinate with my wife, ensuring chores get done efficiently. The actionable notifications have been especially helpful—she can confirm she’ll do it, or I can take over if she’s busy.
This project has taught me the importance of patience and thorough research. Each challenge solved brings a sense of accomplishment and brings me closer to my goal of a fully integrated smart home. I’d love to hear about your experiences and tips too!