[weewx-user] Re: Belchertown Skin Assistance

2021-03-09 Thread Pat W.
For the most part, I need forecast and current conditions icons to appear 
on my FTP'd website:

https://tinyurl.com/3ay7p3x4

Would also like to capture additional data fields from the weather station, 
like battery status.


On Tuesday, March 9, 2021 at 2:25:18 PM UTC-6 vince wrote:

> Well there are several thousand here who would help for free if you could 
> describe what you're trying to do.
> It's unlikely you're trying to do things not done before.
>
> On Tuesday, March 9, 2021 at 9:38:17 AM UTC-8 Pat W. wrote:
>
>> Hello!
>>
>> I've had weewx running on RPi's on two different weather stations (WX-200 
>> & Tempest sensors) for a couple years now. All is well, except...
>>
>> I can see to get many of the features in the Belchertown skin to work. 
>> I'm a "functional novice" and this stuff seems to be a bit above my pay 
>> grade. After several weeks of trying and troubleshooting, I'm ready to call 
>> in the cavalry. 
>>
>> Is anyone available to assist in a paid capacity? 
>>
>> 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/8cae3b12-7af5-491e-a65e-a976f320f705n%40googlegroups.com.


[weewx-user] Belchertown Skin Assistance

2021-03-09 Thread Pat W.
Hello!

I've had weewx running on RPi's on two different weather stations (WX-200 & 
Tempest sensors) for a couple years now. All is well, except...

I can see to get many of the features in the Belchertown skin to work. I'm 
a "functional novice" and this stuff seems to be a bit above my pay grade. 
After several weeks of trying and troubleshooting, I'm ready to call in the 
cavalry. 

Is anyone available to assist in a paid capacity? 

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/a359a470-b900-45d2-8d59-37c6e1365b68n%40googlegroups.com.


Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-30 Thread Pat W.
That was it. I updated the sensor map and everything seems to be working 
just fine now. 

Thank you Tom for catching my mistake and for all the troubleshooting. I 
sincerely appreciate it.


On Thursday, July 30, 2020 at 10:24:07 AM UTC-5, Tom Keffer wrote:
>
> Should have spotted this earlier: your sensor map is messed up. You're 
> using the serial number that was given as an example in the driver's 
> documentation, instead of your own serial number. As a result, no LOOP 
> packets are getting emitted by the driver.
>
> You want something like this:
>
> [[sensor_map]]
> outTemp = air_temperature.ST-7656.obs_st
> outHumidity = relative_humidity.ST-7656.obs_st
> pressure = station_pressure.ST-7656.obs_st
> lightning_strikes = lightning_strike_count.ST-7656.obs_st
> avg_distance = lightning_strike_avg_distance.ST-7656.obs_st
> outTempBatteryStatus = battery.ST-7656.obs_st
> windSpeed = wind_speed.ST-7656.rapid_wind
> windDir = wind_direction.ST-7656.rapid_wind
> luxXXX = illuminance.ST-7656.obs_st
> UV = uv.ST-7656.obs_st
> rain = rain_accumulated.ST-7656.obs_st
> windBatteryStatus = battery.ST-7656.obs_st
> radiation = solar_radiation.ST-7656.obs_st
> lightningXXX = distance.ST-7656.evt_strike
> lightningYYY = energy.ST-7656.evt_strike
>
> -tk
>
> On Thu, Jul 30, 2020 at 8:03 AM Pat W. > 
> wrote:
>
>> Here you go. Thanks for your help.
>>
>>
>> On Thursday, July 30, 2020 at 9:03:17 AM UTC-5, Tom Keffer wrote:
>>>
>>> Post the log from the restart, for the first couple of report cycles (10 
>>> minutes or so).
>>>
>>> On Wed, Jul 29, 2020 at 9:58 PM Pat W.  wrote:
>>>
>>>> As instructed...
>>>>
>>>>
>>>> On Tuesday, July 28, 2020 at 6:05:15 PM UTC-5, Tom Keffer wrote:
>>>>>
>>>>> OK, seeing as how that's the only value in the database, let's start 
>>>>> afresh. Can you delete the database, then restart weewx? Keep debug=2. 
>>>>> Post 
>>>>> the log from the restart for the first couple of report cycles (10 
>>>>> minutes 
>>>>> or so).
>>>>>
>>>>> -tk
>>>>>
>>>>> On Tue, Jul 28, 2020 at 3:33 PM Pat W.  wrote:
>>>>>
>>>>>> Affirmative.
>>>>>>
>>>>>>
>>>>>> On Tuesday, July 28, 2020 at 3:55:25 PM UTC-5, Tom Keffer wrote:
>>>>>>>
>>>>>>> That's the only value in the database?
>>>>>>>
>>>>>>> On Tue, Jul 28, 2020 at 1:24 PM Pat W.  wrote:
>>>>>>>
>>>>>>>> The problem seems consistent. DB query here:
>>>>>>>>
>>>>>>>> sqlite> select datetime(dateTime,'unixepoch','localtime') from 
>>>>>>>> archive order by dateTime desc limit 10;
>>>>>>>> 2020-07-26 16:05:00
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tuesday, July 28, 2020 at 8:59:43 AM UTC-5, Tom Keffer wrote:
>>>>>>>>>
>>>>>>>>> Could you please post the results of the database query? I want to 
>>>>>>>>> compare the timestamps with the raw data output of the WeatherFlow.
>>>>>>>>>
>>>>>>>>> Also, is this problem consistent? Or, does it come and go?
>>>>>>>>>
>>>>>>>>> -tk
>>>>>>>>>
>>>>>>>>> On Mon, Jul 27, 2020 at 1:16 PM Pat W.  wrote:
>>>>>>>>>
>>>>>>>>>> Tom,
>>>>>>>>>>
>>>>>>>>>> 1. Using your sqlite commands (thanks!) I see only one entry in 
>>>>>>>>>> the database, and its from yesterday when I was fiddling with things.
>>>>>>>>>>
>>>>>>>>>> 2. Same here, html and png files were created at least once 
>>>>>>>>>> yesterday. Nothing today.
>>>>>>>>>>
>>>>>>>>>> Pat W.
>>>>>>>>>>
>>>>>>>>>> On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>>>>>>>>>>>
>&

Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-30 Thread Pat W.
Here you go. Thanks for your help.


On Thursday, July 30, 2020 at 9:03:17 AM UTC-5, Tom Keffer wrote:
>
> Post the log from the restart, for the first couple of report cycles (10 
> minutes or so).
>
> On Wed, Jul 29, 2020 at 9:58 PM Pat W. > 
> wrote:
>
>> As instructed...
>>
>>
>> On Tuesday, July 28, 2020 at 6:05:15 PM UTC-5, Tom Keffer wrote:
>>>
>>> OK, seeing as how that's the only value in the database, let's start 
>>> afresh. Can you delete the database, then restart weewx? Keep debug=2. Post 
>>> the log from the restart for the first couple of report cycles (10 minutes 
>>> or so).
>>>
>>> -tk
>>>
>>> On Tue, Jul 28, 2020 at 3:33 PM Pat W.  wrote:
>>>
>>>> Affirmative.
>>>>
>>>>
>>>> On Tuesday, July 28, 2020 at 3:55:25 PM UTC-5, Tom Keffer wrote:
>>>>>
>>>>> That's the only value in the database?
>>>>>
>>>>> On Tue, Jul 28, 2020 at 1:24 PM Pat W.  wrote:
>>>>>
>>>>>> The problem seems consistent. DB query here:
>>>>>>
>>>>>> sqlite> select datetime(dateTime,'unixepoch','localtime') from 
>>>>>> archive order by dateTime desc limit 10;
>>>>>> 2020-07-26 16:05:00
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tuesday, July 28, 2020 at 8:59:43 AM UTC-5, Tom Keffer wrote:
>>>>>>>
>>>>>>> Could you please post the results of the database query? I want to 
>>>>>>> compare the timestamps with the raw data output of the WeatherFlow.
>>>>>>>
>>>>>>> Also, is this problem consistent? Or, does it come and go?
>>>>>>>
>>>>>>> -tk
>>>>>>>
>>>>>>> On Mon, Jul 27, 2020 at 1:16 PM Pat W.  wrote:
>>>>>>>
>>>>>>>> Tom,
>>>>>>>>
>>>>>>>> 1. Using your sqlite commands (thanks!) I see only one entry in the 
>>>>>>>> database, and its from yesterday when I was fiddling with things.
>>>>>>>>
>>>>>>>> 2. Same here, html and png files were created at least once 
>>>>>>>> yesterday. Nothing today.
>>>>>>>>
>>>>>>>> Pat W.
>>>>>>>>
>>>>>>>> On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>>>>>>>>>
>>>>>>>>> I have my suspicions about what's going on here, but first let me 
>>>>>>>>> ask you two questions.
>>>>>>>>>
>>>>>>>>> 1. Is there any evidence that anything is getting stored in the 
>>>>>>>>> database? Take a look in your database. This will show the timestamps 
>>>>>>>>> of 
>>>>>>>>> the last 10 records that have been stored in the database:
>>>>>>>>>
>>>>>>>>> *sqlite3 /var/lib/weewx/weewx.sdb*
>>>>>>>>> sqlite> *select datetime(dateTime,'unixepoch','localtime') from 
>>>>>>>>> archive order by dateTime desc limit 10;*
>>>>>>>>>
>>>>>>>>> 2. Is there any evidence that reports have been generated at all 
>>>>>>>>> (let alone FTP'd)? 
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> *ls -l /var/www/html/weewx*
>>>>>>>>>
>>>>>>>>> -tk
>>>>>>>>>
>>>>>>>>> On Sun, Jul 26, 2020 at 3:24 PM Pat W.  wrote:
>>>>>>>>>
>>>>>>>>>> Hi All,
>>>>>>>>>>
>>>>>>>>>> I've been using weewx for a couple years with an old WMR-918 and 
>>>>>>>>>> all works fine, including an FTP upload to my personal web page 
>>>>>>>>>> every five 
>>>>>>>>>> minutes. Recently bought a Weatherflow Tempest and installed the 
>>>>>>>>>> WeatherFlowUDP extension. Weewx appears to be receiving data from 
>>>>>>>>>> the 
>>>>>>>>>> station properly, but the FTP function has stopped working and I 
>>>>&

Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-29 Thread Pat W.
As instructed...


On Tuesday, July 28, 2020 at 6:05:15 PM UTC-5, Tom Keffer wrote:
>
> OK, seeing as how that's the only value in the database, let's start 
> afresh. Can you delete the database, then restart weewx? Keep debug=2. Post 
> the log from the restart for the first couple of report cycles (10 minutes 
> or so).
>
> -tk
>
> On Tue, Jul 28, 2020 at 3:33 PM Pat W. > 
> wrote:
>
>> Affirmative.
>>
>>
>> On Tuesday, July 28, 2020 at 3:55:25 PM UTC-5, Tom Keffer wrote:
>>>
>>> That's the only value in the database?
>>>
>>> On Tue, Jul 28, 2020 at 1:24 PM Pat W.  wrote:
>>>
>>>> The problem seems consistent. DB query here:
>>>>
>>>> sqlite> select datetime(dateTime,'unixepoch','localtime') from archive 
>>>> order by dateTime desc limit 10;
>>>> 2020-07-26 16:05:00
>>>>
>>>>
>>>>
>>>> On Tuesday, July 28, 2020 at 8:59:43 AM UTC-5, Tom Keffer wrote:
>>>>>
>>>>> Could you please post the results of the database query? I want to 
>>>>> compare the timestamps with the raw data output of the WeatherFlow.
>>>>>
>>>>> Also, is this problem consistent? Or, does it come and go?
>>>>>
>>>>> -tk
>>>>>
>>>>> On Mon, Jul 27, 2020 at 1:16 PM Pat W.  wrote:
>>>>>
>>>>>> Tom,
>>>>>>
>>>>>> 1. Using your sqlite commands (thanks!) I see only one entry in the 
>>>>>> database, and its from yesterday when I was fiddling with things.
>>>>>>
>>>>>> 2. Same here, html and png files were created at least once 
>>>>>> yesterday. Nothing today.
>>>>>>
>>>>>> Pat W.
>>>>>>
>>>>>> On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>>>>>>>
>>>>>>> I have my suspicions about what's going on here, but first let me 
>>>>>>> ask you two questions.
>>>>>>>
>>>>>>> 1. Is there any evidence that anything is getting stored in the 
>>>>>>> database? Take a look in your database. This will show the timestamps 
>>>>>>> of 
>>>>>>> the last 10 records that have been stored in the database:
>>>>>>>
>>>>>>> *sqlite3 /var/lib/weewx/weewx.sdb*
>>>>>>> sqlite> *select datetime(dateTime,'unixepoch','localtime') from 
>>>>>>> archive order by dateTime desc limit 10;*
>>>>>>>
>>>>>>> 2. Is there any evidence that reports have been generated at all 
>>>>>>> (let alone FTP'd)? 
>>>>>>>
>>>>>>>
>>>>>>> *ls -l /var/www/html/weewx*
>>>>>>>
>>>>>>> -tk
>>>>>>>
>>>>>>> On Sun, Jul 26, 2020 at 3:24 PM Pat W.  wrote:
>>>>>>>
>>>>>>>> Hi All,
>>>>>>>>
>>>>>>>> I've been using weewx for a couple years with an old WMR-918 and 
>>>>>>>> all works fine, including an FTP upload to my personal web page every 
>>>>>>>> five 
>>>>>>>> minutes. Recently bought a Weatherflow Tempest and installed the 
>>>>>>>> WeatherFlowUDP extension. Weewx appears to be receiving data from the 
>>>>>>>> station properly, but the FTP function has stopped working and I can't 
>>>>>>>> find 
>>>>>>>> any references to it in the syslog. I reinstalled weewx from scratch 
>>>>>>>> (installed via apt-get on Raspberry Pi 4) after the hardware change to 
>>>>>>>> no 
>>>>>>>> avail. 
>>>>>>>>
>>>>>>>> I'm a linux novice but can find my way around. This one has me 
>>>>>>>> stumped. Any help is appreciated. mylog and wee_debug files attached
>>>>>>>>
>>>>>>>> Pat W.
>>>>>>>>
>>>>>>>> -- 
>>>>>>>> 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, 
>>>>>>

Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-28 Thread Pat W.
Affirmative.


On Tuesday, July 28, 2020 at 3:55:25 PM UTC-5, Tom Keffer wrote:
>
> That's the only value in the database?
>
> On Tue, Jul 28, 2020 at 1:24 PM Pat W. > 
> wrote:
>
>> The problem seems consistent. DB query here:
>>
>> sqlite> select datetime(dateTime,'unixepoch','localtime') from archive 
>> order by dateTime desc limit 10;
>> 2020-07-26 16:05:00
>>
>>
>>
>> On Tuesday, July 28, 2020 at 8:59:43 AM UTC-5, Tom Keffer wrote:
>>>
>>> Could you please post the results of the database query? I want to 
>>> compare the timestamps with the raw data output of the WeatherFlow.
>>>
>>> Also, is this problem consistent? Or, does it come and go?
>>>
>>> -tk
>>>
>>> On Mon, Jul 27, 2020 at 1:16 PM Pat W.  wrote:
>>>
>>>> Tom,
>>>>
>>>> 1. Using your sqlite commands (thanks!) I see only one entry in the 
>>>> database, and its from yesterday when I was fiddling with things.
>>>>
>>>> 2. Same here, html and png files were created at least once yesterday. 
>>>> Nothing today.
>>>>
>>>> Pat W.
>>>>
>>>> On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>>>>>
>>>>> I have my suspicions about what's going on here, but first let me ask 
>>>>> you two questions.
>>>>>
>>>>> 1. Is there any evidence that anything is getting stored in the 
>>>>> database? Take a look in your database. This will show the timestamps of 
>>>>> the last 10 records that have been stored in the database:
>>>>>
>>>>> *sqlite3 /var/lib/weewx/weewx.sdb*
>>>>> sqlite> *select datetime(dateTime,'unixepoch','localtime') from 
>>>>> archive order by dateTime desc limit 10;*
>>>>>
>>>>> 2. Is there any evidence that reports have been generated at all (let 
>>>>> alone FTP'd)? 
>>>>>
>>>>>
>>>>> *ls -l /var/www/html/weewx*
>>>>>
>>>>> -tk
>>>>>
>>>>> On Sun, Jul 26, 2020 at 3:24 PM Pat W.  wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> I've been using weewx for a couple years with an old WMR-918 and all 
>>>>>> works fine, including an FTP upload to my personal web page every five 
>>>>>> minutes. Recently bought a Weatherflow Tempest and installed the 
>>>>>> WeatherFlowUDP extension. Weewx appears to be receiving data from the 
>>>>>> station properly, but the FTP function has stopped working and I can't 
>>>>>> find 
>>>>>> any references to it in the syslog. I reinstalled weewx from scratch 
>>>>>> (installed via apt-get on Raspberry Pi 4) after the hardware change to 
>>>>>> no 
>>>>>> avail. 
>>>>>>
>>>>>> I'm a linux novice but can find my way around. This one has me 
>>>>>> stumped. Any help is appreciated. mylog and wee_debug files attached
>>>>>>
>>>>>> Pat W.
>>>>>>
>>>>>> -- 
>>>>>> 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...@googlegroups.com.
>>>>>> To view this discussion on the web visit 
>>>>>> https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com
>>>>>>  
>>>>>> <https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com?utm_medium=email_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...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com?utm_medium=email_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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/7d99645c-d737-4d32-87f6-7b1377ea7881o%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/7d99645c-d737-4d32-87f6-7b1377ea7881o%40googlegroups.com?utm_medium=email_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/53e8e5ea-74d2-402b-91f8-63886ea38a87o%40googlegroups.com.


Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-28 Thread Pat W.
The problem seems consistent. DB query here:

sqlite> select datetime(dateTime,'unixepoch','localtime') from archive 
order by dateTime desc limit 10;
2020-07-26 16:05:00



On Tuesday, July 28, 2020 at 8:59:43 AM UTC-5, Tom Keffer wrote:
>
> Could you please post the results of the database query? I want to compare 
> the timestamps with the raw data output of the WeatherFlow.
>
> Also, is this problem consistent? Or, does it come and go?
>
> -tk
>
> On Mon, Jul 27, 2020 at 1:16 PM Pat W. > 
> wrote:
>
>> Tom,
>>
>> 1. Using your sqlite commands (thanks!) I see only one entry in the 
>> database, and its from yesterday when I was fiddling with things.
>>
>> 2. Same here, html and png files were created at least once yesterday. 
>> Nothing today.
>>
>> Pat W.
>>
>> On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>>>
>>> I have my suspicions about what's going on here, but first let me ask 
>>> you two questions.
>>>
>>> 1. Is there any evidence that anything is getting stored in the 
>>> database? Take a look in your database. This will show the timestamps of 
>>> the last 10 records that have been stored in the database:
>>>
>>> *sqlite3 /var/lib/weewx/weewx.sdb*
>>> sqlite> *select datetime(dateTime,'unixepoch','localtime') from archive 
>>> order by dateTime desc limit 10;*
>>>
>>> 2. Is there any evidence that reports have been generated at all (let 
>>> alone FTP'd)? 
>>>
>>>
>>> *ls -l /var/www/html/weewx*
>>>
>>> -tk
>>>
>>> On Sun, Jul 26, 2020 at 3:24 PM Pat W.  wrote:
>>>
>>>> Hi All,
>>>>
>>>> I've been using weewx for a couple years with an old WMR-918 and all 
>>>> works fine, including an FTP upload to my personal web page every five 
>>>> minutes. Recently bought a Weatherflow Tempest and installed the 
>>>> WeatherFlowUDP extension. Weewx appears to be receiving data from the 
>>>> station properly, but the FTP function has stopped working and I can't 
>>>> find 
>>>> any references to it in the syslog. I reinstalled weewx from scratch 
>>>> (installed via apt-get on Raspberry Pi 4) after the hardware change to no 
>>>> avail. 
>>>>
>>>> I'm a linux novice but can find my way around. This one has me stumped. 
>>>> Any help is appreciated. mylog and wee_debug files attached
>>>>
>>>> Pat W.
>>>>
>>>> -- 
>>>> 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...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com?utm_medium=email_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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com?utm_medium=email_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/7d99645c-d737-4d32-87f6-7b1377ea7881o%40googlegroups.com.


Re: [weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-27 Thread Pat W.
Tom,

1. Using your sqlite commands (thanks!) I see only one entry in the 
database, and its from yesterday when I was fiddling with things.

2. Same here, html and png files were created at least once yesterday. 
Nothing today.

Pat W.

On Sunday, July 26, 2020 at 6:22:11 PM UTC-5, Tom Keffer wrote:
>
> I have my suspicions about what's going on here, but first let me ask you 
> two questions.
>
> 1. Is there any evidence that anything is getting stored in the database? 
> Take a look in your database. This will show the timestamps of the last 10 
> records that have been stored in the database:
>
> *sqlite3 /var/lib/weewx/weewx.sdb*
> sqlite> *select datetime(dateTime,'unixepoch','localtime') from archive 
> order by dateTime desc limit 10;*
>
> 2. Is there any evidence that reports have been generated at all (let 
> alone FTP'd)? 
>
>
> *ls -l /var/www/html/weewx*
>
> -tk
>
> On Sun, Jul 26, 2020 at 3:24 PM Pat W. > 
> wrote:
>
>> Hi All,
>>
>> I've been using weewx for a couple years with an old WMR-918 and all 
>> works fine, including an FTP upload to my personal web page every five 
>> minutes. Recently bought a Weatherflow Tempest and installed the 
>> WeatherFlowUDP extension. Weewx appears to be receiving data from the 
>> station properly, but the FTP function has stopped working and I can't find 
>> any references to it in the syslog. I reinstalled weewx from scratch 
>> (installed via apt-get on Raspberry Pi 4) after the hardware change to no 
>> avail. 
>>
>> I'm a linux novice but can find my way around. This one has me stumped. 
>> Any help is appreciated. mylog and wee_debug files attached
>>
>> Pat W.
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com?utm_medium=email_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/c74fba6c-92cf-49aa-8732-9302e8ff8525o%40googlegroups.com.


[weewx-user] FTP Stopped Working After Updating Station Hardware

2020-07-26 Thread Pat W.
Hi All,

I've been using weewx for a couple years with an old WMR-918 and all works 
fine, including an FTP upload to my personal web page every five minutes. 
Recently bought a Weatherflow Tempest and installed the WeatherFlowUDP 
extension. Weewx appears to be receiving data from the station properly, 
but the FTP function has stopped working and I can't find any references to 
it in the syslog. I reinstalled weewx from scratch (installed via apt-get 
on Raspberry Pi 4) after the hardware change to no avail. 

I'm a linux novice but can find my way around. This one has me stumped. Any 
help is appreciated. mylog and wee_debug files attached

Pat W.

-- 
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/d5cd1209-4b4c-4165-b857-39f237300f8co%40googlegroups.com.


mylog
Description: Binary data


wee_debug-07-26-2020
Description: Binary data