-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest requires msmart 0.2.4 which is not available in PyPi #183
Comments
I bumped the manifest version and the behavior with my AC is totally different. I don't have all the controls when using the classic card. |
That is likely because of mac-zhou/midea-msmart#90. Unfortunately this integration is currently in a bit of a bad state. I've got a branche with a number of fixes merged here: mill1000/midea-msmart. To install via pip
|
To me it looks like HA is still using the old version of midea-msmart because the |
Update: Update: Still the same error after doing |
Great. I was just about to reply to see if you were using this add-on or other "official" one. The official one seems quite limited in its use |
Yeah I solved the ssh issue but still stuck with this msmart. I removed the requirements from manifest.json. But still having the same issue, not finding get_capabilities I am missing something but don't know why. It seems there is a sneaky msmart that is still installed somewhere and grabbing my midea-ac-py |
If you're getting issues with Are you running these pip commands within the Docker container that runs HA? |
I am running the pip install from the root it seems |
Ok I fixed the issue here are the steps : Open a terminal and enter in docker mode :
Everything came back in track. The mistake here is to use Terminal and connect as root and do the steps. You need to be in the docker Thanks a lot for your help. |
No problem. Glad you got it working again. If it's of interest to you. I also have a future branch of midea-ac-py here that add some additional features |
The current manifest requires msmart 0.2.4 which is not available in PyPi. This is causing install failures for users (reported in #182) because the dependency can not be met.
midea-ac-py/custom_components/midea_ac/manifest.json
Line 7 in a1699f7
We should bump the manifest version to 0.2.5 or merge #178 to support multiple versions.
The text was updated successfully, but these errors were encountered: