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

Increase and Decrease Fan light brightness #22

Open
matt1097 opened this issue Oct 10, 2021 · 0 comments · May be fixed by #23
Open

Increase and Decrease Fan light brightness #22

matt1097 opened this issue Oct 10, 2021 · 0 comments · May be fixed by #23

Comments

@matt1097
Copy link

I have several fans that support directional brightness dimming. This is not currently handled by your drivers. Because it is not handled, the light child device is the non-dimming driver.
I did a bit of debugging already.

The output of state.fanDetails[fan] is: [TurnOff, SetSpeed, SetDirection, ToggleLight, StartIncreasingBrightness, StartDecreasingBrightness, OEMTimer, OEMRandom, Stop, TogglePower, TurnOn, IncreaseSpeed, DecreaseSpeed, ToggleDirection, TurnLightOn, TurnLightOff]

The key terms are "StartIncreasingBrightness" and "StartDecreasingBrightness"

Neither of your current Light drivers handle this as far as I can tell. "BOND_Fan_Time_Light" is closest but needs the concept of direction.

I suspect, this would also fix at least part of #4

matt1097 added a commit to matt1097/hubitat-bond that referenced this issue Oct 29, 2021
@matt1097 matt1097 linked a pull request Oct 29, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant