The values in $current are the values accumulated over the archive interval. If your interval is as short as 60 seconds, it's possible that not all data have been seen in that time, so, of course, you're going to be missing data. A value of 300 seconds (5 minutes) tends to work better.
-tk On Thu, Dec 5, 2019 at 10:07 AM S1m0n3 <[email protected]> wrote: > Ok, for weewx-crt but the same problem is with $current and data sent to > Wunderground, happens only a few times that the report is incomplete, I've > archive_interval set to 60 secs, maybe I can increase it? Also $current is > populated only when there is an archive record? > > Thanks! > > Il giorno giovedì 5 dicembre 2019 17:59:59 UTC+1, Thomas Keffer ha scritto: >> >> The $current tag used in the WeeWX templates uses the full record, so it >> has all the data. >> >> The extension weewx-crt and the file realtime.txt are not part of WeeWX, >> so you would have to ask the author. >> >> -tk >> >> On Thu, Dec 5, 2019 at 9:51 AM S1m0n3 <[email protected]> wrote: >> >>> Yep, this is true in the databse all data are achived! But the problem >>> (I think) is with Current conditions. Because some times in is shown in the >>> website (and also in the realtime.txt that i generated with weewx-crt) only >>> packet of temp, hum and rain and some times only the packet with solar >>> data. Why this? >>> >>> Il giorno giovedì 5 dicembre 2019 16:59:37 UTC+1, Thomas Keffer ha >>> scritto: >>>> >>>> What you have is a "partial packet" station. As you describe, different >>>> packets contain different kinds of data. No one packet contains all types >>>> of data. >>>> >>>> WeeWX accumulates the irregular partial packets, then at regular >>>> intervals, it extracts full records out of them. These are then put in the >>>> database. This is its normal mode. You don't have to do anything. >>>> >>>> See the section *Loop packets vs archive records >>>> <http://www.weewx.com/docs/customizing.htm#_____________LOOP_packets_vs._archive_records_>* >>>> in >>>> the Customizing Guide for more details. >>>> >>>> -tk >>>> >>>> On Thu, Dec 5, 2019 at 8:27 AM S1m0n3 <[email protected]> wrote: >>>> >>>>> Hello, i've tried to search but don't found nothing about it. I'm >>>>> using an WH3080 with Solar and UV Panel and intercept the data via SDR. >>>>> The >>>>> problem is that sometimes (and I don't understand when) are shown only >>>>> the >>>>> data relating to the UV and Solar package or only the classical data >>>>> (temperature, humidity, etc ...). For those who do not know the station >>>>> transmits 3 different packages, one containing the time, one the >>>>> temperature, rain and humidity information and one containing data on >>>>> solar >>>>> radiation. Is it possible in some way to archive the data only after both >>>>> data have been received in order to overcome this problem? >>>>> >>>>> Simone, Thanks! >>>>> >>>>> -- >>>>> 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/2ca0c782-84e6-49cf-a073-435e82b469b5%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/weewx-user/2ca0c782-84e6-49cf-a073-435e82b469b5%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/6cdfea07-a8a9-481a-b65d-f02ac3e67927%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/6cdfea07-a8a9-481a-b65d-f02ac3e67927%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/6e39c6d9-86a3-46f4-b93f-46653688ff62%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/6e39c6d9-86a3-46f4-b93f-46653688ff62%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/CAPq0zEB%3DunCRnmnyJ7bDjv%2BHmXuoJMnv0HEG5U_eQEKHbyp_sg%40mail.gmail.com.
