Re: [weewx-user] Re: Restore weewx Database from Ecowitt.net

2023-11-01 Thread 'Rainer Lang' via weewx-user
the download from the Ecowitt cloud is not fully based on their public http-API - it rather offers a "canon ball" solution as the author says for details about the API see https://doc.ecowitt.net/ if you want to develop your own thing or create a more specific solution using the accounts APP

Re: [weewx-user] Re: Restore weewx Database from Ecowitt.net

2023-11-01 Thread Tim Tuck
HI Vince, I might do that. But I've posted here since this was script originally announced here so the developer should see this anyway. Also there are many weewx user who have Ecowitt kit and repopulating the db from the Ecowitt server is something that others may have done, hence my

Re: [weewx-user] Re: Restore weewx Database from Ecowitt.net

2023-11-01 Thread Marlon
Hi Tim I recently pushed a PR to that repo, which isn't merged yet which got things working for me. With this, I managed to extract my ecowitt data and then used *wee_import* to bring it into weewx. https://github.com/notnullxyz/ecowitt2weewx - a fork from @comes with my fixes and his latest

[weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Sorry, I see a part of the log that was missing (i had it on wu-client, testing... correct setting is ecowitt-client in interceptor). Either way, the raw POST contains this: Nov 1 09:32:58 goatbox weewx[281767] DEBUG user.interceptor: POST:

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Hi Rainer Thank you for the reply. You are right, that is an absurd interval (Im not sure if late nights or desperate times caused it). My console reports (well, POST's) every 16s (the minimum setting). I am going to increase my archive interval to 60s, or perhaps 32s. Not sure if it should be

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread 'Rainer Lang' via weewx-user
And, to improve your knowledge of your weather station, I recommend reading the WiKi at https://www.wetterstationsforum.info/wiki/doku.php?id=wiki:wetterstationen:ecowitt-stationen if you understand German (the Froggit brand may point to that). If not, try

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Thank you Rainer, most helpful. FWIW, I set the much longer archive, and got everything back to standard. I cannot test with rain, until it rains, but I did import data from weathercloud, and the final result contains the same error. Year total report is 401 (should be 829). Another example,

[weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Hey there Gary Your response, and the time you spent, is most appreciated. Thank you. To simplify things, let's ignore the "import" problem, that may (probably is) just user error and config. PS: for what it's worth, my rain data in the csv's are cumulative. So every hour, adds up the total

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Thanks Rainer. This is most useful. I hope this thread will be useful to others with the same issue. With the new values, I will wait for the next rain and hope for the best! On Wednesday, 01 November 2023 at 10:34:11 UTC+2 Rainer Lang wrote: > And, to improve your knowledge of your weather

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-11-01 Thread Ton vanN
Is surprisingly effective remedy: all files now significantly smaller and WeeWX running smoothly. But 'digging' to find root-cause for this unpleasant 'growing'. Op donderdag 19 oktober 2023 om 19:08:55 UTC+2 schreef vince: > Do a "sudo rm daemon.log.1 debug.1 kern.log.1 user.log.1" to get >

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread 'Rainer Lang' via weewx-user
a) you should use an interceptor driver version which cleanly handles all your sensors - and also those you don't have the original version on GitHub was never extended and is a crippled version from a today's point of view as it covers the basic sensors only and its exclusion field-map is

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread 'Rainer Lang' via weewx-user
I think you have to understand better how weewx works: even if you set a archive interval of 300 seconds (5 minutes), each data packet sent by your console every 16 seconds (shorter doesn't make sense for you anyway as the outdoor sensor array only transmits every 16 seconds) is processed by

Re: [weewx-user] Re: xtype tag

2023-11-01 Thread Karen K
And according to units.py the observation type wetbulb temperature is called outWetbulb and not wetbulb_t. Consider that in MQTT output the underscore is used to separate the observation type name from the unit name. Tom Keffer schrieb am Sonntag, 29. Oktober 2023 um 12:23:38 UTC+1: > If you

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread 'Rainer Lang' via weewx-user
1. as Gary (@gjr80) already mentioned - send us your import.conf file for the CSV import and maybe 5 lines of your import CSV file including the first line with the descriptors 2. did you run the daily summary update after the import ? sudo wee_database .. from=    to= (see wee_database

Re: [weewx-user] wunderfixer reverse process

2023-11-01 Thread Antonio Forte
tnx I try it Il giorno mer 25 ott 2023 alle ore 13:41 Tom Keffer ha scritto: > See the utility wee_import > . > > On Tue, Oct 24, 2023 at 11:34 PM Antonio Forte wrote: > >> Hi everyone, is there a possibility to do the reverse

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread gjr80
As I said earlier; post or email the data you are importing along with the import config file. The import process is deterministic and relatively straightforward to troubleshoot. Gary On Wednesday, 1 November 2023 at 22:00:35 UTC+10 marlo...@gmail.com wrote: > Reposting to clarify > > Thank

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread Cat22
*Tom Keffer: * Thanks for the updated genplot.py, i just now copied it over, I watched it through a cycle and the problem has resolved itself. I'll double check after a few hours just to be sure. *As to your question:* I cant roil back because Ysat shows no previous version of pillow and when i

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread Marlon
Reposting to clarify Thank you Rainer, most helpful. FWIW, I set the much longer archive, and got everything back to standard. I cannot test with rain, until it rains, but I did import data from weathercloud, and the final result contains the same error. Year total report is 401 (should be

[weewx-user] NOAA weather radar replacement

2023-11-01 Thread Ralph Underwood
I was using the NOAA Aviation Radar image (https://www.aviationweather.gov/data/obs/radar/rad_rala_lws.gif) in my Seasons skin. They improved/fixed it so it no longer works. Anyone find a replacement that works from NOAA? I find some images but they are all national US, I live on the left

Re: [weewx-user] NOAA weather radar replacement

2023-11-01 Thread Ralph Underwood
Thanks On Wednesday, November 1, 2023 at 1:49:00 PM UTC-7 Ben Cotton wrote: > On Wed, Nov 1, 2023 at 4:17 PM Ralph Underwood wrote: > > > > I was using the NOAA Aviation Radar image ( > https://www.aviationweather.gov/data/obs/radar/rad_rala_lws.gif) > > in my Seasons skin. They improved/fixed

Re: [weewx-user] NOAA weather radar replacement

2023-11-01 Thread Ben Cotton
On Wed, Nov 1, 2023 at 4:17 PM Ralph Underwood wrote: > > I was using the NOAA Aviation Radar image > (https://www.aviationweather.gov/data/obs/radar/rad_rala_lws.gif) > in my Seasons skin. They improved/fixed it so it no longer works. > > Anyone find a replacement that works from NOAA? > I find

Re: [weewx-user] NOAA weather radar replacement

2023-11-01 Thread p q
I use: https://radar.weather.gov/station/KMUX/standard You'll want to replace KMUX with the local station On Wed, Nov 1, 2023 at 1:59 PM Ralph Underwood wrote: > Thanks > > > On Wednesday, November 1, 2023 at 1:49:00 PM UTC-7 Ben Cotton wrote: > >> On Wed, Nov 1, 2023 at 4:17 PM Ralph

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread Cat22
I tried that --break-system-packages but no matter where i inserted it it didn't like it and I couldn't find an example of its proper use. also, pip --help doesn't list that option On Wednesday, November 1, 2023 at 5:35:16 PM UTC-7 Tom Keffer wrote: > This problem is caused by the

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread Tom Keffer
I must admit, I've never tried it! But, virtual environments definitely work. Indeed, if you're using pip, they are the preferred installation method for V5. On Wed, Nov 1, 2023 at 6:30 PM Cat22 wrote: > I tried that --break-system-packages but no matter where i inserted it it > didn't like it

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread vince
Which precise os version are you running ? I can try to recreate your issue but I don't understand which version is which for anything SUSE. On Wednesday, November 1, 2023 at 8:46:06 AM UTC-7 Cat22 wrote: > *Tom Keffer: * > Thanks for the updated genplot.py, i just now copied it over, > I

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread Tom Keffer
This problem is caused by the enforcement of PEP 668 . It will become more and more common in the future. The solution is to use a virtual environment. Alternatively you can tell pip, "I don't care! Install anyway!" by using the option "--break-system-packages".

Re: [weewx-user] Re: Rain Underreading: Discrepancies even when importing from csv

2023-11-01 Thread gjr80
On Thursday, 2 November 2023 at 02:46:03 UTC+10 lang@googlemail.com wrote: 1. as Gary (@gjr80) already mentioned - send us your import.conf file for the CSV import and maybe 5 lines of your import CSV file including the first line with the descriptors No, please include the whole CSV

Re: [weewx-user] Pillow and textsize/textwidth

2023-11-01 Thread Cat22
opesSuse Tumbleweed 10-16-2023 On Wednesday, November 1, 2023 at 8:12:22 PM UTC-7 vince wrote: > Which precise os version are you running ? > I can try to recreate your issue but I don't understand which version is > which for anything SUSE. > > On Wednesday, November 1, 2023 at 8:46:06 AM