Re: [weewx-user] Re: Changes with Belchertown skin & DarkSky

2020-04-12 Thread William Burton
Hello,

On Sunday, April 12, 2020 at 9:44:26 PM UTC-4, Xant wrote:
>
>
> Ok... so, what about OWM "triggers" (which OWM calls "alerts"), and its 
> also available to all services - free, included.
>

Be careful! Pat was correct when he said OWM does not support alerts. The 
alerts in OWM are not at all the same as alerts in DarkSky which are 
textual time-sensitive messages that are relayed from the local weather 
service that warn of severe weather of some kind.

Even if OWM had the same kind of alerts as DarkSky, the free plan only 
allows for 50 API calls a day compared to over 1000 for DarkSky. So if you 
poll the forecast API once an hour to get forecast data, that only leaves 
26 API calls for alerts which means polling for them only once an hour 
which is not often enough for time-sensitive information.

However, the OWM alert API is to implement custom triggers so one can be 
alerted when certain weather conditions change beyond a certain 
user-defined threshold such as for temperature or wind, etc. The API does 
not return textual alert messages from the local weather service the way 
DarkSky does.

In any case, when and if alerts are supported, they should be checked in a 
more timely manner than forecasting data. However, some alerts are so 
time-sensitive that several minutes can mean life or death. So alerts 
should show some disclaimer that they may be delayed and not to rely on the 
site for critical weather information and decision making.

-Bill


> We invite you to try our new product - the weather alerts which are based 
> on our meteorological data.
> Now you can use simple syntax and a few API methods to create triggers 
> which will fire on an occurrence of the selected weather conditions 
> (temperature, humidity, pressure, etc.) in a specified period of time
> If the trigger's conditions are met, our service will generate an alert. 
> In order to receive this alert you need to poll the service with the 
> specified time interval. We plan to add push notifications and new data 
> sources to this product's functionality in the nearest future.
>
> Available for both Free and paid subscriptions
>
> https://openweathermap.org/triggers
>
>
>

-- 
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/53e5878b-cc15-4f48-8b51-84676367349f%40googlegroups.com.


[weewx-user] WeeWX 4.0.0 Import Error (csv files)

2020-04-12 Thread rich T
Attempting to import some older data into the weewx database, but receive 
the following error.

pi@raspberrypi:/home/weewx/bin $ sudo ./wee_import 
--import-config=/home/pi/Desktop/Mesowest/Import/csv.conf
WeeWX 4.0.0 or greater is required, found 4.0.0b12. Nothing done, exiting.

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/1e7a661f-19e4-4e08-b274-997a529da44b%40googlegroups.com.


Re: [weewx-user] Re: Changes with Belchertown skin & DarkSky

2020-04-12 Thread Xant

Thinking forward, it can be more than an "replacement" to DarkSky alerts... 
it can be "an evolution"!

The owner of PWS anywhere in the World already knows the weather pattern 
more than anybody else... so, with OWM triggers, one would make their 
weather conditions to send alerts, not depending of ANY global weather 
agency or their pattern... one would create their own... independent, 
anywhere/globally.

Also as posted, in the near future OWM will even implement send push 
notifications (and WeeWX/Belchertown will be ready).

It hurts to see alerts to go... the above can be the next step, evolution.

-- 
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/121c006b-aa17-4dea-b60a-cd1ce473261e%40googlegroups.com.


Re: [weewx-user] Re: Changes with Belchertown skin & DarkSky

2020-04-12 Thread Xant

Ok... so, what about OWM "triggers" (which OWM calls "alerts"), and its 
also available to all services - free, included.

We invite you to try our new product - the weather alerts which are based 
on our meteorological data.
Now you can use simple syntax and a few API methods to create triggers 
which will fire on an occurrence of the selected weather conditions 
(temperature, humidity, pressure, etc.) in a specified period of time
If the trigger's conditions are met, our service will generate an alert. In 
order to receive this alert you need to poll the service with the specified 
time interval. We plan to add push notifications and new data sources to 
this product's functionality in the nearest future.

Available for both Free and paid subscriptions

https://openweathermap.org/triggers


-- 
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/bfecb0cf-eeca-45e0-be75-350de3189a27%40googlegroups.com.


[weewx-user] Re: Datenbank zusammen legen.

2020-04-12 Thread gjr80
Hallo Günther,

Now I have to know something else. you talk about adapting the wee_import? 
> How does that work? 
>

How wee_import processes/interprets your data is controlled by the import 
config file. As Bill points out there is a template CSV import config file 
provided with WeeWX, you will find it at 
/home/weewx/util/import/csv-example.conf or 
/etc/weewx/import/csv-example.conf depending on your WeeWX install type.

I also wanted to ask because I didn't quite understand it with rain. WeeWX 
> needs the cumulative amount of rain. Wouldn't it be easier if I simply 
> deleted all other rain data from the table? 
>

You can certainly delete the other rain columns in your import data if you 
want but there is no need, wee_import will only import data in the columns 
included in the field map ([[FieldMap]] stanza in the import config file) 
and all other columns are ignored (there is likely a small processing 
overhead for having the extra unused columns included but I expect this 
overhead would be negligible). 
 

> And the last question. You wrote that (--dry-run) can be used to test 
> whether everything is ok. How should I do that?
>

When you run wee_import you can add the --dry-run option to the command 
line to run the import but any saves to your archive are skipped, so in 
effect the import runs as normal (as configured in you import config file) 
but your database is left untouched. Have a read of Option --dry-run 
 in the Utilities 
Guide.
 

> Sorry for the many questions. But is not quite clear ;-)
>

No problems, most of what you want to know is covered in the wee_import 
section  of the 
Utilities Guide. You are interested in a CSV import whereas the wee_import 
section of the Utilities Guide covers imports from other sources 
(Weatherunderground, Cumulus etc) as well. You can skip these sections 
paying attention only to the Actions and options section 
 and the CSV 
specific sections here  and 
here .
 
If language is a problem or you just don't follow, let me know and I will 
put together a suitable import config file for you.

Gary

-- 
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/b877b6bd-ee94-42e0-922f-498a9e5b62d5%40googlegroups.com.


[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-12 Thread Bob Atchley
Hi Pavel,

I'm glad the WS6in1 driver is  working for you.  

I know how to add the extra sensor outputs  - but I don't have any extra 
sensors so can't test it.  I will make the changes and let you know when 
its complete, but I will have to rely on you testing that the correct 
values are returned.
I do not have any information on how to set the time on the console, 
although I know this is supported by the provided official software.  Could 
you provide details of just this if possible. 

thanks

Bob

-- 
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/a043eda7-972d-4f35-93c3-6901659d2f32%40googlegroups.com.


[weewx-user] Re: Datenbank zusammen legen.

2020-04-12 Thread William Burton
Hallo Günther,

On Sunday, April 12, 2020 at 10:35:24 AM UTC-4, Meteo Oberwallis wrote:
>
> Hello Gary.
>
> First of all, thank you for exploring the cvs file. Sounds good that you 
> can import and save them. Now I have to know something else. you talk about 
> adapting the wee_import? How does that work? I also wanted to ask because I 
> didn't quite understand it with rain. Weewx needs the cumulative amount of 
> rain. Wouldn't it be easier if I simply deleted all other rain data from 
> the table? And the last question. You wrote that (--dry-run) can be used to 
> test whether everything is ok. How should I do that? Sorry for the many 
> questions. But is not quite clear ;-)
>

See the instructions at 
http://www.weewx.com/docs/utilities.htm#wee_import_utility for the 
wee_import utility.

>From your WeeWX install location such as /home/weewx, copy the file 
utils/import/csv-example.conf and use as a template to make the changes. 

Hope this helps,
-Bill

>
> Many thanks and best regards
>
> Am Sonntag, 12. April 2020 01:12:08 UTC+2 schrieb gjr80:
>>
>> Hallo Günther,
>>
>> A few observations on your data:
>>
>> 1. The column names can be whatever you want, the only requirements are 
>> they are unique and you can enter them in the [[FieldMap]] 
>>  portion of the import 
>> config file. In theory, your German field names should work but all we need 
>> is some sort of unicode failure somewhere in the processing chain and the 
>> import will fail. If it were me I would remove the units in brackets and 
>> try the import with your fields names via a dry run (using --dry-run). 
>> That will show you if it will fail without affecting your WeeWX data.
>>
>> 2. You will need to remove the 'M' from the Intervall field.
>>
>> 3. WeeWX records rain on a per-interval basis whereas your rain data is 
>> cumulative. That is fine, wee_import can do the calculations but you 
>> need to tell wee_import your rain data is cumulative and you need to 
>> select one of the rain fields to use (you have five). I would use the 
>> longest period rain field, in your case Gesamter Niederschlag. So in your 
>> import config file you will need (untested):
>>
>> rain = cumulative
>>
>> and in your field map:
>>
>> rain = 'Gesamter Niederschlag', mm
>>
>> 4. Your Zeit (date-time) field format is fine, no need for a unix epoch 
>> timestamp, wee_import will do that provided you come up with a suitable 
>> date-time format string that wee_import can use to recognise the 
>> different portions of the date-time. This is covered by the 
>> raw_datetime_format setting in the import config file, the wee_import 
>> section  of 
>> the Utilities Guide explains it's use. in your case I suspect that 
>> '%d.%m.%Y  %H:%M:%S' will do the job (untested). Again the dry run should 
>> be used to check.
>>
>> Gary
>>
>> On Saturday, 11 April 2020 16:57:00 UTC+10, Günther Wrana wrote:
>>>
>>> Hello,
>>>
>>> I would have my .csv file here that I would like to import. How should 
>>> it look like? Do I have to insert the column names listed in the 
>>> documentation in the header?
>>>
>>>
>>> Time,Temp,Dewpoint,Press,WindDir,WindSpeed,WindGust,Hum,dailyrain,SolarRad
>>>
>>> Date and time are in one column, do they also have to have this UNIX 
>>> date format?
>>>
>>> Thank you Günther
>>>
>>

-- 
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/dced6a05-bff3-4bbf-b4bf-f9b5532c4545%40googlegroups.com.


Re: [weewx-user] Too many NOAA reports

2020-04-12 Thread Thomas Keffer
I'm not familiar with the Belchertown skin, but if it works like other
skins, the NOAA reports are generated from the earliest timestamp in the
database to the last timestamp.

So, you must have a very early timestamp in your database.

-tk

On Sun, Apr 12, 2020 at 7:46 AM Duncan Wilson  wrote:

> My NOAA reports have been running fine since Feb 2017 but I also have
> empty records going back to Jan 2000. I have looked all through the forums
> and .conf files and cannot find where the years to run to generate the
> files are being set. Any suggestions on where to look?
>
> Weewx 3.9.1 and Belchertown 1.0.1
>
> http://drdunc.duckdns.org/weewx/reports/
>
> Thanks!
> Duncan]
>
> London, UK
>
> --
> 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/3b0de916-431c-4547-a797-53153a10584d%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEBEBmTjSEiQ-4uQvQcYzDU0n3b9fP%2BuHZ0DsySqp%2B%3DkaQ%40mail.gmail.com.


[weewx-user] NOAA Reports OK but also loads of blanks

2020-04-12 Thread Duncan Wilson
Hi, I am running Weewx 3.9.1 with Belchertown Skin 1.0. The NOAA reports 
are running fine (since Feb 2017) but the page also shows a long list back 
to Jan 2000 of links to files which all have the template but no values 
(since there was no weather station). I have chased my tail for a couple of 
hours trying to find a setting that might dictate how many months of NOAA 
reports are generated but without luck. I tried deleting the empty .txt 
NOAA files from the web server but they were regenerated at the next report 
cycle.

Any suggestions for what to look at next?

http://drdunc.duckdns.org/weewx/reports/ 

Thanks,
Duncan

-- 
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/bdef9bbc-7ae6-4667-bd44-62924326819e%40googlegroups.com.


[weewx-user] Too many NOAA reports

2020-04-12 Thread Duncan Wilson
My NOAA reports have been running fine since Feb 2017 but I also have empty 
records going back to Jan 2000. I have looked all through the forums and 
.conf files and cannot find where the years to run to generate the files 
are being set. Any suggestions on where to look?

Weewx 3.9.1 and Belchertown 1.0.1

http://drdunc.duckdns.org/weewx/reports/ 

Thanks!
Duncan]

London, UK

-- 
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/3b0de916-431c-4547-a797-53153a10584d%40googlegroups.com.


[weewx-user] NOAA reports - lots of reports with no data

2020-04-12 Thread Duncan Wilson
My NOAA reports have been running fine since Feb 2017 but I also have empty 
records going back to Jan 2000. I have looked all through the forums and 
.conf files and cannot find where the years to run to generate the files 
are being set. Any suggestions on where to look?

Weewx 3.9.1 and Belchertown 1.0.1

http://drdunc.duckdns.org/weewx/reports/ 

Thanks!
Duncan]

London, UK

-- 
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/5c84e94e-2943-4cd6-b953-749d69992ed9%40googlegroups.com.


[weewx-user] Too many NOAA Reports

2020-04-12 Thread Duncan Wilson
My NOAA reports have been running fine since Feb 2017 but I also have empty 
records going back to Jan 2000. I have looked all through the forums and 
.conf files and cannot find where the years to run to generate the files 
are being set. Any suggestions on where to look?

Weewx 3.9.1 and Belchertown 1.0.1

http://drdunc.duckdns.org/weewx/reports/ 

Thanks!
Duncan]

London, UK

-- 
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/70c33864-986f-497e-8b9a-3b4a22af4055%40googlegroups.com.


[weewx-user] Re: windrose in skin highchart does not appear on webpage?

2020-04-12 Thread Astrid
Hello!

>Bear with me and I will get back to you.
Yes, ok, thanx.
I will be patient... :)

And nice easterdays to all.

Regards, Astrid

-- 
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/aedf96ed-abba-4049-b1ec-50f788d6a9e1%40googlegroups.com.


[weewx-user] Re: Datenbank zusammen legen.

2020-04-12 Thread Meteo Oberwallis
Hello Gary.

First of all, thank you for exploring the cvs file. Sounds good that you 
can import and save them. Now I have to know something else. you talk about 
adapting the wee_import? How does that work? I also wanted to ask because I 
didn't quite understand it with rain. Weewx needs the cumulative amount of 
rain. Wouldn't it be easier if I simply deleted all other rain data from 
the table? And the last question. You wrote that (--dry-run) can be used to 
test whether everything is ok. How should I do that? Sorry for the many 
questions. But is not quite clear ;-)

Many thanks and best regards

Am Sonntag, 12. April 2020 01:12:08 UTC+2 schrieb gjr80:
>
> Hallo Günther,
>
> A few observations on your data:
>
> 1. The column names can be whatever you want, the only requirements are 
> they are unique and you can enter them in the [[FieldMap]] 
>  portion of the import 
> config file. In theory, your German field names should work but all we need 
> is some sort of unicode failure somewhere in the processing chain and the 
> import will fail. If it were me I would remove the units in brackets and 
> try the import with your fields names via a dry run (using --dry-run). 
> That will show you if it will fail without affecting your WeeWX data.
>
> 2. You will need to remove the 'M' from the Intervall field.
>
> 3. WeeWX records rain on a per-interval basis whereas your rain data is 
> cumulative. That is fine, wee_import can do the calculations but you need 
> to tell wee_import your rain data is cumulative and you need to select 
> one of the rain fields to use (you have five). I would use the longest 
> period rain field, in your case Gesamter Niederschlag. So in your import 
> config file you will need (untested):
>
> rain = cumulative
>
> and in your field map:
>
> rain = 'Gesamter Niederschlag', mm
>
> 4. Your Zeit (date-time) field format is fine, no need for a unix epoch 
> timestamp, wee_import will do that provided you come up with a suitable 
> date-time format string that wee_import can use to recognise the 
> different portions of the date-time. This is covered by the 
> raw_datetime_format setting in the import config file, the wee_import 
> section  of 
> the Utilities Guide explains it's use. in your case I suspect that 
> '%d.%m.%Y  %H:%M:%S' will do the job (untested). Again the dry run should 
> be used to check.
>
> Gary
>
> On Saturday, 11 April 2020 16:57:00 UTC+10, Günther Wrana wrote:
>>
>> Hello,
>>
>> I would have my .csv file here that I would like to import. How should it 
>> look like? Do I have to insert the column names listed in the documentation 
>> in the header?
>>
>> Time,Temp,Dewpoint,Press,WindDir,WindSpeed,WindGust,Hum,dailyrain,SolarRad
>>
>> Date and time are in one column, do they also have to have this UNIX date 
>> format?
>>
>> Thank you Günther
>>
>

-- 
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/78603ea8-8144-4fb6-8977-f10fb00ea057%40googlegroups.com.


[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-12 Thread Pavel Pavlik
Hi Bob,

Thanks a lot for the driver. I have the same weather station connected to 
rasbperry and it works well. Just missing two things, automatic time 
adjustment of the display clock and the extra sensors outputs (ch1 - ch7) - 
if these were there in the weewx output, this station could be used as the 
all-room-in-the-house temperature and humidity data collector for (not 
even) domoticz home automation system I use. I would like to ask you for 
help. I am not a programmer but have some info about the API of the 
station. If you want, I will send it to you, just please give me your email 
address, I do not want to spread the documentation publicly. My email is 
radiomater...@gmail.com.

Thank you again and wish you a nice day.

Pavel


Dne neděle 15. března 2020 17:40:19 UTC+1 Bob Atchley napsal(a):
>
> Hi Vladimir,
>
> I have uploaded the new driver for the 6 in 1 weather stations with PC 
> connected consoles:
>
> Youshiko YC9388
>
> Bresser PC 6 in 1
>
> Garni 935PC
>
> Ventus W835
>
> If you go to the weewx wiki  and 
> search for the ws6in1 driver and follow the link hopefully the readme.txt 
> will give you enough information to get going.
> I have over a weeks data and had no issues so far.
> I'm afraid this very much a beta release.  Please feedback any issues.
> I should probably add that all my testing has been with weewx 4.0.0b13, 
> but I have no reason to think it won't work with weewx version 3.9.2
>
> Regards Bob
>

-- 
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/986cf2ee-2d12-48b8-acc6-56e922d69c97%40googlegroups.com.