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?