-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
set_rotate FanP10 sends the wrong command #1076
Labels
Comments
Do you like to provide a PR? |
I submitted a possible fix for it. |
rytilahti
added a commit
that referenced
this issue
Jun 24, 2021
* Fix set_rotate for fans * Add suggestions from rytilahti Co-authored-by: Teemu R. <[email protected]> Co-authored-by: Teemu R. <[email protected]>
Closed with #1078. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I wanted to ask if anyone has actually tested the
set_rotate
method inFanMiot
. I'm using theFanP10
class with a P18 device as they have the same services definition. As far as I was able to test, everything works as expected except the set_rotate method.This is the message that is being sent:
This is what I think should've been sent (it works):
the urn file for both p10 and p18 says value should be uint8 (if I understant that correctly)
Version information (please complete the following information):
Device information:
If the issue is specific to a device:
To Reproduce
Steps to reproduce the behavior:
fan.set_rotate(MoveDirection("left"))
Expected behavior
device should turn 5°
Console output
If applicable, add console output to help explain your problem.
If the issue is about communication with a specific device, consider including the output using the
--debug
flag.The text was updated successfully, but these errors were encountered: