You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
matt1097
added a commit
to matt1097/hubitat-bond
that referenced
this issue
Oct 29, 2021
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
The text was updated successfully, but these errors were encountered: