[weewx-user] FTP errors

2022-03-03 Thread ewhain...@gmail.com
Can anyone decipher what is wrong here? all of a sudden I stopped uploading 
via FTP. I did an update and upgrade, (re)entered my FTP info but keep 
getting the errors listed below:

Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Running 
report 'FTP'
Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
read in 18 seconds
Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Found 
configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine: Cannot 
read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine:  Using 
defaults instead.
Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload: Attempting 
connection to ftp.great-bay.com
Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP 
encoding not supported, ignoring.
Mar  3 11:31:19 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: Found 
station at bus= device=
Mar  3 11:31:20 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
read in 17 seconds
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
ftpgenerator: (0): caught exception '': timed out
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  Traceback (most recent call last):
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  n = ftp_data.run()
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  ftp_server.connect(self.server, self.port)
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/ftplib.py", line 152, in connect
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  source_address=self.source_address)
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/socket.py", line 727, in create_connection
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  raise err
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/socket.py", line 716, in create_connection
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  sock.connect(sa)
Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
  socket.timeout: timed out
Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload: Attempting 
connection to ftp.great-bay.com
Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP 
encoding not supported, ignoring.
Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: Found 
station at bus= device=
Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
read in 6 seconds
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
ftpgenerator: (1): caught exception '': timed out
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  Traceback (most recent call last):
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  n = ftp_data.run()
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  ftp_server.connect(self.server, self.port)
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/ftplib.py", line 152, in connect
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  source_address=self.source_address)
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/socket.py", line 727, in create_connection
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  raise err
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/socket.py", line 716, in create_connection
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  sock.connect(sa)
Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
  socket.timeout: timed out
Mar  3 11:31:42 weatherpi weewx[10681] DEBUG weeutil.ftpupload: Attempting 
connection to ftp.great-bay.com
Mar  3 11:31:42 weatherpi weewx[10681] DEBUG weeutil.f

Re: [weewx-user] FTP errors

2022-03-03 Thread ewhain...@gmail.com
pi@weatherpi:~ $ ftp great-bay.com
ftp: connect: Connection timed out
ftp> 

On Thursday, March 3, 2022 at 11:42:56 AM UTC-5 tke...@gmail.com wrote:

> What happens if you try to connect from the command line using the utility 
> 'fpt'?
>
> *ftp great-bay.com <http://great-bay.com>*
>
>
>
>
> On Thu, Mar 3, 2022 at 8:35 AM ewhain...@gmail.com  
> wrote:
>
>> Can anyone decipher what is wrong here? all of a sudden I stopped 
>> uploading via FTP. I did an update and upgrade, (re)entered my FTP info but 
>> keep getting the errors listed below:
>>
>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Running 
>> report 'FTP'
>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
>> read in 18 seconds
>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Found 
>> configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine: Cannot 
>> read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP': 
>> Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine:  
>> Using defaults instead.
>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload: 
>> Attempting connection to ftp.great-bay.com
>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP 
>> encoding not supported, ignoring.
>> Mar  3 11:31:19 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: Found 
>> station at bus= device=
>> Mar  3 11:31:20 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
>> read in 17 seconds
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> ftpgenerator: (0): caught exception '': timed out
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   Traceback (most recent call last):
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   n = ftp_data.run()
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   ftp_server.connect(self.server, self.port)
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/ftplib.py", line 152, in connect
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   source_address=self.source_address)
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/socket.py", line 727, in create_connection
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   raise err
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/socket.py", line 716, in create_connection
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   sock.connect(sa)
>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   socket.timeout: timed out
>> Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload: 
>> Attempting connection to ftp.great-bay.com
>> Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP 
>> encoding not supported, ignoring.
>> Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: Found 
>> station at bus= device=
>> Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next 
>> read in 6 seconds
>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> ftpgenerator: (1): caught exception '': timed out
>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   Traceback (most recent call last):
>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
>>   n = ftp_data.run()
>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
>&

[weewx-user] Acurite 5-in-1 dead?

2022-04-27 Thread ewhain...@gmail.com
So it looks like one of my 5-in-1 units are dead. I have changed the 
batteries in the sensor unit with known fresh batteries but the display is 
showing nothing found.

I have seen that some people have used an SDR dongle to get the data, but 
can I use a Bearcat scanner to see if it is sending? And what frequency are 
they transmitting?

And if the sensor unit IS dead, what is a good replacement that works 
easily with WeeWx, relatively same features and cost?

Thanks

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/37998559-070e-4cb8-87a9-03e44bf566bdn%40googlegroups.com.


[weewx-user] Re: Acurite 5-in-1 dead?

2022-04-27 Thread ewhain...@gmail.com
Gotcha *thanks*!

So a bit of an update - I took the sensor unit down and brought it in, 
popped the batteries out, powered down the sensor. I switched both units 
from channel A to C, powered up the display, powered up the sensor and it 
is currently working.

*THEN* i set it on the outside table to see if it was going to remain 
stable - well the wind picked up and blew it off the table and broke the 
directional vane. Let's see how well the Gorilla glue works

Might still need that recommendation for a new system yet...

On Wednesday, April 27, 2022 at 11:43:15 AM UTC-4 an oldman wrote:

> the freq for my 5n1 from a SDR running rtl_433 for about 15 mins
> "freq" : 433.945
>  "freq" : 433.946
>  "freq" : 433.947
>  "freq" : 433.948
>  "freq" : 433.949
>  "freq" : 433.950
>  "freq" : 433.954
>  "freq" : 433.955
>  "freq" : 433.965
> this one likes to jump channels from A to C for some reason
>
> On Wednesday, April 27, 2022 at 9:59:36 AM UTC-5 ewhain...@gmail.com 
> wrote:
>
>> So it looks like one of my 5-in-1 units are dead. I have changed the 
>> batteries in the sensor unit with known fresh batteries but the display is 
>> showing nothing found.
>>
>> I have seen that some people have used an SDR dongle to get the data, but 
>> can I use a Bearcat scanner to see if it is sending? And what frequency are 
>> they transmitting?
>>
>> And if the sensor unit IS dead, what is a good replacement that works 
>> easily with WeeWx, relatively same features and cost?
>>
>> Thanks
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6346c66d-c347-4dfb-938d-f1b68c2c7820n%40googlegroups.com.


[weewx-user] Reading station error

2022-08-24 Thread ewhain...@gmail.com
Acurite 5-in-1. I was reading data, but having an FTP error (turned out to 
be provider error) so I did an update/upgrade and now WeeWx will see the 
station but not read data. I have tried resetting the station, switching 
through USB modes, different USB ports on the RPi...

Here is error log:

Aug 24 09:40:48 weatherpi weewx[17995] DEBUG weewx.drivers.acurite: Found 
station at bus= device=
Aug 24 09:40:49 weatherpi weewx[17995] ERROR weewx.drivers.acurite: Failed 
attempt 1 of 10 to get LOOP data: [Errno 110] Operation timed out
Aug 24 09:41:19 weatherpi weewx[17995] DEBUG weewx.drivers.acurite: Found 
station at bus= device=
Aug 24 09:41:19 weatherpi weewx[17995] ERROR weewx.drivers.acurite: Failed 
attempt 2 of 10 to get LOOP data: [Errno 32] Pipe error

Any ideas why the RPi will see the device but not get the data??

TIA

EWH

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ff45d202-9b1c-4287-9f89-b9a042520739n%40googlegroups.com.


Re: [weewx-user] Re: Recommends for new station under 300

2022-08-25 Thread ewhain...@gmail.com
The IS a USB port on the drawing. I found the manual 
here: https://www.ecowitt.com/shop/goodsDetail/1#

Manual & Software tab, Page 7 in the manual, however it also states it is 
for firmware updates only...

On Thursday, August 25, 2022 at 9:55:10 AM UTC-4 axelle@gmail.com wrote:

> >The GW1100 is included with a number of display-less stations. As I 
> >understand it, there's a local API and the driver is just talking to 
> >that API and injecting to weewx.
>
> Right. And the GW1100 is plugged by USB to the weewx server, right? or can 
> weewx read GW1100 over wifi?
>
> >it looks like there is the equivalent of the GW1100 inside the console, 
> >because it says it uploads to similar places
>
> I have the feeling the protocol will be the same too. Same reason as you. 
>
> The main issue that might occur is whether weewx GW1000 driver is able to 
> operate via wifi too or not? Looks like the HP2551 console does not have a 
> USB port (not sure though, couldn't find a photo). And I wasn't able to 
> find any info on Wifi connection on https://github.com/gjr80/weewx-gw1000 
> nor about support for HP2551 or HP2552 or HP2553.
>
> Anybody from GW1000 driver can answer?
>
> Thanks,
> On Thursday, August 25, 2022 at 12:38:46 PM UTC+2 Greg Troxel wrote:
>
>>
>> Invisible Man  writes:
>>
>> > I'm considering the purchase of a EcoWitt HP2551 : it has a console + a 
>> > 7-in-1 sensor. Just not totally sure how to integrate it with Weewx.
>> > People said here to use the Ecowitt GW-1100 driver, right? But EcoWitt 
>> > HP2551 does not have that GW1100 gateway. Will the driver work 
>> > nevertheless? 
>> > Basically, I'm not sure the EcoWitt HP2551 (or 2552, or 2553) has a USB 
>> > cable. So how would I connect it to the RPi on which Weewx runs?
>>
>> I am unclear on details but am heading down the path of figuring out
>> which EcoWitt station someone else should get. I lean to EcoWitt
>> because it seems to be reasonable quality at very low prices and they
>> seem to be open-source and local-access no-cloud-required friendly. So
>> many things are cloud-only which I consider a total fail -- the
>> interceptor driver is an impressive hack but it's a bad situation that
>> it's necesary.
>>
>> The GW1100 is included with a number of display-less stations. As I
>> understand it, there's a local API and the driver is just talking to
>> that API and injecting to weewx. Thus it should work if the internet is
>> down (or if the GW1100 is firewalled to keep the data from being sent to
>> their cloud), but I'm not 100% sure as sometimes devices have code that
>> phones home and stops if that doesn't work.
>>
>> Reading
>>
>> https://shop.ecowitt.com/products/hp2551
>>
>> it looks like there is the equivalent of the GW1100 inside the console,
>> because it says it uploads to similar places, and there is a list of
>> optional sensors that seems to match. It would be sane to offer the
>> same API and for them to reuse their code and circuit design, just
>> sharing the case/etc. -- and doing so would be consistent with my
>> impression of EcoWitt's approach.
>>
>> However, skimming the driver github site I don't see direct confirmation
>> that the HP2551 is wire-protocol compatible. With any luck someone will
>> post that they've used the driver.
>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f99be245-5334-4b28-bb66-7229fdee4569n%40googlegroups.com.


[weewx-user] Re: Reading station error

2022-08-25 Thread ewhain...@gmail.com
anyone? 

On Wednesday, August 24, 2022 at 9:46:31 AM UTC-4 ewhain...@gmail.com wrote:

> Acurite 5-in-1. I was reading data, but having an FTP error (turned out to 
> be provider error) so I did an update/upgrade and now WeeWx will see the 
> station but not read data. I have tried resetting the station, switching 
> through USB modes, different USB ports on the RPi...
>
> Here is error log:
>
> Aug 24 09:40:48 weatherpi weewx[17995] DEBUG weewx.drivers.acurite: Found 
> station at bus= device=
> Aug 24 09:40:49 weatherpi weewx[17995] ERROR weewx.drivers.acurite: Failed 
> attempt 1 of 10 to get LOOP data: [Errno 110] Operation timed out
> Aug 24 09:41:19 weatherpi weewx[17995] DEBUG weewx.drivers.acurite: Found 
> station at bus= device=
> Aug 24 09:41:19 weatherpi weewx[17995] ERROR weewx.drivers.acurite: Failed 
> attempt 2 of 10 to get LOOP data: [Errno 32] Pipe error
>
> Any ideas why the RPi will see the device but not get the data??
>
> TIA
>
> EWH
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e1f067a8-b221-41d9-8992-463dfa51f9den%40googlegroups.com.


[weewx-user] FTP Upload error 451

2022-09-05 Thread ewhain...@gmail.com
So my initial issue was a bac USB cable, completely weird since I hadn't 
touched the setup..

Now, after going back and forth with my provider, I was switched to a new 
server and had to change the path. Their "help" page was incorrect.

ANYWAY - I am getting FTP uploads with the exception of the following:

Sep  5 15:26:07 weatherpi weewx[30940] ERROR weeutil.ftpupload: Failed 
uploading /var/www/html/weewx/index.html to server vmcp17.machighway.com. 
Reason: '451-Error during read from data connection#012451-Transfer 
aborted#012451 0.082 seconds (measured here), 194.36 Kbytes per second'
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
ftpgenerator: (2): caught exception '': 
451-Error during read from data connection#012451-Transfer aborted#012451 
0.082 seconds (measured here), 194.36 Kbytes per second
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  Traceback (most recent call last):
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
File "/usr/share/weewx/weewx/reportengine.py", line 436, in run
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  n = ftp_data.run()
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
File "/usr/share/weewx/weeutil/ftpupload.py", line 210, in run
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  ftp_server.storbinary(stor_cmd, fd)
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/ftplib.py", line 515, in storbinary
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  return self.voidresp()
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/ftplib.py", line 251, in voidresp
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  resp = self.getresp()
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
File "/usr/lib/python3.7/ftplib.py", line 244, in getresp
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  raise error_temp(resp)
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  ftplib.error_temp: 451-Error during read from data connection
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  451-Transfer aborted
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
  451 0.082 seconds (measured here), 194.36 Kbytes per second
Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
ftpgenerator: Upload failed


Is this error on the WeeWx side or the provider side?
What does this error mean and how do I correct it?

Thanks!!!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/eca18a00-1288-4a64-b7d2-cab2d21037f7n%40googlegroups.com.


[weewx-user] Re: FTP Upload error 451

2022-09-05 Thread ewhain...@gmail.com
Interesting, thanks

On Monday, September 5, 2022 at 3:46:00 PM UTC-4 vince wrote:

> A google for your '451' message returns this explanation...
>
>
> https://www.serv-u.com/resources/tutorial/431-450-451-452-ftp-response-codes
>
>
> On Monday, September 5, 2022 at 12:37:41 PM UTC-7 ewhain...@gmail.com 
> wrote:
>
>> So my initial issue was a bac USB cable, completely weird since I hadn't 
>> touched the setup..
>>
>> Now, after going back and forth with my provider, I was switched to a new 
>> server and had to change the path. Their "help" page was incorrect.
>>
>> ANYWAY - I am getting FTP uploads with the exception of the following:
>>
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weeutil.ftpupload: Failed 
>> uploading /var/www/html/weewx/index.html to server vmcp17.machighway.com. 
>> Reason: '451-Error during read from data connection#012451-Transfer 
>> aborted#012451 0.082 seconds (measured here), 194.36 Kbytes per second'
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> ftpgenerator: (2): caught exception '': 
>> 451-Error during read from data connection#012451-Transfer aborted#012451 
>> 0.082 seconds (measured here), 194.36 Kbytes per second
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   Traceback (most recent call last):
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weewx/reportengine.py", line 436, in run
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   n = ftp_data.run()
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> File "/usr/share/weewx/weeutil/ftpupload.py", line 210, in run
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   ftp_server.storbinary(stor_cmd, fd)
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/ftplib.py", line 515, in storbinary
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   return self.voidresp()
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/ftplib.py", line 251, in voidresp
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   resp = self.getresp()
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> File "/usr/lib/python3.7/ftplib.py", line 244, in getresp
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   raise error_temp(resp)
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   ftplib.error_temp: 451-Error during read from data connection
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   451-Transfer aborted
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>>   451 0.082 seconds (measured here), 194.36 Kbytes per second
>> Sep  5 15:26:07 weatherpi weewx[30940] ERROR weewx.reportengine: 
>> ftpgenerator: Upload failed
>>
>>
>> Is this error on the WeeWx side or the provider side?
>> What does this error mean and how do I correct it?
>>
>> Thanks!!!
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d8525b9e-7911-4bd0-8536-85ab66cd8364n%40googlegroups.com.


[weewx-user] Re: FTP failure

2022-09-12 Thread ewhain...@gmail.com
I had the same thing occur, the issue was with my provider/host. Touch base 
with them to see if there is a simple answer. 

On Monday, September 12, 2022 at 5:46:12 AM UTC-4 gjr80 wrote:

> Steve,
>
> Sounds like something changed with your host. Have you set debug = 2 and 
> restarted WeeWX? There will be extra detail in the log that may give a 
> clue. Any chance your password has unusual characters? Perhaps try single 
> or double quoting the password (just make sure you use a code editor so you 
> don't end up with open and closing quotes).
>
> Gary
>
> On Monday, 12 September 2022 at 05:39:59 UTC+10 Steve2Q wrote:
>
>> have been using the same host for years. While I was away, starting on 
>> 9/4, weewx stopped uploading to the server. This is the latest syslog.
>>  
>> 
>> Sep 11 15:24:17 raspberrypi weewx[935]: manager: Added record 2022-09-11 
>> 15:24:00 EDT (1662924240) to database 'weewx.sdb'
>> Sep 11 15:24:17 raspberrypi weewx[935]: manager: Added record 2022-09-11 
>> 15:24:00 EDT (1662924240) to daily summary in 'weewx.sdb'
>> Sep 11 15:24:18 raspberrypi weewx[935]: restx: PWSWeather: Published 
>> record 2022-09-11 15:24:00 EDT (1662924240)
>> Sep 11 15:24:19 raspberrypi weewx[935]: cheetahgenerator: Generated 14 
>> files for report StandardReport in 2.00 seconds
>> Sep 11 15:24:20 raspberrypi weewx[935]: imagegenerator: Generated 13 
>> images for StandardReport in 0.97 seconds
>> Sep 11 15:24:20 raspberrypi weewx[935]: copygenerator: copied 0 files to 
>> /home/weewx/public_html
>> Sep 11 15:24:20 raspberrypi weewx[935]: copygenerator: copied 0 files to 
>> /home/weewx/public_html/ss
>> Sep 11 15:24:21 raspberrypi weewx[935]: cheetahgenerator: Generated 1 
>> files for report SteelSeries in 0.02 seconds
>> Sep 11 15:24:21 raspberrypi weewx[935]: imagegenerator: Generated 11 
>> images for SteelSeries in 0.86 seconds
>> Sep 11 15:24:41 raspberrypi weewx[935]: ftpupload: Unable to connect or 
>> log into server : timed out
>> Sep 11 15:25:01 raspberrypi weewx[935]: ftpupload: Unable to connect or 
>> log into server : timed out
>> Sep 11 15:25:21 raspberrypi weewx[935]: ftpupload: Unable to connect or 
>> log into server : timed out
>> Sep 11 15:25:21 raspberrypi weewx[935]: ftpupload: Attempted 3 times to 
>> connect to server xxx.xxx.org Giving up.
>> Sep 11 15:25:21 raspberrypi weewx[935]: ftpgenerator: ftp'd 0 files in 
>> 60.11 seconds
>>  
>> -
>> PWS weather and Wunderground are showing my data correctly. I can log 
>> into the server using the same user name and password as is in weewx.conf, 
>> and the same directory structure exists on the server and within 
>> weewx.conf, which is:
>> user = abcde
>> password = 
>> server = www..org
>> path =xx.org/Weather
>>
>> I have been at it for hours, and am totally stumped.
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a491915e-cd22-4955-b2fd-e14ef93a4c63n%40googlegroups.com.


[weewx-user] Steel Series Gauges - Graphs

2023-04-03 Thread ewhain...@gmail.com
I don't know why I haven't noticed this before but my SteeleSeries gauges 
graphs are showing metric data instead of imperial. 

I have tried switching the radio buttons with no effect.

How/where do I chnge these?

Thanks

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ec706ef6-d087-4acc-9b89-a0feb431d7d6n%40googlegroups.com.


Re: [weewx-user] Re: Steel Series Gauges - Graphs

2023-04-05 Thread ewhain...@gmail.com
I guess it took a little while to update, working properly now.

Thanks for the help!!!

On Wednesday, April 5, 2023 at 9:57:36 AM UTC-4 ewhain...@gmail.com wrote:

> So now I have most of the hover-over graphs showing in imperial. The 
> oddball is the temperature - the text shows correct and changes if I change 
> the radio button but the graph itself does not change from C.
> [image: Screenshot 2023-04-05 at 9.54.15 AM.png]
>
>
> On Tuesday, April 4, 2023 at 9:00:36 PM UTC-4 Ed Hainsworth wrote:
>
> Yes, those graphs. Thank you, I’ll give that a try
>
> Ed Hainsworth 
> ewhain...@gmail.com
>
> Sent from my iPhone
>
> On Apr 4, 2023, at 06:48, gjr80  wrote:
>
> By 'SteelSeries gauges graphs' I presume you mean the graphs that appear 
> when you mouseover the gauge faces. If so you should be able to change the 
> units used in the plots by changing the unit group settings in weewx.conf 
> [StdReport] [[SteelSeries]]. The default settings should look something 
> like:
>
>
> [StdReport]
> 
> [[SteelSeries]]
> 
> [[[Units]]]
> Groups
> group_altitude = foot  # foot or meter
> group_pressure = hPa   # hPa, inHg or mbar
> group_rain = mm# mm or inch
> group_rainRate = mm_per_hour   # mm_per_hour or 
> inch_per_hour
> group_speed = km_per_hour  # km_per_hour, 
> mile_per_hour,
># meter_per_second or knot
> group_temperature = degree_C   # degree_C or degree_F
>
> To change the temperature to display in Fahrenheit change degree_C to 
> degree_F, save the file and on the next report cycle the temperature 
> based plots should change to display Fahrehnheit. You can change any of 
> the unit group settings to suit, but note the SteelSeries gauges only 
> support a limited subset of the available WeeWX units.
>
> Note that change to these unit groups will also change the units appearing 
> in the gauge-data.txt file used by the SteelSeries gauges, this is fine 
> but you will find the default unit displayed on the gauges will be as set 
> above (which probably suits).
>
> Gary
> On Monday, 3 April 2023 at 23:24:20 UTC+10 ewhain...@gmail.com wrote:
>
> I don't know why I haven't noticed this before but my SteeleSeries gauges 
> graphs are showing metric data instead of imperial. 
>
> I have tried switching the radio buttons with no effect.
>
> How/where do I chnge these?
>
> Thanks
>
> -- 
> You received this message because you are subscribed to a topic in the 
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/weewx-user/n3g_ihfsjBo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> weewx-user+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/375b2be9-7ecc-4a94-b94e-f351e63b0a47n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/weewx-user/375b2be9-7ecc-4a94-b94e-f351e63b0a47n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6b80b014-eb8f-4717-af70-eafb2b5d62d0n%40googlegroups.com.