Page 1 of 1

Hue/Saturation/Brightness Errors

PostPosted: Thu Dec 08, 2016 1:22 pm
by Colorado4Wheeler
I'm not sure if this is a known issue, but in I7 I'm trying to use the "Set Hue/Saturation/Brightness (Hue Lights Controls)" function and after tabbing out of each field I get the same error:

Code: Select all

Hue Lights Error                Error in plugin execution UiAction:

Traceback (most recent call last):
  File "plugin.py", line 521, in hsbColorFieldUpdated
  File "plugin.py", line 429, in calcRgbHexValsFromHsbLevels
ValueError: invalid literal for int() with base 10: ''



The action still works as it should, it just the UI has the problem with the callback.

Re: Hue/Saturation/Brightness Errors

PostPosted: Sat Dec 10, 2016 6:04 pm
by nsheldon
Thanks for the report. I'll see if I can track down the issue.

Re: Hue/Saturation/Brightness Errors

PostPosted: Sat Dec 10, 2016 8:11 pm
by nsheldon
Version 1.4.8 Posted

  • Fixed a bug that would cause an error when editing the Set Hue/Saturation/Brightness action settings.
  • Fixed definition for one model of LivingColors light that was incorrectly placed in the Extended Color/Ambiance bulb group.

Re: Hue/Saturation/Brightness Errors

PostPosted: Sat Dec 10, 2016 10:11 pm
by Colorado4Wheeler
Cool, thanks :D