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:
- Connect to karaf console
- run log:set DEBUG org.openhab.binding.unifiprotect to turn on
- exit
To turn off
- Connect to karaf console
- run log:set INFO org.openhab.binding.unifiprotect to turn off
- exit
Regards, S