Disconnected from the openHAB Cloud service

Happens all the time since at least 2 weeks…

2022-10-19 05:07:57.315 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:05:11.385 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:06:13.808 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:06:43.205 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:08:17.418 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:08:47.151 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:10:38.199 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:11:35.125 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:15:05.156 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:16:00.755 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:19:58.123 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:20:24.891 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx,base URL = http://localhost:8080)
2022-10-19 06:24:29.733 [ERROR] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance. Reconnecting.

Same here…

If the issues started 3 weeks ago (your post above is almost week old), it hints that issues have started before [WIP] updated disconnection logic and clean up unused noise by digitaldan · Pull Request #381 · openhab/openhab-cloud · GitHub was merged (9d ago)

Wonder if there was some glitch at the time since so many people have reported issues of these several connect/disconnect events, quite close apart

Based on the posts, restarting openhab fixes the issues. When the above fix is deployed cloud side (maybe it already has been?), it might help to avoid this in the future

My openHAB 3.2.0 installation faces the same issue since about a week or so. For me restarting the openHAB Cloud Connector bundle helps:

openhab> bundle:list|grep -i cloud
300 │ Active  │  80 │ 3.2.0                 │ openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector
openhab> bundle:restart 300

It’s happened to me at least three times over the past few days

1 Like

For maintainers it might be interesting to have debug logs, perhaps telling why the client was disconnecter and reconnected

log:set TRACE org.openhab.io.openhabcloud

I am observing the same problem. As well, my log viewer disappears at the same time. I can connect to everything, but :9001 gives me “server is not replying”. Restart open hab is not fixing the issue. Reboot of the server does, but I don’t wan’t to restart my machine every day. Did someone facing the same issue?

1 Like

Same problem here since days Does anyone know about possible problems or changes server side? I didn’t change anything client side and this problem popped up some days ago. It disconnects multiple times a day and restarts solves only temporarily (both openhab service restart and cloud connector instance restart)

1 Like

Hello, I have been disconnected from the openhab cloud the last three days. restarting openhab fixed the issue. maybe the server side fix was applied and not working as intended ?

1 Like

maybe the server side fix was applied and not working as intended ?

Could be.

I can only repeat what I said above

Maintainers probably would benefit from trace logs

sorry the stupid question: who are the maintainers? Do i need to send my logs to someone?

Pasting it here is sufficient, perhaps commenting to github issue linked above

Noticed that my installation had issue as well, disconnected since yesterday according to myopenhab.org events

No INFO level logs from io.openhabcloud addon. That is, issues are somewhat different to described here by some.

Bundle restart via karaf console helped immediately. I now enabled verbose logs myself for future troubleshooting.

Back at home i have enabled the log before restarting to fix the issue, I’m not connected to cloud but in the trace i have

18:48:05.932 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Socket.IO ping
18:48:05.955 [DEBUG] [.io.openhabcloud.internal.CloudClient] - Socket.IO pong: 23 ms
Looks like it’s like if i was connected but i’m not.

1 Like

@helljol yeah, this is how it was before any cloud changes. Client is surely connected, verified by ping/pong messages. But cloud had mixed up online/offline status (there is separate bookkeeping for that due to technical details) for one reason or another

Mine has lost the connection to the cloud around four or five times this week. Very unusual

2 Likes

And a restart seems always to fix it. So it’s consistent with the idea that it’s disconnecting and failing to reconnect for some reason.

FYI, you can restart the cloud connector simply by going into the openHAB Cloud settings in Main UI and clicking “Save (CTRL-S)”. You don’t have to edit anything on the page.

Saving automatically disconnects and reconnects.

image

3 Likes

I’ve extracted some of my debug here but not sure if there is anything obvious besides the
Socket.IO Disconnected: ping timeout
messages that are useful for debugging/troubleshooting?

I’ve noticed through the days this is happening, despite the message that it is disconnected in myopenhab.org, the message notifications still come through.

The last notification in this log extract shows that I am connected to the cloud service, but on myopenhab.org it is reporting that my instance of openHAB is offline.

Let me know if there is more detailed information you need to help diagnose the issue.

2022-10-28 18:43:24.415 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : BundleComponentActivator : ComponentHolder created.
2022-10-28 18:43:24.418 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : ConfigurableComponentHolder configuration updated for pid org.openhab.openhabcloud with change count 9
2022-10-28 18:43:24.418 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Dependency Manager created $000interface=org.openhab.core.io.net.http.HttpClientFactory, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=0
2022-10-28 18:43:24.419 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Dependency Manager created $001interface=org.openhab.core.items.ItemRegistry, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=1
2022-10-28 18:43:24.419 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Dependency Manager created $002interface=org.openhab.core.events.EventPublisher, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=2
2022-10-28 18:43:24.419 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Component created: DS=DS14, implementation=org.openhab.io.openhabcloud.internal.CloudService, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=modified configuration-pid=[org.openhab.openhabcloud]
2022-10-28 18:43:24.420 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Component Services: scope=singleton, services=[org.openhab.io.openhabcloud.internal.CloudService, org.openhab.core.events.EventSubscriber, org.openhab.core.model.script.engine.action.ActionService]
2022-10-28 18:43:24.421 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Component Properties: {service.config.label=openHAB Cloud, service.config.category=io, service.config.description.uri=io:openhabcloud, service.config.factory=false, service.pid=org.openhab.openhabcloud}
2022-10-28 18:43:24.421 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Querying state disabled
2022-10-28 18:43:24.422 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Querying state disabled
2022-10-28 18:43:24.422 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Component can not be activated since it is in state disabled
2022-10-28 18:43:24.423 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService] : Querying state disabled
2022-10-28 18:43:24.423 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Updating target filters
2022-10-28 18:43:24.424 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : No change in target property for dependency $000: currently registered: false
2022-10-28 18:43:24.424 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] :  No existing service listener to unregister for dependency $000
2022-10-28 18:43:24.425 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Setting target property for dependency $000 to null
2022-10-28 18:43:24.425 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.io.net.http.HttpClientFactory), initialReferenceFilter (objectClass=org.openhab.core.io.net.http.HttpClientFactory)
2022-10-28 18:43:24.426 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $000 tracker reset (closed)
2022-10-28 18:43:24.427 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=272, service.bundleid=173, service.scope=bundle, component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=149} (enter)
2022-10-28 18:43:24.427 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $000 tracking 1 SingleStatic active: false trackerOpened: false optional: false
2022-10-28 18:43:24.428 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=272, service.bundleid=173, service.scope=bundle, component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=149} (exit)
2022-10-28 18:43:24.429 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $000 tracker opened
2022-10-28 18:43:24.429 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : registering service listener for dependency $000
2022-10-28 18:43:24.430 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : No change in target property for dependency $001: currently registered: false
2022-10-28 18:43:24.430 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] :  No existing service listener to unregister for dependency $001
2022-10-28 18:43:24.431 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Setting target property for dependency $001 to null
2022-10-28 18:43:24.431 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : New service tracker for $001, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.items.ItemRegistry), initialReferenceFilter (objectClass=org.openhab.core.items.ItemRegistry)
2022-10-28 18:43:24.432 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $001 tracker reset (closed)
2022-10-28 18:43:24.433 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $001 tracking 2 SingleStatic added {org.openhab.core.items.ItemRegistry}={service.id=186, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.items.ItemRegistryImpl, component.id=29} (enter)
2022-10-28 18:43:24.433 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $001 tracking 2 SingleStatic active: false trackerOpened: false optional: false
2022-10-28 18:43:24.434 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $001 tracking 2 SingleStatic added {org.openhab.core.items.ItemRegistry}={service.id=186, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.items.ItemRegistryImpl, component.id=29} (exit)
2022-10-28 18:43:24.437 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $001 tracker opened
2022-10-28 18:43:24.448 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : registering service listener for dependency $001
2022-10-28 18:43:24.449 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : No change in target property for dependency $002: currently registered: false
2022-10-28 18:43:24.455 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] :  No existing service listener to unregister for dependency $002
2022-10-28 18:43:24.459 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Setting target property for dependency $002 to null
2022-10-28 18:43:24.460 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : New service tracker for $002, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.events.EventPublisher), initialReferenceFilter (objectClass=org.openhab.core.events.EventPublisher)
2022-10-28 18:43:24.461 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $002 tracker reset (closed)
2022-10-28 18:43:24.462 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $002 tracking 3 SingleStatic added {org.openhab.core.events.EventPublisher}={service.id=174, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=25} (enter)
2022-10-28 18:43:24.463 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $002 tracking 3 SingleStatic active: false trackerOpened: false optional: false
2022-10-28 18:43:24.464 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $002 tracking 3 SingleStatic added {org.openhab.core.events.EventPublisher}={service.id=174, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=25} (exit)
2022-10-28 18:43:24.464 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : dm $002 tracker opened
2022-10-28 18:43:24.465 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : registering service listener for dependency $002
2022-10-28 18:43:24.465 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Changed state from disabled to unsatisfiedReference
2022-10-28 18:43:24.465 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Component enabled
2022-10-28 18:43:24.466 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : ActivateInternal
2022-10-28 18:43:24.466 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.467 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.467 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Activating component from state unsatisfiedReference
2022-10-28 18:43:24.469 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.469 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.470 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Changed state from unsatisfiedReference to satisfied
2022-10-28 18:43:24.470 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : registration change queue [registered]
2022-10-28 18:43:24.472 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Checking constructor public org.openhab.io.openhabcloud.internal.CloudService(org.openhab.core.io.net.http.HttpClientFactory,org.openhab.core.items.ItemRegistry,org.openhab.core.events.EventPublisher)
2022-10-28 18:43:24.472 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getReferenceClass: Looking for interface class org.openhab.core.io.net.http.HttpClientFactory through loader of org.openhab.io.openhabcloud.internal.CloudService
2022-10-28 18:43:24.498 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getParameterClass: Found class org.openhab.core.io.net.http.HttpClientFactory
2022-10-28 18:43:24.498 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getReferenceClass: Looking for interface class org.openhab.core.items.ItemRegistry through loader of org.openhab.io.openhabcloud.internal.CloudService
2022-10-28 18:43:24.498 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getParameterClass: Found class org.openhab.core.items.ItemRegistry
2022-10-28 18:43:24.500 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getReferenceClass: Looking for interface class org.openhab.core.events.EventPublisher through loader of org.openhab.io.openhabcloud.internal.CloudService
2022-10-28 18:43:24.500 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getParameterClass: Found class org.openhab.core.events.EventPublisher
2022-10-28 18:43:24.501 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Found constructor with 3 arguments : public org.openhab.io.openhabcloud.internal.CloudService(org.openhab.core.io.net.http.HttpClientFactory,org.openhab.core.items.ItemRegistry,org.openhab.core.events.EventPublisher)
2022-10-28 18:43:24.518 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : This thread collected dependencies
2022-10-28 18:43:24.518 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getService (single component manager) dependencies collected.
2022-10-28 18:43:24.519 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state satisfied
2022-10-28 18:43:24.529 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Querying state satisfied
2022-10-28 18:43:24.530 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=272, service.bundleid=173, service.scope=bundle, component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=149}] service: [null]]]
2022-10-28 18:43:24.531 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : For dependency $001, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.items.ItemRegistry}={service.id=186, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.items.ItemRegistryImpl, component.id=29}] service: [null]]]
2022-10-28 18:43:24.541 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : For dependency $002, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.events.EventPublisher}={service.id=174, service.bundleid=148, service.scope=bundle, component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=25}] service: [null]]]
2022-10-28 18:43:24.544 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : getting activate: activate
2022-10-28 18:43:24.545 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Locating method activate in class org.openhab.io.openhabcloud.internal.CloudService
2022-10-28 18:43:24.547 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Declared Method org.openhab.io.openhabcloud.internal.CloudService.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.548 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Found activate method: protected void org.openhab.io.openhabcloud.internal.CloudService.activate(org.osgi.framework.BundleContext,java.util.Map)
2022-10-28 18:43:24.554 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : invoking activate: activate: parameters [org.eclipse.osgi.internal.framework.BundleContextImpl, org.apache.felix.scr.impl.helper.ReadOnlyDictionary]
2022-10-28 18:43:24.554 [DEBUG] [o.openhabcloud.internal.CloudService] - openHAB Cloud connector activated
2022-10-28 18:43:24.556 [DEBUG] [o.openhabcloud.internal.CloudService] - Using secret at '/var/lib/openhab/openhabcloud/secret' with content '<secretkey>'
2022-10-28 18:43:24.556 [DEBUG] [o.openhabcloud.internal.CloudService] - UUID = <UUID>, secret = <secretkey>
2022-10-28 18:43:24.593 [DEBUG] [o.openhabcloud.internal.CloudService] - Using secret at '/var/lib/openhab/openhabcloud/secret' with content '<secretkey>'
2022-10-28 18:43:24.622 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : invoked activate: activate
2022-10-28 18:43:24.623 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Set implementation object for component
2022-10-28 18:43:24.624 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.CloudService(301)] : Changed state from satisfied to active
2022-10-28 18:43:24.625 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Component created: DS=DS13, implementation=org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider]
2022-10-28 18:43:24.631 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Component Services: scope=singleton, services=[org.openhab.core.automation.type.ModuleTypeProvider]
2022-10-28 18:43:24.631 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Component Properties: {}
2022-10-28 18:43:24.631 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Querying state disabled
2022-10-28 18:43:24.631 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Querying state disabled
2022-10-28 18:43:24.631 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Component can not be activated since it is in state disabled
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider] : Querying state disabled
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Updating target filters
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Changed state from disabled to unsatisfiedReference
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Component enabled
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : ActivateInternal
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Activating component from state unsatisfiedReference
2022-10-28 18:43:24.632 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.639 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.639 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Changed state from unsatisfiedReference to satisfied
2022-10-28 18:43:24.639 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : registration change queue [registered]
2022-10-28 18:43:24.640 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Checking constructor public org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider()
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Found constructor with 0 arguments : public org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider()
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : This thread collected dependencies
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : getService (single component manager) dependencies collected.
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state satisfied
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Querying state satisfied
2022-10-28 18:43:24.641 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : getting activate: activate
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Locating method activate in class org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Declared Method org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Locating method activate in class java.lang.Object
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Declared Method java.lang.Object.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : activate method [activate] not found, ignoring
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Set implementation object for component
2022-10-28 18:43:24.642 [DEBUG] [tions.NotificationActionTypeProvider] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationActionTypeProvider(302)] : Changed state from satisfied to active
2022-10-28 18:43:24.643 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Dependency Manager created $000interface=org.openhab.io.openhabcloud.internal.CloudService, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=0
2022-10-28 18:43:24.643 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Component created: DS=DS14, implementation=org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory]
2022-10-28 18:43:24.643 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Component Services: scope=singleton, services=[org.openhab.core.automation.handler.ModuleHandlerFactory]
2022-10-28 18:43:24.643 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Component Properties: {}
2022-10-28 18:43:24.643 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Querying state disabled
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Querying state disabled
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Component can not be activated since it is in state disabled
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory] : Querying state disabled
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Updating target filters
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : No change in target property for dependency $000: currently registered: false
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] :  No existing service listener to unregister for dependency $000
2022-10-28 18:43:24.644 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Setting target property for dependency $000 to null
2022-10-28 18:43:24.645 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.io.openhabcloud.internal.CloudService), initialReferenceFilter (objectClass=org.openhab.io.openhabcloud.internal.CloudService)
2022-10-28 18:43:24.645 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : dm $000 tracker reset (closed)
2022-10-28 18:43:24.645 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : dm $000 tracking 1 SingleStatic added {org.openhab.io.openhabcloud.internal.CloudService, org.openhab.core.events.EventSubscriber, org.openhab.core.model.script.engine.action.ActionService}={service.id=495, mode=remote, service.bundleid=270, service.scope=bundle, expose=[backyardlightpower, DesRoomFan_PowerSwitch, DesBedLight_PowerSwitch, Hallway_DimmerHallway, KitchenLight_DimmerKitchen, FrontStairLight, LoungeFloorFan_PowerSwitch, LoungeLight_PowerSwitch, MillieRoomFan_PowerSwitch, MillieBedLight_PowerSwitch, PatioController_PatioFan, PatioController_PatioLight], component.name=org.openhab.io.openhabcloud.internal.CloudService, service.config.label=openHAB Cloud, component.id=301, service.config.factory=false, baseURL=https://myopenhab.org, service.config.category=io, service.config.description.uri=io:openhabcloud, service.pid=[org.openhab.openhabcloud, org.openhab.openhabcloud]} (enter)
2022-10-28 18:43:24.645 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : dm $000 tracking 1 SingleStatic active: false trackerOpened: false optional: false
2022-10-28 18:43:24.646 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : dm $000 tracking 1 SingleStatic added {org.openhab.io.openhabcloud.internal.CloudService, org.openhab.core.events.EventSubscriber, org.openhab.core.model.script.engine.action.ActionService}={service.id=495, mode=remote, service.bundleid=270, service.scope=bundle, expose=[backyardlightpower, DesRoomFan_PowerSwitch, DesBedLight_PowerSwitch, Hallway_DimmerHallway, KitchenLight_DimmerKitchen, FrontStairLight, LoungeFloorFan_PowerSwitch, LoungeLight_PowerSwitch, MillieRoomFan_PowerSwitch, MillieBedLight_PowerSwitch, PatioController_PatioFan, PatioController_PatioLight], component.name=org.openhab.io.openhabcloud.internal.CloudService, service.config.label=openHAB Cloud, component.id=301, service.config.factory=false, baseURL=https://myopenhab.org, service.config.category=io, service.config.description.uri=io:openhabcloud, service.pid=[org.openhab.openhabcloud, org.openhab.openhabcloud]} (exit)
2022-10-28 18:43:24.646 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : dm $000 tracker opened
2022-10-28 18:43:24.646 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : registering service listener for dependency $000
2022-10-28 18:43:24.646 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Changed state from disabled to unsatisfiedReference
2022-10-28 18:43:24.646 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Component enabled
2022-10-28 18:43:24.647 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : ActivateInternal
2022-10-28 18:43:24.648 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.648 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.666 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Activating component from state unsatisfiedReference
2022-10-28 18:43:24.667 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.668 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state unsatisfiedReference
2022-10-28 18:43:24.668 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Changed state from unsatisfiedReference to satisfied
2022-10-28 18:43:24.669 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : registration change queue [registered]
2022-10-28 18:43:24.670 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Checking constructor public org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(org.openhab.io.openhabcloud.internal.CloudService)
2022-10-28 18:43:24.671 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : getReferenceClass: Looking for interface class org.openhab.io.openhabcloud.internal.CloudService through loader of org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory
2022-10-28 18:43:24.671 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : getParameterClass: Found class org.openhab.io.openhabcloud.internal.CloudService
2022-10-28 18:43:24.672 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Found constructor with 1 arguments : public org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(org.openhab.io.openhabcloud.internal.CloudService)
2022-10-28 18:43:24.672 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : This thread collected dependencies
2022-10-28 18:43:24.673 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : getService (single component manager) dependencies collected.
2022-10-28 18:43:24.673 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state satisfied
2022-10-28 18:43:24.674 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Querying state satisfied
2022-10-28 18:43:24.674 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.io.openhabcloud.internal.CloudService, org.openhab.core.events.EventSubscriber, org.openhab.core.model.script.engine.action.ActionService}={service.id=495, mode=remote, service.bundleid=270, service.scope=bundle, expose=[backyardlightpower, DesRoomFan_PowerSwitch, DesBedLight_PowerSwitch, Hallway_DimmerHallway, KitchenLight_DimmerKitchen, FrontStairLight, LoungeFloorFan_PowerSwitch, LoungeLight_PowerSwitch, MillieRoomFan_PowerSwitch, MillieBedLight_PowerSwitch, PatioController_PatioFan, PatioController_PatioLight], component.name=org.openhab.io.openhabcloud.internal.CloudService, service.config.label=openHAB Cloud, component.id=301, service.config.factory=false, baseURL=https://myopenhab.org, service.config.category=io, service.config.description.uri=io:openhabcloud, service.pid=[org.openhab.openhabcloud, org.openhab.openhabcloud]}] service: [null]]]
2022-10-28 18:43:24.675 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : getting activate: activate
2022-10-28 18:43:24.676 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Locating method activate in class org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory
2022-10-28 18:43:24.676 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Declared Method org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.677 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Locating method activate in class org.openhab.core.automation.handler.BaseModuleHandlerFactory
2022-10-28 18:43:24.678 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Declared Method org.openhab.core.automation.handler.BaseModuleHandlerFactory.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.678 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Locating method activate in class java.lang.Object
2022-10-28 18:43:24.679 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Declared Method java.lang.Object.activate([interface org.osgi.service.component.ComponentContext]) not found
2022-10-28 18:43:24.679 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : activate method [activate] not found, ignoring
2022-10-28 18:43:24.680 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Set implementation object for component
2022-10-28 18:43:24.680 [DEBUG] [ons.NotificationModuleHandlerFactory] - bundle org.openhab.io.openhabcloud:3.3.0 (270)[org.openhab.io.openhabcloud.internal.actions.NotificationModuleHandlerFactory(303)] : Changed state from satisfied to active
2022-10-28 18:43:24.795 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connecting
2022-10-28 18:43:26.951 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connected
2022-10-28 18:43:26.963 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-28 18:43:28.065 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'LoungeLight_PowerSwitch'
2022-10-28 18:43:28.066 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'FrontStairLight'
2022-10-28 18:57:52.331 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: ping timeout
2022-10-28 18:57:52.331 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-28 18:57:53.099 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 1)
2022-10-28 18:57:54.725 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connected successfully (attempt 1)
2022-10-28 18:57:55.050 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connected
2022-10-28 18:57:55.050 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-28 19:13:27.924 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'KitchenLight_DimmerKitchen'
2022-10-28 19:13:27.963 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'KitchenLight_DimmerKitchen'
2022-10-28 19:15:12.300 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 19:15:12.316 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 19:18:27.923 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-28 19:18:27.932 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-28 19:19:12.299 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '3' for item 'Hallway_DimmerHallway'
2022-10-28 19:19:12.316 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '3' for item 'Hallway_DimmerHallway'
2022-10-28 19:20:22.160 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeFloorFan_PowerSwitch'
2022-10-28 19:20:22.307 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeFloorFan_PowerSwitch'
2022-10-28 19:20:26.433 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-28 19:20:26.495 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-28 19:22:40.077 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioFan'
2022-10-28 19:22:40.210 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioFan'
2022-10-28 19:31:08.990 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'DesBedLight_PowerSwitch'
2022-10-28 19:31:08.996 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 19:31:09.013 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 19:31:09.110 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'DesBedLight_PowerSwitch'
2022-10-28 20:10:50.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-28 20:10:50.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1080602
2022-10-28 20:10:50.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/KitchenLight_DimmerKitchen
2022-10-28 20:10:50.034 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2022-10-28 20:10:50.034 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-28 20:10:50.034 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {"metadata":"ga,synonyms"}
2022-10-28 20:10:50.034 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2022-10-28 20:10:50.035 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-28 20:10:50.035 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-28 20:10:50.035 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-28 20:10:50.058 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1080602
2022-10-28 20:10:50.059 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 1080602, content size 409
2022-10-28 20:10:50.061 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1080602
2022-10-28 20:10:50.062 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1080602
2022-10-28 20:52:33.790 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-28 20:52:33.791 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-28 20:52:48.875 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 20:52:48.905 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 20:52:56.187 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'LoungeLight_PowerSwitch'
2022-10-28 20:52:56.381 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'LoungeLight_PowerSwitch'
2022-10-28 20:56:48.874 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 20:56:48.896 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 20:57:27.535 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 20:57:27.555 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 21:03:05.601 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1101784
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/MillieRoomFan_PowerSwitch
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"2","host":"myopenhab.org","content-type":"text/plain","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query null
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 2
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-28 21:03:05.602 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2022-10-28 21:03:05.603 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-28 21:03:05.603 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-28 21:03:05.613 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1101784
2022-10-28 21:03:05.614 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1101784
2022-10-28 21:03:05.614 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1101784
2022-10-28 21:03:05.616 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'MillieRoomFan_PowerSwitch'
2022-10-28 21:03:05.808 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'MillieRoomFan_PowerSwitch'
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1101915
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/PatioController_PatioLight
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"2","host":"myopenhab.org","content-type":"text/plain","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query null
2022-10-28 21:03:27.312 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2022-10-28 21:03:27.313 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 2
2022-10-28 21:03:27.313 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-28 21:03:27.313 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2022-10-28 21:03:27.313 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-28 21:03:27.313 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-28 21:03:27.316 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1101915
2022-10-28 21:03:27.318 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'PatioController_PatioLight'
2022-10-28 21:03:27.323 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1101915
2022-10-28 21:03:27.323 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1101915
2022-10-28 21:03:27.398 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'PatioController_PatioLight'
2022-10-28 21:05:09.097 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 21:05:09.109 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 21:41:02.790 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 21:41:02.838 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '80' for item 'Hallway_DimmerHallway'
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1121523
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/MillieBedLight_PowerSwitch
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"3","host":"myopenhab.org","content-type":"text/plain","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query null
2022-10-28 21:43:54.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2022-10-28 21:43:54.583 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 3
2022-10-28 21:43:54.583 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-28 21:43:54.583 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2022-10-28 21:43:54.583 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-28 21:43:54.583 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-28 21:43:54.587 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1121523
2022-10-28 21:43:54.588 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1121523
2022-10-28 21:43:54.588 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1121523
2022-10-28 21:43:54.590 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieBedLight_PowerSwitch'
2022-10-28 21:43:54.596 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeLight_PowerSwitch'
2022-10-28 21:43:54.601 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-28 21:43:54.603 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeFloorFan_PowerSwitch'
2022-10-28 21:43:54.606 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 21:43:54.609 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-28 21:43:54.615 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 21:43:54.642 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-28 21:43:54.664 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-28 21:43:54.667 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeFloorFan_PowerSwitch'
2022-10-28 21:43:54.668 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeLight_PowerSwitch'
2022-10-28 21:43:54.683 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieBedLight_PowerSwitch'
2022-10-28 21:45:02.791 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-28 21:45:02.814 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1172390
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/KitchenLight_DimmerKitchen
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method GET
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"host":"myopenhab.org","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query {"metadata":"ga,synonyms"}
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is GET
2022-10-29 00:08:15.541 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-29 00:08:15.542 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-29 00:08:15.542 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-29 00:08:15.548 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1172390
2022-10-29 00:08:15.549 [DEBUG] [io.openhabcloud.internal.CloudClient] - onResponseContent: 1172390, content size 409
2022-10-29 00:08:15.549 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1172390
2022-10-29 00:08:15.549 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1172390
2022-10-29 01:51:08.135 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: ping timeout
2022-10-29 01:51:08.136 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 01:51:09.594 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 1)
2022-10-29 01:51:19.976 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 01:51:19.976 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 01:51:22.513 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 2)
2022-10-29 01:51:32.524 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 01:51:32.525 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 01:51:34.806 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 3)
2022-10-29 01:51:44.190 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connected successfully (attempt 3)
2022-10-29 01:51:44.518 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connected
2022-10-29 01:51:44.518 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 04:15:20.155 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: ping timeout
2022-10-29 04:15:20.155 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 04:15:21.319 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 1)
2022-10-29 04:15:31.538 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 04:15:31.539 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 04:15:32.733 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 2)
2022-10-29 04:15:42.744 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 04:15:42.744 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 04:15:47.745 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 3)
2022-10-29 04:15:55.028 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connected successfully (attempt 3)
2022-10-29 04:15:55.354 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connected
2022-10-29 04:15:55.354 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 04:52:00.005 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieBedLight_PowerSwitch'
2022-10-29 04:52:00.025 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'FrontStairLight'
2022-10-29 04:52:00.031 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'DesBedLight_PowerSwitch'
2022-10-29 04:52:00.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeLight_PowerSwitch'
2022-10-29 04:52:00.034 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-29 04:52:00.037 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-29 04:52:00.041 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-29 04:52:00.066 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'KitchenLight_DimmerKitchen'
2022-10-29 04:52:00.088 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update '0' for item 'Hallway_DimmerHallway'
2022-10-29 04:52:00.101 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'PatioController_PatioLight'
2022-10-29 04:52:00.128 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieBedLight_PowerSwitch'
2022-10-29 04:52:00.129 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'DesBedLight_PowerSwitch'
2022-10-29 04:52:00.131 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'FrontStairLight'
2022-10-29 04:52:00.182 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'LoungeLight_PowerSwitch'
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - on(): request
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - Got request 1308241
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - Path /rest/items/MillieRoomFan_PowerSwitch
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - Method POST
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - Headers: {"content-length":"3","host":"myopenhab.org","content-type":"text/plain","accept":"application/json","user-agent":"openhab-cloud/0.0.1"}
2022-10-29 08:10:43.977 [DEBUG] [io.openhabcloud.internal.CloudClient] - Query null
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Request method is POST
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-length = 3
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header host = myopenhab.org
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header content-type = text/plain
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header accept = application/json
2022-10-29 08:10:43.978 [DEBUG] [io.openhabcloud.internal.CloudClient] - Jetty set header user-agent = openhab-cloud/0.0.1
2022-10-29 08:10:43.981 [DEBUG] [io.openhabcloud.internal.CloudClient] - onHeaders 1308241
2022-10-29 08:10:43.982 [DEBUG] [io.openhabcloud.internal.CloudClient] - onComplete: 1308241
2022-10-29 08:10:43.982 [DEBUG] [io.openhabcloud.internal.CloudClient] - Finished responding to request 1308241
2022-10-29 08:10:43.984 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieRoomFan_PowerSwitch'
2022-10-29 08:10:44.140 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'OFF' for item 'MillieRoomFan_PowerSwitch'
2022-10-29 08:13:43.016 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: ping timeout
2022-10-29 08:13:43.016 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 08:13:44.088 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 1)
2022-10-29 08:13:55.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:13:55.582 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:13:57.918 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 2)
2022-10-29 08:14:09.185 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:14:09.185 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:14:14.186 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 3)
2022-10-29 08:14:25.462 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:14:25.462 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:14:30.463 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 4)
2022-10-29 08:14:41.759 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:14:41.760 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:14:46.759 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 5)
2022-10-29 08:14:58.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:14:58.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:15:03.033 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 6)
2022-10-29 08:15:14.346 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:15:14.347 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:15:19.346 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 7)
2022-10-29 08:15:30.627 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:15:30.627 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:15:35.628 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 8)
2022-10-29 08:15:46.908 [DEBUG] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: EngineIOException xhr poll error. Should reconnect automatically.
2022-10-29 08:15:46.909 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connect attempt error: SocketIOException Connection error
2022-10-29 08:15:51.910 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connecting (attempt 9)
2022-10-29 08:15:53.511 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO re-connected successfully (attempt 9)
2022-10-29 08:15:53.835 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO connected
2022-10-29 08:15:53.835 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = <UUID>, base URL = http://localhost:8080)
2022-10-29 08:35:42.296 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'LoungeFloorFan_PowerSwitch'
2022-10-29 08:35:42.471 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'LoungeFloorFan_PowerSwitch'
2022-10-29 08:52:14.041 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-29 08:52:14.041 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-29 09:15:10.745 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'PatioController_PatioFan'
2022-10-29 09:15:10.868 [DEBUG] [io.openhabcloud.internal.CloudClient] - Sending update 'ON' for item 'PatioController_PatioFan'
2022-10-29 10:33:24.125 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Garage has been opened.' to all users
2022-10-29 10:33:24.125 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Garage has been opened.' to all users
2022-10-29 10:34:08.131 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:34:08.131 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:34:50.743 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Garage is now closed.' to all users
2022-10-29 10:34:50.744 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Garage is now closed.' to all users
2022-10-29 10:35:20.351 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:35:20.352 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:35:48.347 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:35:48.347 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:37:21.831 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:37:21.831 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'Alert: Front Gate has been opened.' to all users
2022-10-29 10:50:38.828 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification 'The washing machine requires attention.' to all users
2022-10-29 10:50:38.828 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message 'The washing machine requires attention.' to all users
1 Like

Based on the reports here, I am seeing few things here

  1. Cloud tracking the online/offline status seems to have issues still: connected• clients might be treated as “offline”. Not completely resolved by [WIP] updated disconnection logic and clean up unused noise by digitaldan · Pull Request #381 · openhab/openhab-cloud · GitHub
  2. Cloud seems to have load issues Check, if openHAB cloud Connector is online? - #14 by nh905 could this explain some of the glitches with 1)
  3. We seem to have more ping timeouts on client end? Probably not an issue if we would not have the issue above?

• they are truly connected since cloud notifications work

2 Likes