Samfox2 / homebridge-videodoorbell

Video-Doorbell plugin based on homebridge-camera-ffmpeg for Homebridge.
Apache License 2.0
97 stars 17 forks source link

Does not group with LockMechanismAccessory #19

Closed speedyuy closed 6 years ago

speedyuy commented 6 years ago

Hi, I have a RPi running Homebridge and a LockMechanismAccessory that controls my front door. I created a new room with a VideoDoorbell Camera and added the LockMechanismAccessory. The camera works great! I can see live video and I can trigger the notification using the URL and using the virtual button. The problem is that I don't get a screenshot with the notification and the lock button doesn't show either. What am I doing wrong? Thank you!

Samfox2 commented 6 years ago

Strange, I know a few users who successfully use it with a lock accessory. Which LockMechanismAccessory are you using?

speedyuy commented 6 years ago

I found the problem. I had an error with the stillImageSource, it needed user/pass. Without this the grouping does not work. Thanks!