Hey everyone! I wanted to share my recent success in setting up MQTT and automating my smart home. It’s been a fantastic journey, and I’m thrilled to see everything working seamlessly together. ![]()
I started by installing the MQTT broker on my Raspberry Pi, following the guide from the official documentation. Initially, I was a bit confused about how to enable it, but after some research, I figured it out. The key was running the command sudo systemctl enable mqttbroker.service to make sure it starts at boot. That was a relief because I didn’t want to manually restart it every time.
Next, I focused on integrating my smart cameras. I had two Yi 1080 outdoor cameras that I wanted to connect to Home Assistant. After some troubleshooting, I realized that using the mod firmware from GitHub worked perfectly. The FTP connection was straightforward with FileZilla, and now I have live feeds and motion detection set up. It’s amazing to see everything in action!
One thing I noticed was that my Arlo camera was going off frequently due to wind. I adjusted the sensitivity settings, and now it’s much more reliable. It’s great to have peace of mind knowing that my cameras are working as they should.
For the automation part, I set up a simple scene that turns on the lights in the evening and turns them off in the morning. It was a bit tricky at first, but once I got the hang of it, it was smooth sailing. I also created an automation for the doorbell that notifies me on my phone and plays a sound through the speakers. It’s so convenient!
I’m really happy with how everything came together. If anyone is looking to start their smart home journey, I highly recommend beginning with MQTT and gradually adding devices. It’s incredibly rewarding to see all the pieces work together seamlessly.
If anyone has questions or needs help with their setups, feel free to reach out! I’m happy to share what I’ve learned. ![]()