midea_ac_lan
midea_ac_lan copied to clipboard
Unknown error when installing
HA core version
Last
Intergration version
Last
Device type and model
No device
Used App
No app
The description of problem
Installing the app trough HACS results in unknow error, install manually results in the same kind of errore
The logs
Unknown error
It's a typo in the download URL. The release it tries to download is ...download/v0.3.22/mieda_ac_lan.zip
instead of ...download/v0.3.22/midea_ac_lan.zip
.
Ok, I download the midea_ac_lan folder and put it under custom component but when I try to install the component I get another error, and I can’t install the component, do you think you can came out with a fix? Any solution please?
I have the same issue
So, since there's 6 duplicate PRs that, if merged, would fix the issue LOL, here's what I did to get it working (note: I am running Home Assistant OS and executed these commands using the Advanced SSH & Web Terminal add-on):
- Navigate to the /homeassistant/custom_components directory
cd /homeassistant/custom_components
- Download the midea_ac_lan.zip from the Releases page.
wget https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/midea_ac_lan.zip -O midea_ac_lan.zip
- Extract the zip folder
unzip -d ./midea_ac_lan/ midea_ac_lan.zip
- Clean up the downloaded .zip file
rm midea_ac_lan.zip
- Restart Home Assistant!