I've created a plugin which allows receive events and control CloudEdge (Meari) cameras which are cheap and reasonably smart (not just motion detection they perform pre-analysis to see if an human is in the image!)
I use this in combination with my other plugin so to analyze the event images and trigger alarms only when an Human is in the image
This plugin exports 5 actions and 1 event which:
- Action: Enable motion detection (on all cameras)
- Action: Disable motion detection (on all cameras)
- Action: Enable sound/light alarm when motion is detected (on al cameras)
- Action: Disable sound/light alarm when motion is detected (on al cameras)
- Action: Download the image from the latest event (for a specific camera)
- Event: motion/person has been detected
Example use cases for me:
- Disable movement detection when at home: I don't want alarms and this spares battery
- Enable movement detection when leaving home or during bedtime: so that each camera will apply it's detection settings and will raise alarms
- Receive alarms, pass them thru HumanDetaction4Tasker and if there's a person play an alarm in the "Alarm" audio channel (which will play even if the phone is muted during bedtime)
You can download here the binary APK
Any feedback is welcome!
p.s.: no play store because I don't yet understand how to overcome some issues and thus I must target an older version of Android: any suggestion on how to fix this is welcome!