-
Notifications
You must be signed in to change notification settings - Fork 36
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
Unable to turn off timer mode #19
Comments
no. work in progress.... |
See this line, https://github.com/syssi/python-miio/blob/1a52117eed74cc81a966df55582fe66be8821490/miio/fan.py#L561 |
Yeah no work in progress on this at the moment, I wrote this issue from the angle that we can turn the timer off in the Mi Home App so I thought there shouldn't be a reason why we can't do it with python-miio. My plan was to understand the code and possibly propose changes to |
Created PR in rytilahti/python-miio#741 and syssi/xiaomi_fan#70 |
Nice! Thanks for your work on this, @insajd
…On Tue, Jun 30, 2020, 4:49 PM insajd ***@***.***> wrote:
Created PR in rytilahti/python-miio#741
<rytilahti/python-miio#741> and
syssi/xiaomi_fan#70 <syssi/xiaomi_fan#70>
After they both are merged, this component will be able to disable
scheduled turn off by passing 0 as value for delayed turn off.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRM4T2GYVI3DU5IT2O6ZOTRZGRK3ANCNFSM4NGR36XA>
.
|
Iimplemented, needs https://github.com/syssi/xiaomi_fan develop branch currently. When there's release after 0.2.0, xiaomi fan card release can be released without -beta :) |
There's currently no toggle-able state to turn off scheduled turn off.
The text was updated successfully, but these errors were encountered: