mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.61k stars 160 forks source link

Feature Request: MQTT Command to remote format MicroSD card #1053

Closed iferlive closed 10 months ago

iferlive commented 10 months ago

This request might be a pretty niche feature, let me explain the use case: Some of my cameras refuse to delete old recordings to continue recording footage (even tho the continuous recording is enabled), I have to manually format the sd card from the wyze app. Reading online I see that many people have this issue, looks like a bug on wyze firmware, if this MQTT command existed then we could create an automation to format the micro sd card once every 2 weeks for example.

Is this feature even possible to implement?

Thanks in advance and thank you for this great tool!

-FR

mrlt8 commented 10 months ago

I added a format_sd topic to the dev branch for K10242FormatSDCard which should format the SD card.

You will need to set the value to 1 to confirm.

iferlive commented 10 months ago

Thank you so much for implementing this, is working like a charm!