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

I can confirm that it works for firmware 2.0.26 and unifi protect 1.17.2 at least under openhab 3.
What version of openhab are you using?
I would remove the bridge and readd it using GUI (Paper ui for oh2).
You can set debug log level to debug (this will output a lot of info, so a good idea to turn it off when you aren’t debugging).

See information here:

Basic steps:

  1. Connect to karaf console
  2. run log:set DEBUG org.openhab.binding.unifiprotect to turn on
  3. exit

To turn off

  1. Connect to karaf console
  2. run log:set INFO org.openhab.binding.unifiprotect to turn off
  3. exit

Regards, S