nickcat, any luck with this yet?
I understand the mosquito problem,
A simple program similar to what I used to be running would look like this,
If
From Sunset - 60 minutes
To Sunrise + 60 minutes (next day)
And Module 'Climate' Temperature >= 50 °F
Then
Set Scene 'Outside / Outside Outlets' On
Else
Set Scene 'Outside / Outside Outlets' Off
This will send the on/off command at beginning and end of schedule and every time weather bug updates.
I had my Weather Bug update every half an hour (or 1,800 secs)
You could try adding a rain rate condition, but I didn't since my closest station is miles away, and even a local one would probably take a little more tweaking (either way try it without it first).
I now have a much more complicated program that only sends commands when it changes or status doesn't match and it needs to retry.
-Nick