Philipd
(Phil)
1
I have now installed Home Assistant 2021.2.3 and now I am missing my Dyson Products.
The errors are:
Logger: homeassistant.setup
Source: setup.py:138
First occurred: 10:33:18 (1 occurrences)
Last logged: 10:33:18
Setup failed for dyson: Integration failed to initialize.
and
Logger: homeassistant.components.dyson
Source: components/dyson/__init__.py:60
Integration: dyson (documentation, issues)
First occurred: 10:33:18 (1 occurrences)
Last logged: 10:33:18
Not connected to Dyson account. Unable to add devices
I did not alter my config file.
dyson:
username: !secret dyson_username
password: !secret dyson_password
language: DE
devices:
- device_id: VS9-EU-xxxxxxxx
device_ip: 192.168.xxx.xxx
Can anybody help.
Thanks
michmtt
(Michel)
2
same here since the update
morilm
(Miguel Morillo)
3
Doesn’t work for me either…
Same here, the Dyson integration has worked for over 2 years, and not anymore since the last upate…
jay_p
7
Please see the topic “dyson not connecting anymore”. Or else go directly to issue #37 on the libpurecool repository on Github.
If you run home assistant as a Docker container, you can run the command below on your host machine. Make sure to restart the container afterwards.
docker exec -t <homeassistant_container_name> pip3 install --upgrade git+https://github.com/bfayers/libpurecool.git@fix_auth
FYI, libpurecool will most likely be replaced by ha-dyson. Also libpurecool is being moved to bfayers repo.
3 Likes
war1000
(Mo)
8
Is there any instructions on people running this in a VM?
1 Like
morilm
(Miguel Morillo)
10
If you are running on VM (assuming regular setup with the homeassistant user and regular python enviroment):
sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate
pip3 install --upgrade git+https://github.com/bfayers/libpurecool.git@fix_auth
exit
sudo systemctl restart home-assistant@homeassistant
I just update mine and it’s working fine
1 Like
jay_p
11
Dyson has made new changes on their end. If the integration is broken again for you, here’s the current solution:
https://community.home-assistant.io/t/dyson-not-connecting-anymore/169239/53?u=jay_p
1 Like