[weewx-user] Re: Attempting to add column to extended schema

2020-10-03 Thread rich T
Works like a charm. Now I can display the Davis Console Forecasts. On Saturday, October 3, 2020 at 6:54:24 PM UTC-4, rich T wrote: > > Thanks Gary. I will give this a try. > > On Saturday, October 3, 2020 at 6:45:51 PM UTC-4, gjr80 wrote: >> >> You have encountered the difference in

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread vince
On Saturday, October 3, 2020 at 3:42:22 PM UTC-7, James Fritz wrote: > > this is the error I can find, not sure how to fix: > > Oct 3 17:36:05 raspberryWeather kernel: [ 5472.665286] wlan0: > authentication with 30:23:03:6b:2a:df timed out > > We're not going to be able to help with one-liners

[weewx-user] Re: Attempting to add column to extended schema

2020-10-03 Thread rich T
Thanks Gary. I will give this a try. On Saturday, October 3, 2020 at 6:45:51 PM UTC-4, gjr80 wrote: > > You have encountered the difference in format/structure between the new > style schema and the old style schema. The new style schema consists of a > python dictionary whereas the old style

[weewx-user] Re: Attempting to add column to extended schema

2020-10-03 Thread gjr80
You have encountered the difference in format/structure between the new style schema and the old style schema. The new style schema consists of a python dictionary whereas the old style schema was a list. Consequently, you need a slightly different approach when extending the new style schema.

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread James Fritz
this is the error I can find, not sure how to fix: Oct 3 17:36:05 raspberryWeather kernel: [ 5472.665286] wlan0: authentication with 30:23:03:6b:2a:df timed out On Saturday, October 3, 2020 at 2:53:01 PM UTC-5 James Fritz wrote: > I have the correct sensor information in now, but the page is

[weewx-user] Attempting to add column to extended schema

2020-10-03 Thread rich T
I'm attempting to add a column to the extended schema but I get the following error: pi@raspberrypi:/home/weewx/bin $ sudo ./wee_database /home/weewx/weewx.conf --reconfigure Traceback (most recent call last): File "./wee_database", line 23, in import user.extensions # @UnusedImport

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread James Fritz
I have the correct sensor information in now, but the page is still showing the original date of install and sample temps and winds. I have rebooted after changes. new config sensor: # Set to type of station hardware. There must be a corresponding stanza # in this file with a 'driver'

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread James Fritz
as soon as I posted this, I saw my mistake, I used the wrong backup for my sensors. I believe I have the correct endings for my station with the ".obs_st" for the Tempest. I will see if that corrects it On Saturday, October 3, 2020 at 2:05:11 PM UTC-5 James Fritz wrote: > '# Set to type of

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread James Fritz
'# Set to type of station hardware. There must be a corresponding stanza # in this file with a 'driver' parameter indicating the driver to be used. station_type = WeatherFlow [WeatherFlowUDP] driver = user.weatherflowudp log_raw_packets = False udp_address = #

Re: [weewx-user] file txt to import in weewx

2020-10-03 Thread Tom Keffer
See the "fileparse " example that comes with WeeWX. Most likely it can be adapted to parse your file structure. -tk On Sat, Oct 3, 2020 at 8:35 AM Sébastien F4GQK wrote: > Hello, > > I have a WALDBECK Halley WHT3 weather station I

[weewx-user] Re: Can't tell if I'm posting soilTemp1, soilMoist1 and leafWet1 to WU

2020-10-03 Thread gjr80
Yes, WU problems are not uncommon. Gary On Sunday, 4 October 2020 at 04:38:17 UTC+10 dua...@gmail.com wrote: > > Gary, Worked. I was going to try that but didn't know enough yet. > > At least I know the problem is at Wunderground now. So nothing for me to > do other than wait. > > Thanks so

[weewx-user] Re: Can't tell if I'm posting soilTemp1, soilMoist1 and leafWet1 to WU

2020-10-03 Thread Duane Kerzic
Gary, Worked. I was going to try that but didn't know enough yet. At least I know the problem is at Wunderground now. So nothing for me to do other than wait. Thanks so much for your assistance. baromin=30.091& dateutc=2020-10-03%2018%3A31%3A18& dailyrainin=0.00& dewptf=37.2& rainin=0.00&

[weewx-user] Re: Can't tell if I'm posting soilTemp1, soilMoist1 and leafWet1 to WU

2020-10-03 Thread Duane Kerzic
Thanks Gary. I'll let you know how it works out. Have a nice day. On Saturday, October 3, 2020 at 2:07:16 PM UTC-4 gjr80 wrote: > Hi, > > Yes, try setting debug = 2 then restarting WeeWX. The detail you seek > should then appear in the log for each post to WU. > > Gary > > On Sunday, 4 October

[weewx-user] Re: Can't tell if I'm posting soilTemp1, soilMoist1 and leafWet1 to WU

2020-10-03 Thread gjr80
Hi, Yes, try setting debug = 2 then restarting WeeWX. The detail you seek should then appear in the log for each post to WU. Gary On Sunday, 4 October 2020 at 03:00:06 UTC+10 dua...@gmail.com wrote: > I set debug =1 it shows i'm posting to WU > Oct 3 12:56:23 weewx weewx[2744] INFO

[weewx-user] Re: Weatherflow and no output

2020-10-03 Thread vince
On Saturday, October 3, 2020 at 8:51:22 AM UTC-7, James Fritz wrote: > > I installed weewx then the UDP driver for weatherflow. I had it working > for the local webpage for data coming in. I then tried to install the > Belchertwon skin and was having problems there, so I uninstalled >

[weewx-user] Re: Can't tell if I'm posting soilTemp1, soilMoist1 and leafWet1 to WU

2020-10-03 Thread Duane Kerzic
I set debug =1 it shows i'm posting to WU Oct 3 12:56:23 weewx weewx[2744] INFO weewx.restx: Wunderground-RF: Published record 2020-10-03 12:56:24 EDT (1601744184) Is there a way to see that record? Can I print it to a text file or something like that so I know what's in it? On Friday,

[weewx-user] Weatherflow and no output

2020-10-03 Thread James Fritz
I installed weewx then the UDP driver for weatherflow. I had it working for the local webpage for data coming in. I then tried to install the Belchertwon skin and was having problems there, so I uninstalled Belchertown, could not get original setup to work, so I reinstalled Weewx & the

[weewx-user] file txt to import in weewx

2020-10-03 Thread Sébastien F4GQK
Hello, I have a WALDBECK Halley WHT3 weather station I use a home automation system where I receive information from the station and via a php file, I have the possibility of exporting to Weewx a txt file with the different fields recognized by weewx (currently every minute) I wanted to know