midea_ac_lan
midea_ac_lan copied to clipboard
download failed - Unknow error
HA版本
2024.2.1
集成版本
0.3.22
设备类型及型号
无
使用的App
美的美居
问题详细描述
download 失败
The logs
No response
先手动吧,配置文件的名字错了,有几个PR修复这个问题的,等作者merge吧
I have a similar problem. I do not get an error, but it simply won't install. Takes very long, nothing is happening.
Same troubles. @georgezhao2010 please merge any of this: https://github.com/georgezhao2010/midea_ac_lan/pull/431 https://github.com/georgezhao2010/midea_ac_lan/pull/442 https://github.com/georgezhao2010/midea_ac_lan/pull/448 https://github.com/georgezhao2010/midea_ac_lan/pull/458
I have the same problem too!
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!