couriersud

Results 55 comments of couriersud

The following proof-of-concept code immediately notifies about a motion event on my S-CAM. It uses the inotifyd implementation from busybox. `inotifyd ./mos.sh /tmp:n` with `mos.sh` being ``` #!/bin/sh date echo...

I am not aware of any other notifications - I am running this now for a week and did not receive "false" alarms. One test outstanding is to disable the...

Ok, thanks, will give it a try. Shouldn't this become a pull request?

Once PR #141 is applied this issue can be closed.

The format by the firmware creates an empty file `IsFormatted` in the root of the sd-card. As long as it does not exist, the eWelink app reports the sd-card as...

Yes, Sonoff-hack boots. But the sd-card is not recognized by the ewelink cloud. In the app, it is reported as unformatted and all sd-card related functionality won't work.

Yes, motion event recording strangely works. But eWeLink shows the SD card as unformatted.

I started programming some 40 years ago :-) The limiting factor is quality time. I have thought about your proposal. Busybox inotifyd source has all the code needed to plug...

Thanks for reporting this. Missing cstdint header which on all other compilers seems to be implicitly being included - but not on your linux flavour. I have created a separate...