Weather Beaconing Problem

70 views
Skip to first unread message

Wojtek Jakieła

unread,
Aug 9, 2020, 8:30:56 PM8/9/20
to Aprx software
Hello.

Today i'm build my fist small RX-Gate on APRX Software.
It's work's excellent (SQ8W-10 on APRS.FI).

But i have a problem with beaconing a WX data.

On RPi i have (automatically updated) /var/tmp/aprx_wx.txt:

@100024z4919.44N/02127.56E_000/000g000t061r000p000P000h96b09689 


In aprx.conf i have beacons:

<beacon>
  cycle-size 30m
  beacon object "SQ8W-10" \
symbol "R&" lat "4932.41N" lon "02145.93E" \
         comment "RX-Gate Test"
</beacon>

<beacon>
  cycle-size 5m
  beacon srccall SQ8W-11 file /var/tmp/aprx_ws.txt
</beacon>



First beacon work's excellent but second beacon don't work.

Please help me :)

Erik, PA0ESH

unread,
Aug 10, 2020, 8:59:39 AM8/10/20
to Aprx software
Try

<beacon>
  cycle-size 5m
  beacon srccall SQ8W-11 file \
var/tmp/aprx_ws.txt
</beacon>



Is your aprs_ws.txt readable  ?  Otherwhole chmod +x /var/tmp/aprx_ws.txt might help. And I believe that you should not beacon more than once every 20 minutes.

Good luck

Op maandag 10 augustus 2020 02:30:56 UTC+2 schreef Wojtek Jakieła:

Wojtek Jakieła

unread,
Aug 10, 2020, 9:28:22 AM8/10/20
to Aprx software
Hello. Thanks for information.

Unfortunatly it's still not work.

My beacon now:

<beacon>
  cycle-size 20m
  beacon srccall SQ8W-11 file \
var/tmp/aprx_ws.txt
</beacon>

I'm tried chmod +x /var/tmp/aprx_ws.txt too. Still the same :(

Erik Schott

unread,
Aug 10, 2020, 10:14:02 AM8/10/20
to aprx-s...@googlegroups.com
Try this one first. 

<beacon>
  cycle-size 20m
  beacon wide-2 file \
var/tmp/aprx_ws.txt
</beacon>
Then you know if the weatherdata is sent. 

Verstuurd vanaf mijn telefoon
Groeten
Erik

Op 10 aug. 2020 om 15:28 heeft Wojtek Jakieła <wojtek...@gmail.com> het volgende geschreven:


--
You received this message because you are subscribed to a topic in the Google Groups "Aprx software" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/aprx-software/KlY8pK8vpRw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to aprx-softwar...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aprx-software/c6e90c56-772c-4910-a7d9-af7806a6cc14o%40googlegroups.com.

Wojtek Jakieła

unread,
Aug 10, 2020, 10:23:08 AM8/10/20
to Aprx software
Still nothing :(

This is my full config:

mycall  SQ8W-10
myloc lat 4932.40N lon 02145.94E

<aprsis>
  passcode  6372
  server    rotate.aprs2.net
</aprsis>

<logging>
  rflog /tmp/aprx-rf.log
</logging>

<interface>
  tcp-device  127.0.0.1 8001 KISS
  callsign    $mycall
  tx-ok       false
  telem-to-is false
  alias       WIDE,K,SP
</interface>

<beacon>
  cycle-size 30m
  beacon object "SQ8W-10" \
symbol "R&" lat "4932.41N" lon "02145.93E" \
         comment "RX-Gate Test"
</beacon>

<beacon>
  cycle-size 20m
  beacon wide-2 file \
var/tmp/aprx_ws.txt
</beacon>


W dniu poniedziałek, 10 sierpnia 2020 02:30:56 UTC+2 użytkownik Wojtek Jakieła napisał:

Erik Schott

unread,
Aug 10, 2020, 10:43:12 AM8/10/20
to aprx-s...@googlegroups.com, Erik Schott (huis)
This is a copy of the beacon part of my iGate PI1TWE-2 comparible with you.
I have in every beacon: "beaconmode       both”,  which you dont’ have.
Maybe adding that helps.

<beacon> 
    cycle-size           20m
    beaconmode           both
    beacon        interface $mycall \
                         via WIDE2-1 \
                         symbol "L#" $myloc \
                         comment "PHG24003/Igate & Digipeater Metaalstad Hengelo ** APRX 2.8.0 **"
</beacon>


<beacon>
    cycle-size           60m
    beaconmode       both
    beacon               via WIDE2-1 \
                         file /usr/local/scripts/uptime.txt
</beacon>

The file  /usr/local/scripts/uptime.txt is readable for aprx. 
So if I do cat  /usr/local/scripts/uptime.txt. i get an output and no error

You would then have to use:


<beacon> 
    cycle-size           20m
    beaconmode           both
    beacon         interface $mycall \
                         via WIDE2-1 \
                         symbol "L#" $myloc \

                         comment "RX-Gate Test"
</beacon>


<beacon>
    cycle-size           20m
    beaconmode        both
    beacon               via WIDE2-1 \
                         file var/tmp/aprx_ws.txt
</beacon>


Good luck, I will load your file in my igate to seee where it goes wrong. I can copy the string you have shown as weatherdata.

Erik




-- 
You received this message because you are subscribed to a topic in the Google Groups "Aprx software" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/aprx-software/KlY8pK8vpRw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to aprx-softwar...@googlegroups.com.

Wojtek Jakieła

unread,
Aug 10, 2020, 11:05:38 AM8/10/20
to Aprx software
It works! Thanks!!!


W dniu poniedziałek, 10 sierpnia 2020 02:30:56 UTC+2 użytkownik Wojtek Jakieła napisał:
Reply all
Reply to author
Forward
0 new messages