I hope someone can help me out here a bit. I have been having issues with my dyson integration for just over 2 months now. It used to work but no longer works. I get the following error.
FYI, my Dyson fan stopped working with version HASS 0.113 but works fine after upgrading to HASS 0.114.4. The 0.113 integration failed silently - the log viewer didn’t show issues, but I didn’t look into the code to see if debug could be turned on.
Here’s my redacted config pulled directly from a working integration 0.114.4 in a RPi2:
# Dyson integration
dyson:
username: [email protected]
password: secret
language: GB
devices:
- device_id: dyson serial number from the app without quotes
device_ip: 192.168.99.99
I’m not currently using a secrets file, but would expect that to be transparent. The only other difference is the language: US, but I’d suspect HASS version or credentials first.
Anyone lose access to Dyson today? Running 2021.2.2, all working great, restarted because of a binary sensor I was creating, now the Dyson config is reporting as invalid.
Folks with the newest breakage, this is a known issue, if you have GitHub, you can subscribe for updates: https://github.com/home-assistant/core/issues/46400 - TLDR, looks like Dyson changed something, upstream library libpurecool is being updated, so hopefully won’t be long until HA fixes and update is out. Hold tight folks!