Goodday to all,
I want to move my weewx from a Raspberry Pi B to a mini computer.
On the pi I installed Raspbian and on the mini pc I installed Ubuntu server 19.10.
I copied the content of the files:
skin.conf
weewx.conf
2 templates
a modified wview.py
to the mini pc so everything is the same on both computers.
I use the ftp function in weewx.conf and this always works and uploads every 5 minutes my templates when using the pi.
On the pi I see in the log this:
Mar 4 12:15:32 Grandix weewx[10115]: cheetahgenerator: Generated 2 files for report StandardReport in 10.90 seconds
Mar 4 12:15:32 Grandix weewx[10115]: ftpgenerator: ftp'd 2 files in 0.30 seconds
On the mini pc nothing of the kind.
It seems if the cheetahgenerator is not generating files? Nothing happens, no error in the logs.
I installed with sudo apt-get install python-cheetah.
I can ftp manually to the desired location on my server.
Someone maybe with a great idea? ;-)
Franklin