Hi, thanks a lot for your work.
In the last hours I’ve started with homeassistant and connecting my devices, and I’ve stumbled with this post while trying to configure my Giatsu / Midea AC.
I’ve tried your component but i get the a error: it finds the device and its SN and ID, but it says it’s unreacheable even if i give the module the AC’s address.
What has worked for me:
Steps:
Install from HACS. The name you are looking for is Midea Smart Aircon, don’t confuse with others with similar names.
With it installed, we have to edit the configuration.yaml file. (Tutorial here: Advanced Configuration - Home Assistant)
We add this lines:
climate:
- platform: midea_ac
host: 192.168.1.100
id: 123456789012345
There’s a guide on how to get the id in the github link.
If anyone has any doubt I’ll be happy to share my experience.