This sounds like a great feature. No more signalX!?
tke...@gmail.com schrieb am Mittwoch, 24. März 2021 um 22:10:23 UTC+1:

> Several interesting new features. Most notably, you can add, remove, or 
> rename columns in the main database with the utility wee_database. No need 
> to use --reconfigure with all the database shuffling involved! For 
> example, to remove the type soilMoist2:
>
> wee_database --drop-columns=soilMoist2
>
>
> If you use this feature, remember that this is a beta release. Be sure to 
> do a backup first!!
>
> There is also support for using *series* in the templates, including 
> generating JSON. For example, a JSON series of the maximum temperature for 
> each day of the month would be:
>
> $month.outTemp.series(aggregate_type='max', aggregate_interval='day').json
>
>
> This generates something like:
>
> [[1614585600, 1614672000, 58.2], [1614672000, 1614758400, 55.8], 
> [1614758400, 1614844800, 59.6], ... ]
>
>
> This is a series of 3-way tuples, where each tuple consists of the start 
> time of the day, stop time of the day, and (in this case) maximum 
> temperature for the day.
>
> See the Wiki article *Tags for series 
> <https://github.com/weewx/weewx/wiki/Tags-for-series>* for more details. 
> Please note: this is still experimental, and subject to change!
>
> Lots of miscellaneous bug fixes. 
>
> Find it in the usual place 
> <http://weewx.com/downloads/development_versions/> for development 
> releases. 
>
> Feedback is very welcome!!
>
> -tk
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/996dc2f5-952f-4f2f-81a0-aff055a053d6n%40googlegroups.com.

Reply via email to