Unless you are running many complex skins, which you are not, WeeWX can easily run on an RPi 2. Here's an RPi B+ <http://www.threefools.org/weewx/status/index.html>, which is even less capable, that has been running continuously for over 6 years.
I guess I don't understand what problem you are trying to solve. The machine is running as expected, without CRC errors. What is left? -tk On Tue, Apr 27, 2021 at 10:20 AM Mauro De Lauretis < [email protected]> wrote: > Hi Vince > > Thank you for your feedback. > My RPi is pretty old (ver. 2 B+) with only 512 Mb RAM memory. > Since I thought my issue belongs to a memory leak too, I decided to buy > the new Pi 4 with 4 Gb RAM memory. > This should solve my problems. > > Mauro > > Il giorno martedì 27 aprile 2021 alle 18:45:03 UTC+2 vince ha scritto: > >> On Tuesday, April 27, 2021 at 4:24:37 AM UTC-7 Mauro De Lauretis wrote: >> >>> Could it be that my RPi has a memory leak or crashes because of >>> different python versions? >>> By running “python —version”, it shows my python 2.7 as default, but >>> I’ve installed WeeWX using python3 command line. >>> >> >> You have to specify 'python3 --version' to see which version of python3 >> weewx is using. >> >> Your pi has both python versions installed, one python2 (the default >> called 'python' for legacy reasons), plus one python3 (which you need to >> call as 'python3' explicitly. >> >> You didn't mention which model pi you are running, but if you're on >> anything weaker than a pi3 you can pretty easily get into the situation >> where the reports take too long to run 'especially' if you have a slow or >> failing SD card. You can see how long things take to run in your syslog. >> Likely not an issue if you're on a pi4 but it is possible... >> >> -- > 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/dd467d4e-ac4f-4ddf-8374-8618c3ee64b7n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/dd467d4e-ac4f-4ddf-8374-8618c3ee64b7n%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/CAPq0zEBwq8BPnVfZ%2BWXDspsnJrj%2BFR4zJ3_anQ3uDVZxGMXnPQ%40mail.gmail.com.
