Fixed in commit a28b7d4 <https://github.com/weewx/weewx/commit/a28b7d4024413e79f8fcc2521c8b24d054fcef01> .
To fix your copy, replace the file weewx/xtypes.py with this one <https://raw.githubusercontent.com/weewx/weewx/master/bin/weewx/xtypes.py>. If you have trouble finding it, let me know. -tk On Thu, Aug 6, 2020 at 9:27 AM Tom Keffer <[email protected]> wrote: > I have been able to reproduce this. Give me some time to figure out what > is going on... > > On Thu, Aug 6, 2020 at 9:01 AM Gérard P <[email protected]> wrote: > >> Hi Tom, >> >> You found the point. When comparing the skin.conf files between skins, >> here are the differences : >> >> - On the Standard skin >> >> [[[daywindvec]]] >> [[[[windvec]]]] >> plot_type = vector >> >> - On the Exfoliation skin >> >> [[[daywindvec]]] >> [[[[windvec]]]] >> plot_type = vector >> [[[[windgustvec]]]] >> plot_type = vector >> aggregate_type = max >> aggregate_interval = 3600 >> >> So, the database is the same but the way graphics are generated is >> different. It seems that the one hour aggregate generates fake vectors. >> Maybe a compute side effect when upgrading because the problem seems to >> be gone on Exfolation latest graphics >> <https://www.lunique.fr/meteo/daywindvec.png> when comparing to Standard >> graphics <https://www.lunique.fr/weewx/daywindvec.png>. >> Sure that the aggregate has some relationship with this behavior. >> >> -- >> 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/c5853098-2edc-48a1-a048-f47b85e2557ao%40googlegroups.com >> <https://groups.google.com/d/msgid/weewx-user/c5853098-2edc-48a1-a048-f47b85e2557ao%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/CAPq0zED_c9zgZ34dJ-uM2DzNbM1XN0JAmOYA4RZ4w1g_ConAPQ%40mail.gmail.com.
