seaside1 / unifiprotect

openHAB UniFi Protect Addon
Eclipse Public License 2.0
22 stars 6 forks source link

Items wont be updated #8

Closed mryshakow closed 1 year ago

mryshakow commented 1 year ago

First of all: Great work - Thank you!

Unfortunately, my item values remain at null. I use the following configuration:

Things: Bridge unifiprotect:nvr:home "UniFi Protect NVR" [ host="192.168.1.1", username="username", password="password", refresh=60 ] { Thing g3camera frontDoorCamera [name="Front door camera", mac="11:A1:11:1A:A1:11"] }

Example for items:

String g3FrontDoorName "Front Door Cam Name" (g3FrontDoor) { channel="unifiprotect:g3camera:home:frontDoorCamera:name" }

In the UI, both the Bridge and the Camera are "online". Any idea?

mryshakow commented 1 year ago

I guess a little bit of context could be nice...:

Openhabian: OpenHAB 3.3.0 Unifi DM Pro: UnifiOS 1.12.33, Protect 2.2.6

seaside1 commented 1 year ago

To avoid errors try adding the things in the ui and see if that works better. Make sure you can login the credentials as well.

If that does not work you need to enable debug log so we can see what's going on.

seaside1 commented 1 year ago

Closing since there has been no feedback.