roleoroleo / sonoff-hack

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

Disable motion detection image #82

Closed iointerrupt closed 2 years ago

iointerrupt commented 2 years ago

Any way of disabling motion detection image being generated and sent to the MQTT server? I already have a server detecting motion and takes stills from the RTSP stream being recorded. In this case its redundent and would save bandwidth on the images being transmitted to all subscribers

On another note: thanks for this great hack to the camera. I've been looking for over a month for an indoor camera which I can utilize without data going out to the internet or using proprietary apps.

iointerrupt commented 2 years ago

Nevermind. I just did a cursory check of the code for mqtt_sonoff and saw that setting the value to empty prevents this. Should have tried that first.