Thanks again, Tom.

I should have been more clear by stating, YES, I did check the setting, AND 
it is ALSO evidenced by the log.

You must be running some other version of the software, because the log 
definitely DOES follow/correspond to "rapidfire = true" for me.

Showing here:

*pi@nixie*:*/usr/share/weewx $* egrep 'rapidfire|archive_post' /etc/weewx/
weewx.conf

       *rapidfire* = True

       # Override default behavor and *archive_post* even when *rapidfire* 
= True


       *archive_post* = True



Log after restart (grep KMIDEARB5 /var/log/syslog), and allowing some 
time...
Apr 10 16:40:01 nixie weewx[1348]: restx: Wunderground-PWS: Data for 
station KMIDEARB5 will be posted
Apr 10 16:40:01 nixie weewx[1348]: restx: Wunderground-RF: Data for station 
KMIDEARB5 will be posted
NOTE: Wunderground-PWS corresponds to "archive_post = True" and 
Wunderground-RF corresponds to rapidfire = True


Now then, if I deliberately disable rapidfire, a la:

*pi@nixie*:*/usr/share/weewx $* egrep 'rapidfire|archive_post' /etc/weewx/
weewx.conf

       *rapidfire* = False

       # Override default behavor and *archive_post* even when *rapidfire* = 
True


       *archive_post* = True



THEN, the log after restart (grep KMIDEARB5 /var/log/syslog), and allowing 
some time...
Apr 10 16:41:56 nixie weewx[1436]: restx: Wunderground-PWS: Data for 
station KMIDEARB5 will be posted
NOTE:  No reference to Wunderground-RF


And if I put it back to both enabled:

*pi@nixie*:*/usr/share/weewx $* egrep 'rapidfire|archive_post' /etc/weewx/
weewx.conf

       *rapidfire* = True

       # Override default behavor and *archive_post* even when *rapidfire* = 
True


       *archive_post* = True



Then, finally, the log after restart (grep KMIDEARB5 /var/log/syslog), and 
allowing some time...
Apr 10 16:44:08 nixie weewx[1517]: restx: Wunderground-PWS: Data for 
station KMIDEARB5 will be posted
Apr 10 16:44:08 nixie weewx[1517]: restx: Wunderground-RF: Data for station 
KMIDEARB5 will be posted

Those two log records definitely follow the archive_post and rapidfire 
settings when set to True, but only if debug = 1, and upon restart of the 
weewx service.


*I'm still stuck with needing both to be set to True for rapid fire to 
actually work.*
*AND WU is complaining about invalid dates in the table view on their side.*


On Wednesday, April 10, 2019 at 3:27:33 PM UTC-4, Tom Robertson wrote:
>
> I don’t think that proves you have rapidfire turned on.  I get the same 
> thing in my log file and I do not have rapidfire turned on.  That just 
> means you have set up this section to turn on uploading to WU .  The 
> section I posted earlier turns on rapidfire.  It is a two part process. 
>  The one below turns on the WU upload function and one I posted earlier 
> turns on rapidfire.
>
> [[Wunderground]]
> # This section is for configuring posts to the Weather Underground.
> # If you wish to do this, set the option 'enable' to true,
> # and specify a station (e.g., 'KORHOODR3') and password.
> # To guard against parsing errors, put the password in quotes.
> enable = true
> station = KALALBER13
> password = XXXXX
>
> -----
> Tom
>
> On Apr 10, 2019, at 2:20 PM, Leon Shaner <[email protected] <javascript:>> 
> wrote:
>
> Yes, Tom, I have "rapidfire = True" as confirmed by:
>
> Apr 10 14:53:23 nixie weewx[371]: restx: Wunderground-RF: Data for station 
> KMIDEARB5 will be posted
>
>
> Thanks! =D
> [snip]
>
>
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to