Alexa Color Light with Colortemperature will not return the correct color at Alexa App

Hi, I have the situation, that I have a colorlight with colortemp. When I select at the Alexa App the colortemp colors, the lamp will change to that white that I have selected an I get the check hook. That is ok! But when I select the a color from the “normal” colors for example blue, the light will go to blue, but the Alexa App ist shortly showing server does not respond and I am not getting the check hook. Also the App remains on the old white color.
I have tested this without the colortemp settings, and there the color changes correct and also the right color is at the Alexa App. The settings are a Group “Testlampe” with “Light” , and the Points “Testlampe_colortemp” with “Light_Colortemp” , “Testlampe_Color” with “Light.Color” and “Testlampe_switch” with “Light.PowerState”.
I have the last last snapshot 3.2.0 installed.

Could you provide the OH event logs when the command from the skill is received and the subsequent state update from your binding? Also, make sure that all 3 items you listed have a valid state. That’s usually the main reason for the device not responding error.

07:21:22.231 [INFO ] [openhab.event.ItemCommandEvent       ] - Item 'Testlampe_colortemp' received command 2700
07:21:22.235 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'Testlampe_colortemp' changed from 7000 to 2700
07:21:30.369 [INFO ] [openhab.event.ItemCommandEvent       ] - Item 'Testlampe_color' received command 120,100,100
07:21:30.373 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'Testlampe_color' changed from 60,100,100 to 120,100,100
openhab/items/Testlampe_color/statechanged
ItemStateChangedEvent
{"type":"HSB","value":"120,100,100","oldType":"HSB","oldValue":"60,100,100"}
openhab/items/Testlampe_color/state
ItemStateEvent
{"type":"HSB","value":"120,100,100"}
openhab/items/Testlampe_color/command
ItemCommandEvent
{"type":"HSB","value":"120,100,100"}
openhab/items/Testlampe_colortemp/statechanged
ItemStateChangedEvent
{"type":"Decimal","value":"2700","oldType":"Decimal","oldValue":"7000"}
openhab/items/Testlampe_colortemp/state
ItemStateEvent
{"type":"Decimal","value":"2700"}
openhab/items/Testlampe_colortemp/command
ItemCommandEvent
{"type":"Decimal","value":"2700"}

For testing I have no channel linked to the equipment/points. But for this problem, I think, this makes no difference. It looks like that the Alexa App tries to get the new color informations from the item, but the App could not get it, so it will be on the old color settings. As you can see the events should be ok. I have here also an example with the openhablog.

07:49:32.580 [INFO ] [openhab.event.ItemCommandEvent       ] - Item 'Testlampe_colortemp' received command 5500
07:49:32.580 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309527
07:49:32.584 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'Testlampe_colortemp' changed from 2200 to 5500
07:49:32.585 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309527
07:49:32.590 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Server":"Jetty(9.4.43.v20210629)","Content-Length":"0","Date":"Thu, 16 Dec 2021 07:49:32 GMT","Content-Type":"text/plain"},"responseStatusCode":200,"responseStatusText":"OK","id":17309527}
07:49:32.592 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309527
07:49:32.594 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309527
07:49:32.659 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:32.660 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309528
07:49:32.662 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:32.664 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:32.665 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:32.668 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:32.669 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:32.671 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:32.673 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:32.675 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:32.677 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:32.679 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:32.681 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:32.683 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:32.685 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309529
07:49:32.687 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_switch
07:49:32.689 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:32.690 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309528
07:49:32.691 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:32.691 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309528
07:49:32.693 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:32.693 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:32 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309528}
07:49:32.694 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309528, content size 246
07:49:32.694 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:32.696 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"348,90.86999999999999,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:32.697 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:32.699 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309528
07:49:32.699 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:32.701 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309528
07:49:32.701 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:32.703 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309528
07:49:32.703 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:32.706 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:32.707 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:32.712 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309529
07:49:32.714 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309529
07:49:32.716 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:32 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309529}
07:49:32.718 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309529, content size 223
07:49:32.720 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_switch","state":"ON","editable":true,"type":"Switch","name":"Testlampe_switch","label":"Testlampe_switch","category":"switch","tags":["Control"],"groupNames":["Testlampe"]}
07:49:32.723 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309529
07:49:32.725 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309529
07:49:32.727 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309529
07:49:32.768 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:32.770 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309530
07:49:32.772 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:32.774 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:32.776 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:32.777 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:32.779 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:32.781 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:32.783 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:32.785 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:32.787 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:32.789 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:32.791 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:32.796 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309530
07:49:32.798 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309530
07:49:32.801 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:32 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309530}
07:49:32.804 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309530, content size 238
07:49:32.806 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:32.809 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309530
07:49:32.812 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309530
07:49:32.814 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309530
07:49:36.090 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:36.094 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309595
07:49:36.097 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:36.099 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:36.101 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:36.104 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:36.107 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:36.109 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:36.112 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:36.116 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:36.118 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:36.120 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:36.122 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:36.128 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309595
07:49:36.131 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309595
07:49:36.133 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:36 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309595}
07:49:36.136 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309595, content size 238
07:49:36.140 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:36.143 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309595
07:49:36.147 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309595
07:49:36.151 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309595
07:49:36.204 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:36.206 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309596
07:49:36.209 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_switch
07:49:36.212 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:36.214 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:36.217 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:36.219 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:36.222 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:36.226 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:36.235 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:36.238 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:36.240 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:36.242 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:36.249 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309596
07:49:36.253 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309596
07:49:36.256 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:36 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309596}
07:49:36.259 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309596, content size 223
07:49:36.262 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_switch","state":"ON","editable":true,"type":"Switch","name":"Testlampe_switch","label":"Testlampe_switch","category":"switch","tags":["Control"],"groupNames":["Testlampe"]}
07:49:36.265 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309596
07:49:36.269 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309596
07:49:36.273 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309596
07:49:36.295 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:36.297 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309601
07:49:36.300 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:36.304 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:36.306 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:36.309 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:36.312 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:36.315 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:36.318 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:36.320 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:36.322 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:36.327 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:36.333 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:36.345 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309601
07:49:36.348 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309601
07:49:36.350 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:36 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309601}
07:49:36.353 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309601, content size 246
07:49:36.355 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"348,90.86999999999999,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:36.358 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309601
07:49:36.361 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309601
07:49:36.364 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309601
07:49:38.902 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:38.904 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309667
07:49:38.906 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:38.909 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:38.911 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:38.914 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:38.916 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:38.919 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:38.921 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:38.923 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:38.926 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:38.928 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:38.930 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:38.936 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309667
07:49:38.938 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309667
07:49:38.940 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:38 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309667}
07:49:38.943 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309667, content size 246
07:49:38.946 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"348,90.86999999999999,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:38.948 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309667
07:49:38.951 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309667
07:49:38.953 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309667
07:49:39.021 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:39.023 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309671
07:49:39.024 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:39.026 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method POST
07:49:39.028 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"9","host":"myopenhab.org","content-type":"text/plain","cache-control":"no-cache","accept-encoding":"gzip, deflate","user-agent":"openhab-cloud/0.0.1"}
07:49:39.030 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 17,52,100
07:49:39.031 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:39.033 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is POST
07:49:39.035 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 9
07:49:39.037 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:39.038 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
07:49:39.040 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:39.042 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:39.043 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:39.048 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309671
07:49:39.049 [INFO ] [openhab.event.ItemCommandEvent       ] - Item 'Testlampe_color' received command 17,52,100
07:49:39.052 [INFO ] [openhab.event.ItemStateChangedEvent  ] - Item 'Testlampe_color' changed from 348,90.86999999999999,100 to 17,52,100
07:49:39.053 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309671
07:49:39.056 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Server":"Jetty(9.4.43.v20210629)","Content-Length":"0","Date":"Thu, 16 Dec 2021 07:49:39 GMT","Content-Type":"text/plain"},"responseStatusCode":200,"responseStatusText":"OK","id":17309671}
07:49:39.058 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309671
07:49:39.061 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309671
07:49:39.129 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:39.132 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309676
07:49:39.134 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:39.136 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:39.138 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:39.140 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:39.142 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:39.144 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:39.147 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:39.148 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:39.151 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:39.153 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:39.155 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:39.161 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309676
07:49:39.163 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309676
07:49:39.165 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:39 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309676}
07:49:39.167 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309676, content size 238
07:49:39.169 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:39.171 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309676
07:49:39.173 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309676
07:49:39.175 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309676
07:49:39.217 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:39.220 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309679
07:49:39.222 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_switch
07:49:39.224 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:39.227 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:39.229 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:39.231 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:39.233 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:39.236 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:39.238 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:39.240 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:39.242 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:39.244 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:39.250 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309679
07:49:39.252 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309679
07:49:39.255 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:39 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309679}
07:49:39.257 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309679, content size 223
07:49:39.259 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_switch","state":"ON","editable":true,"type":"Switch","name":"Testlampe_switch","label":"Testlampe_switch","category":"switch","tags":["Control"],"groupNames":["Testlampe"]}
07:49:39.261 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309679
07:49:39.263 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309679
07:49:39.266 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309679
07:49:39.307 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:39.309 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309681
07:49:39.311 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:39.314 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:39.316 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:39.319 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:39.321 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:39.323 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:39.325 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:39.327 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:39.329 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:39.331 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:39.333 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:39.338 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309681
07:49:39.340 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309681
07:49:39.343 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:39 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309681}
07:49:39.345 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309681, content size 230
07:49:39.347 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"17,52,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:39.350 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309681
07:49:39.352 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309681
07:49:39.354 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309681
07:49:42.650 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:42.653 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309719
07:49:42.655 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:42.657 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:42.659 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:42.662 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:42.664 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:42.666 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:42.668 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:42.670 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:42.672 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:42.675 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:42.677 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:42.682 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309719
07:49:42.685 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309719
07:49:42.686 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:42 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309719}
07:49:42.689 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309719, content size 230
07:49:42.691 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"17,52,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:42.693 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309719
07:49:42.695 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309719
07:49:42.698 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309719
07:49:42.749 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:42.752 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309720
07:49:42.754 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:42.757 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:42.759 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:42.762 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:42.765 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:42.767 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:42.770 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:42.772 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:42.775 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:42.777 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:42.780 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:42.786 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309720
07:49:42.788 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309720
07:49:42.790 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:42 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309720}
07:49:42.792 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309720, content size 238
07:49:42.794 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:42.797 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309720
07:49:42.799 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309720
07:49:42.801 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309720
07:49:42.849 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:42.851 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309722
07:49:42.854 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_switch
07:49:42.856 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:42.859 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:42.862 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:42.864 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:42.867 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:42.869 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:42.872 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:42.874 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:42.877 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:42.879 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:42.885 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309722
07:49:42.887 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309722
07:49:42.890 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:42 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309722}
07:49:42.892 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309722, content size 223
07:49:42.894 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_switch","state":"ON","editable":true,"type":"Switch","name":"Testlampe_switch","label":"Testlampe_switch","category":"switch","tags":["Control"],"groupNames":["Testlampe"]}
07:49:42.897 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309722
07:49:42.899 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309722
07:49:42.902 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309722
07:49:45.665 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:45.667 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309755
07:49:45.669 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:45.671 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:45.673 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:45.676 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:45.678 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:45.680 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:45.682 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:45.684 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:45.687 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:45.689 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:45.691 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:45.696 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309755
07:49:45.699 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309755
07:49:45.702 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:45 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309755}
07:49:45.705 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309755, content size 238
07:49:45.708 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:45.710 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309755
07:49:45.713 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309755
07:49:45.716 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309755
07:49:45.731 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:45.733 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309756
07:49:45.734 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:45.736 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:45.738 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:45.740 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:45.742 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:45.744 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:45.746 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:45.748 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:45.750 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:45.752 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:45.754 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:45.759 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309756
07:49:45.762 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309756
07:49:45.764 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:45 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309756}
07:49:45.767 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309756, content size 230
07:49:45.770 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"17,52,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:45.772 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309756
07:49:45.775 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309756
07:49:45.778 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309756
07:49:46.928 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:46.930 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309771
07:49:46.932 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_switch
07:49:46.934 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:46.936 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:46.939 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:46.941 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:46.943 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:46.945 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:46.947 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:46.949 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:46.951 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:46.954 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:46.959 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309771
07:49:46.961 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309771
07:49:46.963 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:46 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309771}
07:49:46.966 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309771, content size 223
07:49:46.967 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_switch","state":"ON","editable":true,"type":"Switch","name":"Testlampe_switch","label":"Testlampe_switch","category":"switch","tags":["Control"],"groupNames":["Testlampe"]}
07:49:46.970 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309771
07:49:46.972 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309771
07:49:46.974 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309771
07:49:48.693 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:48.696 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309790
07:49:48.698 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_colortemp
07:49:48.701 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:48.703 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:48.706 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:48.708 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:48.711 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:48.714 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:48.716 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:48.719 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:48.721 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:48.724 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:48.730 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309790
07:49:48.732 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309790
07:49:48.734 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:48 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309790}
07:49:48.736 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309790, content size 238
07:49:48.738 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_colortemp","state":"5500","editable":true,"type":"Number","name":"Testlampe_colortemp","label":"Testlampe_colortemp","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}
07:49:48.740 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent content to request 17309790
07:49:48.742 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onComplete: 17309790
07:49:48.744 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Finished responding to request 17309790
07:49:48.788 [DEBUG] [.io.openhabcloud.internal.CloudClient] - on(): request
07:49:48.789 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Got request 17309791
07:49:48.791 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Path /rest/items/Testlampe_color
07:49:48.793 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Method GET
07:49:48.795 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, deflate","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
07:49:48.797 [TRACE] [.io.openhabcloud.internal.CloudClient] - Body 
07:49:48.799 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Query null
07:49:48.800 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Request method is GET
07:49:48.802 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
07:49:48.804 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
07:49:48.806 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, deflate
07:49:48.807 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
07:49:48.809 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
07:49:48.814 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onHeaders 17309791
07:49:48.817 [TRACE] [.io.openhabcloud.internal.CloudClient] - Sent headers to request 17309791
07:49:48.820 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"headers":{"Transfer-Encoding":"chunked","Server":"Jetty(9.4.43.v20210629)","Date":"Thu, 16 Dec 2021 07:49:48 GMT","Content-Type":"application/json"},"responseStatusCode":200,"responseStatusText":"OK","id":17309791}
07:49:48.823 [DEBUG] [.io.openhabcloud.internal.CloudClient] - onResponseContent: 17309791, content size 230
07:49:48.825 [TRACE] [.io.openhabcloud.internal.CloudClient] - {"link":"http://myopenhab.org/rest/items/Testlampe_color","state":"17,52,100","editable":true,"type":"Color","name":"Testlampe_color","label":"Testlampe_color","category":"colorlight","tags":["Control"],"groupNames":["Testlampe"]}

Maybe there is something wrong between Alexa App - Openhab Skill and Openhab Cloud ?

Thanks for answering !

So there is some logic involved in the skill to determine if a given light endpoint that supports color and color temperature capabilities is in color mode. It is described in the ColorTemperature attribute documentation and based on how most of the OH bindings controlling color lights are handling this case.

Basically, the skill will either report the color item state when in color mode or the color temperature item state if it is not. In the Alexa app, this is the difference between the color shades (color) and the white shades (color temperature), with the exception of White which can represent either color = 0,0,100 or color temperature = 4000K.

Now, using the data you provided, since your color temperature item type is Number and its state is not reset to NULL or 0 when your color item received a command, the skill will consider your color light not in color mode and therefore return the color temperature state. The server error message indicates that it was expecting a color state in response to the request sent but never received that value.

If you intend to setup a custom integration, you would have to handle this case and create a rule that would reset your color temperature item when your color item receives a HSBType command.

rule "Reset Color Temperature"
when
  Item Testlampe_color received command
then
  if (receivedCommand instanceof HSBType) Testlampe_colortemp.postUpdate(0)
end

I know what you mean. I have tested this, the color will now shown correct, but it will always come “server does not respond” every some seconds. I think it can not handle the value “0”. I guess I am not the only one who has al lamp that has colortemp and color.

Can you please provide your events logs?

openhab/items/Testlampe_colortemp/statechanged
ItemStateChangedEvent
{"type":"Decimal","value":"0","oldType":"Decimal","oldValue":"4000"}
openhab/rules/Reset_Color_Temperature/state
RuleStatusInfoEvent
{"status":"IDLE","statusDetail":"NONE"}
openhab/items/Testlampe_colortemp/state
ItemStateEvent
{"type":"Decimal","value":"0"}
openhab/items/Testlampe_color/statechanged
ItemStateChangedEvent
{"type":"HSB","value":"348,90.86999999999999,100","oldType":"HSB","oldValue":"0,100,100"}
openhab/rules/Reset_Color_Temperature/state
RuleStatusInfoEvent
{"status":"RUNNING","statusDetail":"NONE"}
openhab/items/Testlampe_color/state
ItemStateEvent
{"type":"HSB","value":"348,90.86999999999999,100"}
openhab/items/Testlampe_color/command
ItemCommandEvent
{"type":"HSB","value":"348,90.86999999999999,100"}
openhab/items/Testlampe_colortemp/statechanged
ItemStateChangedEvent
{"type":"Decimal","value":"4000","oldType":"Decimal","oldValue":"0"}
openhab/items/Testlampe_colortemp/state
ItemStateEvent
{"type":"Decimal","value":"4000"}
openhab/items/Testlampe_colortemp/command
ItemCommandEvent
{"type":"Decimal","value":"4000"}

2021-12-16 20:47:59.994 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Testlampe_colortemp' received command 4000
2021-12-16 20:48:00.001 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Testlampe_colortemp' changed from 0 to 4000
2021-12-16 20:48:05.343 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Testlampe_color' received command 348,90.86999999999999,100
2021-12-16 20:48:05.350 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Testlampe_color' changed from 0,100,100 to 348,90.86999999999999,100
2021-12-16 20:48:05.355 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Testlampe_colortemp' changed from 4000 to 0

It looks like it’s a race condition between the time when the command is received and the rule is triggered. However, I wouldn’t expect it to happen all the time or at least it would depend on the CPU processing power on the server side.

What do you think if the skill handled the reset for Number items when setting a color and current color temperature > 0? That way, the update would happen prior to the color command getting sent.

Could be possible ?!

It could but it would send a command and not a direct state update. This feature would be disabled by default and enable using a Boolean metadata parameter set to true.

Ah ok. When doo you think I can test it ?

When it is implemented and released :smiley:

I am just asking if the specifications I mentioned above would work with your use case.

:+1:

@sirmike This feature is now available in the live skill. The new parameter requiresSetColorReset is not available in the Main UI and should be added to the 3.3 snapshot version shortly. In the meantime, you will have to configure it via the code tab.