Samfox2 / homebridge-videodoorbell

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

Can't get it to load #7

Closed brownad closed 6 years ago

brownad commented 6 years ago

Hey @Samfox2 great work, I'm looking to take the ideas across to the doorbird plugin after i get the initial bit loading in a test setup. However I just cant get it to load as a vanilla install, any ideas?

[1/9/2018, 4:46:04 PM] Loaded plugin: homebridge-videodoorbell [1/9/2018, 4:46:04 PM] Registering platform 'homebridge-videodoorbell.Video-doorbell' [1/9/2018, 4:46:04 PM] --- [1/9/2018, 4:46:04 PM] Loaded config.json with 0 accessories and 0 platforms. [1/9/2018, 4:46:04 PM] --- Load homebridge-videodoorbell.Video-doorbell Setup Payload: X-HM://0023OA6329K90 Scan this code with your HomeKit app on your iOS device to pair with Homebridge: Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 123-45-678 │     
└────────────┘     

[1/9/2018, 4:46:04 PM] Homebridge is running on port 51827.

Config.js (really haven't changed anything yet..), I did have my own camera included at one point but same effect:

{ "bridge": { "name": "Homebridge", "username": "01:12:34:56:78:90", "port": 51827, "pin": "123-45-678" }, "platform": "Video-doorbell", "cameras": [ { "name": "Camera Name", "videoConfig": { "source": "-re -i rtsp://myfancy_rtsp_stream", "stillImageSource": "-i http://faster_still_image_grab_url/this_is_optional.jpg", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 30, "port": 5005
} } ] }

brownad commented 6 years ago

Rookie :(