UniFi Protect Binding (Cloudkey gen2+, Dream Machine Pro, NVR)

Yes, but i think filename has to be changed for it to be recognized. Will fix it soon.

/S

If you enable debug. You will get location of where your boostrap.json is stored. You can pm me the bootstrap and i can add support for the camera.

/S

I’m still getting lots of communications errors and occosional token errors. I’ve been running v1.3 since 2/16/24. The json error on 4/12/24 happened when I upgraded protect to 3.0.26. Thank you again for all of your efforts on this binding!

2024-04-09 20:59:39.752 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-09 20:59:39.753 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.755 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.755 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.756 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.756 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.757 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.757 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 20:59:39.757 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:00:39.859 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-09 21:00:39.860 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.861 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.861 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.862 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.862 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.862 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.863 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:00:39.863 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:02:16.742 [ERROR] [websocket.UniFiProtectEventWebSocket] - Failed to decode frame, not enough byte: 0
2024-04-09 21:02:20.454 [WARN ] [ty.websocket.common.WebSocketSession] - Exception while notifying onClose
java.lang.IllegalStateException: Not a JSON Array: {"error":{"code":502,"message":"Bad Gateway"}}
	at com.google.gson.JsonElement.getAsJsonArray(JsonElement.java:117) ~[?:?]
	at org.openhab.binding.unifiprotect.internal.model.json.UniFiProtectJsonParser.getEventsFromJson(UniFiProtectJsonParser.java:107) ~[?:?]
	at org.openhab.binding.unifiprotect.internal.model.UniFiProtectNvr.refreshEvents(UniFiProtectNvr.java:200) ~[?:?]
	at org.openhab.binding.unifiprotect.internal.thing.UniFiProtectNvrThingHandler.propertyChange(UniFiProtectNvrThingHandler.java:512) ~[?:?]
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343) ~[?:?]
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335) ~[?:?]
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268) ~[?:?]
	at org.openhab.binding.unifiprotect.internal.event.UniFiProtectEventManager.actionSocketClosed(UniFiProtectEventManager.java:93) ~[?:?]
	at org.openhab.binding.unifiprotect.internal.event.UniFiProtectEventManager.propertyChange(UniFiProtectEventManager.java:79) ~[?:?]
	at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:343) ~[?:?]
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:335) ~[?:?]
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:268) ~[?:?]
	at org.openhab.binding.unifiprotect.websocket.UniFiProtectEventWebSocket.onClose(UniFiProtectEventWebSocket.java:69) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
	at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:70) ~[bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod.call(OptionalSessionCallableMethod.java:72) ~[bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver.onClose(JettyAnnotatedEventDriver.java:164) ~[bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.WebSocketSession.callApplicationOnClose(WebSocketSession.java:394) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.remoteClose(AbstractWebSocketConnection.java:274) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:111) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:326) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:202) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:225) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.Parser.parseSingleFrame(Parser.java:259) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:459) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.53.v20231009]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.53.v20231009]
	at java.lang.Thread.run(Thread.java:840) [?:?]
2024-04-09 21:02:39.966 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Execution fault when sending request to UniFi Protect
2024-04-09 21:02:39.967 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.967 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.968 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.968 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.968 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.969 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.969 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:02:39.970 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-09 21:03:49.969 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Execution fault when sending request to UniFi Protect to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-09 21:04:50.083 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-09 21:04:50.084 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.084 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.084 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.084 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.084 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.085 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.085 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-09 21:04:50.086 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 03:59:39.024 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-10 03:59:39.024 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.025 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.025 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.025 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.026 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.026 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.026 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 03:59:39.027 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 04:00:39.098 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-10 04:00:39.099 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.101 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.101 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.101 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 04:00:39.102 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 12:59:41.429 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-10 12:59:41.430 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.430 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.430 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.431 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.431 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.431 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.432 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 12:59:41.432 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.539 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 13:00:41.540 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 22:59:42.677 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-10 22:59:42.677 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.678 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.678 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.678 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.679 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.679 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.679 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 22:59:42.679 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-10 23:00:42.760 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-10 23:00:42.761 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.761 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.761 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.762 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.762 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.762 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.762 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-10 23:00:42.763 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 07:59:40.589 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-11 07:59:40.589 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.590 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.590 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.590 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.590 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.591 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.591 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 07:59:40.591 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 08:00:40.670 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-11 08:00:40.671 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.671 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 08:00:40.672 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 17:59:42.379 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-11 17:59:42.380 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.380 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.380 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.380 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.380 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.381 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.381 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 17:59:42.381 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.449 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.450 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-11 18:00:42.450 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 02:59:40.375 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-12 02:59:40.375 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.377 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.377 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.377 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.378 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.378 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.378 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 02:59:40.378 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 03:00:40.456 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 03:00:40.457 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 11:59:39.035 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-12 11:59:39.035 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.035 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.036 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.036 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.036 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.037 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.037 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 11:59:39.037 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:00:39.103 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-12 12:00:39.103 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:00:39.104 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 12:59:49.090 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-12 12:59:49.090 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.090 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.091 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.091 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.091 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.092 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.092 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 12:59:49.092 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 13:00:49.094 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:00:49.095 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to OFFLINE (COMMUNICATION_ERROR): Token is missing
2024-04-12 13:01:49.131 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:02:49.136 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:03:49.142 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:04:49.146 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:05:49.151 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:06:49.155 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:07:49.160 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:08:49.164 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:09:49.169 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:10:49.174 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:11:49.178 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:12:49.183 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:13:49.187 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:14:49.191 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:15:49.196 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:16:49.202 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:17:49.207 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:18:49.212 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:19:49.218 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:20:49.223 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:21:49.229 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:22:49.235 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:23:49.239 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:24:49.244 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:25:49.249 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:26:49.255 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:27:49.260 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:28:49.265 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:29:49.270 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:30:49.276 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:31:49.281 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:32:49.287 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:33:49.291 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:34:49.297 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:35:49.302 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:36:49.307 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:37:49.311 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:38:49.316 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:39:49.321 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:40:49.326 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:41:49.332 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:42:49.337 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:43:49.342 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:44:49.348 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:45:49.353 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:46:49.357 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:47:49.363 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:48:49.367 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:49:49.373 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:50:49.378 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:51:49.395 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:52:49.399 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:53:49.405 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:54:49.410 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:55:49.416 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:56:49.420 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:57:49.426 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:58:49.430 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 13:59:49.439 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:00:49.457 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:01:49.461 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:02:49.466 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:03:49.471 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:04:49.476 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:05:49.481 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:06:49.486 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:07:49.492 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:08:49.497 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:09:49.501 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:10:49.506 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:11:49.511 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:12:49.517 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:13:49.521 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:14:49.526 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:15:49.562 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:16:49.567 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:17:49.573 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:18:49.579 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:19:49.583 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:20:49.588 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:21:49.594 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:22:49.598 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:23:49.602 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:24:49.606 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:25:49.612 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:26:49.617 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:27:49.622 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:28:49.628 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:29:49.632 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:30:49.637 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:31:49.641 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:32:49.646 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:33:49.651 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:34:49.655 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:35:49.660 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:36:49.666 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:37:49.671 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:38:49.676 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:39:49.679 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:40:49.737 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:41:49.793 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:42:49.797 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:43:49.803 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:44:49.808 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:45:49.813 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:46:49.818 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:47:49.823 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-12 14:48:50.464 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Token is missing to ONLINE
2024-04-12 14:48:50.465 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.465 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.465 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.466 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.466 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.466 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.466 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 14:48:50.466 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 22:59:39.879 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-12 22:59:39.880 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.880 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.881 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.881 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.882 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.882 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.882 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 22:59:39.883 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:00:39.947 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-12 23:00:39.947 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.948 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.948 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.948 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.948 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.948 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.950 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:00:39.950 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-12 23:59:49.063 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-12 23:59:49.064 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.064 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.064 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.064 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.065 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.065 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.065 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-12 23:59:49.065 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 00:00:49.066 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:00:49.067 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to OFFLINE (COMMUNICATION_ERROR): Token is missing
2024-04-13 00:01:49.071 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:02:49.102 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:03:49.107 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:04:49.112 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:05:49.118 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:06:49.123 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:07:49.129 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:08:49.134 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:09:49.139 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:10:49.144 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:11:49.149 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:12:49.154 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:13:49.159 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:14:49.164 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:15:49.169 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:16:49.175 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:17:49.180 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:18:49.185 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:19:49.190 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:20:49.195 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:21:49.200 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:22:49.205 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:23:49.210 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:24:49.214 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:25:49.219 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:26:49.224 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:27:49.229 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:28:49.234 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:29:49.238 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:30:49.243 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:31:49.248 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:32:49.253 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:33:49.258 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:34:49.263 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:35:49.269 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:36:49.274 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:37:49.280 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:38:49.284 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:39:49.290 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:40:49.295 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:41:49.300 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:42:49.305 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:43:49.310 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:44:49.315 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:45:49.320 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:46:49.326 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:47:49.331 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:48:49.336 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING
2024-04-13 00:49:49.952 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Token is missing to ONLINE
2024-04-13 00:49:49.952 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.952 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.952 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.953 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.953 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.953 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.953 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 00:49:49.953 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 08:59:40.817 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-13 08:59:40.817 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.818 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.818 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.819 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.819 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.819 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.819 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 08:59:40.819 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 09:00:40.895 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-13 09:00:40.896 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.896 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.896 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.897 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.897 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.897 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.897 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 09:00:40.898 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 17:59:40.296 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-13 17:59:40.297 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.298 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.298 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.298 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.299 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.299 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.299 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 17:59:40.300 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-13 18:00:40.406 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.413 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-13 18:00:40.413 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 02:59:40.029 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect
2024-04-14 02:59:40.030 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.030 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.031 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.031 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.031 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.032 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.032 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 02:59:40.032 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
2024-04-14 03:00:40.095 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:d331cf10e4' changed from OFFLINE (COMMUNICATION_ERROR): Timeout while sending request to UniFi Protect to ONLINE
2024-04-14 03:00:40.097 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BE6B' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.098 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1598' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.098 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:7483C28F1C69' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:B4FBE4FF1886' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C4FB' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C476' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9BFB2' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE
2024-04-14 03:00:40.100 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g3camera:d331cf10e4:FCECDAD9C090' changed from OFFLINE (BRIDGE_OFFLINE) to ONLINE

I also still have the missing TOKEN error multiple times per day in the log.

Is it possible to send the video of a recognition with a rule over telegram, for example?

Thanks,
Alex

Hi,

i got another question:
Is it possible to stream the cam image with the RTSPS URL?
I did not find a way with this binding and even with the ipcamera binding i did not find a way until now.

I would prefer to get the stream from the udm pro, because i want the cams to be separeted in a different vlan.

Thanks in advance,
Alex

It is not possible with the current binding. It could be possible to implement it and expose a new channel with link to a video of last motion. You can send a picture of the motion, those channels are available.

If you enable the RTPSP protocol for a camera, you can get a static URL for the RTPSP Stream for that camera, you don’t need thebinding for getting that URL.

Is the binding already compatible with the new UniFi Protect 4?

same here, after upgrading to Protect 4.9, the Protect NVR binding stoped working

1 Like

I’m running UniFi OS 4.04 and Proect 4.0.26 and it is working.
Enable debug log and supply any error messages you are getting

the login seems to fail:

2024-06-03 07:56:32.064 [INFO ] [openhab.event.RuleUpdatedEvent      ] - Rule '18fe9baa75' has been updated.
2024-06-03 07:58:23.979 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:UniFiProtectNVR' changed from UNINITIALIZED (DISABLED) to INITIALIZING
2024-06-03 07:58:24.401 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:UniFiProtectNVR' changed from INITIALIZING to ONLINE
2024-06-03 07:58:24.405 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g4camera:UnifiProtect:E438830D49F5' changed from UNINITIALIZED (BRIDGE_UNINITIALIZED) to INITIALIZING
2024-06-03 07:58:24.407 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g4camera:UnifiProtect:E438830D49F5' changed from INITIALIZING to ONLINE
2024-06-03 07:58:24.438 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:nvr:UniFiProtectNVR' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Execution fault when sending request to UniFi Protect
2024-06-03 07:58:24.438 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'unifiprotect:g4camera:UnifiProtect:E438830D49F5' changed from ONLINE to OFFLINE (BRIDGE_OFFLINE)
==> /var/log/openhab/openhab.log <==
2024-06-03 07:59:24.441 [ERROR] [otect.internal.model.UniFiProtectNvr] - Failed to updated Cameras since we can't seem to login status: TOKEN_MISSING

Login credentials are working, logging via a browser with those credentials work.

What version of the binding are you using? Try to download the latest from github, manually drop it in the addons folder. You should uninstall the current binding first of course.

I’m not sure I can add this. If it is not available in the g4 cameras.
This is what it looks like for me:

Possibly changed in later versions.
What is the use case for changing AI Detection types from OH? Is it something you want to trigger with automation (just trying to understand the use case).

/S

I’m thinking about installing a camera, so I’m wondering whether:

  1. the binding works with a G5 Bullet camera;
  2. the binding works with a Dream Router;
  3. it’s possible to have motion detection on only a part of what the camera sees, since it will probably also catch the street…

Thanks in advance for your help!

  1. Yes
  2. ?
  3. Yes, setup zone in Unifi Protect app

(edited for future readers)

Thanks for the super speedy reply!

I assume you meant:

  1. Yes
  2. Yes
  3. Yes, setup zone in Unifi Protect app

? :wink:

Somehow the auto numbering took over.

So 1 yes and 3 yes. 2 I cannot answer unless you mean the Dream Machine Pro (that Im running) - in that case 2 is yes :sweat_smile:

No, the Dream Router is a different machine: UniFi Dream Router - Ubiquiti.

Is there a way to test compatibility without having the camera?

As long as it supports UniFi protect you should be fine.

/S