Generating a file only once per day is better suited to a simple cron task rather than weewx I suspect - and the cron task could also take care of any conversions and formatin issues for your data file. It IS possible with weewx, but weewx is really more suited to regular reporting cycles rather than once per day.
The conversion could be done by leafwetness = 255 - (17 * leafwetness) On Friday, 18 May 2018 09:32:43 UTC+3, [email protected] wrote: > > > Hi, > > i´m running a davis vantage pro station with soil moisture and leaf > wetness sensors. the data of this station should be used in a pest control > program in my village. > > leaf wetness is indicated with values between 1 (dry) and 15 (wet). > > but the algorithmus uses other weather stations, were the wetness range is > 0 (wet) and 255 (dry). > > so first, i have to convert the standard values to the appropriate > algorithmus values like this: > > 0 255 > 1 238 > 2 221 > 3 204 > 4 187 > 5 170 > 6 153 > 7 136 > 8 119 > 9 102 > 10 85 > 11 68 > 12 51 > 13 34 > 14 17 > 15 0 > > is this possible with weewx [stdconvert] ? > > > in the evening of each day it is necessary to upload a data file according > to this synthax > <https://lh3.googleusercontent.com/-qw0vjLwA1CM/Wv5zI_FDkFI/AAAAAAAAJTI/7k9tVKbwX6cD3c-X2_zDG9EyvpbbwvN3wCLcBGAs/s1600/vitimeteo.JPG> > can a generate a datafile like this with weewx? > > i appreciate any tipps and tricks, thx! > > best greetings, > michl > > > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
