New UniFi Protect binding for OH 5.1

The rewrite with all the new features will be in 5.2 , patch releases are primarily bug fixes as they focus on stability and not new features.

I am currently on 5.2.0-M4 - but I still don’t see any channels on my camera’s (I do on the two Chimes) but I do see the following in the log:``

2026-05-18 16:53:08.810 [WARN ] [.core.thing.binding.BaseThingHandler] - Attempt to update thing 'unifiprotect:camera:{ID}:{UUID}' with a thing containing invalid configuration 'Configuration[{key=enableWebRTC; type=Boolean; value=true}, {key=deviceId; type=String; value={UUID}'}]' blocked. This is most likely a bug: {sequence=The parameter is required.}

Can you post your thing configuration ?

My NVR Configuration:

version: 1
things:
  unifiprotect:nvr:614a96200d:
    isBridge: true
    config:
      hostname: unifi
      username: OpenHAB
      password: {PASSWORD}
      port: 443
      token: {TOKEN}

One of the camera’s:

version: 1
things:
  unifiprotect:camera:614a96200d:{DEVICE_ID}:
    bridge: unifiprotect:nvr:614a96200d
    label: "UniFi Protect Camera: Terras"
    config:
      deviceId: {DEVICE_ID}
      enableWebRTC: false

Both taken from the UI as I configured them through there

I tried installing this and I get the error:
ā€œUniFiProtect Offline due to failuer: Token is missingā€

Any clue where I might look? Also, ā€œFailureā€ is spelled wrong unless that’s correct in another country.

Or am I making a mistake trying it on 5.2?

Just fyi, i’m not ignoring this , i have been on the road for the last week and won’t be back until this weekend, so will find time to look then.

Thanks, I’m not in a hurry or anything, just thought I’d try it. Appreciate the work.

@digitaldan, yesterday I had an issue with the NVR bridge Thing. It kept going offline, and the logs were full of errors. I tried disabling and re-enabling the Thing a few times, but no luck. Also an openHAB restart (at 2026-06-01 21:34:06) didn’t help. Right before going to bed, I also did a reboot of my Dream Router, which didn’t resolve the issue. I then disabled the Thing for the night, planning to do more investigation today.

This morning (after no further restarts of openHAB or the router), I could enable the Thing again without issues…

I’ll send you the TRACE logs of the binding.

Is the new version testable in the 5.2M4? In github changelog i dont see any unifipeotect changes since m2!? Bit I guess it was merged inbetween?