Hello everybody,
I’m expiriencing an issue when I use Homekit (via Siri) to select a color for a “Color” item.
When I say “LED Flooder red” the result is:
2017-01-25 12:25:13.602 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 0,100,100
2017-01-25 12:25:13.604 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command ON
2017-01-25 12:25:13.605 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:13.607 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:13.611 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 241.352113,100,100 to 0,100,100
2017-01-25 12:25:13.612 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 0,100,100 to 241.352113,100,100
For green:
2017-01-25 12:25:18.817 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 120,100,100
2017-01-25 12:25:18.820 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command ON
2017-01-25 12:25:18.822 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:18.822 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 241.352113,100,100 to 120,100,100
2017-01-25 12:25:18.825 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:18.829 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 120,100,100 to 241.352113,100,100
and for blue:
2017-01-25 12:25:23.176 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 240,100,100
2017-01-25 12:25:23.179 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command ON
2017-01-25 12:25:23.179 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 241.352113,100,100 to 240,100,100
2017-01-25 12:25:23.183 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:23.184 [ItemCommandEvent ] - Item ‘LED_Flooder_RGB’ received command 241.352113,100,100
2017-01-25 12:25:23.187 [ItemStateChangedEvent ] - LED_Flooder_RGB changed from 240,100,100 to 241.352113,100,100
The first two commands each item receives seem to be correct. But I have no idea why it receives two more changes afterwards which always result in the same (wrong) color.
Is this a bug or do you have any Idea what could be wrong?
BTW: With the Colorpicker of the iPhone App I can change to the desired color without any problems.
Here is the item definition:
Color LED_Flooder_RGB “LED Fluter” (Wohnzimmer_Lampen) [ “Lighting” ]
And the sitemap’s line:
Colorpicker item=LED_Flooder_RGB icon=“slider”
Any idea ist appreciated… Thank you very much in advance!
regards,
Stephan