Alexa keeps complaining about "Device is not responding" but everything is working

Hi,

I am running openhab 4.2 release build.
A few days ago I did update the system (although it was relatively up to date from prior this year).
Since then every time I control any of my devices via Alexa, she will correctly switch the light but always complains about “device is not responding”.
In the Alexa App it also shows a red Excalmation mark with “device not responding”.

What I tried so far:

  • Reboot Openhab
  • Re-Install openhab cloud connector (but I did not create new UUID / Secret)
  • Let Alexa scan for new devices
  • updated the meta tag for one item from alexa=“Switchable” to alexa=“Switch” for testing

What else should I try?

Here is the debug log for the openhab cloud connection for one interaction:


==> /var/log/openhab/openhab.log <==
2024-07-17 08:14:46.564 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-07-17 08:14:46.565 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 4597958
2024-07-17 08:14:46.565 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/gOffice_Light_ONOFFSwitch
2024-07-17 08:14:46.565 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2024-07-17 08:14:46.565 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"3","host":"myopenhab.org","content-type":"text/plain","cache-control":"no-cache","accept-encoding":"gzip, compress, deflate, br","accept":"application/json, text/plain, */*","user-agent":"openhab-cloud/0.0.1"}
2024-07-17 08:14:46.565 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-07-17 08:14:46.566 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2024-07-17 08:14:46.566 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 3
2024-07-17 08:14:46.566 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-07-17 08:14:46.566 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2024-07-17 08:14:46.567 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
2024-07-17 08:14:46.567 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, compress, deflate, br
2024-07-17 08:14:46.567 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json, text/plain, */*
2024-07-17 08:14:46.567 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
==> /var/log/openhab/events.log <==
2024-07-17 08:14:46.569 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gOffice_Light_ONOFFSwitch' received command OFF
==> /var/log/openhab/openhab.log <==
2024-07-17 08:14:46.571 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 4597958
2024-07-17 08:14:46.571 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 4597958
2024-07-17 08:14:46.571 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 4597958
==> /var/log/openhab/events.log <==
2024-07-17 08:14:46.572 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gOffice_Light_ONOFFSwitch' predicted to become OFF
2024-07-17 08:14:46.572 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF
2024-07-17 08:14:46.572 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'gOffice_Light_ONOFFSwitch' changed from ON to OFF
2024-07-17 08:14:46.572 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gOffice_Light_ONOFFSwitch
2024-07-17 08:14:46.572 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gLightsUntergeschoss' changed from ON to OFF through gOffice_Light_ONOFFSwitch
2024-07-17 08:14:46.572 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to ON through gLightsUntergeschoss
2024-07-17 08:14:46.573 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'ArbeitszimmerMasterSwitch' updated to OFF
2024-07-17 08:14:46.573 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'ArbeitszimmerMasterSwitch' changed from ON to OFF
2024-07-17 08:14:46.574 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF
2024-07-17 08:14:46.575 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gOffice_Light_ONOFFSwitch
2024-07-17 08:14:46.575 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to ON through gLightsUntergeschoss
==> /var/log/openhab/openhab.log <==
2024-07-17 08:14:46.787 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-07-17 08:14:46.787 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 4597959
2024-07-17 08:14:46.788 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/gOffice_Light_ONOFFSwitch
2024-07-17 08:14:46.788 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2024-07-17 08:14:46.788 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, compress, deflate, br","accept":"application/json, text/plain, */*","user-agent":"openhab-cloud/0.0.1"}
2024-07-17 08:14:46.788 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-07-17 08:14:46.788 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2024-07-17 08:14:46.789 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-07-17 08:14:46.789 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
2024-07-17 08:14:46.789 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, compress, deflate, br
2024-07-17 08:14:46.789 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json, text/plain, */*
2024-07-17 08:14:46.789 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2024-07-17 08:14:46.791 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 4597959
2024-07-17 08:14:46.791 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 4597959, content size 10
2024-07-17 08:14:46.792 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 4597959, content size 302
2024-07-17 08:14:46.792 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 4597959
2024-07-17 08:14:46.792 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 4597959
2024-07-17 08:14:46.794 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-07-17 08:14:46.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 4597960
2024-07-17 08:14:46.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/gOffice_Light_DimmerChannel
2024-07-17 08:14:46.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2024-07-17 08:14:46.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, compress, deflate, br","accept":"application/json, text/plain, */*","user-agent":"openhab-cloud/0.0.1"}
2024-07-17 08:14:46.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-07-17 08:14:46.796 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2024-07-17 08:14:46.796 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-07-17 08:14:46.796 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
2024-07-17 08:14:46.796 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, compress, deflate, br
2024-07-17 08:14:46.796 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json, text/plain, */*
2024-07-17 08:14:46.797 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2024-07-17 08:14:46.798 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 4597960
2024-07-17 08:14:46.798 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 4597960, content size 10
2024-07-17 08:14:46.799 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 4597960, content size 314
2024-07-17 08:14:46.799 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 4597960
2024-07-17 08:14:46.799 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 4597960
2024-07-17 08:14:46.811 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): cancel
2024-07-17 08:14:46.811 [DEBUG] [io.openhabcloud.internal.CloudClient] - Received cancel for request 4597959
2024-07-17 08:14:46.812 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): cancel
2024-07-17 08:14:46.812 [DEBUG] [io.openhabcloud.internal.CloudClient] - Received cancel for request 4597959
2024-07-17 08:14:46.813 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): cancel
2024-07-17 08:14:46.813 [DEBUG] [io.openhabcloud.internal.CloudClient] - Received cancel for request 4597959

+1

I‘m having the same problem from time to time, from what I can see since I started with OH (3.0). Not a huge problem, but sometimes annoying.

From what I can see, these instances maybe stem from a timeout exception that is triggered even though the command still got through?

1 Like

Per the logs you provided, I don’t see any issue with how the skill is interacting with your server through the OH cloud connector. The POST request is the command sent to your server and the subsequent GET request is to get the latest state of the item.

This error usually indicates that the skill wasn’t able to retrieve a proper item state. Can you confirm that the item you are trying to control has a defined state after receiving a command? The event logs you provided only show the command being received.

Make sure to go over the troubleshooting guide as well.

Hi,

thank you for the link to the troubleshooting guide.
I did check the documentation beforehands, but somehow did not reach the troubleshooting section.

I have verified that the item has a defined state after the command.
It is actually also in the provided log:

2024-07-17 08:14:46.569 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gOffice_Light_ONOFFSwitch' received command OFF
...
2024-07-17 08:14:46.572 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gOffice_Light_ONOFFSwitch' predicted to become OFF
2024-07-17 08:14:46.572 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF
2024-07-17 08:14:46.572 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'gOffice_Light_ONOFFSwitch' changed from ON to OFF

...

2024-07-17 08:14:46.574 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF

This behaviour is also new and I have not changed any config (only updated to the new version).

And if I understand you correctly. The new State (OFF) is updated prior to the GET Request, so it should be reported correctly to the Alexa Skill?

If I open up the URL (https://home.myopenhab.org/rest/items/gOffice_Light_ONOFFSwitch) it results in this JSON

{
   "link":"https://home.myopenhab.org:443/rest/items/gOffice_Light_ONOFFSwitch",
   "state":"ON",
   "stateDescription":{
      "pattern":"%s",
      "readOnly":false,
      "options":[
         
      ]
   },
   "metadata":{
      "alexa":{
         "value":"PowerController.powerState"
      },
      "semantics":{
         "value":"Point_Control_Switch",
         "config":{
            "relatesTo":"Property_Light",
            "isPointOf":"gOffice_Light"
         }
      }
   },
   "editable":true,
   "type":"Switch",
   "name":"gOffice_Light_ONOFFSwitch",
   "label":"Arbeitszimmer",
   "category":"light",
   "tags":[
      "Light",
      "Switch"
   ],
   "groupNames":[
      "gOffice_Light",
      "gLightsUntergeschoss"
   ]
}

The URL I used starts with “home.myopenhab.org” but in the log from openhab the GET Request states only “host”:“myopenhab.org”, but I guess thats fine.

Is there any way to further debug this?

Or do I need to intercept the traffic to Alexa via Wireshark :laughing: ?

Thanks for your help!

Same temporary issue here on openHAB 4.2 Release.
This started already around the time I switched from 3.x to 4.x.

I never digged deeper into it because everything is working despite the warning announcement.

This may not be an Alexa issue. I have the same symptoms using Siri shortcuts to change the state of a switch. Siri spins for awhile and then replies that something went wrong, and then the switch is updated.

I’ve just been ignoring the message since the update happens properly.

OpenHAB 4.1.3 running in Docker on Synology
IOS app 2.4.56 (1580410531)

Correct although as long a defined state is returned to the skill, it should be fine.

To be clear, your gOffice_Light_ONOFFSwitch item isn’t part of a group endpoint? If so, you will need to check that the other items part of it have a defined state as well.

Did you see any kind of delay in response when requesting this url? Although highly unlikely, I am asking because some latency could be happening between your server and the myopenhab.org cloud connector that your server logs will not show.

From which version did you update from?

Hi,

Sorry for the delay in my answers, but with kids, house and work, I do not have time to tinker with the setup every day.

As per your questions:

  1. Yes the gOffice_Light_ONOFFSwitch is part of a group containing the Switch and the Dimmer.
    And the group item indeed had a state of NULL. However even after I assigned the group to the sate of the Switch it did not help with the issue.

  2. There is no delay in requesting the myopenhab URL on my system.

  3. I updated from openHAB 4.1.3 (build Release Build)

I have also tested the problem with a new Item that is not part of any group and has no links or anything

Switch AlexaTestSwitch "Garagenlicht" {alexa="Switchable"}

The item can be found by Alexa and can also be switched, but even this item gives me the "Device is not responding" Answer from Alexa even though it is correctly switched ON.

Digging through the logs I also found a new NullPointerException that is not present in older logs during startup:

2024-07-10 14:48:27.269 [INFO ] [org.openhab.core.Activator          ] - Starting openHAB 4.2.0 (Release Build)
2024-07-10 14:48:28.008 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Berlin'.
2024-07-10 14:48:28.025 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '49.60968450068044,11.01308047771454'.
2024-07-10 14:48:28.029 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'de_DE'.
2024-07-10 14:48:28.031 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to 'SI'.
2024-07-10 14:48:30.693 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://openhab:8080/rest/events/states's Observer 
2024-07-10 14:48:30.694 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://openhab:8080/rest/events/states's Observer 
2024-07-10 14:48:30.697 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://openhab:8080/rest/events's Observer 
2024-07-10 14:48:31.002 [WARN ] [emeris.internal.EphemerisManagerImpl] - Erroneous day set definition dayset-school: No enum constant java.time.DayOfWeek.
2024-07-10 14:48:31.003 [WARN ] [emeris.internal.EphemerisManagerImpl] - Erroneous day set definition dayset-weekend: No enum constant java.time.DayOfWeek.
2024-07-10 14:48:31.725 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://openhab:8080/rest/events's Observer 
2024-07-10 14:48:31.725 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://openhab:8080/rest/events/states's Observer 
2024-07-10 14:48:32.189 [WARN ] [org.eclipse.jetty.server.HttpChannel] - /rest/events/states
java.lang.NullPointerException: Cannot invoke "org.apache.cxf.transport.MessageObserver.onMessage(org.apache.cxf.message.Message)" because "this.incomingObserver" is null
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:222) ~[?:?]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) ~[bundleFile:4.0.4]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet.service(OsgiInitializedServlet.java:102) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1656) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain.doFilter(OsgiFilterChain.java:113) ~[?:?]
	at org.ops4j.pax.web.service.jetty.internal.PaxWebServletHandler.doHandle(PaxWebServletHandler.java:334) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600) ~[?:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) ~[?:?]
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[bundleFile:9.4.54.v20240208]
	at org.ops4j.pax.web.service.jetty.internal.PrioritizedHandlerCollection.handle(PrioritizedHandlerCollection.java:96) ~[?:?]
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:772) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) ~[bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.54.v20240208]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.54.v20240208]
	at java.lang.Thread.run(Thread.java:840) [?:?]

Since it is right there with the /rest/events call it might be related?

I might just try to setup a clean 4.2.0 setup with a single item and link that to myopenhab cloud to see if that works for me if I find the time.

I just now realized, that there is exactly one device that is responding as usual and Alexa does not complain about “Device not responding” when using it.
And that is the group item for all Lights in the house.

2024-07-22 16:45:47.291 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-07-22 16:45:47.292 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 7482983
2024-07-22 16:45:47.292 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/gLightsalleLichter
2024-07-22 16:45:47.292 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2024-07-22 16:45:47.292 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"3","host":"myopenhab.org","content-type":"text/plain","cache-control":"no-cache","accept-encoding":"gzip, compress, deflate, br","accept":"application/json, text/plain, */*","user-agent":"openhab-cloud/0.0.1"}
2024-07-22 16:45:47.292 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 3
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
2024-07-22 16:45:47.293 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, compress, deflate, br
2024-07-22 16:45:47.294 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json, text/plain, */*
2024-07-22 16:45:47.294 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2024-07-22 16:45:47.295 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 7482983
==> /var/log/openhab/events.log <==
2024-07-22 16:45:47.295 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLightsalleLichter' received command OFF
2024-07-22 16:45:47.295 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLightsErdgeschoss' received command OFF
2024-07-22 16:45:47.296 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLightsUntergeschoss' received command OFF
2024-07-22 16:45:47.304 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'GosundSwitch04' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gUGCorridor_Light_Stairs' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gVisitorsBath_Light_Dimmer' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gOfficeLena_Light_Dimmer' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Weihnachstbeleuchtung' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gEGCorridor_Light_Lightswitch' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLightsKueche' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLightsWohnbereich' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLaundryRoom_Light_Switch1' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gBedroom_Light_Dimmer' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gOffice_Light_ONOFFSwitch' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gBath_Light_DimmerSwitch' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gUGCorridor_Light_Stairs' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gBedroomJonas_Light_ONOFFSwitch' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gUGCorridor_Light_UGCorridor' received command OFF
2024-07-22 16:45:47.305 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'LichtJulia' received command OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'GosundSwitch04' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gUGCorridor_Light_Stairs' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gVisitorsBath_Light_Dimmer' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gOfficeLena_Light_Dimmer' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gEGCorridor_Light_Lightswitch' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gLaundryRoom_Light_Switch1' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gBedroom_Light_Dimmer' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gOffice_Light_ONOFFSwitch' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gBath_Light_DimmerSwitch' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gUGCorridor_Light_Stairs' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gBedroomJonas_Light_ONOFFSwitch' predicted to become OFF
2024-07-22 16:45:47.306 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gUGCorridor_Light_UGCorridor' predicted to become OFF
2024-07-22 16:45:47.307 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'LichtJulia' predicted to become OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'GosundSwitch01' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'GosundSwitch03' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'GosundSwitch06' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gKitchen_Light_Table_Dimmer' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gKitchen_Light_Window_Dimmer' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'gLivingRoom_LightsEating_ONOFFSwitchEsszimmer' received command OFF
2024-07-22 16:45:47.307 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch04' updated to OFF
==> /var/log/openhab/openhab.log <==
2024-07-22 16:45:47.310 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 7482983
2024-07-22 16:45:47.311 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 7482983
==> /var/log/openhab/events.log <==
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'GosundSwitch01' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'GosundSwitch03' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'GosundSwitch06' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gKitchen_Light_Table_Dimmer' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gKitchen_Light_Window_Dimmer' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer' predicted to become OFF
2024-07-22 16:45:47.312 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'gLivingRoom_LightsEating_ONOFFSwitchEsszimmer' predicted to become OFF
2024-07-22 16:45:47.332 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gUGCorridor_Light_Stairs' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through GosundSwitch04
2024-07-22 16:45:47.333 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gUGCorridor_Light_Stairs
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gVisitorsBath_Light_Dimmer' updated to 0
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOfficeLena_Light_Dimmer' updated to 0
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gEGCorridor_Light_Lightswitch' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gLaundryRoom_Light_Switch1' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gBedroom_Light_Dimmer' updated to 0
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'gOffice_Light_ONOFFSwitch' changed from ON to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gBath_Light_DimmerSwitch' updated to 0
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gUGCorridor_Light_Stairs' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gBedroomJonas_Light_ONOFFSwitch' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gUGCorridor_Light_UGCorridor' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'LichtJulia' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch01' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch03' updated to OFF
2024-07-22 16:45:47.333 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch06' updated to OFF
2024-07-22 16:45:47.334 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gKitchen_Light_Table_Dimmer' updated to 0
2024-07-22 16:45:47.334 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gKitchen_Light_Window_Dimmer' updated to 0
2024-07-22 16:45:47.334 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer' updated to OFF
2024-07-22 16:45:47.334 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gLivingRoom_LightsEating_ONOFFSwitchEsszimmer' updated to OFF
2024-07-22 16:45:47.335 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'ArbeitszimmerMasterSwitch' updated to OFF
2024-07-22 16:45:47.335 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'ArbeitszimmerMasterSwitch' changed from ON to OFF
2024-07-22 16:45:47.335 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'gOffice_Light_ONOFFSwitch' updated to OFF
2024-07-22 16:45:47.336 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gUGCorridor_Light_Stairs
2024-07-22 16:45:47.336 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gLightsUntergeschoss' changed from ON to OFF through gUGCorridor_Light_Stairs
2024-07-22 16:45:47.337 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.337 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gLightsalleLichter' changed from ON to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.337 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.337 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gVisitorsBath_Light_Dimmer
2024-07-22 16:45:47.338 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gOfficeLena_Light_Dimmer
2024-07-22 16:45:47.338 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gOfficeLena_Light' updated to OFF through gOfficeLena_Light_Dimmer
2024-07-22 16:45:47.338 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gEGCorridor_Light_Lightswitch
2024-07-22 16:45:47.339 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gEGCorridor_Light' updated to OFF through gEGCorridor_Light_Lightswitch
2024-07-22 16:45:47.339 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gLaundryRoom_Light_Switch1
2024-07-22 16:45:47.339 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gBedroom_Light_Dimmer
2024-07-22 16:45:47.340 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gOffice_Light' updated to ON through gOffice_Light_ONOFFSwitch
2024-07-22 16:45:47.340 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gOffice_Light_ONOFFSwitch
2024-07-22 16:45:47.340 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gBath_Light' updated to OFF through gBath_Light_DimmerSwitch
2024-07-22 16:45:47.340 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gBath_Light_DimmerSwitch
2024-07-22 16:45:47.341 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gUGCorridor_Light_Stairs
2024-07-22 16:45:47.341 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gUGCorridor_Light_Stairs
2024-07-22 16:45:47.341 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gBedroomJonas_Light' updated to OFF through gBedroomJonas_Light_ONOFFSwitch
2024-07-22 16:45:47.342 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gBedroomJonas_Light_ONOFFSwitch
2024-07-22 16:45:47.342 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gUGCorridor_Light_UGCorridor
2024-07-22 16:45:47.342 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through LichtJulia
2024-07-22 16:45:47.342 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'Weihnachstbeleuchtung' updated to OFF through GosundSwitch01
2024-07-22 16:45:47.343 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'Weihnachstbeleuchtung' updated to OFF through GosundSwitch03
2024-07-22 16:45:47.343 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'Weihnachstbeleuchtung' updated to OFF through GosundSwitch06
2024-07-22 16:45:47.343 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsKueche' updated to OFF through gKitchen_Light_Table_Dimmer
2024-07-22 16:45:47.343 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsKueche' updated to OFF through gKitchen_Light_Window_Dimmer
2024-07-22 16:45:47.344 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsWohnbereich' updated to 0 through gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer
2024-07-22 16:45:47.344 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsWohnbereich' updated to 0 through gLivingRoom_LightsEating_ONOFFSwitchEsszimmer
2024-07-22 16:45:47.344 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLivingRoom_LightsEating' updated to OFF through gLivingRoom_LightsEating_ONOFFSwitchEsszimmer
2024-07-22 16:45:47.344 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gOffice_Light' updated to ON through gOffice_Light_ONOFFSwitch
2024-07-22 16:45:47.344 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through gOffice_Light_ONOFFSwitch
2024-07-22 16:45:47.345 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.345 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.345 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'TestGroup' changed from ON to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.345 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.346 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.346 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.346 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.348 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gOffice' updated to ON through gOffice_Light
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.349 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.350 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.350 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.350 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.350 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.350 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.351 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.352 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.352 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.352 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through Weihnachstbeleuchtung
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through Weihnachstbeleuchtung
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through Weihnachstbeleuchtung
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gLightsKueche
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gLightsKueche
2024-07-22 16:45:47.353 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gLightsWohnbereich
2024-07-22 16:45:47.354 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through gLightsWohnbereich
2024-07-22 16:45:47.356 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gOffice' updated to ON through gOffice_Light
2024-07-22 16:45:47.357 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.357 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.357 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.357 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.357 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.358 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.359 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.359 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.359 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
2024-07-22 16:45:47.366 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch04' updated to OFF
2024-07-22 16:45:47.366 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through GosundSwitch04
2024-07-22 16:45:47.366 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
==> /var/log/openhab/openhab.log <==
2024-07-22 16:45:47.378 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): cancel
2024-07-22 16:45:47.378 [DEBUG] [io.openhabcloud.internal.CloudClient] - Received cancel for request 7482983
2024-07-22 16:45:47.387 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2024-07-22 16:45:47.387 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 7482985
2024-07-22 16:45:47.388 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/gLightsalleLichter
2024-07-22 16:45:47.388 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2024-07-22 16:45:47.388 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","cache-control":"no-cache","accept-encoding":"gzip, compress, deflate, br","accept":"application/json, text/plain, */*","user-agent":"openhab-cloud/0.0.1"}
2024-07-22 16:45:47.388 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {}
2024-07-22 16:45:47.388 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2024-07-22 16:45:47.389 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2024-07-22 16:45:47.389 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header cache-control = no-cache
2024-07-22 16:45:47.389 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept-encoding = gzip, compress, deflate, br
2024-07-22 16:45:47.389 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json, text/plain, */*
2024-07-22 16:45:47.389 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2024-07-22 16:45:47.393 [WARN ] [t.generic.ChannelStateTransformation] - Executing the JSONPATH-transformation failed: Invalid path '$.Dimmer' in '{"POWER":"OFF"}'. Pattern: '$.Dimmer'. Value: '{"POWER":"OFF"}'
==> /var/log/openhab/events.log <==
2024-07-22 16:45:47.393 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'LichtJulia' updated to OFF
2024-07-22 16:45:47.393 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsUntergeschoss' updated to OFF through LichtJulia
2024-07-22 16:45:47.393 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'TestGroup' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.393 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsUntergeschoss
2024-07-22 16:45:47.396 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'GosundSwitch06' updated to OFF
2024-07-22 16:45:47.396 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'Weihnachstbeleuchtung' updated to OFF through GosundSwitch06
2024-07-22 16:45:47.396 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsErdgeschoss' updated to OFF through Weihnachstbeleuchtung
2024-07-22 16:45:47.396 [INFO ] [openhab.event.GroupStateUpdatedEvent] - Group 'gLightsalleLichter' updated to OFF through gLightsErdgeschoss
==> /var/log/openhab/openhab.log <==
2024-07-22 16:45:47.397 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 7482985
2024-07-22 16:45:47.397 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 7482985, content size 10
2024-07-22 16:45:47.397 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 7482985, content size 1151
2024-07-22 16:45:47.397 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 7482985
2024-07-22 16:45:47.397 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 7482985

Does that maybe mean, that the Alexa Skill expects some additional Values during the calls for individual items, but does not find those in the reply from the rest call to myopenhab.org?
But when calling the “AllLights” Group there are all values present in the rest call:

{
   "members":[
      {
         "members":[
            {
               "link":"https://home.myopenhab.org:443/rest/items/GosundSwitch04",
               "state":"OFF",
               "stateDescription":{
                  "pattern":"%s",
                  "readOnly":false,
                  "options":[
                     
                  ]
               },
               "metadata":{
                  "alexa":{
                     "value":"Switchable"
                  }
               },
               "type":"Switch",
               "name":"GosundSwitch04",
               "label":"Stehlampe",
               "tags":[
                  
               ],
               "groupNames":[
                  "gLightsErdgeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gUGCorridor_Light_Stairs",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gUGCorridor_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gUGCorridor_Light_Stairs",
               "label":"Treppe",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gLightsErdgeschoss",
                  "gUGCorridor_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gVisitorsBath_Light_Dimmer",
               "state":"0",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gVisitorsBath_Light"
                     }
                  }
               },
               "type":"Dimmer",
               "name":"gVisitorsBath_Light_Dimmer",
               "label":"Gästebad",
               "category":"light",
               "tags":[
                  "Light",
                  "Control"
               ],
               "groupNames":[
                  "gLightsErdgeschoss",
                  "gVisitorsBath_Light"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gOfficeLena_Light_Dimmer",
               "state":"0",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gOfficeLena_Light"
                     }
                  }
               },
               "type":"Dimmer",
               "name":"gOfficeLena_Light_Dimmer",
               "label":"Arbeitszimmer Lena",
               "category":"light",
               "tags":[
                  "Light",
                  "Control"
               ],
               "groupNames":[
                  "gLightsErdgeschoss",
                  "gOfficeLena_Light"
               ]
            },
            {
               "members":[
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/GosundSwitch01",
                     "state":"OFF",
                     "stateDescription":{
                        "pattern":"%s",
                        "readOnly":false,
                        "options":[
                           
                        ]
                     },
                     "metadata":{
                        "alexa":{
                           "value":"Switchable"
                        }
                     },
                     "type":"Switch",
                     "name":"GosundSwitch01",
                     "label":"Lichterkette",
                     "tags":[
                        
                     ],
                     "groupNames":[
                        "Weihnachstbeleuchtung"
                     ]
                  },
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/GosundSwitch03",
                     "state":"OFF",
                     "stateDescription":{
                        "pattern":"%s",
                        "readOnly":false,
                        "options":[
                           
                        ]
                     },
                     "metadata":{
                        "alexa":{
                           "value":"Switchable"
                        }
                     },
                     "type":"Switch",
                     "name":"GosundSwitch03",
                     "label":"Krippe",
                     "tags":[
                        
                     ],
                     "groupNames":[
                        "Weihnachstbeleuchtung"
                     ]
                  },
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/GosundSwitch06",
                     "state":"OFF",
                     "stateDescription":{
                        "pattern":"%s",
                        "readOnly":false,
                        "options":[
                           
                        ]
                     },
                     "metadata":{
                        "alexa":{
                           "value":"Switch"
                        }
                     },
                     "type":"Switch",
                     "name":"GosundSwitch06",
                     "label":"Weihnachtsbaum",
                     "tags":[
                        
                     ],
                     "groupNames":[
                        "Weihnachstbeleuchtung"
                     ]
                  }
               ],
               "groupType":"Switch",
               "function":{
                  "name":"AND",
                  "params":[
                     "OFF",
                     "ON"
                  ]
               },
               "link":"https://home.myopenhab.org:443/rest/items/Weihnachstbeleuchtung",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  }
               },
               "type":"Group",
               "name":"Weihnachstbeleuchtung",
               "label":"Weihnachstbeleuchtung",
               "category":"light",
               "tags":[
                  
               ],
               "groupNames":[
                  "gLightsErdgeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gEGCorridor_Light_Lightswitch",
               "state":"OFF",
               "stateDescription":{
                  "pattern":"%s",
                  "readOnly":false,
                  "options":[
                     
                  ]
               },
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gEGCorridor_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gEGCorridor_Light_Lightswitch",
               "label":"Flur",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gLightsErdgeschoss",
                  "gEGCorridor_Light"
               ]
            },
            {
               "members":[
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/gKitchen_Light_Table_Dimmer",
                     "state":"0",
                     "metadata":{
                        "alexa":{
                           "value":"Lighting"
                        },
                        "semantics":{
                           "value":"Point_Control",
                           "config":{
                              "relatesTo":"Property_Light",
                              "isPointOf":"gKitchen_Light_Table"
                           }
                        }
                     },
                     "type":"Dimmer",
                     "name":"gKitchen_Light_Table_Dimmer",
                     "label":"Küchentisch",
                     "category":"light",
                     "tags":[
                        "Light",
                        "Control"
                     ],
                     "groupNames":[
                        "gLightsKueche",
                        "gKitchen_Light_Table"
                     ]
                  },
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/gKitchen_Light_Window_Dimmer",
                     "state":"0",
                     "metadata":{
                        "alexa":{
                           "value":"Lighting"
                        },
                        "semantics":{
                           "value":"Point_Control",
                           "config":{
                              "relatesTo":"Property_Light",
                              "isPointOf":"gKitchen_Light_Window"
                           }
                        }
                     },
                     "type":"Dimmer",
                     "name":"gKitchen_Light_Window_Dimmer",
                     "label":"Küchenfenster",
                     "category":"light",
                     "tags":[
                        "Light",
                        "Control"
                     ],
                     "groupNames":[
                        "gLightsKueche",
                        "gKitchen_Light_Window"
                     ]
                  }
               ],
               "groupType":"Switch",
               "function":{
                  "name":"AND",
                  "params":[
                     "OFF",
                     "ON"
                  ]
               },
               "link":"https://home.myopenhab.org:443/rest/items/gLightsKueche",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  }
               },
               "type":"Group",
               "name":"gLightsKueche",
               "label":"Küche",
               "category":"light",
               "tags":[
                  
               ],
               "groupNames":[
                  "gLightsErdgeschoss"
               ]
            },
            {
               "members":[
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer",
                     "state":"OFF",
                     "stateDescription":{
                        "pattern":"%s",
                        "readOnly":false,
                        "options":[
                           
                        ]
                     },
                     "metadata":{
                        "alexa":{
                           "value":"PowerController.powerState"
                        },
                        "semantics":{
                           "value":"Point_Control_Switch",
                           "config":{
                              "relatesTo":"Property_Light",
                              "isPointOf":"gLivingRoom_LightsLiving"
                           }
                        }
                     },
                     "type":"Switch",
                     "name":"gLivingRoom_LightsLiving_ONOFFSwitchWohnzimmer",
                     "label":"Wohnzimmer",
                     "category":"light",
                     "tags":[
                        "Light",
                        "Switch"
                     ],
                     "groupNames":[
                        "gLightsWohnbereich",
                        "gLivingRoom_LightsLiving"
                     ]
                  },
                  {
                     "link":"https://home.myopenhab.org:443/rest/items/gLivingRoom_LightsEating_ONOFFSwitchEsszimmer",
                     "state":"OFF",
                     "stateDescription":{
                        "pattern":"%s",
                        "readOnly":false,
                        "options":[
                           
                        ]
                     },
                     "metadata":{
                        "alexa":{
                           "value":"PowerController.powerState"
                        },
                        "semantics":{
                           "value":"Point_Control_Switch",
                           "config":{
                              "relatesTo":"Property_Light",
                              "isPointOf":"gLivingRoom_LightsEating"
                           }
                        }
                     },
                     "type":"Switch",
                     "name":"gLivingRoom_LightsEating_ONOFFSwitchEsszimmer",
                     "label":"Esszimmer",
                     "category":"light",
                     "tags":[
                        "Light",
                        "Switch"
                     ],
                     "groupNames":[
                        "gLivingRoom_LightsEating",
                        "gLightsWohnbereich"
                     ]
                  }
               ],
               "groupType":"Dimmer",
               "function":{
                  "name":"MAX"
               },
               "link":"https://home.myopenhab.org:443/rest/items/gLightsWohnbereich",
               "state":"0",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  }
               },
               "type":"Group",
               "name":"gLightsWohnbereich",
               "label":"Wohnbereich",
               "category":"light",
               "tags":[
                  
               ],
               "groupNames":[
                  "gLightsErdgeschoss"
               ]
            }
         ],
         "groupType":"Switch",
         "function":{
            "name":"AND",
            "params":[
               "OFF",
               "ON"
            ]
         },
         "link":"https://home.myopenhab.org:443/rest/items/gLightsErdgeschoss",
         "state":"OFF",
         "metadata":{
            "alexa":{
               "value":"Lighting"
            }
         },
         "editable":true,
         "type":"Group",
         "name":"gLightsErdgeschoss",
         "label":"Erdgeschoss",
         "category":"light",
         "tags":[
            
         ],
         "groupNames":[
            "gLightsalleLichter"
         ]
      },
      {
         "members":[
            {
               "link":"https://home.myopenhab.org:443/rest/items/gLaundryRoom_Light_Switch1",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gLaundryRoom_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gLaundryRoom_Light_Switch1",
               "label":"Haushaltsraum",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gLaundryRoom_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gBedroom_Light_Dimmer",
               "state":"0",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gBedroom_Light"
                     }
                  }
               },
               "type":"Dimmer",
               "name":"gBedroom_Light_Dimmer",
               "label":"Schlafzimmer",
               "category":"light",
               "tags":[
                  "Light",
                  "Control"
               ],
               "groupNames":[
                  "gBedroom_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gOffice_Light_ONOFFSwitch",
               "state":"ON",
               "stateDescription":{
                  "pattern":"%s",
                  "readOnly":false,
                  "options":[
                     
                  ]
               },
               "metadata":{
                  "alexa":{
                     "value":"PowerController.powerState"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gOffice_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gOffice_Light_ONOFFSwitch",
               "label":"Arbeitszimmer",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gOffice_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gBath_Light_DimmerSwitch",
               "state":"0",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gBath_Light"
                     }
                  }
               },
               "type":"Dimmer",
               "name":"gBath_Light_DimmerSwitch",
               "label":"Badezimmer",
               "category":"light",
               "tags":[
                  "Light",
                  "Control"
               ],
               "groupNames":[
                  "gBath_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gUGCorridor_Light_Stairs",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gUGCorridor_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gUGCorridor_Light_Stairs",
               "label":"Treppe",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gLightsErdgeschoss",
                  "gUGCorridor_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gBedroomJonas_Light_ONOFFSwitch",
               "state":"OFF",
               "stateDescription":{
                  "pattern":"%s",
                  "readOnly":false,
                  "options":[
                     
                  ]
               },
               "metadata":{
                  "alexa":{
                     "value":"PowerController.powerState"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gBedroomJonas_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gBedroomJonas_Light_ONOFFSwitch",
               "label":"Jonas Zimmer",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gBedroomJonas_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/gUGCorridor_Light_UGCorridor",
               "state":"OFF",
               "metadata":{
                  "alexa":{
                     "value":"Lighting"
                  },
                  "semantics":{
                     "value":"Point_Control_Switch",
                     "config":{
                        "relatesTo":"Property_Light",
                        "isPointOf":"gUGCorridor_Light"
                     }
                  }
               },
               "type":"Switch",
               "name":"gUGCorridor_Light_UGCorridor",
               "label":"Flur unten",
               "category":"light",
               "tags":[
                  "Light",
                  "Switch"
               ],
               "groupNames":[
                  "gUGCorridor_Light",
                  "gLightsUntergeschoss"
               ]
            },
            {
               "link":"https://home.myopenhab.org:443/rest/items/LichtJulia",
               "state":"OFF",
               "stateDescription":{
                  "pattern":"%s",
                  "readOnly":false,
                  "options":[
                     
                  ]
               },
               "metadata":{
                  "alexa":{
                     "value":"Switchable"
                  }
               },
               "type":"Switch",
               "name":"LichtJulia",
               "label":"Licht Julia",
               "tags":[
                  
               ],
               "groupNames":[
                  "gLightsUntergeschoss"
               ]
            }
         ],
         "groupType":"Switch",
         "function":{
            "name":"AND",
            "params":[
               "OFF",
               "ON"
            ]
         },
         "link":"https://home.myopenhab.org:443/rest/items/gLightsUntergeschoss",
         "state":"ON",
         "metadata":{
            "alexa":{
               "value":"Lighting"
            }
         },
         "editable":true,
         "type":"Group",
         "name":"gLightsUntergeschoss",
         "label":"Untergeschoss",
         "category":"light",
         "tags":[
            
         ],
         "groupNames":[
            "gLightsalleLichter",
            "TestGroup"
         ]
      }
   ],
   "groupType":"Switch",
   "function":{
      "name":"AND",
      "params":[
         "OFF",
         "ON"
      ]
   },
   "link":"https://home.myopenhab.org:443/rest/items/gLightsalleLichter",
   "state":"ON",
   "metadata":{
      "alexa":{
         "value":"Lighting"
      }
   },
   "editable":true,
   "type":"Group",
   "name":"gLightsalleLichter",
   "label":"Alle Lichter",
   "category":"light",
   "tags":[
      
   ],
   "groupNames":[
      
   ]
}

And therefore Alexa does not complain?

I do not really get this…

Hi,

I had some time today and went ahead and installed a completely fresh debian 12 with opdenJDK 17 and installed a new openhab 4.2.0 instance.
Then I created a single Switch Item with the Alexa Metadata Light via the UI.
I then installed the Cloud Connector and updated the UUID / Secret in myopenhab.org to connect with the new openhab instance.
Then I removed the openhab Skill in the Alexa App and painstakingly removed every remaining connected Smart Home Device in the Alexa App.
Then I reinstalled the Skill and reconnected it to myopenhab and discovered the single item I had created earlier.
Then when I try to control this item, Alexa does manage to switch the item, but still complains about the Device is not responding with every command.

I am a little bit lost now.
Maybe I will try to host my own openhab cloud as described here

https://community.openhab.org/t/hosting-your-own-openhab-cloud-instance/134441

Or are there any other debugging steps left?
Should I get a trace log from openhab and post it here?

Maybe I might also try downgrading and see if that resolves the issue…

Hi again,

sorry for the Spam here, but the Test with downgrading to 4.1.3 was much easier and quicker than i expected.

After running the command

 sudo apt-get install openhab=4.1.3-1

and restarting the openhab service, there is no more complaints from Alexa on my test system.

So it is definitely an issue introduced in the latest update.

I am happy to help debug this if needed.

In the meantime I might downgrade on my production environment as well to stop the complaints from Alexa :upside_down_face:

I am running OH 4.2 and I am not experiencing this issue. Has something changed in your environment? Have you clear your server cache after you upgraded your server to OH 4.2?

I did not change anything else besides the upgrade to the new Version
(i am running openhabian in a debian VM in Hyper-V) using the opehabian-config tool

Also I can reproduce the issue with a completely new Debian VM after a clean fresh openhab 4.2 installation as mentioned above.
So it is definitely not related to any of my config / cache etc.

But just to give it a try: What do you mean by clearing the server cache?

openhab-cli clean-cache

So for me the only Solution was to set all items to be not retrievable.

retrievable="false"

This might not be an option for everybody, but for me it works, and Alexa is at least no longer complaining.
If anybody else still has issues and I can help, I am willing to do more testing.

Thanks all for suggesting solutions and help!

1 Like

Same issue here on 4.2.1. Downgraded to 4.1.3 to resolve this for now.

Same problem on 4.2.

If you are experiencing the same issue, could you please provide additional information such the type of system your OH server is running, a list of bindings you currently have installed and any error in the logs that could be related to this issue.

I am wondering if this could be related to the below issue. It seems that some change may have been introduced in 4.2 that may impact the overall system reactivity.

Mine Alexa is working fine again. Maybe my issue had something to do with the cloud mongo db issue that digital dan fixed.

Marty

1 Like

Im getting this alot now, device responds or doesnt, sorry the device is not responding. Use the myopnehab.org system, which has been great but more recently things are breaking :frowning:

Latency issue?