KrzysztofHajdamowicz / home-assistant-vacuum-styj02ym

80 stars 25 forks source link

did it stop working with the latest HA update? #47

Closed sheminasalam closed 9 months ago

sheminasalam commented 9 months ago

I have been using it for a long time but now after the latest update, this integration is not able to find my vacuum. It is not creating the vacuum entity also. What's happening?

sheminasalam commented 9 months ago

can anybody help me sort this?

DominikWrobel commented 9 months ago

Have the same problem, after 2024.2 the integration is not working, my guess is the python upgrade broke the integration.

InfernoJaffa commented 9 months ago

Just delete the version checks within manifest.json

From "requirements": [ "construct==2.10.56", "python-miio==0.5.12" ],

To "requirements": [ "construct", "python-miio" ],

48

sheminasalam commented 9 months ago

Just delete the version checks within manifest.json

From "requirements": [ "construct==2.10.56", "python-miio==0.5.12" ],

To "requirements": [ "construct", "python-miio" ],

48

I can confirm that this works