OpenHAB-HomeKit-Bridge icon indicating copy to clipboard operation
OpenHAB-HomeKit-Bridge copied to clipboard

Colorpicker sending strange values

Open rayzor187 opened this issue 8 years ago • 3 comments

Hi

I have everything up and running and so far its working good!

But i have an issue. When using the Colorpicker i get strange values from the Bridge in to OpenHAB.

If i tell siri to change the color to RED i get 3 commands in return (see below). And when converting those from HSB to RGB it gets wrong, in this case pure white.

It is converting the last HSB value recieved and in this case its white so in a way that is correct. But if you convert the middle command from HSB that would give you bright blue?! So none of the lines are correct... also it does not seam to update elegato eve when the color has been changed from the OpenHAB app.

From the Bridge

  • Vrum_RGBball received command 100
  • Vrum_RGBball received command 240,100,100
  • Vrum_RGBball received command 0,0,100

Sent to the lamp

  • Vrum_RGBball_send received command 255,255,255

Running OpenHAB 1.8.1, Homekit bridge installed on a Linux computer and controlling from a iPhone 6 with elegato eve.

any ideas?

rayzor187 avatar Apr 19 '16 22:04 rayzor187

I will have a look into it. Since I don't own a RGB lamp myself this very well might be a bug.

htreu avatar Apr 20 '16 06:04 htreu

Thanks! I'll look closer tonight and see if I can find something.

rayzor187 avatar Apr 20 '16 07:04 rayzor187

since I don't own any RGB lights I did a test with the Hue-emulator. The colours are exactly like I tell Siri in the command. Thus "change the color to red" will actually set the color of the emulated lamp to red.

htreu avatar May 18 '16 11:05 htreu