Giter VIP home page Giter VIP logo

Comments (20)

nerajchand avatar nerajchand commented on July 22, 2024 2

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 :)

from ha-dyson.

custa1200 avatar custa1200 commented on July 22, 2024 1

I updated to 1.30 from 1.28

from ha-dyson.

custa1200 avatar custa1200 commented on July 22, 2024

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

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

from ha-dyson.

zzznz27 avatar zzznz27 commented on July 22, 2024

Just started getting the same issue today too

from ha-dyson.

GitPetri avatar GitPetri commented on July 22, 2024

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

from ha-dyson.

zzznz27 avatar zzznz27 commented on July 22, 2024

from ha-dyson.

GitPetri avatar GitPetri commented on July 22, 2024

I'm on 1.29. 1

Thanks, staying in 1.28 for now then.

from ha-dyson.

zzznz27 avatar zzznz27 commented on July 22, 2024

Went back to 1.28.4 and it's still broken

from ha-dyson.

zzznz27 avatar zzznz27 commented on July 22, 2024

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

from ha-dyson.

GitPetri avatar GitPetri commented on July 22, 2024

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

from ha-dyson.

Trabbi1999 avatar Trabbi1999 commented on July 22, 2024

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.

from ha-dyson.

arc72 avatar arc72 commented on July 22, 2024

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)

from ha-dyson.

BePalm2022 avatar BePalm2022 commented on July 22, 2024

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..

from ha-dyson.

idfxken avatar idfxken commented on July 22, 2024

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

Edit: Dyson Pure+Cool humidifier here

from ha-dyson.

idfxken avatar idfxken commented on July 22, 2024

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

from ha-dyson.

mb0686 avatar mb0686 commented on July 22, 2024

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.

from ha-dyson.

aLTeReGo-SWI avatar aLTeReGo-SWI commented on July 22, 2024

@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 :)

from ha-dyson.

custa1200 avatar custa1200 commented on July 22, 2024

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 .

from ha-dyson.

custa1200 avatar custa1200 commented on July 22, 2024

The issue seems to pop up intermittently still.

from ha-dyson.

dotvezz avatar dotvezz commented on July 22, 2024

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!

from ha-dyson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.