Color value in Rest API show wrong value

Color Widget Problems

Hi,

I have the problem that the color item is not working correctly over Rest. I checked the current value of the light with the rest api:

{
“link”: “http://1.1.1.1:8080/rest/items/Licht_Farbe_SZ_Bloom_Links”,
“state”: “45”,
“type”: “Color”,
“name”: “Licht_Farbe_SZ_Bloom_Links”,
“label”: “Bloom Links”,
“category”: “colorwheel”,
“tags”: [
“Lighting”
],
“groupNames”: [
“gHueLights_Alle_Color”,
“gHueLights_Schlafzimmer_Color”
]
}

And the state shows not an HSB value. Only the dim value of 45 is shown. Does anybody of you know how to get an HSB value back instead of only the brightness one?

best regards René

This was a problem that has been fixed in later versions of openHAB as far as I know. However, if you are using apt* to upgrade I would advise against upgrading until some fatal issues have been sorted out.