Andrew Fiddian-Green
Andrew Fiddian-Green
> in the JavaScript file. What module is it in?
@lolodomo many thanks for the link. I made the following findings.. 1. I tested the RGB HSB conversion code in the JavaScript and it produces the same results as the...
^ @lolodomo I did some deeper debugging in Chrome, and actually I think my hypothesis above is wrong; and yours was/is indeed correct. My new hypothesis is that some parts...
Okay .. after about one day of debugging .. I think I may have figured out the cause of the problem.. When the color picker control refreshes itself, the JavaScript...
^ Hmm. It seems that the bug only occurs if the item is created with a 'hard' state presentation part in its label.. 1. label "Kitchen Bay Light Colour" -...
> Did you see https://github.com/openhab/openhab-webui/issues/1140 ? Not. Yet .. :) > What value is shown by the sitemap when you use %s ? When I set the label with [%s]...
^ I think the reason why %s returns "brightness" instead of "hue,saturation,brightness" is as follows.. - HSBType extends (via PercentType) from DecimalType - the HSBType.brightness field is therefore in fact...
^ Sorry if I am mixing things. And I have no wishes. I have just been reporting my findings concerning this bug. My conclusion is that if the Item has...
> can you provide a scenario to reproduce your bug without involving MQTT? I found it during testing of my PR for implementing CLIP 2 api support in the Hue...
I was thinking if this is sufficient to cover the requirements. First I just want to make an observation that Number:Dimensionless is really a pretty vague class / concept which...