what is the term recognized by weewx for a day's total precipitation. I have created an index.php file which will create a txt file for me
outTemp=51.6 barometer=31.697 pressure=31.697 outHumidity=92 windSpeed=1.12 windDir=208 windGust=5.82 rainRate=0.236 rain_total=3.260 inTemp=68.2 inHumidity=58 radiation=0.00 UV=0 windchill=53.78 dailyrainin=0.236 dewpoint=49.33 extraTemp1= extraHumid1= extraTemp2= extraHumid2= extraTemp3= extraHumid3= soilTemp1= windBatteryStatus= rainBatteryStatus= outTempBatteryStatus= consBatteryVoltage= supplyVoltage= txBatteryStatus= heatingVoltage= and this is the file that fileparse uses for weewx. thanks Le dimanche 4 octobre 2020 à 18:49:32 UTC+2, [email protected] a écrit : > Some weather stations report the daily rain as observation type "dayRain", > but, generally, WeeWX does not calculate it. > > For reports, WeeWX can show daily rain. For example, the tag $day.rain.sum > will be the amount of rain since midnight. > > On Sun, Oct 4, 2020 at 9:20 AM Sébastien F4GQK <[email protected]> wrote: > >> Thanks this works with fileparse. >> >> But I still have one last problem which may not be specific to Fileparse >> >> The Total precipitation Today remains at 0mm, weewx does not do the >> calculation to add. A solution ? >> >> Thanks >> >> Sebastien >> >> Le samedi 3 octobre 2020 à 20:52:58 UTC+2, [email protected] a écrit : >> >>> See the "fileparse >>> <https://github.com/weewx/weewx/tree/master/examples/fileparse>" >>> example that comes with WeeWX. Most likely it can be adapted to parse your >>> file structure. >>> >>> -tk >>> >>> On Sat, Oct 3, 2020 at 8:35 AM Sébastien F4GQK <[email protected]> wrote: >>> >>>> Hello, >>>> >>>> I have a WALDBECK Halley WHT3 weather station I use a home automation >>>> system where I receive information from the station and via a php file, I >>>> have the possibility of exporting to Weewx a txt file with the different >>>> fields recognized by weewx (currently every minute) I wanted to know by >>>> what solution I can force weewx to read this file txt which contains all >>>> the data of the weather station instead of station_type: simulator. >>>> >>>> Thanks >>>> >>>> Sébastien >>>> >>>> -- >>>> 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]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/weewx-user/5af12bc3-9858-45d9-a2c3-5f179b319badn%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/weewx-user/5af12bc3-9858-45d9-a2c3-5f179b319badn%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> 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]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/285679af-d10f-4c82-8bc8-e0c1111921c4n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/285679af-d10f-4c82-8bc8-e0c1111921c4n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/793814c7-4d60-4558-8762-a785d63d4d65n%40googlegroups.com.
