georgezhao2010 / midea_ac_lan

Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network.
MIT License
1.37k stars 231 forks source link

Unknown error #443

Open dnvigmh opened 8 months ago

dnvigmh commented 8 months ago

安装过无数个hacs集成,就这个提示Unknown error

这什么玩意?

mars456852 commented 8 months ago

我也是,只能手动安装的,我网络没问题,先声明,其他都是正常安装

Necroneco commented 8 months ago

新版hacs读了 hacs.json 里的 zip_release 和 filename,但是这边写错了,就炸了。

431

442

RecklessR commented 7 months ago

Getting this error today when trying to reinstall all my integerations. This is working perfectly on my old instance, but I would like to use it on my new one.

RecklessR commented 7 months ago

Looks like the issue might be with Home Assistant 2024.2, I would love to use this Integration as it works great! I get the following error when I use the "Add Integration to My HA":

"This integration does not support configuration via the UI. If you followed this link from the Home Assistant website, make sure you run the latest version of Home Assistant." error-ha

omarantelmi commented 7 months ago

It seems that the problem is with the link from which it takes the package

Logger: custom_components.hacs Source: custom_components/hacs/base.py:730 Integration: HACS (documentation, issues) First occurred: 21:19:51 (2 occurrences) Last logged: 21:21:17

Download failed - Got status code 404 when trying to download https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/mieda_ac_lan.zip Traceback (most recent call last): File "/config/custom_components/hacs/base.py", line 730, in async_download_file raise HacsException( custom_components.hacs.exceptions.HacsException: Got status code 404 when trying to download https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/mieda_ac_lan.zip

in the end the name MIEDA instead of MIDEA seems incorrect

RecklessR commented 7 months ago

@georgezhao2010 This looks like a simple fix, of updating the file name in HACS. Can you get a fix out?