I feel like like I’m doing it wrong though. The steps say get the access token and a couple other things and close chrome. I get a little lost from there. I’d have to open chrome to finish the integration? I tried saving the info on a doc I put on my google drive and try to finish the integration from my phone. Still doesn’t work. Before that though, I have been having an issue where I’d need to reload the devices before my units would respond. Not a huge issue, just something I noticed. Figured it was my network or something.
I interpreted that as just reopening chrome to finish the integration (with the cielo page still logged in). But I feel like the real issue is that they may have changed something in the cloud service which broke the home assistant authentication process for the cielo integration. I tried looking at the logs but just saw these generic errors:
2023-12-19 00:21:56.103 DEBUG (MainThread) [custom_components.cielo_home.cielohome] Call refreshToken
2023-12-19 00:21:57.623 ERROR (MainThread) [custom_components.cielo_home.config_flow] Failed to login to Cielo Home
I’d be curious to hear if anyone has been able to get their cielo integration up and running within last day or two.
I just installed this Cielo integration in HA and it is working great. I built automations and have it doing what I want, which is to keep the room heated by my minisplit between 45 and 50 degrees. By default, the minisplit thermostat only goes down to 61.
My question is, how much work is required if my current authorization to Cielo’s server expires? Will I have to rebuild all my automations? Or will I be able to just reinstall the integration and plug in the new tokens from my browser after logging in? We lose power here fairly regularly and often for more than 1 hour so I am anticipating the Cielo authorization expiring.
Thanks for this integration. Its great!
BTW, I see that IFTTT has a Cielo integration now but IFTTT has limited applets on the free plan and is not as flexible as HA as far as I can tell. For example, in HA I have a “helper” toggle entity that I can use to disable all my Cielo automations if I want the room to stay warmer with the remote.
The new update seems to have added the action sync_ac_state back, but it doesnt seem to work right for me.
If I call sync_ac_state with power: false (and no other arguments besides target/entity_id), I can see that the device turns on on the cielo device’s screen and on the home.cielowigle.com website, but the actual unit itself does not turn on. Any ideas?
If i call it again with the same arguments, power turns off as expected.
Hi! Perhaps someone have a link of a video with the steps in order to integrate the Cielo? Sorry if I’m asking for too much I’m new with HA and and more visual, I read the steps and I failed
Can anyone who got this working please explain how to get to the configuration page mentioned in the installation instructions? It just assumes that it is there but I cannot find it anywhere. Cielo Home appears under HACS as available for download despite my already downloading it (fair enough, perhaps it is there incase an update becomes available). Clicking on it brings me to the instructions page (which also has the download button). I followed the instructions all the way to down to step 4 (in the second section).
OK, I figured it out. The instructions are a mess. You are supposed to scroll to the bottom and execute the instructions at the bottom of the instructions page first, then go back to the top and resume! It is working well for me now.
anyone know if there is anyway to turn on Comfy Max or Comfy mode via automations. If I turn it on via the phone app it shows Master Bedroom Preset became unknown in the HA Logs?
Thanks for any assistance on this.
The author, bodyscape, does not officially support Mr. Cool, I was wondering if anybody here has tweaked the integration to make the “turbo preset” work? I see it in the logs when I change it from the Cielo website to turbo,
I think the issue is in the cielohomedevice.py, but I am struggling to troubleshoot it. Does anybody have a suggestion on where to start troubleshooting?
I believe I have found the issue. It is in the _send_turbo function in cielohomedevice.py.
if (
self.get_device_type_version() != "BI03"
or self.get_device_type_version() != "BI04"
):
value = "on/off"```
I believe the "or" should be "and". As it is written, it will always be true.
My instance has been mostly working great (minus the Turbo preset working correctly) but I have just become aware how infrequently Home Assistant receives environmental updates from the sensors. Like it is often 30 minutes between sensor updates and that is just too long when the envirnmental conditions are changing. I would like to be able to use these sensors as triggers, but at 30 minute delays for updates it’s just kinda pointless.
Is there any way to change the sensor update frequency? Thanks
Anyone having trouble with this on Core 2025.8.2? I just noticed my entities were not responding so I tried to re-authenticate the integration by deleting what I had configured and following the steps here but after spinning for a while it just says “Unexpected error”. Not seeing anything in the logs.
Scratch that, when I went check this AM I got a notification that my backup didn’t complete (to Nabu Casa Cloud). The only other non-local integration I was using was also broken (GE). Restarted Home Assistant and it worked! Guess this is a win for local home automation since I didn’t even notice it wasn’t connecting to cloud stuff.