Let me add that on *extremely* windy days, there is almost nothing you can do short of setting the triggering percentage to an insanely high amount that will stop the false detection. Depending on how high the winds aloft, I have had days where the wind blowing the clouds triggered motion on my cameras.
A brief story:
I run 14 cameras that are tied together by a 15th headless RPi. I used to have all of the cameras send pictures with all of the trigger events. One historically windy day, the cameras sent so many pictures that my ISP sent me notice that I had exceeded my outbound allocation of emails for the day (I think it was something like 5,000), and that I... actually, our household... could not send any more emails until the next day. My lesson from that was to first, stop sending emails for every trigger. What I ended up doing is having my server query the cameras via cron job ever hour and then just send me an hourly log file of how many pictures each camera had. I already know what is normal and what is not, and if I see unusual numbers for any of the cameras, I can remote in if not home and see what happened. While this may be way beyond what you're interested in doing, I've still attached yesterday's log file just in case you are interested. What the log file shows is the first entry starting from the bottom, everyday at midnight, the camera counters start over while also showing me the total count of pictures in parenthesis for the day before. Then, each hour after midnight, I am sent a new log with that hour on top of the previous hour showing the total number of pictures thus far. As a visual aid, the amount of pictures added since the previous hour is listed in parenthesis so I can see at a glance how many pictures I had for that hour without having to do the math. There are still what I consider critical cameras that send pictures when triggered, but my number of out-of-the-ordinary picture emails is now near zero, if not zero on most days. The numbers in yesterday's attached log file as well as the numbers showing at midnight from the day before is from a couple of windy days (today included), so even those numbers are MUCH higher that what is normal for my day. On a normal quiet weather day, none of my cameras will have more that 2,000 to 3,000 pictures.
Dewey