Hey everyone! I’ve been on a journey to integrate my new Cielo Breez Max into my smart home setup, and I wanted to share my experience in case anyone else is looking to make the switch from Sensibo or just exploring their options. This process was a mix of excitement and some trial-and-error, but I’m thrilled to say it’s working perfectly now!
Why Cielo Breez?
I’ve been using Sensibo for a while now, and while it’s great, I was really drawn to the sleek design and advanced features of the Cielo Breez. Plus, the promise of better integration with Home Assistant was a big plus for me.
The Integration Challenge
When I first got the Cielo, I was a bit nervous about how well it would work with my existing setup. I had heard mixed things about third-party integrations, so I decided to dive in and figure it out myself.
I started by checking if there was a custom integration for Cielo in the Home Assistant community. After some research, I found that while there wasn’t an official integration, the community had stepped up with some great workarounds. One user had shared a custom integration that seemed promising, and I decided to give it a try.
Setting It Up
Here’s a quick rundown of the steps I took to get everything working smoothly:
-
Install the Custom Integration
- I downloaded the custom integration from the community forums and placed it in my
custom_componentsfolder. - After a quick restart of Home Assistant, I was excited to see the Cielo integration appear in the configuration menu.
- I downloaded the custom integration from the community forums and placed it in my
-
Pairing the Thermostat
- Following the instructions, I used the Cielo app to put my thermostat into pairing mode.
- Back in Home Assistant, I selected the thermostat from the list of discovered devices.
- The process was straightforward, and within minutes, my Cielo was fully integrated!
-
Testing the Integration
- I started by adjusting the temperature from Home Assistant to make sure everything was responding correctly. It worked like a charm!
- I also tested the presence detection feature, which automatically adjusts the temperature based on whether I’m home or not. It’s incredibly convenient!
Custom Automation for Energy Efficiency
One of the things I love most about Home Assistant is the ability to create custom automations. I decided to take my setup a step further by creating an automation that optimizes energy usage based on the time of day and my schedule.
Here’s a snippet of the automation I created:
yaml
automation:
- alias: “Optimize HVAC Based on Schedule”
trigger:- platform: time
hours: 6
minutes: 00
action: - service: climate.set_temperature
target:
entity_id: climate.cielo_breez_living_room
data:
temperature: 68 - service: notify.mobile_app_xiaomi
data:
title: “Home Automation”
message: “HVAC optimized for energy savings.”
- platform: time
This automation lowers the temperature during the early morning when I’m asleep and sends me a quick notification to keep me in the loop.
Tips for a Seamless Integration
- Firmware Check: Make sure your Cielo Breez is running the latest firmware. I found that older versions had some bugs that affected integration stability.
- Community Resources: Don’t hesitate to reach out to the Home Assistant community forums. There’s a wealth of knowledge and support available there.
- Backup Plan: Before making any major changes, take a moment to back up your Home Assistant configuration. It’s a simple step that can save you a lot of hassle.
Final Thoughts
Switching to the Cielo Breez has been a game-changer for my smart home setup. The integration with Home Assistant is seamless, and the advanced features make it a pleasure to use. I’m so glad I took the plunge and can’t recommend it enough!
If anyone has questions or needs help with their own integration, feel free to reach out. I’d be happy to share more details or troubleshoot any issues you might encounter.
Happy automating! ![]()