¿ªÔÆÌåÓý

Re: Raspberry - Weewx - APRX issues with temp being 0
Question, is the data the is being used by the python script fetched from the instrument or the database (weewx.sdb)
By Lorin Tremblay <lorin@...> · #15148 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
Worth trying, but if you look at the data on aprs.fi (go to info / weather), you see that the humidity is mostly stuck at 100% (which is represented by "h00" in the wxnow.txt file), with
By Greg D · #15147 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
Here is what I'm trying fields.append("t%03d" % int(data['outTemp'])) Replaced by fields.append("t%03d" % round(data['outTemp']))
By Lorin Tremblay <lorin@...> · #15146 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
Looking further... I see that almost all of the humidity records are showing a value of zero (which is correctly interpreted as 100%), so ignoring all zero humidity records is going to toss
By Greg D · #15145 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
Looking at your history via aprs.fi, it does seem like you're occasionally getting good data records sprinkled among the bad. The super kludgy workaround might be to test for humidity and
By Greg D · #15144 ·
Re: Raspberry pi & TNC-Pi9k running aprx
A Yeasu Ft-2500¡­.. 50$ is doing the job¡­. Modded the radio to have the speaker on the rj-45 connector on the front¡­..
By Lorin Tremblay <lorin@...> · #15143 ·
Re: Raspberry pi & TNC-Pi9k running aprx
Ah... another Baofeng victim! Thanks for the confirmation and congrats on getting it working. What is your replacement radio? --David KI6ZHD
By David Ranch · #15142 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
I think that you are on the something, but I wouldn¡¯t know how to test or solve¡­.. On every loop the my PWS sends the info, so the temp info is there. I think that it puts t000, when there is a
By Lorin Tremblay <lorin@...> · #15141 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
I've had a similar issue with WeeWx and my Acurite weather station where the driver occasionally "sucks air" in reading data from the unit. No idea what triggers it, but I made a small patch
By Greg D · #15140 ·
Re: Raspberry - Weewx - APRX issues with temp being 0
Just did a quick test and even the cumulus extension as the same issue..... Cumulus extension that creates wxnow.txt Sep 02 2023 15:27 165/002g000t072r000p000P000h000b00000 tail:
By Lorin Tremblay <lorin@...> · #15139 ·
Raspberry - Weewx - APRX issues with temp being 0
Hi! Does anyone have or ever had an issues with all empty temperature filed on the beacon packet with aprx extension..... /var/tmp/aprx_wx.txt 2023-09-02 13:48:53 EDT: VE2XS-13 (
By Lorin Tremblay <lorin@...> · #15138 ·
Re: Raspberry pi & TNC-Pi9k running aprx
Question of closure for this thread, I finally got my hand on a really cheap 2m radio and everything work flawlessly, so the baonfeng was the culprit!!!
By Lorin Tremblay <lorin@...> · #15137 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Hello Lorin, Details like this can matter a lot but regardless, you have a TNC-Pi. Can you look at the board and see if you have a version 1 or version 2 of the board? Next question, which
By David Ranch · #15136 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Couple things you might try. Turn the TXD(R6) pot CCW(zero) with the power off. Apply power for a few seconds. Turn the pot up CW 1/4-1/2. Apply power, this will reset the NVRAM on the pitnc to
By WB9QPM · #15135 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
I *think* it defaults to I2C on the TNC-pi I stead of serial ?Get BlueMail for Android ?
By N5XMT · #15134 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Not sure the one that adds on top pf the raspberry pi¡­.. From what I¡¯m understanding, the rasp is simply not seing the tnc. pi@WeeWx-APRS:/usr/src/pitncgetset $ sudo ./pitnc_getparams
By Lorin Tremblay <lorin@...> · #15133 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Hello Lorin, Which one? TNC-X or TNC-Pi? If you're using a TNC-X, what are you using to connect the Pi to the external TNC? A USB to serial adapter? Maybe you're trying to use one of the RS232
By David Ranch · #15132 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Running bullseye Coastal TNC Followed it to the letter section 90.a
By Lorin Tremblay <lorin@...> · #15131 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Manually editing the files isn't needed. From a console window type sudo raspi-config Go to interfaces, then serial port.? First option is if you want to allow logins. Select no, second is if you
By N5XMT · #15130 ·
Re: Raspberry Pi 3+B and TNC install....... Problems
Hello Lorin, You need to share some more information: - What OS are you using on the Raspberry Pi? I would recommend the newest Raspberry Pi OS (Bullseye) - What TNC are you using? There
By David Ranch · #15129 ·