[weewx-user] Loading Xtides with Forecast

2024-06-16 Thread philip....@gmail.com
Im loading weewx V5 from new and while installing the forecast program I notice that XTides is no longer available. Can somebody point me in the right direction please as to how I can get XTides to work Thanks -- You received this message because you are subscribed to the Google Groups "weewx

Re: [weewx-user] Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
Which version of weewx-forecast are you using?  I mention this issue and how to work around it in the README of my fork of weewx-forecast (https://github.com/chaunceygardiner/weewx-forecast):If you want tide forecasts, install xtides: sudo apt-get install xtide Then determine your location: htt

[weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread vince
In the absence of any logs... or console transcripts... or snippets from your weewx.conf file... sorry, nobody can help much On Sunday, June 16, 2024 at 10:09:59 AM UTC-7 philip@gmail.com wrote: > Im loading weewx V5 from new and while installing the forecast program I > notice that XTi

[weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread philip....@gmail.com
Im using the latest 64bit Debian 12 Bookworm on a Pi5 and building weewx V5 on a new installation. My first extension to load was the forecast extension and when i type sudo apt-get install xtide it tells me the package is not available is only available from another source so logs are not avail

Re: [weewx-user] Loading Xtides with Forecast

2024-06-16 Thread Chuck Rhode
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 16 Jun 2024 10:17:11 -0700 "'John Kline' via weewx-user" wrote: > Note: current versions of debian (bookworm) do not include xtide. Apparently, it is available in the "Unstable (Sid)" repository. + deb http://ftp.us.debian.org/debian/ unsta

[weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread philip....@gmail.com
Im trying yours again John and its OK when I do ./configure but when I try make it replies make: ***No targets specified and no makefile found. Stop I take it thats not what I should get back Phil On Sunday, June 16, 2024 at 6:44:59 PM UTC+1 philip@gmail.com wrote: > Im using the lates

[weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread vince
Easiest option is to just run 32-bit raspios and it'll all be there, but other options include grabbing. a 32bit .deb and compiling your own from sources. I 'think' that you can download a .deb from https://packages.debian.org/bullseye/armhf/xtide/download which also has instructions for how

Re: [weewx-user] Loading Xtides with Forecast

2024-06-16 Thread 'Ian Millard' via weewx-user
Vince, Following your often used advice, Google has the answer: - sudo apt-get -y install xtide-data Install and works perfectly with Bookworm. > On 16 Jun 2024, at 19:41, vince wrote: > > Easiest option is to just run 32-bit raspios and it'll all be there, but > other options include grabbin

Re: [weewx-user] Loading Xtides with Forecast

2024-06-16 Thread 'Ian Millard' via weewx-user
root@dvm:/var/www/html/divumwx/heatmaps# sudo apt-get -y install xtide-data Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: libwpe-1.0-1 libwpebackend-fdo-1.0-1 linux-h

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
> Im trying yours again John and its OK when I do ./configure but when I try   make     it > replies>make: ***No targets specified and no makefile found. Stop>I take it thats not what I should get backThat’s hard to imagine if you are in the correct directory.  Exactly what directory were you in wh

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
Also, are we sure the configure finished without error (there are dependencies you need to install as stated in my instructions)?Do you see a file named Makefile in the xtide-2.15.5 directory?On Jun 16, 2024, at 12:18 PM, John Kline wrote:> Im trying yours again John and its OK when I do ./config

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread philip....@gmail.com
Theres a Makefile.am and Makefile.in in the xtide-2.15.5 directory Here are the lines from the terminal On Sunday, June 16, 2024 at 8:20:51 PM UTC+1 John Kline wrote: > Also, are we sure the configure finished without error (there are > dependencies you need to install as stated in my instruc

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
configure generates a Makefile (with no extensions).Take a look at what you sent me, configure ended in an error.  Look right before you typed make!Did you install the prerequisite packages listed?I have this running on 64-bit Raspberry OS Bookworm.On Jun 16, 2024, at 12:40 PM, philip@gmail.com

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread vince
On a pi5 with 64bit bookworm this worked. sudo apt-get install -y libpng-dev libtcd-dev xtide-data xtide-coastline xtide-data-nonfree wget http://deb.debian.org/debian/pool/main/x/xtide/xtide_2.15.2.orig.tar.bz2 tar jxvf xtide_2.15.2.orig.tar.bz2 cd xtide-2.15.2 ./configure --without-x mak

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
Yes, xtide-data installs, and is needed (per the README), but it is xtide itself that is not available.On Jun 16, 2024, at 1:23 PM, vince wrote:On a pi5 with 64bit bookworm this worked.sudo apt-get install -y libpng-dev libtcd-dev xtide-data xtide-coastline xtide-data-nonfreewget http://deb.d

Re: [weewx-user] Re: Loading Xtides with Forecast

2024-06-16 Thread 'John Kline' via weewx-user
Philip,Rather than try to walk you through building a package, attached is a zip of the tide executable that you need.unzip it anywhere you like and point to it by following the instructions on the README page in github or in my email. -- You received this message because you are subscribed to

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread vince
[[RSYNC]] # rsync'ing to a webserver is treated as just another report skin = Belchertown HTML_ROOT = /var/www/html/weewx/rsync Should be skin = Rsync (you posted your forecast credentials in your belchertown section of debug.txt so you might want to generate a new key for that..) On Sunday,

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread Kevin Key
Thanks. On Sunday, June 16, 2024 at 2:14:51 PM UTC-7 vince wrote: > [[RSYNC]] # rsync'ing to a webserver is treated as just another report > skin = Belchertown HTML_ROOT = /var/www/html/weewx/rsync > > Should be skin = Rsync > > (you posted your forecast credentials in your belchertown section

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread Kevin Key
Thanks Vince. I'm getting closer. For some reason, the connection via weewx gets rejected but not when I do so via the command line: Jun 16 15:27:54 linux weewxd[2084707]: DEBUG weeutil.rsyncupload: rsyncupload: cmd: [['rsync', '--archive', '--stats', '-e', 'ssh', '/var/www/html/weewx/belchert

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread vince
Host key verification failed.. Remember weewx runs as user 'weewx' and not your typical user (in your case 'kevinphy') You need to ssh into the remote host as the user weewx runs as 'once', accept the remote host's system key when prompted, and weewx will be able to rsync over ssh as '

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread Kevin Key
And now I keep getting this ""Received disconnect from 192.254.224.66 port :2: Too many authentication failures". Do I need to delete everything and start over? On Sunday, June 16, 2024 at 4:07:36 PM UTC-7 vince wrote: > Host key verification failed.. > > Remember weewx runs as user 'we

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread Kevin Key
weewx@linux:~$ ssh weewx@192.254.224.66 -p weewx@192.254.224.66's password: Received disconnect from 192.254.224.66 port :2: Too many authentication failures Disconnected from 192.254.224.66 port weewx@linux:~$ On Sunday, June 16, 2024 at 4:51:53 PM UTC-7 Kevin Key wrote: > And now

[weewx-user] Re: Weewx 5.0 FTP and Rsync not even attempting to upload what's going on?

2024-06-16 Thread Kevin Key
All good now. I had to have my web hosting company take care of some issues. On Sunday, June 16, 2024 at 5:02:57 PM UTC-7 Kevin Key wrote: > > weewx@linux:~$ ssh we...@192.254.224.66 -p > we...@192.254.224.66's password: > Received disconnect from 192.254.224.66 port :2: Too many > authe