the result doesn't look good, only 15 records. [image: daily_summaries.png]
The MySql DB shows 86 records, that were not transferred . How can I make up for this transfer? [email protected] schrieb am Sonntag, 10. April 2022 um 17:16:41 UTC+2: > Hi, Joachim, > > You said you checked the database archive table, but how about the daily > summaries? What do you get for > > SELECT datetime(dateTime,'unixepoch','localtime'), count FROM > archive_day_outTemp WHERE dateTime >= 1640995200; > > This will show how many records (count) are in each daily summary since > the beginning of the year. The count must be non-zero for the date to show > in the NOAA report. > > -tk > > On Sun, Apr 10, 2022 at 6:14 AM Joachim Puttkammer <[email protected]> > wrote: > >> I use a Pi4 without a fan and Debian Buster as my operating system. >> Installed is *Weewx-Multi *( vers. 4.7 Season and Belchertown skin for >> both instances: Davis / Ecowitt ) with a MySQl database. The CPU >> temperature reached almost 80° and the Raspberry started to have problems. >> On 27 February, I switched the database to Sqlite without importing the >> existing MySQl data and the CPU temperature was then at 60°C. >> Yesterday I did a transfer of all MySQl databases with "wee_database >> --config=/etc/weewx/xyz.conf --transfer --dest-binding=dest_binding" and a >> "rebuild-daily" . It worked without errors and all records ( table archive >> I have checked ) are present. >> Unfortunately 2 problems occur: >> 1. the entries up to 28 February are missing from the February NOAA table >> and the months January and February are missing from the year table. >> >> [image: NOAA.png] >> >> 2. the annual graphs are also only created with the data from the end of >> February (I deleted all annual images once). >> >> [image: year.png] >> >> This is the case for both instances. >> >> The NOAA report behaves identically with the Belchertown skin. Only the >> yearly graphic is complete, in contrast to the season skin. >> >> As an attachment, here is the syslog with debug = 0 and debug = 1. >> >> >> -- >> 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/a1ca712d-4ce2-4d05-9e37-f2f828c4cb39n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/a1ca712d-4ce2-4d05-9e37-f2f828c4cb39n%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/3a4b2c0c-9a5b-4452-8bae-a26cea616309n%40googlegroups.com.
