Hi Dominic, Itried what you suggested and find the following:

Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: StationRegistry:
Station will be registered.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: Wunderground: Posting
not enabled.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: PWSweather: Posting
not enabled.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: CWOP: Posting not
enabled.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: WOW: Posting not
enabled.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: WOW-BE: Posting not
enabled.
Feb 03 13:14:31 pi3 weewxd[16306]: INFO weewx.restx: AWEKAS: Posting not
enabled.

However my code for this section is the following:

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.ulator

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

[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.

    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    # model = WS2080

    # How often to poll the station for data, in seconds
    polling_interval = 60

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

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

#   This section is for uploading data to Internet sites

[StdRESTful]

    # Uncomment and change to override logging for uploading services.
     log_success = True
     log_failure = True

    [[StationRegistry]]
        # To register this weather station at weewx.com, set this to true,
and
        # set option 'station_url', located in the [Station] section above.
        register_this_station = True

    [[AWEKAS]]
        # This section is for configuring posts to AWEKAS.

        # If you wish to post to AWEKAS, set the option 'enable' to true,
then
        # specify a username and password.
        # Use quotes around the password to guard against parsing errors.
        enable = False
        # username = replace_me
        # password = replace_me

    [[CWOP]]
        # This section is for configuring posts to CWOP.

        # If you wish to post to CWOP, set the option 'enable' to true,
        # then specify the station ID (e.g., CW1234).
        enable = True
        station = GW7066
        # If this is an APRS (radio amateur) station, specify the
        # passcode (e.g., 12345). Otherwise, ignore.
        # passcode = replace_me

    [[PWSweather]]
        # This section is for configuring posts to PWSweather.com.

        # If you wish to post to PWSweather.com, set the option 'enable' to
        # true, then specify a station and password.
        # Use quotes around the password to guard against parsing errors.
        # enable = True
        station = replace_me
        password = replace_me

    [[WOW]]
        # This section is for configuring posts to WOW (wow.metoffice.gov.uk
).

        # If you wish to post to WOW, set the option 'enable' to true, then
        # specify a station and password.
        # Use quotes around the password to guard against parsing errors.
        # enable = False
        station = replace_me
        password = replace_me

    [[WOW-BE]]
        # This section is for configuring WeeWX to upload to WOW-BE (
wow.meteo.be)

        # If you wish to post to WOW-BE, set the option 'enable' to true,
then
        # specify a station and password.
        # Use quotes around the password to guard against parsing errors.
        # enable = False
        station = replace_me
        password = replace_me

    [[Wunderground]]
        # This section is for configuring posts to the Weather Underground.

        # If you wish to post to the Weather Underground, set the option
        # 'enable' to true,  then specify a station (e.g., 'KORHOODR3'). Use
        # the station key (find it at
        # https://www.wunderground.com/member/devices) for the password.
        # enable = False
        station = IPRET0237
        password = FVKcMQiv

        # Set the following to True to have weewx use the WU "Rapidfire"
        # protocol. Not all hardware can support it. See the User's Guide.
        rapidfire = False

I'm sorry if I'm being long winded, but this is the only way I know of
copying code !

Thanks for your patience



On Tue, 3 Feb 2026 at 14:17, Dominic ›OE7DRT‹ <[email protected]> wrote:

> On 03.02.26 12:00, Jan Volschenk wrote:
> >     - I'm in the process of configuring  a Raspi 4 B with Weewx to place
> >     info on CWOP
> >     - Allocated  CWOP ID:  GW7066
> >     - However nothing reported on
> >     http://www.findu.com/cgi-bin/wx.cgi?call=GW7066
>
> A full log output would be helpful to get an idea whether it actually
> wants to connect (maybe with added debug info?)
>
> On weewx restart, there should be an indication if CWOP is enabled:
>
> #v+
> sudo systemctl restart weewx.service && journalctl -feu weewx.service
> #v-
>
> You should see something like this (may have to scroll a bit):
> #v+
> $date $hostname weewxd[8972]: INFO weewx.restx: StationRegistry:
> Registration not requested.
> $date $hostname weewxd[8972]: INFO weewx.restx: Wunderground: Posting
> not enabled.
> $date $hostname weewxd[8972]: INFO weewx.restx: PWSweather: Posting not
> enabled.
> $date $hostname weewxd[8972]: INFO weewx.restx: CWOP: Data for station
> OE7DRT-13 will be posted
> $date $hostname weewxd[8972]: INFO weewx.restx: WOW: Posting not enabled.
> $date $hostname weewxd[8972]: INFO weewx.restx: AWEKAS: Posting not
> enabled.
> #v-
>
> >     - My log report (sudo journalctl -u weewx -f) indicates:  "Copied 0
> >     files to /var/www/html/weewx "
>
> So nothing new copied, what is actually inside /var/www/html/weewx?
> I guess the std report runs fine?
>
> >     - However /var/www/html/weewx shows multiple .png files with
> >     appropriate contents being updated every 5 minutes
>
> What is inside this directory?
>
> Did you configure the [[CWOP]] section within weewx.conf?
>
> -dominic
>
> --
> A seed grows with no sound, but a tree falls with a huge noise.
> Destruction has noise, but creation is quiet. This is the power of silence.
> Grow silently.
> - Confucius
>
> --
> 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].
> To view this discussion visit
> https://groups.google.com/d/msgid/weewx-user/ea71ad09-a1b8-40d8-853d-91b15225d8ba%40gmail.com
> .
>


-- 
Kind regards/ Vriendelike groete

Jan Volschenk, Pr Eng

Mobile: +27 (0)83 627 8690
Amateur Radio Call-sign: ZS6VOL

-- 
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].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/CAFrQ3S9BdHFqB9s8zsxzBV0Dhm6gcB-C4s7e6rQa-iM7Mvxsqg%40mail.gmail.com.

Reply via email to