roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

Current implementation missed motion events on GK-200MP2-B #159

Closed flreinhard closed 6 months ago

flreinhard commented 6 months ago

On my camera IN_MODIFY would do the trick. I also added IN_ATTRIB to be able to trigger a motion event with "touch".

The camera cannot access the internet. Motion events and images are sent to homeassistant via MQTT.

roleoroleo commented 6 months ago

Thank you for your pr.