[weewx-user] Question

2017-11-21 Thread Jerry Kutche
Is there a way to search for keywords on here?
Thanks
Jerry

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


[weewx-user] Re: weewx, raspberry pi and sd cards - the lifetime for card

2017-11-21 Thread Jerry Kutche
I Use only Samsung 32GB Evo + Nothing else ever I have had some in service 
for years running 24/7

On Monday, October 31, 2016 at 4:34:25 AM UTC-4, Jacek Skowroński wrote:
>
> Hi,
> How does Your sd card "live" in raspberry pi?
> On my example I lost 5 cards already - all of them by 3-4months long.
> Is it normal?
>
> Yust now I'm looking to get rid of sd cards and write down data somewhere 
> else.
> Any topics? Any hints?
>

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


[weewx-user] Weewx APRS extension

2017-11-21 Thread Jerry Kutche
I had this working?? How do you get it to start with weewx Seems to have 
stopped creating the aprs.pkt file..

Thanks

Raspbian 9

73 jerry n9lya

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


Re: [weewx-user] Re: Assistance please

2017-11-19 Thread Jerry Kutche
Thanks I will try this 73 jerry

On Sunday, November 19, 2017 at 11:53:42 AM UTC-5, ln77 wrote:
>
> Try this.  I didn’t see aprs.tar.gz posted anywhere, so I just built this 
> by cloning the git archive and tarring it up.  It seems to work on my 
> weewx, though I don’t know if the generated packet is actually correct.
>
>   -Les
>
>

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


Re: [weewx-user] Re: Assistance please

2017-11-19 Thread Jerry Kutche
Thanks I will give it a try.. 73 jerrt

On Sunday, November 19, 2017 at 12:04:05 PM UTC-5, Devonian wrote:
>
> Also, from here
> https://github.com/BrainerdAreaAmateurRadioClub/legendary-goggles
>
> example:
>
> cd /home/pi/aprswx/ &&
> git clone https://github.com/cavedon/weewx-aprs.git &&
> cd /home/pi/aprswx/weewx-aprs   &&
> wget 'https://github.com/cavedon/weewx-aprs/archive/v0.1.tar.gz'&&
> sudo /home/weewx/bin/wee_extension --install v0.1.tar.gz&&
> cd /home/pi
>
>

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


[weewx-user] Re: Assistance please

2017-11-19 Thread Jerry Kutche
I think I need the aprs.tar.gz file it is not on the site that has this 
extension... can anyone send It to me or tell me where to Download it.. 
Google is no help with searching for aprs.tar.gz except heads me to the 
same dead end. Thanks

On Sunday, November 19, 2017 at 11:04:53 AM UTC-5, Jerry Kutche wrote:
>
> Good day all, 
> I just installed weewx and removed wview from my new Pi3 Running Raspbian 
> Stretch Very nice and easy install.
>
> My question is I need a file APRS formatted to my LinBPQ software can grab 
> it and tx it on RF 
>
> I am not sure if a file like that exists in weewx. 
>
> I read about an extension for weewx but when I follow instructions.. all I 
> get are errors.. 
>
> Can some one point me in the correct direction. Thanks Jerry N9LYA
>
> root@raspberrypi:~# wee_extension --install aprs.tar.gz
> Request to install 'aprs.tar.gz'
> Traceback (most recent call last):
>   File "/usr/bin/wee_extension", line 83, in 
> main()
>   File "/usr/bin/wee_extension", line 75, in main
> ext.install_extension(options.install)
>   File "/usr/share/weewx/weecfg/extension.py", line 124, in 
> install_extension
> raise InstallError("Extension '%s' not found." % extension_path)
> weecfg.extension.InstallError: Extension 'aprs.tar.gz' not found.
> root@raspberrypi:~# users
> pi pi root
> root@raspberrypi:~#
>

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


[weewx-user] Assistance please

2017-11-19 Thread Jerry Kutche
Good day all, 
I just installed weewx and removed wview from my new Pi3 Running Raspbian 
Stretch Very nice and easy install.

My question is I need a file APRS formatted to my LinBPQ software can grab 
it and tx it on RF 

I am not sure if a file like that exists in weewx. 

I read about an extension for weewx but when I follow instructions.. all I 
get are errors.. 

Can some one point me in the correct direction. Thanks Jerry N9LYA

root@raspberrypi:~# wee_extension --install aprs.tar.gz
Request to install 'aprs.tar.gz'
Traceback (most recent call last):
  File "/usr/bin/wee_extension", line 83, in 
main()
  File "/usr/bin/wee_extension", line 75, in main
ext.install_extension(options.install)
  File "/usr/share/weewx/weecfg/extension.py", line 124, in 
install_extension
raise InstallError("Extension '%s' not found." % extension_path)
weecfg.extension.InstallError: Extension 'aprs.tar.gz' not found.
root@raspberrypi:~# users
pi pi root
root@raspberrypi:~#

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