Samfox2 / homebridge-videodoorbell

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

Difference to homebridge-camera-ffmpeg #1

Closed sohnkarlsruhe closed 6 years ago

sohnkarlsruhe commented 6 years ago

Where is the difference?

Samfox2 commented 6 years ago

Itˋs a videodoorbell not just a camera.

sohnkarlsruhe commented 6 years ago

thanks

sohnkarlsruhe commented 6 years ago

now it works, but i see no difference to camera-ffmpeg

Samfox2 commented 6 years ago

The difference is that you can trigger a doorbell event with a simple curl request: curl -X POST -d 'ding=dong&dong=ding' http://IP:PORT or by just opening the site in your browser: http://IP:PORT

sohnkarlsruhe commented 6 years ago

That is the same notification like to push the Ring Button with the homebridge doorbird Plugin with a motion sensor

Samfox2 commented 6 years ago

No, the notification says doorbell rang not motion detected.

sohnkarlsruhe commented 6 years ago

Ok, thats right, trank you very much for your help and your code!