Disable autoupdate. Then the Item won’t change state until Hue reports that it’s changed state. With autoupdate enabled (the default) OH predicts what the new state of the Item will be.
As for the “too many decimal places”. Well that’s what Hue is reporting. There really isn’t anything you can do about it. Maybe file an issue on the binding to round the values returned by Hue?
During development of the API v2 version, we expressly increased the number of decimal places. At the request of another user. The reason is that OH uses the HSB color model whereas Hue v2 uses XY+Gamut and we found that round tripping HSB → XYG → HSB with integer values would lead to significant rounding errors. So we decided to use decimal values instead, in order to reduce such errors.
EDIT: PS (just so you know) different models of Hue lamps use different color Gamuts, so the round trip of color model changes can have different rounding errors on different models. Its complicated