Hello all,
I have a ws1400-ip that I want to run with weewx on my raspberry pi.
First, I installed weewx , using ( ./setup.py as the build) on my linux (mint) pc and installed the ObserverIP driver for it.
The driver is 0.5mw, which is the current one.
The weewx.conf setup in the ftp section is..
user = xxxx
password = "xxxxxxxxx"
path = /public_html/myweather
port = 21
passive = 1
As a side note I use FILEZILLA to maintain my web page.
This works on the linux mint 17.1 pc THE WEB PAGE Is BEING UPDATED.
I then Installed weewx the same way on the raspberry pi
./setup.py as the build
The driver is the same 0.5mw
The weewx.conf setup is the same ... user = xxxx password = "xxxxxxxxx" server =
n2uz.net path = /public_html/myweather etc etc...
I can use FILLZILLA on the raspberry pi and CONNECT to my site (
n2uz.net)
Here is the syslog...
Jan 7 14:07:24 raspberrypi weewx[2685]: engine: Initializing weewxversion 3.3.1Jan 7 14:07:24 raspberrypi weewx[2685]: engine: Using Python 2.7.3(default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]Jan 7 14:07:24 raspberrypi weewx[2685]: engine: PlatformLinux-3.18.7-v7+-armv7l-with-debian-7.8Jan 7 14:07:24 raspberrypi weewx[2685]: engine: Using configurationfile /home/weewx/weewx.confJan 7 14:07:24 raspberrypi weewx[2685]: engine: Loading station typeObserverIP (user.observerip)Jan 7 14:07:25 raspberrypi weewx[2685]: observerip: version is 0.5mwJan 7 14:07:25 raspberrypi weewx[2685]: observerip: Unknown firmwareversion: ����������Jan 7 14:07:25 raspberrypi weewx[2685]: observerip: polling interval is 16.0Jan 7 14:07:25 raspberrypi weewx[2685]: engine: StdConvert target unit is 0x1Jan 7 14:07:25 raspberrypi weewx[2685]: engine: Archive will use databinding wx_bindingJan 7 14:07:25 raspberrypi weewx[2685]: engine: Record generationwill be attempted in 'hardware'Jan 7 14:07:25 raspberrypi weewx[2685]: engine: Using archiveinterval of 300 secondsJan 7 14:07:25 raspberrypi weewx[2685]: engine: Using binding'wx_binding' to database 'weewx.sdb'Jan 7 14:07:25 raspberrypi weewx[2685]: engine: Starting backfill ofdaily summariesJan 7 14:07:25 raspberrypi weewx[2685]: engine: Daily summaries up to date.Jan 7 14:07:25 raspberrypi weewx[2685]: restx: StationRegistry:Registration not requested.Jan 7 14:07:25 raspberrypi weewx[2685]: engine: Starting up weewx version 3.3.1Jan 7 14:07:25 raspberrypi weewx[2685]: engine: Starting main packet loop.Jan 7 14:10:32 raspberrypi weewx[2685]: manager: added record2016-01-07 14:10:00 EST (1452193800) to database 'weewx.sdb'Jan 7 14:10:32 raspberrypi weewx[2685]: manager: added record2016-01-07 14:10:00 EST (1452193800) to daily summary in 'weewx.sdb'Jan 7 14:10:40 raspberrypi weewx[2685]: cheetahgenerator: Generated14 files for report StandardReport in 6.56 secondsJan 7 14:10:46 raspberrypi weewx[2685]: genimages: Generated 36images for StandardReport in 5.51 secondsJan 7 14:10:46 raspberrypi weewx[2685]: ftpupload: Unable to connector log into server : 530 Login incorrect.Jan 7 14:10:46 raspberrypi weewx[2685]: ftpupload: Unable to connector log into server : 530 Login incorrect.Jan 7 14:10:55 raspberrypi weewx[2685]: ftpupload: Unable to connector log into server : 530 Login incorrect.Jan 7 14:10:55 raspberrypi weewx[2685]: ftpupload: Attempted 3 timesto connect to server n2uz.net. Giving up.^Cpi@raspberrypi ~ $
I did enabel SSH to try that and still no go.
Strange that FILEZILLA can connect ok.
Also, before I changed the weewx.conf for FTP. The local (file:///home/weewx/public_html/index.html) was updating normally.
Jerry