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.42k stars 233 forks source link

HACS component will not install. #591

Open JosephRDawson opened 2 months ago

JosephRDawson commented 2 months ago

HA core version

2024.9.1

Intergration version

0.3.XX

Device type and model

Midea Cube Dehumidifier

Used App

MSmartHome

The description of problem

HACS-–-Home-Assistant I get this error when trying to install any version of this HACS

The logs

No logs it is not installing.

makkzoli commented 2 months ago

404 when trying to download https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/mieda_ac_lan.zip

some typo issue: mieda_ac_lan.zip

surencio commented 2 months ago

the misspelled file name should be midea_ac_lan.zip

JosephRDawson commented 2 months ago

How can you install it...manually?

makkzoli commented 2 months ago

sure: SSH to your HA server mkdir /config/custom_components/midea_ac_lan cd /config/custom_components/midea_ac_lan wget https://github.com/georgezhao2010/midea_ac_lan/releases/download/v0.3.22/midea_ac_lan.zip unzip midea_ac_lan.zip rm -f midea_ac_lan.zip then access the integration URL: https://my.home-assistant.io/redirect/config_flow_start?domain=midea_ac_lan

wuwentao commented 1 month ago

as current repo is not active , we have forked it and consider to maintain it in futuer. https://github.com/wuwentao/midea_ac_lan

PR is welcome

Thanks