shenxn / ha-dyson

HomeAssitant custom integration for dyson
MIT License
312 stars 59 forks source link

Not all feature controls are exposed to HA for Pure Cool Link #152

Closed lifebound closed 2 years ago

lifebound commented 2 years ago

I have a Dyson Pure Cool Link.

The phsyical remote control exposes: Power 'Auto' Fan Speed Sleep Timer Oscillation Night Mode

The only control I have in HA is Power. Night mode, Air Quality sensitivity, and Continuous monitoring are exposed as 'configuration' items, but I can't control anything else that way.

I don't know if the problem is in the HA implementation, or the underlying library, unfortunately. I can provide any logs you might need.

erd82 commented 2 years ago

Hi @lifebound, I had a similar issue that I could not found further controls. But they are there if you go into the details of the main entity. See https://github.com/shenxn/ha-dyson/issues/154

And if you are Using the latest mushroom frontend integration, you can control the fan speed and oscillation (it it works) like this: mushroom fan with dyson

Sleep timer is not available indeed and it never worked for me. But this you can easily automate in Home Assistant. Does this help? If so, please close the issue.

erd82 commented 2 years ago

BTW: For the sleep timer there is a service "Dyson Local: set_timer" available, so that you can send a new timer to the device.