[weewx-user] Re: New to Weewx - Weewx fording to another Weewx and Usng multiple SDR's

2023-01-14 Thread Glen Collins
The SDR's are so cheap I decided to buy another one and use two of them. One as a drive and one as a service. That should hopefully work. But thanks for the suggestion! Thanks, Glen Collins On Saturday, January 14, 2023 at 1:08:52 AM UTC-8 an oldman wrote: > switch between two frequencies wit

[weewx-user] Help with matthewwall / weewx-mqtt configuration

2023-01-14 Thread Glen Collins
Hello all. I have setup MQTT to transmit data to a broker. I'm trying to rewrite the json transmitted so as if the data at the broker looks as though it was local to the weewx server so it can be subscribes to without modifying the json on the other side. There is not much documentation on the

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
thx David Schulz schrieb am Sonntag, 15. Januar 2023 um 00:23:42 UTC+1: > Jepp. Got it... > > decimal = ',' > > gjr80 schrieb am Sonntag, 15. Januar 2023 um 00:18:03 UTC+1: > >> If your import rainfall data is a per row value and not a cumulative >> total then this is correct. >> >> Gary >> On S

[weewx-user] Re: No Rain data used

2023-01-14 Thread gjr80
Has WeeWX been obtaining data from the GW2000 for the entire day or just a partial day? WeeWX does not record and display the day/month/year rainfall totals provided by the GW2000, rather the driver calculates the difference between successive values of one of these cumulative values and record

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
Jepp. Got it... decimal = ',' gjr80 schrieb am Sonntag, 15. Januar 2023 um 00:18:03 UTC+1: > If your import rainfall data is a per row value and not a cumulative total > then this is correct. > > Gary > On Sunday, 15 January 2023 at 09:14:27 UTC+10 schulz@gmail.com wrote: > I changed the co

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
If your import rainfall data is a per row value and not a cumulative total then this is correct. Gary On Sunday, 15 January 2023 at 09:14:27 UTC+10 schulz@gmail.com wrote: I changed the config to... rain = discrete -- You received this message because you are subscribed to the Google Group

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
I stand corrected. I see my confusion now. Support for non-period decimal points was added to wee_import some time ago. The impetus behind this was a user with Cumulus monthly log files that used a comma as the decimal separator. Similar support was added for WeatherDisplay, WeatherCat and CAV

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
I changed the config to... rain = discrete gjr80 schrieb am Sonntag, 15. Januar 2023 um 00:06:43 UTC+1: > Your import config file is telling wee_import the input rainfall field > contains cumulative data, so wee_import uses the difference between the > current row rainfall data and the previou

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
Your import config file is telling wee_import the input rainfall field contains cumulative data, so wee_import uses the difference between the current row rainfall data and the previous row rainfall data to calculate the WeeWX field rain. For the first row there is no previous row so rain is se

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
...Dots instead of comma... David Schulz schrieb am Samstag, 14. Januar 2023 um 23:58:07 UTC+1: > I think so, because now the graphs are also generated better. But feel > free to test. > > gjr80 schrieb am Samstag, 14. Januar 2023 um 23:50:58 UTC+1: > >> No, commas are fine. If the commas were

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
I think so, because now the graphs are also generated better. But feel free to test. gjr80 schrieb am Samstag, 14. Januar 2023 um 23:50:58 UTC+1: > No, commas are fine. If the commas were the problem wee_import would be > failing hard. Let me finish working through your data. > > Gary > On Sund

[weewx-user] Re: Solar irradiance form ecowitt GW1100

2023-01-14 Thread gjr80
Yes, read this . Gary On Sunday, 15 January 2023 at 08:46:24 UTC+10 christiansch...@gmail.com wrote: > Hello weewx friends, > > my system is running in docker with weewx 4.9.1, weewx-gw100

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
No, commas are fine. If the commas were the problem wee_import would be failing hard. Let me finish working through your data. Gary On Sunday, 15 January 2023 at 08:40:05 UTC+10 schulz@gmail.com wrote: > I think I should add a period to all values, not a comma. > > David Schulz schrieb am Sa

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
I think I should add a period to all values, not a comma. David Schulz schrieb am Samstag, 14. Januar 2023 um 23:35:21 UTC+1: > There should actually be values in there. > > echo "SELECT dateTime, rain FROM archive" | sqlite3 > /var/lib/weewx/weewx.sdb > 1546297200| > 1546297260| > 1546297320|0.

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
There should actually be values in there. echo "SELECT dateTime, rain FROM archive" | sqlite3 /var/lib/weewx/weewx.sdb 1546297200| 1546297260| 1546297320|0.0 1546297380|0.0 DatumZeit;Temp;Feuchte;Luftdruck;Regen;Wind;Richtung;Windboeen 01.01.2019 00:00;6,9;97;1026,6;0,2;4,7;242;9,7 01.01.2019 00:

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
OK. Let's go straight to the horses head, what happens when you manually query the database archive table for the period concerned. Do each of the rows show the correct rainfall data or is it missing? Gary On Sunday, 15 January 2023 at 08:06:20 UTC+10 schulz@gmail.com wrote: > Thanks for t

[weewx-user] Re: Recalculate rainrate values

2023-01-14 Thread gjr80
You should try using the --calc-missing action with wee_database. --calc-missing will calculate any missing derived observations in your database, rainRate is a derived observation as far as WeeWX is concerned, you may have prefer_hard

Re: [weewx-user] Re: "Image" and "Cheetah" modules not found - even though I've reinstalled Cheetah, and Pil numerous times

2023-01-14 Thread Kevin Key
RESOLVED: I ended up having to download the Python3, Cheetah3, and PIL tarballs and install each of them using setup.py. Installed these items via the package managers wasn't working. Doing the manual installed fixed the issues. Kevin On Friday, January 13, 2023 at 4:41:35 AM UTC-8 tke...@gmai

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
Thanks for the info. But for testing I delete every time the whole DB and the NOAA reports. I have a Weewx test environment specifically for this. gjr80 schrieb am Samstag, 14. Januar 2023 um 23:03:41 UTC+1: > You need to be very careful when using the NOAA format reports to verify > the import

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread gjr80
You need to be very careful when using the NOAA format reports to verify the import of historical data, this is because only the current month and current year reports are updated each report cycle. Historical reports are not updated so will not reflect and changes to earlier data. The sample d

Re: [weewx-user] wee_config utility (and others) won't run

2023-01-14 Thread vince
The 'command not found' problem has been documented in the FAQ for a long time. Re: mariadb vs, mysqld, I know RaspiOS (Debian-ish) helps there and even tells you what the new name is... # sudo apt install mysql-client Reading package

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
[image: 2023-01-14 22_05_47-Blub.png] David Schulz schrieb am Samstag, 14. Januar 2023 um 22:04:28 UTC+1: > wee_import --verbose --import-config=/etc/weewx/import/csv.conf > /usr/share/weewx/wee_import:719: DeprecationWarning: The distutils package > is deprecated and slated for removal in Pytho

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
wee_import --verbose --import-config=/etc/weewx/import/csv.conf /usr/share/weewx/wee_import:719: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import StrictVersion

[weewx-user] Missing Raindata after import

2023-01-14 Thread David Schulz
Hi, i want to import some old weatherdata via csv file, but after the import, the raindata is missing. i tried the import with "rain = cumulative / discrete". Here my config: source = CSV ### [CSV] file = /etc/weewx/import/EXP201901A.CSV delimiter =

Re: [weewx-user] wee_config utility (and others) won't run

2023-01-14 Thread Steve C
Google may be our friend, and indeed, a Google search did to this old thread by searching for "wee_database: command not found". Specifically, this should be included: * cd /home/weewx/bin* * ./wee_config /home/weewx/weewx.conf --help* I see no way that I could add it to the WeeWX Utilities

[weewx-user] Recalculate rainrate values

2023-01-14 Thread Maarten van der Hoeven
Hi. I have a Davis Vantage Pro 2. StdWxCalculate says that rainrate should be taken from 'prefered hardware'. However, I needed to add some rainticks into the database, to correct daily rainfall sums (long story, tipping bucket broke down). I want to recalculate all rainrate values. What is th

[weewx-user] Re: Weewx SFTP errors

2023-01-14 Thread Invisible Man
As suggested, I used RSync instead of SFTP , and it works just fine :) On Thursday, January 12, 2023 at 10:36:16 PM UTC+1 Invisible Man wrote: > A user suggests to use Rsync instead, as Rsync is running through SSH for > weewx. > see http://www.weewx.com/docs/usersguide.htm#config_RSYNC > "*Fas

[weewx-user] Re: No Rain data used

2023-01-14 Thread Christian H.
Hello Gary thank you for your detailed help and further information. With the adjustments in the weewx.conf I also got further. unfortunately I still have a problem with the units. The GW200 says now for today: Rain 5.0mm Weewx says 0.04cm. I would not care about the rounding error. But there is

[weewx-user] Re: How add a database ?

2023-01-14 Thread eric9...@gmail.com
Oh, I'm tired... Sorry. Thanks for your help. It works. Le samedi 14 janvier 2023 à 11:13:38 UTC+1, gjr80 a écrit : > Again the error trace is your fiend. You have a typo, tide_binding != > tide_biding > > Gary > > On Saturday, 14 January 2023 at 19:59:17 UTC+10 eric9...@gmail.com wrote: > Ok

[weewx-user] Re: How add a database ?

2023-01-14 Thread gjr80
Again the error trace is your fiend. You have a typo, tide_binding != tide_biding Gary On Saturday, 14 January 2023 at 19:59:17 UTC+10 eric9...@gmail.com wrote: Ok, I understand. Stupide mistake ! But the error continues. I post the entire error log : Jan 14 10:40:42 raspberrypi weewx[5806] E

[weewx-user] Re: How add a database ?

2023-01-14 Thread eric9...@gmail.com
I precise my weewx_tide.sdb is in /home/weewx/archive/ with weewx.sdb and cmon.sdb Le samedi 14 janvier 2023 à 10:59:17 UTC+1, eric9...@gmail.com a écrit : > Ok, I understand. Stupide mistake ! > > But the error continues. I post the entire error log : > > > Jan 14 10:40:42 raspberrypi weewx[580

[weewx-user] Re: How add a database ?

2023-01-14 Thread eric9...@gmail.com
Ok, I understand. Stupide mistake ! But the error continues. I post the entire error log : Jan 14 10:40:42 raspberrypi weewx[5806] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.belchertown.HighchartsJsonGenerator' Jan 14 10:40:42 raspberrypi weewx[5806] ERROR weew

[weewx-user] Re: No Rain data used

2023-01-14 Thread gjr80
>From what you post it looks like everything is working as it should, you just need to tell WeeWX to use the WS90 rain data. There are a couple of different ways to do this, which approach you use will depend on your preference and future weather station plans. First a little background. Befor

[weewx-user] Re: New to Weewx - Weewx fording to another Weewx and Usng multiple SDR's

2023-01-14 Thread an oldman
switch between two frequencies witth rtl_433 you can try something like this rtl_433 -f 43392 -f 315M -H 1 but you will most likely miss some of the signals On Friday, January 13, 2023 at 8:30:23 PM UTC-6 collin...@gmail.com wrote: > Vince, > Thanks for the reply. > > I'm using VmWare as

[weewx-user] Re: Tempest to Windguru reporting incorrect wind speed

2023-01-14 Thread gjr80
No idea what your problem is (though what you describe is suggestive of something having been changed) but the first thing to do is to see exactly what WeeWX is posting to Windguru. To do this edit weewx.conf, set debug = 2 and restart WeeWX. You should now find entries in the WeeWX log showing

[weewx-user] Re: How add a database ?

2023-01-14 Thread gjr80
The error trace is exactly correct; you do not have a binding named weewx_tide, that is the name of your database. Your binding is tide_binding. Presumably you are trying to use your binding in tag(s) in a report, in that case you need to look at the tags and ensure you are using tide_binding a