Hi! Fresh meat here I just started journey with HA and Hubitat (plan to use it for Z-stuff).
I have MrCool multi zone AC (heat pump), which uses Cielo technology - in my case I have Wifi dongle to use it via google Assistant, App and all that “smart” stuff.
I am looking into integration that to either HA or Hubitat. I took apart wifi dongle and I see that it has ESP + STM chip, where STM talks to AC unit on uart. I also saw that “wired” connection Cielo thermostats are using MODBUS. That gives me clue, that Wifi dongle use modbus (at least protocol only) too!
My plan is to create my own wifi dongle, and reverse engineer modbus communication.
Now - what do you guys propose to use for software? I am thinking to use ESP8266 and connect it to the modbus (after I reverse engineer the registers etc), or use some small MCU to do translation layer.
Any examples on Tasmota, Tuya, or any ESP based SW? It would need to be a thermostat like component, to change modes - heat, cool, dry and to set the temperature - and of course to Turn on and off (based on the external temperature sensor for example… which is why I want to do this integration in the first place…)
I will do my own research in parallel, but I hope you can help the freshman
@mariojas did you ever make any progress with this? I have a Cielo And would prefer not to buy other hardware to control my mini split. I haven’t found any other forms with folks who got this to work yet
Not yet, I am not using it right now, so I paused activity… Will start again in spring.
So far I identified the protocol (to the point where I know the most important stuff, but not 100%). Biggest problem I had was to guess which CRC algo they use. I tried many with no luck. As I said I will come back to this later.
Any movement here? I just installed 5 of these and I realized the app is lacking the control I need since it doesn’t shut off the units when it reaches the set point unless you’re in comfort mode but you only get 1 comfort mode and thus can’t schedule it to change between multiple comfort modes. Obviously if I’d have known this I’d have saved $450 and done it with esp32s and ir blasters.
@awedaei How did you do that? I have Smartthings too. I’m able to pull the Cielo devices into Home Assistant, but they don’t show up “climate” entities. For each device, device info is unavailable, there’s one on/off switch, and a few read-only sensors. So while I can turn the AC on or off, I can’t change the mode or temperature setting.
Yeah I really would like the get the Cielo to work with HA. I had the Sensibo working with it but the Sensibo kept sending the wrong commands to my Fujitsu mini split even after like 30 days of back and forth with their support team.
I use and really like my Cielo Breez. I would love to see support in HA for this device. For now, I think I can figure out a workaround using Amazon Alexa, but that is certainly cloud based.
Thank you so much @bodyscape! I love my Cielo Breez and have been hoping to integrate it with Home Assistant. Your integration works beautifully. Thank you for sharing it!