New to Group.. Just setup weewx on rpi3B - some issues-questions... (WeatherFlow)

116 views
Skip to first unread message

Tom Cichowicz

unread,
Sep 5, 2020, 10:11:02 AM9/5/20
to weewx-user
I was able to setup and get working a weewx system on a rpi3B. All seemed to go pretty well, and as expected based on instructions.

I installed the WeatherFlow UDP driver, seems to be working.... ?

My first issue is that the webserver html pages generated seem to have all my TEMP sensors wrong.  However the data that shows to be updating my Wunderground PWS appears OK?

My Next issue is I want to publish pages - to a remote server, via FTP. I'm assuming I need to install an FTP client on my rpi3B? I've seen a few sties showing how to do that. can I choose any package? or are there known good/best solutions for that?

  Thanks for anyone's HELP.... so far I like the system... I'm sure my issues will be resolved with a missing configuration setting.

Tom Keffer

unread,
Sep 5, 2020, 10:19:48 AM9/5/20
to weewx-user
My first issue is that the webserver html pages generated seem to have all my TEMP sensors wrong.  However the data that shows to be updating my Wunderground PWS appears OK?

Not much to go by here. What do you mean by "TEMP sensors wrong." The numbers? Graphs? Is this a unit issue? We need some details.
 
My Next issue is I want to publish pages - to a remote server, via FTP. I'm assuming I need to install an FTP client on my rpi3B? I've seen a few sties showing how to do that. can I choose any package? or are there known good/best solutions for that?

You do not need an FTP client. Those are if you want to run FTP from a command line. WeeWX uses the library client that comes with Python. 

-tk

Tom Cichowicz

unread,
Sep 5, 2020, 10:38:07 AM9/5/20
to weewx-user
Oh... yeah sorry. It appears that the readings are not converting?  Celsius to Fahrenheit   my temp is 89F - weewx output shows 31.9.

Tom Cichowicz

unread,
Sep 5, 2020, 10:41:46 AM9/5/20
to weewx-user
I have just setup a webpage - on my server. My weewx - site

Tom Cichowicz

unread,
Sep 5, 2020, 11:12:51 AM9/5/20
to weewx-user
I've just captured some of the output from the daemon - it really doesn't seem to apply to my hardware (weatherflow/tempest).
I don't have indoor sensors, it also shows " supplyVoltage: 11.900930327775894"  the weatherflow voltage should be between (3.6-3.0).

LOOP:   2020-09-05 11:07:51 EDT (1599318471) altimeter: 31.09518911800257, appTemp: 25.979518888263854, barometer: 31.088697854984325, beaufort: 0, cloudbase: 1258.1689508126628, consBatteryVoltage: 11.330287818236135, dateTime: 1599318471, dewpoint: 24.97204725752612, heatindex: 30.49355490968399, heatingVoltage: 12.0, humidex: 30.49355490968399, inDewpoint: 30.901658600712146, inHumidity: 29.550468969012087, inTemp: 63.22476551549396, inTempBatteryStatus: 1, maxSolarRad: 784.9590275749154, outHumidity: 79.66093564952973, outTemp: 30.49355490968399, outTempBatteryStatus: 0, pressure: 31.088697854984325, radiation: 949.0457764102391, rain: 0, rainBatteryStatus: 0, rainRate: 0.0, referenceVoltage: 12.0, rxCheckPercent: 68.65636977885674, supplyVoltage: 11.900930327775894, txBatteryStatus: 1, usUnits: 1, UV: 13.286640869743348, windBatteryStatus: 0, windchill: 30.49355490968399, windDir: 357.9656138971784, windGust: 0.06781287009405279, windGustDir: 357.9656138971784, windSpeed: 0.05651072507837718

Tom Keffer

unread,
Sep 5, 2020, 11:15:11 AM9/5/20
to weewx-user
Are you sure you're not still using the simulator? The webpage sure looks like simulator data.

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/79456dfa-f072-40ab-8890-c7e22f518ecbn%40googlegroups.com.

Tom Cichowicz

unread,
Sep 5, 2020, 11:30:29 AM9/5/20
to weewx-user
No I'm not sure..  But that would make sense. I went through the driver install and it seemed to go well. Perhaps I didn't see something I should have?

   So do I just try and re-install it?

Tom Cichowicz

unread,
Sep 5, 2020, 11:45:25 AM9/5/20
to weewx-user
Well, I did a reinstall... ?? stopped and restarted ... no change?

pi@weewx:/home/weewx/bin $ sudo ./wee_extension --install weatherflow-udp-master.zip
Request to install 'weatherflow-udp-master.zip'
Extracting from zip archive weatherflow-udp-master.zip
Saving installer file to /home/weewx/bin/user/installer/weatherflowudp
Finished installing extension 'weatherflow-udp-master.zip'

 should I try running the setup.py again?

Tom Cichowicz

unread,
Sep 5, 2020, 11:54:21 AM9/5/20
to weewx-user
Yeah ... it still set for simulator --
##############################################################################

[Simulator]
    # This section is for the weewx weather station simulator

    # The time (in seconds) between LOOP packets.
    loop_interval = 2.5

    # The simulator mode can be either 'simulator' or 'generator'.
    # Real-time simulator. Sleep between each LOOP packet.
    mode = simulator
    # Generator.  Emit LOOP packets as fast as possible (useful for testing).
    #mode = generator

    # The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the default
    # is to use the present time.
    #start = 2011-01-01T00:00

    # The driver to use:
    driver = weewx.drivers.simulator

##############################################################################

the driver appears to be where it is suppose to be?

pi@weewx:/home/weewx/bin/user $ ls -l
total 32
-rw-r--r-- 1 root root   541 May 30 19:41 extensions.py
-rw-r--r-- 1 root root   306 May 30 19:41 __init__.py
drwxr-xr-x 3 root root  4096 Sep  5 11:36 installer
drwxr-xr-x 2 root root  4096 Sep  4 12:39 __pycache__
-rw-r--r-- 1 root root 13201 Sep  5 11:36 weatherflowudp.py
pi@weewx:/home/weewx/bin/user $

vince

unread,
Sep 5, 2020, 12:43:22 PM9/5/20
to weewx-user
On Saturday, September 5, 2020 at 8:54:21 AM UTC-7, Tom Cichowicz wrote:
Yeah ... it still set for simulator --

You installed the driver, which is part one.  Good.

You next need to configure your weewx.conf to know your sensor mappings.  This requires you to know your station's IDs (presumably a Tempest ?).   An example is in the driver github page at https://github.com/captain-coredump/weatherflow-udp (substitute in your sensor ID numbers)

Then you need to reconfigure weewx to 'use' the Weatherflow driver.  See http://www.weewx.com/docs/utilities.htm#wee_config_utility and the --reconfigure option for that.

 Then you'll be done.

Tom Cichowicz

unread,
Sep 5, 2020, 1:31:45 PM9/5/20
to weewx-user
Vince...   THANK YOU!

That's what I was missing. 
I'm not using Tempest hardware. I'm an original crowd support member - so I have the museum hardware.

It appears to be UP and running with my data NOW ...(Link to my page)

 Thanks AGAIN!

Tom Cichowicz

unread,
Sep 5, 2020, 1:35:36 PM9/5/20
to weewx-user
I do have one more question ....

   is there a quick way to wipe my data - so I can start from scratch, I have a days worth of simulator data - stuck in my history...

Tom Keffer

unread,
Sep 5, 2020, 1:39:05 PM9/5/20
to weewx-user
On Sat, Sep 5, 2020 at 10:35 AM Tom Cichowicz <tcich...@gmail.com> wrote:
I do have one more question ....

   is there a quick way to wipe my data - so I can start from scratch, I have a days worth of simulator data - stuck in my history...

Yes. Just stop weewx, delete the database file, then restart

rm /home/weewx/archive/weewx.sdb

-tk

Tom Cichowicz

unread,
Sep 5, 2020, 2:05:48 PM9/5/20
to weewx-user
OK ... I lied...   

(  first .... Thanks will do shortly)

 There is a sidebar -  that is all N/A -- can I remove that somehow? I checked the weewx.conf but can't see anything obvious.

sensors.PNG

p q

unread,
Sep 5, 2020, 2:18:30 PM9/5/20
to weewx...@googlegroups.com
edit the html template in your skin directory. The file is something.html.tmpl

Find the lines you don't want and remove them using any text editor, like nano. Make a backup copy first so if you mess it up you can go back and try again.


--
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 weewx-user+...@googlegroups.com.


--
Peter Quinn
(415)794-2264

Tom Cichowicz

unread,
Sep 5, 2020, 3:08:05 PM9/5/20
to weewx-user
Peterq;

  Thanks! old school. I like it.

Reply all
Reply to author
Forward
0 new messages