--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAGTinV5%3DgG_GkeSucYVX%3DrQSP3%3DL5odJkqvfK%2BFQR3ZCRuVTkQ%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/19a9283a788.2848.44b74f35a7a433c111dbfaee4cca1c2d%40hillsandlakes.com.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAGTinV6Eq-R9p_5%2BgrMSRxByTXa-O2CQjCUersr-A2Mj9zy3_g%40mail.gmail.com.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/615dea8a-e05f-46e6-84e1-f5e4cd54c377n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/05d7deb5-0d16-40c4-9b54-b4c861f0af18n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/19a9332bfc0.2848.44b74f35a7a433c111dbfaee4cca1c2d%40hillsandlakes.com.
Some of the disk space is taken up by the indices, so it's not a straight linear relationship between entries and database size.
If you're really concerned about disk space, it certainly makes sense to drop unused columns.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDRd-wT%2B56uik8cCp6q0%2BZKsZEgcf7yPc8SbcB0%2BabVMQ%40mail.gmail.com.
Disk is cheap. The db is not in memory so size of the db does not matter.
Weewx uses a small amount of memory. I used to run it on an ancient ARM box that had 128 MB of RAM. It ran fine.
For my sqlite3 db....archive table is 439 MB in 1,866,971 recordsthe entire db is 501 MBfor a couple weeks short of 19 years data
concluded it was worth the flexibility to cook up the wview_extended bigger schema rather than to try to try to
One thought is to to ensure that the data types also cover metric.
concluded it was worth the flexibility to cook up the wview_extended bigger schema rather than to try to try to
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/8b342aad-f9d9-4b49-92ed-949d61c6db34n%40googlegroups.com.
Yes,right from the start I used a custom schema, derived from wview, with floats rather than doubles. I figured that was more useful as I run a 1 minute interval.
I also trimmed out most of the unused columns. This did cause extra problems when version 5 came along as the default skin started recalculating some of the derived quantities and chewing up lots of cpu cycles.
So I am happy with the result and have to remember not to complain when I get to reassemble the broken bits.
And I know nothing about hail - except that the recent storm with 5cm hail took chunks out of the top of my rain collector and off the bottom of the Stephenson box. And one cup of the anemometer is missing (but I don't know it that was hail or cockatoos)
There is no MQTT, but I don't understand how that could have any effect on storage.
It's all just idle curiosity and most of the time nothing changes in 5 minutes, but when a storm cell come through things change very quickly. That last one, for example, had a rain event that was over in 9 minutes (although the hail followed). The heaviest rain was 6mm in one minute, with 23mm over the 9 minutes. The wind peak occurred 2 minutes before the rain peak.
The 1 minute interval is a trade-off I accepted for storing the occasional rapidly changing conditions against extra storage volume. The other example I quoted, it was months afterwards when I looked at the detail.
If I wanted to have a 1-minute-interval for occasional looking into data I'd set up an extra WeeWX instance for it that only stores db values, without an active skin, beside a standard installation with a 5-minute-interval.
Depending on the hardware used, there might be some limitations that apply. With my setup, I query multiple
For each instance I could choose whatever interval I'd be happy with. Having Terabytes of storage on this devices,
that would be running 24/7 anyway, I'd definitely go for this most straight forward approach, if I had the desire to persist my observations in an 1-minute-interval. I wouldn't use an 1-minute-interval with a skin(because the chart
emphasize is min/max values and their closest-to-exact time of occurrence to be recorded correctly. But that
The WUnderground stuff was purely via weewx, and I have never bothered with the rapidfire side. My console is a
The kiss principle says that by the trivial process of increasing the number of rows by a factor of 5, while reducing number of columns by a factor of 3 and halving the number of bytes per column means that I have achieved a
"good enough" situation without any significant effort. Allowing for a larger index means my system is probably close to the default size anyway.
I did try Belchertown, perhaps 8 years ago, without much success, so perhaps the short interval was what upset it.
see weewx “Accumulators” on how the loop values are rolled up into the archive values (default for new obstype is ‘avg’)
--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAGTinV7z_yDTpbAcWpo0g9F5_fpXKcGA3vv0cjTYoHKruoP5EQ%40mail.gmail.com.
weewx.conf [Accumulators] stanza
Good old human intelligence combined with querying a web search engine, which you just mentioned above, finds
the following: https://github.com/weewx/weewx/wiki/Accumulators. This should answer many questions that might have arisen if the previous questions had been answered with a simple “yes.”
I tried, but it would have meant switching to active aggressiveness, which, obviously, is the part you have