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
SwitchableHvacDevice works in heating mode and only refuses to act as a fan (when a fan feature is explicitly asked for)
SwitchableHvacDevice
SwitchableHvacDevice blows up with java.lang.IllegalArgumentException: fanSpeed=1.0 is not supported by this instance (not in cooling mode)
java.lang.IllegalArgumentException: fanSpeed=1.0 is not supported by this instance (not in cooling mode)
Unit controller produces non-zero fan signal whereas it's only supposed to produce non-zero demand
Since this is happening in an experimental branch, the exception will be downgraded to a warning until process control logic is fixed.
The text was updated successfully, but these errors were encountered:
Imlemented temporary workaround for #222
b8de6c4
Documentation update (#222)
a244c0d
No branches or pull requests
Expected Behavior
SwitchableHvacDevice
works in heating mode and only refuses to act as a fan (when a fan feature is explicitly asked for)Actual Behavior
SwitchableHvacDevice
blows up withjava.lang.IllegalArgumentException: fanSpeed=1.0 is not supported by this instance (not in cooling mode)
Root Cause
Unit controller produces non-zero fan signal whereas it's only supposed to produce non-zero demand
Workaround
Since this is happening in an experimental branch, the exception will be downgraded to a warning until process control logic is fixed.
The text was updated successfully, but these errors were encountered: