Winter Wonderland Automation Setup Guide

As the cold winter nights roll in, I’ve been busy setting up my home to stay warm and cozy using my trusty Home Assistant setup. I thought I’d share my journey and some tips for anyone looking to do the same!

The Setup Begins
First things first, I wanted to ensure my plants were happy despite the colder weather. After some research, I decided to go with the Mi Flora sensor. It was a bit of a puzzle at first, but I managed to get it connected by following these steps:

  1. Bluetooth Activation: I was initially confused about how to activate Bluetooth on my Raspberry Pi 3B with hass.io. After some digging, I realized that the Bluetooth addon might not always show up, but it’s usually activated by default. If not, you can manually enable it through the addon store.
  2. Configuration: Once Bluetooth was sorted, I added the sensor to my configuration.yaml file. Here’s a snippet of what worked for me:
    yaml
    sensor:
  • platform: miflora
    mac: ‘XX:XX:XX:XX:XX:XX’
    monitored_conditions:
    • moisture
    • light
    • temperature
    • conductivity
    • battery
  1. Testing: I used a Windows program to find the MAC address of my Mi Flora sensor, which was crucial for the setup. After plugging it in, I was thrilled to see the sensor data appearing in my dashboard!

Camera Automation
Another project I tackled was setting up my hacked Xiaomi XiaoFang cameras to record only when I’m away. Here’s how I did it:

  1. Presence Detection: I already had presence detection set up using mobile devices. This was key for triggering the camera automation.
  2. Automation Rules: I created an automation rule that turns the cameras on when my presence state changes to ‘not_home’ and turns them off when I’m back. It’s been working like a charm!

Govee Magic
I also decided to upgrade my home’s ambiance with some Govee products. Their smart rice cooker and LED lights have been absolute game-changers. The LED lights, in particular, have completely transformed my living space. I even managed to connect them without any hiccups, which was a relief after some initial troubleshooting.

Final Thoughts
This winter setup has been a labor of love, but seeing everything come together has been incredibly rewarding. Whether it’s monitoring my plants, securing my home, or just setting the mood, Home Assistant and the right gadgets have made all the difference.

If anyone has tips or tricks for improving these setups, I’m all ears! Let’s keep the warmth and the creativity flowing this winter. :ice_cube::sparkles:

Happy automating everyone! :star2: