[weewx-user] Re: NOAA reports question

2023-10-15 Thread Craig Young
Craig Young wrote: > I am only using one skin, Seasons. When I delete the files and they get > rebuilt they do show the new data on Seasons. In fact, the NOAA yearly > report does have the correct numbers for each month. The History reports > are all correct and do update with

[weewx-user] Re: NOAA reports question

2023-10-15 Thread Craig Young
I am only using one skin, Seasons. When I delete the files and they get rebuilt they do show the new data on Seasons. In fact, the NOAA yearly report does have the correct numbers for each month. The History reports are all correct and do update with the archive load. It is just the

[weewx-user] NOAA reports question

2023-10-14 Thread Craig Young
I have loaded several months of archive data into the DB and everything looks okay except when I look at the NOAA reports. I removed all files from the NOAA folder and it was rebuilt on the next report cycle, and those txt files look great. But in Seasons, when I select a month in the upper

Re: [weewx-user] "First Light", working, but with some problems

2023-10-01 Thread Craig Young
and this is written to the DB and WU updated. Problem solved. Craig On Monday, October 2, 2023 at 10:09:52 AM UTC+13 Craig Young wrote: > This also updates the DB and WU every minute: > [StdArchive] > archive_interval = 1 > archive_delay = 10 > > I tried archive_in

Re: [weewx-user] "First Light", working, but with some problems

2023-10-01 Thread Craig Young
received in that interval by the archive interval in seconds. Craig On Monday, October 2, 2023 at 4:31:18 AM UTC+13 Craig Young wrote: > The "429" error is fixed. Thanks Karen and Tom. > The 2 minute update problem, I changed the driver to poll the hardware > (serial por

Re: [weewx-user] "First Light", working, but with some problems

2023-10-01 Thread Craig Young
less frequently. In weewx.conf: > > [StdRESTful] > [[StationRegistry]] > register_this_station = false > post_interval = 86400 > > > > Station registration is working fine. > > -tk > > On Sat, Sep 30, 2023 at 8:57 PM Craig Young w

[weewx-user] "First Light", working, but with some problems

2023-09-30 Thread Craig Young
After writing a new driver for my station and configuring weewx to support its data stream I was able to run weewx live for a few minutes, then shut it down to check SYSLOG (debug=2). There appears to be two problems (see attached syslog excerpt): a) The database and reports are updating on

Re: [weewx-user] WUnderground test

2023-09-30 Thread Craig Young
The data logger is a broadcast type, meaning it outputs the current data every 60 seconds (ie, it is not polled by the driver). If the weewx driver fails to get one or more of these data then the data base is not accurate and hence any daily totals will be wrong. For me, the most important

Re: [weewx-user] WUnderground test

2023-09-29 Thread Craig Young
Thanks Gary, this helping a lot to understand the intricate details of weewx. Given this I will update my driver to pass the daily rain as 'dayRain' and then store that as a new field in the database for later use. On Saturday, September 30, 2023 at 5:41:12 PM UTC+13 gjr80 wrote: > On

Re: [weewx-user] WUnderground test

2023-09-29 Thread Craig Young
U fields is specified in the dictionary > weewx.restx.AmbientThread._FORMATS > <https://github.com/weewx/weewx/blob/26bbcc56b5939d3e7e102ba21e9e656074714f67/bin/weewx/restx.py#L862> > > On Fri, Sep 29, 2023 at 5:15 PM Craig Young wrote: > >> I am currently sending reports to WU

Re: [weewx-user] WUnderground test

2023-09-29 Thread Craig Young
eeWX fields to WU fields is specified in the dictionary > weewx.restx.AmbientThread._FORMATS > <https://github.com/weewx/weewx/blob/26bbcc56b5939d3e7e102ba21e9e656074714f67/bin/weewx/restx.py#L862> > > On Fri, Sep 29, 2023 at 5:15 PM Craig Young wrote: > >> I am currently

Re: [weewx-user] Daily Rain

2023-09-29 Thread Craig Young
l3. But, be >> sure your hardware is emitting what you think it's emitting. Is it "rain >> since midnight"? Or, "rain over the last 24 hours"? >> >> Final comment: to avoid confusing yourself, why not just use the field >> name "dayRain&qu

[weewx-user] WUnderground test

2023-09-29 Thread Craig Young
I am currently sending reports to WU using a different application. But I am now switching over to weewx and need to verify that the request being sent to WU is correct without actually sending it. I don't want to send a barometric pressure of 200 and throw off the WU ;historical graphs.

[weewx-user] Daily Rain

2023-09-29 Thread Craig Young
My station (hardware) sends both rain (amount since last report) and daily rain (accumulates rain). Currently I am mapping rain to rain in the database and daily rain to signal3 in the database because I could not find any 'dayRain' field. When I run weewx the Season report shows the correct

Re: [weewx-user] Re: Database Schema: Signals

2023-09-26 Thread Craig Young
Since I am mostly in the development/test stage I will use another unit for now and switch once V5 is released. Craig On Tuesday, September 26, 2023 at 6:44:41 PM UTC+13 gjr80 wrote: > On Tuesday, 26 September 2023 at 14:03:11 UTC+10 craig.y...@gmail.com > wrote: > > Is group_angle a recent

Re: [weewx-user] Re: Database Schema: Signals

2023-09-25 Thread Craig Young
turday, 23 September 2023 at 14:40:36 UTC+10 craig.y...@gmail.com >>> wrote: >>> >>>> Signal4 and Signal 5 are sensor tilt measurements in degrees. For >>>> example, if the sensor is tilted 1.5 degrees in the N/S direction the >>>> value >>&

[weewx-user] Splitting serial port into two virtual ports

2023-09-24 Thread Craig Young
My weather station outputs a single serial port data stream. On a Pi I have a python program which opens the port and sends the weather data to WeatherUnderground. The next step is to bring up Weewx and connect to the incoming datastream and output to Weatherunderground. But, during the

Re: [weewx-user] Re: Database Schema: Signals

2023-09-24 Thread Craig Young
>> be added to weewx files to be made available to everyone? >> >> On Saturday, September 23, 2023 at 4:06:25 PM UTC+12 Craig Young wrote: >> >>> I will add the assignments in the driver. >>> >>> On Saturday, September 23, 2023 at 12:38:22 PM

Re: [weewx-user] Re: Database Schema: Signals

2023-09-22 Thread Craig Young
a new group "group-tilt" be added through the driver or should this be added to weewx files to be made available to everyone? On Saturday, September 23, 2023 at 4:06:25 PM UTC+12 Craig Young wrote: > I will add the assignments in the driver. > > On Saturday, September 23, 2023

Re: [weewx-user] Re: Database Schema: Signals

2023-09-22 Thread Craig Young
= 'group_radiation'* >>> *weewx.units.obs_group_dict['signal2'] = 'group_temperature'* >>> *weewx.units.obs_group_dict['signal3'] = 'group_radiation'* >>> >>> >>> Then you would not need to specify a format and label. It would also >>> allow you to

Re: [weewx-user] Re: Database Schema: Signals

2023-09-22 Thread Craig Young
. Then they would use "%d" for the format, and an > empty string for the label. > > > > On Fri, Sep 22, 2023 at 3:22 PM Craig Young wrote: > >> In the wview_extended.py schema there is a group of types for signals >> (signal1, signal2, .. signal8) and stored in th

[weewx-user] Re: Database Schema: Signals

2023-09-22 Thread Craig Young
In the wview_extended.py schema there is a group of types for signals (signal1, signal2, .. signal8) and stored in the DB as reals. I looked in units.py but did not see signals listed. On Saturday, September 23, 2023 at 9:40:17 AM UTC+12 Craig Young wrote: > What units group

[weewx-user] Database Schema: Signals

2023-09-22 Thread Craig Young
What units group do the observation type Signals fall under? Or, if I use a signal do I need to update a configuration file to place it into a units group. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and

Re: [weewx-user] Installing new driver, question

2023-09-20 Thread Craig Young
Thanks Vince, am doing that now and making much better progress. On Thursday, September 21, 2023 at 2:12:46 PM UTC+12 vince wrote: > I'd suggest you devote a little time to consult the FAQ (link) > for > this and other

[weewx-user] Re: Procedure to make changes to an installed driver

2023-09-19 Thread Craig Young
ry > > On Wednesday, 20 September 2023 at 11:14:54 UTC+10 craig.y...@gmail.com > wrote: > >> Maybe it would be better to use the driver: fileparse.py. >> >> >> On Wednesday, September 20, 2023 at 12:18:25 PM UTC+12 Craig Young wrote: >> >>>

[weewx-user] Re: Procedure to make changes to an installed driver

2023-09-19 Thread Craig Young
Maybe it would be better to use the driver: fileparse.py. On Wednesday, September 20, 2023 at 12:18:25 PM UTC+12 Craig Young wrote: > Maybe I should try a new tact. I have a datalogger which is outputting > weather data every 15 seconds and is received on the Raspberry Pi through >

[weewx-user] Re: Procedure to make changes to an installed driver

2023-09-19 Thread Craig Young
d spend a couple of hours or so on Discord or Skype to help me either modify TWI.py or write a new driver for weewx? Craig On Wednesday, September 20, 2023 at 10:44:51 AM UTC+12 Craig Young wrote: > I have installed and configured a new driver in my weewx installation, > TWI.py. But before

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread Craig Young
t; >> (if not, I'd strongly suggest you do some of the nice free self-paced >> Linux courses and tutorials available online. The edx.org Linux >> fundamentals course used to be pretty good). >> >> On Tuesday, September 19, 2023 at 3:28:53 PM UTC-7 Craig Young wr

[weewx-user] Procedure to make changes to an installed driver

2023-09-19 Thread Craig Young
I have installed and configured a new driver in my weewx installation, TWI.py. But before I launch weewx I need to make a couple of changes to the driver. What is the correct method for doing that? Do I: 0: Stop weewx 1. Open driver (located in usr folder) with Thonny 2. Make the changes and

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread Craig Young
That worked .. thank you heaps. On Wednesday, September 20, 2023 at 10:35:31 AM UTC+12 Kidney wrote: > sudo wee_extension --install weewx-twi.zip > > On Sep 19, 2023, at 18:29, Craig Young wrote: > > This is on a raspberry pi .. > > > > On Wednesday, September 20,

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread Craig Young
This is on a raspberry pi .. On Wednesday, September 20, 2023 at 10:28:53 AM UTC+12 Craig Young wrote: > I tried "gahh.sudo" and got command not found, then tried "gahh.sudo > wee_extension --install etc" and also got command not found. Maybe I am > doing

Re: [weewx-user] Installing new driver, question

2023-09-19 Thread Craig Young
9, 2023 at 3:24 PM p q wrote: > >> sudu <https://home.ubalt.edu/abento/linux/terminal/sudonotfedora.html> >> >> On Tue, Sep 19, 2023 at 3:21 PM Craig Young wrote: >> >>> I am installing the TWI.py driver and have run into an error: >>> >>> pi@

[weewx-user] Installing new driver, question

2023-09-19 Thread Craig Young
I am installing the TWI.py driver and have run into an error: pi@CLOWeatherStation:~ $ wee_extension --install weewx-twi.zip Request to install 'weewx-twi.zip' Extracting from zip archive weewx-twi.zip Traceback (most recent call last): File "/usr/share/weewx/wee_extension", line 92, in

[weewx-user] Re: Observation Types

2023-09-13 Thread Craig Young
Thanks Karen, that is an incredibly useful document. Craig On Thursday, September 14, 2023 at 8:21:08 AM UTC+12 Karen K wrote: > I would suggest to look into obs_group_dict in > /usr/share/weewx/weewx/units.py for a list of pre-defined observation types > and their unit groups. > > -- You

[weewx-user] Re: Observation Types

2023-09-13 Thread Craig Young
Thanks Matthew, I understand now. I also did some reading of the 'customization' section in the wiki and it ties together nicely with what you have posted. So my next step is to setup the database, load all of my archive data and then update the driver to match the schema. Craig On

[weewx-user] Observation Types

2023-09-13 Thread Craig Young
Where can I find the list of observation types? I am writing a new driver for my hardware and need to map the physical data to the corresponding observation types to create the loop packet. Craig -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Re: User Guide to create a driver

2023-08-31 Thread Craig Young
Thanks Gary, I will start with that. On Friday, September 1, 2023 at 8:39:10 AM UTC+12 gjr80 wrote: > Have a look at the Porting to new hardware > section in > the Customization Guide >

[weewx-user] User Guide to create a driver

2023-08-31 Thread Craig Young
My weather station (Campbell Scientific CR300 data logger) is not supported by weewx. What I can do though is take an existing driver that closely matches what I need and change it to create a new driver for the CR300. I have looked around for a user guide on how to do this and I thought I

Re: [weewx-user] Longitude setting incorrect

2023-08-24 Thread Craig Young
ng the "-" and saved. >> So I now have a positive number in conf file but a W on the GUI panel. >> >> >> On Friday, August 25, 2023 at 10:34:40 AM UTC+12 Craig Young wrote: >> >>> Here is the screenshot >>> >>> On Friday, Augu

Re: [weewx-user] Longitude setting incorrect

2023-08-24 Thread Craig Young
file but a W on the GUI panel. On Friday, August 25, 2023 at 10:34:40 AM UTC+12 Craig Young wrote: > Here is the screenshot > > On Friday, August 25, 2023 at 10:21:01 AM UTC+12 Tom Keffer wrote: > >> On Thu, Aug 24, 2023 at 2:11 PM Craig Young wrote: >> >>>

Re: [weewx-user] Longitude setting incorrect

2023-08-24 Thread Craig Young
Here is the screenshot On Friday, August 25, 2023 at 10:21:01 AM UTC+12 Tom Keffer wrote: > On Thu, Aug 24, 2023 at 2:11 PM Craig Young wrote: > >> I opened and edited conf file and it does indeed show positive on the >> browser, but still displays W as the longitude. &g

[weewx-user] Re: Longitude setting incorrect

2023-08-24 Thread Craig Young
In addition, I did stop the service, edited conf file, saved conf file and the restarted service. Craig On Friday, August 25, 2023 at 9:11:07 AM UTC+12 Craig Young wrote: > New installation on Raspberry PI. All is working, am using the simulator > to start with. The longitude is

[weewx-user] Longitude setting incorrect

2023-08-24 Thread Craig Young
New installation on Raspberry PI. All is working, am using the simulator to start with. The longitude is 175 E but is always showing up in the browser as 175 W. The documentation says "-" is for W longitude. I opened and edited conf file and it does indeed show positive on the browser, but

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-23 Thread Craig Young
Exactly what I was looking for. I can send UDP packets to simulate the WeatherFlow device and use the existing driver. The WF API documentation is perfect .. I will duplicate that in my controller. Thanks Vince. Craig On Monday, April 24, 2023 at 4:03:47 AM UTC+12 vince wrote: > You didn't

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
examples to get into in a reply. > > Once/second is a bit quick however. Does your data need to be that > real-time ? > > On Saturday, April 22, 2023 at 7:28:19 PM UTC-7 Craig Young wrote: > >> By any chance can weewx read from a data file? I could write the >> inco

Re: [weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
> The MQTT recommendation is something you might look at, too. I know > little about that. I am grateful to those who have furnished so much > already. Dale > > > On 4/22/2023 8:04 PM, p q wrote: > > I don't know the answer to the primary question. > > As to recomm

[weewx-user] Campbell Scientific CR300 data logger

2023-04-22 Thread Craig Young
Is there a driver for the CR300 data logger? If not, I have a PC connected to the data logger, collecting the live data stream which I can reformat and send as either RS232 or UDP/IP packets to weewx in any format. Would need a recommendation on which protocol to use. But hopefully, there is