ptz0n/homebridge-verisure

Image request support from motion detector/cam (v2)

Closed this issue · 6 comments

This is a feature request. The Homebridge Verisure plugin cannot request images from the motion detector with built-in camera.
However, another project pretends to be able to request images on demand but only with version 1 of the motion detector/cam.
Xav-74/verisure@848f761
$path = "plugins/verisure/data/".date("Ymd_His")."smartplugID".init('device').".jpg";
$img = verisure::GetPhotosRequest(init('numinstall'),init('username'),init('pwd'),init('country'),init('device'));
$image = base64_decode($img);
file_put_contents($path,$image);
Maybe this code extract is probably outdated (no MFA support), but @Xav-74 had the v2 support of these motion detectors/camera in roadmap.

@Xav-74 published extensive documentation (sorry in French) here: [https://xav-74.github.io/Documentation/verisure/fr_FR]

ptz0n commented

Are you currently using this plugin?

It seems to me that you have a Securitas Direct installation. This plugin is for Vbox installations. Sorry for the confusion. If that's the case, please create an issue here instead:

https://github.com/ptz0n/homebridge-securitas-direct

in the wrong project. deleting

not the right project for this enhancement