[weewx-user] Re: Packetsloop aggregation weewx

2024-01-08 Thread gjr80
Be careful here, for most observations the default avg extractor function is appropriate (that's why it is the default) as the extracted value is a representation of the observation over the entire archive period. The majority of observations handled by a default WeeWX install (ie outTemp, baro

[weewx-user] Re: Packetsloop aggregation weewx

2024-01-08 Thread bell...@gmail.com
1. There are defaults and you only have to configure any settings that you want to be different. So in your example you would only have to override the extractor. [Accumulator] ... [[XField]] extractor = last 2. I don’t know the answer, but they have a different meaning. See,

[weewx-user] Re: Packetsloop aggregation weewx

2024-01-07 Thread Remy Lavabre
Thank you for the answer ! Perfect... Only two questions still bothers me: - 1/ I added an “XField” field to my weewx.sdb database. This XField corresponds to a simple parameter such as temperature or pressure. It is incorporated into the "PacketsLoop". Do we absolutely have to declare [Accumu

[weewx-user] Re: Packetsloop aggregation weewx

2024-01-06 Thread bell...@gmail.com
check out, https://github.com/weewx/weewx/wiki/Accumulators On Saturday 6 January 2024 at 10:27:48 UTC-5 Remy Lavabre wrote: > Good morning, > > Wishing to write a driver for WeeWX in order to automatically retrieve and > integrate AWEKAS data into the weewx.sbd database, I have a question > re