i using the weewx software since 2014 with my TFA Nexus Weather Station here in Germany.
Now, I’ve updated from a old RasPi to the modell 2. I will use the original 7 inch touch display for the new
Raspi. So I installed the newest Weewx version on the graphical way, without the console, double klicking
the weewx 3.4.0-1_all.deb file. The installation process was fine and so I could start weewx over the init.d command.
But I was surprised, that during the installation progress was no question about the Name of the station…and so on.
I looked to the /var/www folder, but there was no folder with the name ‘weewx’.
So I’ve uninstalled this version and installed it after a reboot with the dpkg-option. During the installation, he asks me for
the name of the station and so on. He wrote this data in the weewx.conf file with success.
The sudo tail -f /var/log/syslog shows me, that weewx works with the weather station.
But if I start weewx, he doesn’t give me no generated .html file in any folder. Not in the /var/www and also in the home/weewx.
After one day, i look again for the index.html, but there was no file on the pi.
The last years, i wrote the IP in the browser of my PC and there was the site of weewx. That was beautiful.
The /home/weewx folder isn’t on the pi. I work already four days on this problem, with so many sites on the internet, but there are no
way to solve my problem.
Do you have any idea ?
Thank you very much…
André
Could be any one of a number of things, the log is your friend. Could you set debug=1 in weex.conf, then stop/start weewx and then post the log from the time weewx started until a few reporting cycles have completed (say 15 minutes if you have a 5 minute archive period).
Gary
Don't go reinstalling for the time being or you will just continue to chase your tail. Unusual for their to be nothing in the log, even if weewx fails on startup there will normally be something saying that weex was starting. Have you tried to run weewx directly from the command line as per the instructions here http://weewx.com/docs/usersguide.htm#Running_directly ? If you do run from the command line is anything displayed?
Gary
sudo weewxd /home/weewx/weewx.conf
though the exact path wil depend on your install.
Gary
How about /etc/weewx ?
So try
sudo weewxd /etc/weewx/weewx.conf
And i must change the "Point" Design in the graph.
Weewx has been running fine for a couple of years on this Pi, but suddenly WiFi stopped working, then a couple of other problems forced a re-build.I'm using a clean install of the OS & Weewx to avoid any conflicts with old configs.Any thoughts?
Could be any of numerous issues, hard to say anything without seeing some logs. Set (leave) debug = 1 in weewx.conf then restart WeeWX. Let WeeWX run for at least 2 or 3 archive intervals and then take an extract from the log from when WeeWX was restarted until the 2 or 3 archive intervals elapsed, make sure your extract includes the entire WeeWX startup sequence. Post the log extract here.
Gary