We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the latest release of HA (Home Assistant) they moved fan speeds out in favor of a percentage, see https://www.home-assistant.io/blog/#fan-speeds-100
I would like to ask for a new feature, an API endpoint that can use this, including an optional timer parameter:
Set the fan speed by a percentage of your fan device.
Example: http://192.168.x.y/api/v2/fan/setpercentage.json?percentage=50
http://192.168.x.y/api/v2/fan/setpercentage.json?percentage=50
percentage
0
100
timer
The text was updated successfully, but these errors were encountered:
I just realize this isn't really required as the speeds can be used as preset_mode and the percentage can be set via the voltage. My implementation: https://gist.github.com/golles/ae32d9a7c14b63d9d68f6ff9a6fd4d6a#file-zehnder-yaml
Up to you if you feel this is a nice to have, else I'm fine you close this ticket
Sorry, something went wrong.
No branches or pull requests
In the latest release of HA (Home Assistant) they moved fan speeds out in favor of a percentage, see https://www.home-assistant.io/blog/#fan-speeds-100
I would like to ask for a new feature, an API endpoint that can use this, including an optional timer parameter:
/api/v2/fan/setpercentage.json
Set the fan speed by a percentage of your fan device.
Example:
http://192.168.x.y/api/v2/fan/setpercentage.json?percentage=50
percentage
a number between
0
and100
timer
The text was updated successfully, but these errors were encountered: