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

Power off Dyson Pure Cool Link #26

Open
Rookie0ne opened this issue Aug 17, 2020 · 0 comments
Open

Power off Dyson Pure Cool Link #26

Rookie0ne opened this issue Aug 17, 2020 · 0 comments

Comments

@Rookie0ne
Copy link

First: Thanks for this great library, I have little experience with Python but this was super easy to setup!

I am successfully able to power on my Dyson Pure Cool Link with this:
devices = dyson_account.devices() connected = devices[0].auto_connect() devices[0].set_configuration(fan_mode=FanMode.FAN, fan_speed=FanSpeed.FAN_SPEED_7) time.sleep(5) devices[0].disconnect()

But now I'd also like to power it off again... how do I do that?
FAN_SPEED_0 doesn't seem to work and there doesn't seem to be a turn_off() command for the Pure Cool Link?

Does anyone have an idea?

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

1 participant