Skip to content
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

Stopped working? #180

Open
custa1200 opened this issue Jan 25, 2023 · 20 comments
Open

Stopped working? #180

custa1200 opened this issue Jan 25, 2023 · 20 comments

Comments

@custa1200
Copy link

My integrations seems to have stopped talking to my Dysons after updating to the latest HACS

@custa1200
Copy link
Author

custa1200 commented Jan 25, 2023

CleanShot 2023-01-25 at 16 36 21@2x

CleanShot 2023-01-25 at 16 36 33@2x

@zzznz27
Copy link

zzznz27 commented Jan 25, 2023

Just started getting the same issue today too

@GitPetri
Copy link

Uh, good to know. Which version of HACS broke the integration? Running 1.28.0 at the moment and HA shows 1.30.0 as available one

@zzznz27
Copy link

zzznz27 commented Jan 25, 2023 via email

@GitPetri
Copy link

GitPetri commented Jan 25, 2023

I'm on 1.29. 1

Thanks, staying in 1.28 for now then.

@custa1200
Copy link
Author

I updated to 1.30 from 1.28

@zzznz27
Copy link

zzznz27 commented Jan 25, 2023

Went back to 1.28.4 and it's still broken

@zzznz27
Copy link

zzznz27 commented Jan 25, 2023

Google integration is busted too...
Might be a change in Dyson's end?

@GitPetri
Copy link

Google integration is busted too... Might be a change in Dyson's end?

I am running 1.28.0 and my integration seems to be working at the moment

@Trabbi1999
Copy link

I'm trying to integrate my Humidify and Cool Formaldehyde but it says "Failed to connect" when I try to set up manually. Homebridge can connect to my Dyson, maybe this is also related to the issue.

@arc72
Copy link

arc72 commented Jan 26, 2023

Broken for me too since today....

2023-01-26 12:01:11.454 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration dyson_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-26 12:02:16.119 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration dyson_cloud: Unable to import component: cannot import name 'DysonPurifierHumidifyCoolFormaldehyde' from 'libdyson' (/usr/local/lib/python3.10/site-packages/libdyson/init.py)

@BePalm2022
Copy link

I just try to install the integration...but is is not found and not showing up

There is not even Dyson integration
hasst

nor there is a HACS ...
hacst

anything I have to set to see it ...
located in Malaysia... should not play a role to see all integrations..

@idfxken
Copy link

idfxken commented Jan 28, 2023

I can´t connect with my serial number and credentials either, possibly dyson sent out a firmware update?

Edit: Dyson Pure+Cool humidifier here

@nerajchand
Copy link

I've been having a similar issue since the Home Assistant OS 9.5 update .

What i had to do to get it working again was update the "requirements" in the manifest.json to
"requirements": ["git+https://github.com/jezzab/libdyson.git@main#libdyson==0.9.0"],

So the full manifest.json looks like:

{
    "domain": "dyson_local",
    "name": "Dyson Local",
    "config_flow": true,
    "documentation": "https://github.com/shenxn/ha-dyson",
    "issue_tracker": "https://github.com/shenxn/ha-dyson/issues",
    "dependencies": ["zeroconf"],
    "codeowners": ["@shenxn"],
    "requirements": ["git+https://github.com/jezzab/libdyson.git@main#libdyson==0.9.0"],
    "version": "0.16.4-4",
    "iot_class": "local_polling"
}

This is the same for dyson_local & dyson_cloud.
After a reboot, both of my Dyson Purifiers came back.

Hope that helps :)

@idfxken
Copy link

idfxken commented Jan 29, 2023

Edit : Apologies, it seems that I messed up with the dyson password. Just checked with resniffing the mqtt connection from dyson.

@mb0686
Copy link

mb0686 commented Jan 29, 2023

The same issue occured for me in the past few days. Neither this integration nor the Dyson app were working. Eventually I just unplugged the Dyson and now it's back up and running. I didn't change anything in Home Assistant.

@aLTeReGo-SWI
Copy link

@nerajchand thank you for the solution. That fixed the problem perfectly!

I've been having a similar issue since the Home Assistant OS 9.5 update .

What i had to do to get it working again was update the "requirements" in the manifest.json to "requirements": ["git+https://github.com/jezzab/libdyson.git@main#libdyson==0.9.0"],

So the full manifest.json looks like:

{
    "domain": "dyson_local",
    "name": "Dyson Local",
    "config_flow": true,
    "documentation": "https://github.com/shenxn/ha-dyson",
    "issue_tracker": "https://github.com/shenxn/ha-dyson/issues",
    "dependencies": ["zeroconf"],
    "codeowners": ["@shenxn"],
    "requirements": ["git+https://github.com/jezzab/libdyson.git@main#libdyson==0.9.0"],
    "version": "0.16.4-4",
    "iot_class": "local_polling"
}

This is the same for dyson_local & dyson_cloud. After a reboot, both of my Dyson Purifiers came back.

Hope that helps :)

@custa1200
Copy link
Author

The same issue occured for me in the past few days. Neither this integration nor the Dyson app were working. Eventually I just unplugged the Dyson and now it's back up and running. I didn't change anything in Home Assistant.

yeah I unlogged and plugged mine back in and it became available again .

@custa1200
Copy link
Author

The issue seems to pop up intermittently still.

@dotvezz
Copy link

dotvezz commented Mar 14, 2023

Unfortunately this integration is no longer maintained, but I've created a new fork and am actively working on the new Humidifier and Formaldehyde models. Have a look at #185 for more information, and let me know if you have any questions.

The forks do incorporate the latest changes to libdyson and a few other improvements, maybe it will help people who are dealing with this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests