Assuming the data is in the database (not a safe assumption), just delete
the charts. They will get regenerated at the next reporting cycle.

If they still have holes, then there must be data missing in the database.
You can search for the holes with commands something like:

*sqlite3 /var/lib/weewx/weewx.sdb*   # Adjust path as necessar
sqlite> *select datetime(dateTime,'unixepoch','localtime'), outTemp from
archive where date(dateTime, 'unixepoch','localtime') between '2019-10-10'
and '2019-10-12';*

This would print the date and outside temperature for records on the dates
2019-10-10 through 2019-10-12. Adjust as necessary.

-tk

On Sat, Oct 12, 2019 at 8:41 AM Hyrules Hyrules <[email protected]> wrote:

> Last tuesday there was a power outage at my house and ever since there is
> a hole in the charts of the Season skin.Whily there was the outage the
> program was obviously not running but weewx did catuch up the data for that
> time when power came back. What is the best way to regenerate the charts ?
> I tried wee_reports with the config file and time stamp but it does not
> help. Is it possible at all ?
>
> 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/bec65477-9339-4bc5-89e3-3f25b1c1ed7d%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/bec65477-9339-4bc5-89e3-3f25b1c1ed7d%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/CAPq0zEBEuw4dP-2rSO3KuNEMEUhw3eKsPA0N4WDyvhZiwHkg_w%40mail.gmail.com.

Reply via email to