Re: [weewx-user] Can no longer run a command with weewx v5

2024-04-07 Thread David Sprangers
After doing a new install of WeeWx v5, I used this command. sudo PYTHONPATH=/usr/share/weewx python3 /etc/weewx/bin/user/sdr.py --cmd="rtl_433 -F json -M UTC" On Tuesday, February 20, 2024 at 2:44:56 PM UTC-6 Tom Keffer wrote: > See the Upgrade Guide, in particular, the section *New location

Re: [weewx-user] Weewx doesn't start anymore after update from 5.0.0 to 5.0.1-3

2024-02-05 Thread David Hathaway
I had this same issue immediately after updating from 5.0.0 to 5.0.1, the exact same error. *sudo lsof /dev/ttyUSB0* threw an error. I rebooted the machine and now weewx is running normally again. On Monday, February 5, 2024 at 7:03:18 AM UTC-6 Tom Keffer wrote: > Make sure there isn't

[weewx-user] Re: New to weewx customizations

2024-01-25 Thread David Schulz
Hi, you need something like this. #from weewx.units import ValueTuple, ValueHelper #set $temprange=($day.outTemp.max.degree_C.raw - $day.outTemp.min.degree_C.raw) #set temprange_vh=ValueHelper(ValueTuple($temprange,'degree_C','group_temperature'),formatter=$station.formatter)

Re: [weewx-user] V5.0.0 available

2024-01-16 Thread david murphy
Thanks to everyone involved and for this wonderful software and your continued upgrades. V5 is a peach. The internet can be a truly wonderful place. On Tuesday 16 January 2024 at 2:23:08 pm UTC+11 Tim Tuck wrote: > Hi all, > > Just a note for those on Ubuntu if the *sudo apt upgrade* doesn't

[weewx-user] Re: Tempest Weatherflow replacement - weewx not picking it up

2024-01-16 Thread David Levine
on the iPhone app but I could have missed it. Once I adjusted the weewx.conf with the complete replacement serial # and restarted weewx, all seems good. Now I need to edit the archive data and remove the bogus values the old device was still sending the past couple of days. Thanks again Vince. - David

[weewx-user] Tempest Weatherflow replacement - weewx not picking it up

2024-01-16 Thread David Levine
what I need to adjust based on the below steps to replace the old one with the new one showing under the old ST- reference in the Tempest settings . I am running weewx on a Raspberry Pi. Any thoughts on what to troubleshoot/adjust? - David Steps followed as provided by Weatherflow support

Re: [weewx-user] Re: WDC Skin

2024-01-13 Thread David Bätge
e=34.743313' > Jan 12 15:30:50 raspberrypiNAS weewx[19495] INFO weewx.cheetahgenerator: > Generated 11 files for report WdcReport in 19.02 seconds > Jan 12 15:30:50 raspberrypiNAS weewx[19495] INFO weewx.reportengine: > Copied 0 files to /var/www/html/weewx > > I also changed t

[weewx-user] Re: can't install weewx / public key is not available: NO_PUBKEY A0CB255B75BF977C

2024-01-12 Thread David Schulz
it works, thx. matthew wall schrieb am Freitag, 12. Januar 2024 um 16:37:34 UTC+1: > On Friday, January 12, 2024 at 9:20:03 AM UTC-5 schulz@gmail.com > wrote: > > hi, > > i can't install weewx today. > > wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee >

[weewx-user] can't install weewx / public key is not available: NO_PUBKEY A0CB255B75BF977C

2024-01-12 Thread David Schulz
hi, i can't install weewx today. wget -qO - https://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list wget -qO - https://weewx.com/keys.html | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg apt update Hit:1 http://security.ubuntu.com/ubuntu

Re: [weewx-user] Re: How do you enable forecast in Weewx-wdc

2024-01-10 Thread David Bätge
; "icon": "01n" > } > ], > "clouds": { > "all": 2 > }, > "wind": { > "speed": 2.21, > "deg": 198, > "gust": 2.38 > }, > "visibility": 1, > "pop": 0, > "sy

Re: [weewx-user] Pipe errors etc

2023-12-27 Thread David Hindley
Many thanks, Vince. Much appreciated. David. On Wed, 27 Dec 2023 at 17:08, vince wrote: > "except KeyError, e:" indicates that you are using python3 to run code > that is only valid for python2. > see https://github.com/weewx/weewx/wiki/faq-python-error > > Up

Re: [weewx-user] CWOP data stopped showing up

2023-12-20 Thread David Barto
I went and checked a few random sites from their “active list” - http://www.wxqa.com/members.txt And those I checked are all “not reporting”. So unlikely to be a weewx issue. David > On Dec 20, 2023, at 11:04 AM, Jim Ancona wrote: > > Hi, > > I've been happil

Re: [weewx-user] CWOP data stopped showing up

2023-12-20 Thread David Barto
I’m going to chime in with a “me too” on this. Strange. I’ve restarted Weewx to no effect, and all other reporting (Wunderground, PWS, my local site) are fine. David > On Dec 20, 2023, at 11:04 AM, Jim Ancona wrote: > > Hi, > > I've been happily running Weewx for a num

Re: [weewx-user] Pipe errors etc

2023-12-18 Thread David Hindley
perhaps? Thanks David. On Sat, 16 Dec 2023 at 19:39, vince wrote: > Sorry - we can't fix your network. Lots of legacy embedded type 2.4GHz > wifi things have issues staying on the network and stable. I'd suggest > you try to see if your wifi is being interfered with from a neighbor

Re: [weewx-user] Pipe errors etc

2023-12-08 Thread David Hindley
Perfect. Thanks. On Fri, 8 Dec 2023 at 12:12, Jacques Terrettaz wrote: > Yes, you should ! > > The Meteo-Pi HAT card is providing an internal serial port t which weewx > will connect to capture the data. > > Le 8 déc. 2023 à 12:45, David Hindley a écrit : > > Many

Re: [weewx-user] Pipe errors etc

2023-12-08 Thread David Hindley
Tom - that is correct. I don’t seem to be able to browse to the device. I type its IP address into a browser on my Windows PC on the same network and nothing happens. I can access the console via the weatherlink software, but don’t see anywhere where I can disable weatherlink uploads. David

Re: [weewx-user] Pipe errors etc

2023-12-08 Thread David Hindley
Many thanks. Can I have weewx running on the same RPi that the Meteo-Pi is connected to? David. On Fri, 8 Dec 2023 at 11:12, Jacques Terrettaz wrote: > Since you have a RaspberryPi, you may also consider buying a "Meteo-pi" > instead of a WifiLogger2 - see https://wifilogger.

Re: [weewx-user] Pipe errors etc

2023-12-07 Thread David Hindley
other device configured with the same IP address. >> >> On Wednesday 6 December 2023 at 07:46:08 UTC jterr...@gmail.com wrote: >> >>> David, >>> >>> I have 2 suggestions about your network problems with your IP datalogger >>> : >>> >&

Re: [weewx-user] Forecast extension for NWS failing

2023-09-24 Thread David Barto
Re-installed the forecast extension. Problem solved. David Do the right thing. It will gratify some people and astonish the rest. --Mark Twain. David Barto ba...@kdbarto.org -- You received this message because you are subscribed to the Google Groups "weewx-user&q

Re: [weewx-user] Forecast extension for NWS failing

2023-09-23 Thread David Barto
Weewx.conf: [[NWS]] lid = "CAZ043" foid = "SGX" lid_desc = "Miramar-San Diego CA" > On Sep 23, 2023, at 5:44 PM, 'John Kline' via weewx-user > wrote: > > Send exactly what’s in the NWS section and I’ll try it. > >&

Re: [weewx-user] Forecast extension for NWS failing

2023-09-23 Thread David Barto
? "not enough arguments for format string” makes me think that there is a python code error. (*) David * Not a python expert. > On Sep 22, 2023, at 1:59 PM, 'John Kline' via weewx-user > wrote: > > What version of WeeWX? > >> On Sep 22, 2023, at 1:52 PM, David

Re: [weewx-user] Forecast extension for NWS failing

2023-09-22 Thread David Barto
All the bindings appear correct as noted. Stopped, removed, and started weewx as suggested. Error persists. (Dang) David > On Sep 22, 2023, at 11:49 AM, 'John Kline' via weewx-user > wrote: > > It looks like you are trying to store a forecast in the weewx database. Wh

[weewx-user] Forecast extension for NWS failing

2023-09-22 Thread David Barto
: https://github.com/chaunceygardiner/weewx-forecast Suggestions? David 2023-09-22 02:45:16 weewx[820] DEBUG weewx.manager: Daily summary version is 4.0 2023-09-22 02:45:16 weewx[820] DEBUG user.forecast: NWSThread: NWS: ignore label 'CAZ043-221200' 2023-09-22 02:45:16 weewx[820] DEBUG

Re: [weewx-user] Looking for a DIY Screen/Display Solution

2023-09-18 Thread Jeremy David
g-case-for-waveshare-8-display > > On Mon, 18 Sept 2023, 18:30 Jeremy David, wrote: > >> I moved into a new home a few months ago and have been wanting to build >> my own weather station with a RPi and route it wirelessly to display on >> another RPi with an LCD or epaper

Re: [weewx-user] Looking for a DIY Screen/Display Solution

2023-09-18 Thread Jeremy David
/lmarzen/esp32-e-paper-weather-display-a2f444 Dave - KB1PVH Sent from my Galaxy S21 On Mon, Sep 18, 2023, 1:30 PM Jeremy David <> wrote: I moved into a new home a few months ago and have been wanting to build my own weather station with a RPi and route it wirelessly to display on anoth

[weewx-user] Re: Looking for a DIY Screen/Display Solution

2023-09-18 Thread Jeremy David
Correct, display/project, they are synonymous in my mind. I have an old Fire that I could use, and might use in testing phase, I just had my mind on more of a project build, but definitely keeping that open. I didn't know about FullyKioskBrowser, so that's a big help for if I go that route! On

[weewx-user] Re: Looking for a DIY Screen/Display Solution

2023-09-18 Thread Jeremy David
Correct, display/project, they are synonymous in my mind. I have an old Fire that I could use, and might use in testing phase, I just had my mind on more of a project build, but definitely keeping that open. I didn't know about FullyKioskBrowser, so that's a big help for if I go that route! On

[weewx-user] Looking for a DIY Screen/Display Solution

2023-09-18 Thread Jeremy David
I moved into a new home a few months ago and have been wanting to build my own weather station with a RPi and route it wirelessly to display on another RPi with an LCD or epaper screen of sorts in my kitchen. I believe I have gotten away from the idea of building my own weather station because

Re: [weewx-user] Trying to configure the logging to be non-privileged

2023-08-28 Thread David Barto
wx/wiki/WeeWX-v4-and-logging#logging-to-rotating-files 2 - How would I figure out which certificate is out of date and needs update for the forecast and PWS updates? David Do the right thing. It will gratify some people and astonish the rest. --Mark Twain. David Barto ba...@kdbarto.or

[weewx-user] Trying to reach Rory Gillies

2023-08-27 Thread David Barto
As he mentioned that he had successfully setup the Forecast extension. If Rory would get in contact *see sig* I’d appreciate it. David Every time I think I've hit the bottom of the stupidity well, someone throws me a shovel David Barto ba...@kdbarto.org -- You received this message

[weewx-user] Trying to configure the logging to be non-privileged

2023-08-27 Thread David Barto
Following the instructions found in http://weewx.com/docs.html/latest/macos.htm under Logging, I added (copy/pasted) the alternative to log to /var/tmp/weewx.log and get this error when starting up. Is it not possible to log to an alternative location? David Traceback (most recent

Re: [weewx-user] Re: WDC Skin

2023-08-27 Thread David Bätge
am Mittwoch, 23. August 2023 um 01:00:26 UTC+2: > I just found your Wiki! <https://github.com/Daveiano/weewx-wdc/wiki> Will > give that a shot! > > On Tuesday, August 22, 2023 at 3:45:36 PM UTC-7 Mau Hernandez wrote: > >> Hi David, >> >> New user of WeeWx and

Re: [weewx-user] Just upgraded to 4.10.2 and Python3

2023-08-25 Thread David Barto
(1693005480): Failed upload after 3 tries Which are un-important right now. I’ll fix that in a bit. Other suggestions? David > On Aug 25, 2023, at 3:53 PM, vince wrote: > > If you google for your error message "AttributeError: type object 'ImageDraw' > has no attribute 't

Re: [weewx-user] Just upgraded to 4.10.2 and Python3

2023-08-25 Thread David Barto
Thanks, My searching the archives didn’t find it. David > On Aug 25, 2023, at 3:53 PM, vince wrote: > > If you google for your error message "AttributeError: type object 'ImageDraw' > has no attribute 'textsize' " you'll find an old thread about this > ht

[weewx-user] Just upgraded to 4.10.2 and Python3

2023-08-25 Thread David Barto
': '84.0', 'windDir': '296.0', 'windGust': '8.0', 'windGust10': '11.0', 'windGustDir': '277.0', 'windGustDir10': '270.0', 'windrun': 'None', 'windSpeed': '3.0', 'windSpeed2': '4.0', 'windSpeed10': ‘5.6' So I’m not generating any images. David ...well over half of the time you spen

Re: [weewx-user] Re: WDC Skin

2023-08-18 Thread David Bätge
Great, I will include the change in the next release! gert.a...@gmail.com schrieb am Freitag, 18. August 2023 um 13:44:22 UTC+2: > Hi David > > I was to fast, it seems to work with the new main.ja. > > Thanks for that > > Gert > > On Friday, August 18, 2023

Re: [weewx-user] Re: WDC Skin

2023-08-18 Thread David Bätge
case. I added https://github.com/Daveiano/weewx-wdc/issues/193 for this, will have a look soon! gert.a...@gmail.com schrieb am Freitag, 18. August 2023 um 07:10:37 UTC+2: > > Hi David > Thanks for the prompt answer. > > The link you provided will just open the file in the brow

Re: [weewx-user] Re: WDC Skin

2023-08-17 Thread David Bätge
will include this in the release. David Bätge schrieb am Freitag, 18. August 2023 um 02:06:42 UTC+2: > Ok, I have never seen this behaviour before. > > Could you please set [DisplayOptions]diagram_tile_winddir_ordinal to False, > and post back what the legend shows? > gert.a...@gmail

Re: [weewx-user] Re: WDC Skin

2023-08-17 Thread David Bätge
letter "Ø" is, but only in the > first chart . The windrose is ok. > > Any ideas how to get the direction in the first chart? > > Thanks > gert > > On Thursday, August 17, 2023 at 1:32:43 PM UTC+2 David Bätge wrote: > >> Great! >> >> You ca

[weewx-user] Re: WDC skin date format

2023-08-17 Thread David Bätge
Hi Greg, you are referring to the heading on the month page "/month.html" and the month-archive pages, eg "/month-2021-07.html", right? These Headings at the top of the page use the same format, both use the setting defined in skin.conf [Units][[TimeFormats]]month (see

Re: [weewx-user] Re: WDC Skin

2023-08-17 Thread David Bätge
Great! You can run the skin wherever you want, but if it's not in the root of the webserver, you have to tell the skin, see here: https://github.com/Daveiano/weewx-wdc/wiki/Configuration#extras David gert.a...@gmail.com schrieb am Donnerstag, 17. August 2023 um 13:02:56 UTC+2: > Hi Da

Re: [weewx-user] Re: WDC Skin

2023-08-16 Thread David Bätge
me to test the skin with the new version, so I am quite happy there are no errors yet ;) David gert.a...@gmail.com schrieb am Mittwoch, 16. August 2023 um 23:20:46 UTC+2: > Hi > I'm trying to install the template using WeeWx 5.0.0b10. I copied the > skin files to the relevant WeeWx dire

Re: [weewx-user] Re: WDC Skin

2023-08-15 Thread David Bätge
weewx.UnknownType(msg) > 2023-08-15T16:56:50.436057+02:00 odin wee_reports[334303] ERROR > weewx.cheetahgenerator: weewx.UnknownType: 'cloudbase' or 'avg' > > tirsdag 15. august 2023 kl. 14:49:45 UTC+2 skrev Eirik Skorstad: > >> I think I just answered your post in a

Re: [weewx-user] Re: WDC Skin

2023-08-14 Thread David Bätge
;> >> Thanks again. >> >> On Thursday, 8 June 2023 at 19:05:48 UTC+10 David Bätge wrote: >> >>> Hi Greg! Please set the base_path in skin.conf to '/wdc/': >>> >>> base_path = /wdc/ >>> >>> See >>> https://github.

Re: [weewx-user] Certificate Verify failed

2023-08-04 Thread David Barto
This is a MacOS install, apt-get doesn’t exist. 8^( David > On Aug 4, 2023, at 2:25 PM, Tom Keffer wrote: > > Can't speak for the problem with forecast, but for your > CERTIFICATE_VERIFY_FAILED error, try refreshing the certificates on your > machine: > > sudo

[weewx-user] Certificate Verify failed

2023-08-04 Thread David Barto
api And I stopped publishing. Which certificate is it complaining about and how would I find/create a proper certificate. Note: Version 3.9.2 (yeah, old and my Mac I’m using has a very old python on it) Local updates are fine: http://www.kdbarto.org/Weather/Current_Plus.htm David ...well ove

[weewx-user] weewx and Red Hat 9

2023-07-23 Thread David
Hi, Currently there are Red Hat 7 and 8 package releases available for weewx. Just wondering if there are any plans to package weewx for Red Hat 9. Thanks David -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

Re: [weewx-user] Re: GW1000 Gateway - sensor battery stats not entering onto DB

2023-06-29 Thread David Bätge
gnal values there is unfortunately > (historically grown) not a consistent logic, especially with the batteries. > You have to know which values each sensor provides and what they mean > > weewx is only using the output from these consoles through whichever > driver you are using to

[weewx-user] Re: GW1000 Gateway - sensor battery stats not entering onto DB

2023-06-27 Thread David Bätge
in advance and thanks again for enlighten me about this :) gjr80 schrieb am Dienstag, 27. Juni 2023 um 18:21:54 UTC+2: > David, > > Some answers/comments below. > > On Tuesday, 27 June 2023 at 01:16:51 UTC+1 david@gmail.com wrote: > > > Signal level observations: All

[weewx-user] Re: GW1000 Gateway - sensor battery stats not entering onto DB

2023-06-26 Thread David Bätge
Hi Gary and Jon, I just got some time to look into this (and also made some notes for myself): First of all, the GW1000 driver provides a lot of sensor information, the complete list is: *Batteries*: wh31_ch1_batt wh31_ch2_batt wh32_batt wh40_batt wh41_ch1_batt wh51_ch1_batt wh57_batt

[weewx-user] Moving to a different server

2023-06-16 Thread David Kozinn
I need to move my instance of weewx running on Ubuntu (20.04) to a different Ubuntu server on my local network. I'm planning to do a fresh install on the new server then copy over my weewx.conf file and re-install the extensions. I don't want to loose my old data, is copying /var/lib/weewx.sdb

Re: [weewx-user] Re: WDC Skin

2023-06-08 Thread David Bätge
; Sorry for my late replay. >>> >>> Yes, the suggestion solved my problem. I was not installing as root user. >>> Thank you. >>> >>> Il giorno giovedì 4 agosto 2022 alle 01:46:26 UTC+2 david@gmail.com >>> ha scritto: >>> >>

Re: [weewx-user] Raspberry Pi ... What's happening?

2023-03-29 Thread David Lang
specs will do the job. David Lang On Wed, 29 Mar 2023, Yves Martin wrote: Date: Wed, 29 Mar 2023 07:24:44 -0700 (PDT) From: Yves Martin Reply-To: weewx-user@googlegroups.com To: weewx-user Subject: [weewx-user] Raspberry Pi ... What's happening? Hi, I've ordered 6 months ago 2 Raspberry Pi

[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread David Bätge
ble. > If I knew enough about how the programming worked I would do it myself. > > > On Thursday, 9 March 2023 at 22:49:05 UTC+11 David Bätge wrote: > >> @greg >> >> Thank you for all the feedback! >> >> So the time of the last rain is not yet displayed,

[weewx-user] Re: weewx-wdc Skin v3.0.0 available

2023-03-09 Thread David Bätge
; On Thursday, 9 March 2023 at 00:06:03 UTC+11 Claudio wrote: >> >>> Well done! you did a good job >>> >>> Il giorno lunedì 6 marzo 2023 alle 20:22:15 UTC+1 David Bätge ha scritto: >>> >>>> Hi all, >>>> >>>> >>&

[weewx-user] weewx-wdc Skin v3.0.0 available

2023-03-06 Thread David Bätge
Hi all, I just wanted to inform you that a new version is available for the weewx-wdc skin for download . This release includes some big updates and refactoring:

Re: [weewx-user] Why are the Weather intervals (week, month, year) all off by one day?

2023-02-28 Thread David Bätge
*Now I recognize that when one is running a report that works in units of days, not instants of time, you might want to represent the end of the month as being 31-Jan-2010 (no time) and not 1-Feb-2010 00:00. * *Thinking out loud here, we could create tags such as:* *$week.last_day*

[weewx-user] Re: WDC skin v2.3.3

2023-02-28 Thread David Bätge
t I have just reinstalled 2.3.3 in a vbox docker >>> image. The problem with the header and side bar seem to be gone but the >>> footer uptime doesn't seem right. Please see attached. The vbox image has >>> only been running approx 30 min. >>> >

[weewx-user] Re: WDC skin v2.3.3

2023-02-27 Thread David Bätge
Hi Jim, sorry for the late response. I am the author of the skin, do you have still problems with running v2.3.3? I could have a look at why the page header and left sidebar are missing. Jim Munro schrieb am Freitag, 3. Februar 2023 um 01:46:56 UTC+1: > After downloading and installing the WDC

[weewx-user] Re: Weather Forecast

2023-02-03 Thread David Schulz
Thanks for the work and the great plugin. I will update and test today. kk44...@gmail.com schrieb am Donnerstag, 2. Februar 2023 um 16:11:42 UTC+1: > Thanks to Open-Meteo and Hoetzgit > the WeeWX extension weewx-DWD >

[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 th

[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

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
as expected given the import data and import config settings. > Analysis of a larger sample of data involving non-zero rainfall data may > throw up more information. > > Gary > > On Sunday, 15 January 2023 at 08:40:05 UTC+10 schulz@gmail.com wrote: > >> I think I sh

[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 ar

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
t; > 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 Samstag, 14. Januar 2023 um 23:35:21 UTC+1: >> >>> There should actually be values

[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| &

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
did not import >>> into the current month and year on your system. Try deleting all of your >>> NOAA format reports from your WeeWX system, they will all be re-generated >>> on the next report cycle based on the current database data. >>> >>> Gary &g

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
08 UTC+10 schulz@gmail.com wrote: > >> [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_im

[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 fo

[weewx-user] Re: Missing Raindata after import

2023-01-14 Thread David Schulz
observations Finished import 1440 records were processed and 1440 unique records imported in 40.49 seconds. Those records with a timestamp already in the archive will not have been imported. Confirm successful import in the WeeWX log file. David Schulz schrieb am Samstag, 14. Januar 2023 um

[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] Clarification - SDR sensor mapping for lux > illuminance or luminosity?

2022-12-15 Thread David Schulz
Thanks everyone for your assistance. I think I've got a good sense of what I need to do. Much appreciated! On Thursday, December 15, 2022 at 11:25:57 PM UTC+10 Greg Troxel wrote: > > David Schulz writes: > > > Battery : *1* Temperature: *22.4 C* Humidity : *59 %* > >

Re: [weewx-user] Clarification - SDR sensor mapping for lux > illuminance or luminosity?

2022-12-14 Thread David Schulz
is example from the section on renaming columns - 'wee_database --rename-column=luminosity --to-name=illuminance'. Maybe not a coincidence that example is used? That's starting to lok like my third (and best?) option. Appreciate any guidance on what the intended design is here. Thanks, David

[weewx-user] Clarification - SDR sensor mapping for lux > illuminance or luminosity?

2022-12-13 Thread David Schulz
luminosity column to the illuminance group so that correct units get applied. I'd appreciate any recommendations on which is the safer path regarding things working cleanly with future upgrades. Appreciate your assistance! David -- You received this message because you are subscribed

[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-03 Thread David Marshall
t; investigate later this week and if necessary make a dot dot release. > > Gary > > On Tuesday, 1 November 2022 at 22:28:59 UTC+10 marsha...@gmail.com wrote: > >> Thanks Gary, that would be great. >> Amazing piece of work by the way. >> David >> >>

[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-01 Thread David Marshall
Thanks Gary, that would be great. Amazing piece of work by the way. David On Tuesday, November 1, 2022 at 2:50:51 AM UTC+1 gjr80 wrote: > Thanks for spotting this. There is an issue is v0.5.5 that maps current > wind direction to both the 'bearing' and 'avgbearing' field

[weewx-user] Re: rtgd-0.5.5 extension Wind Direction Average

2022-11-01 Thread David Marshall
the direct mqtt driver. David On Tuesday, November 1, 2022 at 1:16:57 AM UTC+1 gary@gmail.com wrote: > Use the MQTT driver which takes the data directly from your mosquitto > server. > Avoids all the middleware. > I use Rich's excellent package. > https://github.com/

[weewx-user] rtgd-0.5.5 extension Wind Direction Average

2022-10-31 Thread David Marshall
Built a new station using an esp32 which mqtt’s data every second to a Raspi. A python program converts this to a txt file which I then file parse into weewx. All ok. I have successfully installed the steelseries gauges and the rtgd extension. All works fine and it is fantastic to see the

Re: [weewx-user] 4.9.1 issue

2022-10-28 Thread David Hathaway
I've had a version of this issue since upgrading to 4.8.0. In addition to the "Caught WeeWxIOError: Max tries exceeded while getting LOOP data" error, I have "Expected X chars, got Y " errors too. Oct 28 11:10:15 HP-Iron weewx[3203645] ERROR weewx.drivers.vantage: LOOP try #1; error: Expected

Re: [weewx-user] Re: Version 4.9.0 available

2022-10-25 Thread David Schulz
_ts,1) > > I'll let the author know. > > -tk > > > On Tue, Oct 25, 2022 at 6:06 AM David Schulz wrote: > >> Hi, I have the following message in syslog after updating to 4.9.0 / >> 4.9.1. Is it relevant or not? >> >> python3 -c "import sqlite3; p

[weewx-user] Re: Version 4.9.0 available

2022-10-25 Thread David Schulz
Hi, I have the following message in syslog after updating to 4.9.0 / 4.9.1. Is it relevant or not? python3 -c "import sqlite3; print(sqlite3.sqlite_version)" 3.37.2 Oct 25 14:58:17 weather weewx[15683] ERROR weewx.restx: Wns: Unexpected exception of type Oct 25 14:58:17 weather weewx[15683]

Re: [weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread David Barto
Will 3.9.2 work with python3? I’m unsure of the version the switchover from python2 to python3 occurred. David > On Oct 19, 2022, at 2:13 PM, Tom Keffer wrote: > > Most likely your version of OpenSSL and/or Python are outdated. > > A bit of Googling re

[weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread David Barto
the logging to ALERT and lo- the problem was uncovered. This is with 3.9.2, running on a very old MacOS 10.11.6. No the hardware won’t go beyond this version. This was working for a few days, then it started failing again, without changes. Any ideas what certs need update? David -- You

Re: [weewx-user] WUnderground not publishing again (Oct 4, 2022)

2022-10-09 Thread David Barto
So I finally got around to rebooting my router and restarting weewx, and nothing. Still offline. David > On Oct 5, 2022, at 12:33 PM, Doug Bo wrote: > > Reboot of the router seems to have fixed the issue. Weird. > > Thanks all, > Doug B. > > > On Wedne

Re: [weewx-user] WUnderground not publishing again (Oct 4, 2022)

2022-10-05 Thread David Barto
). David > On Oct 5, 2022, at 9:16 AM, Doug Bo wrote: > > Turned on weewx debugging ... > > Oct 5 09:12:39 raspberrypi2 weewx[1601]: restx: Wunderground-RF: Failed > upload attempt 1: > Oct 5 09:12:44 raspberrypi2 weewx[1601]: restx: Wunderground-RF: Failed to >

Re: [weewx-user] WUnderground not publishing again (Oct 4, 2022)

2022-10-05 Thread David Barto
AM that WU stopped updating. Sigh, again. David -- 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.

[weewx-user] Re: How do you enable forecast in Weewx-wdc

2022-10-04 Thread David Bätge
There is also a dedicated page for enabling forecast in the wiki of the skin: https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-forecast Let me know if there are still questions! gary@gmail.com schrieb am Sonntag, 2. Oktober 2022 um 17:02:39 UTC+1: > Don't forget that you will

Re: [weewx-user] WeatherUnderground Not Publishing

2022-09-23 Thread David Barto
After a long long outage that was never explained and could never be diagnosed my Wunderground site is back on the air. Thanks David www.wunderground.com/dashboard/pws/KCAPOWAY187 <http://www.wunderground.com/dashboard/pws/KCAPOWAY187> www.kdbarto.org/weather <http://www.kd

[weewx-user] Re: Errors on Ubuntu Update

2022-09-03 Thread David Trebacz
For me : sudo pip3 install paho-mqtt eliminated my error after the upgrade of ubuntu from 20.04 to 22.04.1 On Friday, September 2, 2022 at 8:43:06 PM UTC-7 purc...@maladomini.com wrote: > Hi all, > > I updated Ubuntu to the latest version (22.04.01), and since then, I > haven't been able to

Re: [weewx-user] WDC Skin

2022-08-30 Thread David Bätge
= 5 for inHumidity David Bätge schrieb am Samstag, 27. August 2022 um 17:18:34 UTC+2: > Sorry, just for clarification: the yScaleMin = 0, yScaleMax = 103 values > are set for humidity. > > > > David Bätge schrieb am Samstag, 27. August 2022 um 17:02:55 UTC+2: > >> @luc

Re: [weewx-user] WDC Skin

2022-08-27 Thread David Bätge
Sorry, just for clarification: the yScaleMin = 0, yScaleMax = 103 values are set for humidity. David Bätge schrieb am Samstag, 27. August 2022 um 17:02:55 UTC+2: > @luca You got me. Before making this configurable for the user, I set some > of the values programmatically. I forgot t

Re: [weewx-user] WDC Skin

2022-08-27 Thread David Bätge
this out! luca.mo...@gmail.com schrieb am Samstag, 27. August 2022 um 13:09:32 UTC+2: > @david > > Sorry for the late reply. > > This morning I tested version 2.2.0 > Great work. > I edited the configuration file: > [[[inTemp]]] >

[weewx-user] Re: WDC Skin

2022-08-19 Thread David Bätge
Hello there, I am the creator of this skin. It seems that there are problems with the windrose diagram. The error should go away if you remove windRose from the diagram_tile_observations in the skin.conf as a quick fix. Does your station actually record wind speed and wind direction? From the

Re: [weewx-user] WDC Skin

2022-08-19 Thread David Bätge
value, yScaleOffset is for setting a custom (dynamic) offset. you can read more about it in the wiki: https://github.com/Daveiano/weewx-wdc/wiki/Configuration#general I hope this will be a good addition and is what you were looking for, thank you for your feedback! David Bätge schrieb am Dienstag, 16.

Re: [weewx-user] WDC Skin

2022-08-15 Thread David Bätge
gregate_interval is "coded" inside the > software. > You would like to let the user to be able to set this value for each > contex/observation. > > This is probably the correct and most "elegant" solution. > > I agree with you. > > > > &

Re: [weewx-user] WDC Skin

2022-08-13 Thread David Bätge
3) values for weekly, etc. > > I apologize for my bad English. > > Best regards. > > Il giorno ven 12 ago 2022 alle ore 02:13 David Bätge > ha scritto: > >> OK, I just wanted to make sure we are talking about the same. >> >> Currently, there are predefin

Re: [weewx-user] WDC Skin

2022-08-11 Thread David Bätge
11653341036107372_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > Il giorno gio 11 ago 2022 alle ore 01:46 David Bätge > ha scritto: > >> And that's another reasonable improvement! That's the so-called >> aggregate_interval. >> I added another issue (https://gi

Re: [weewx-user] WDC Skin

2022-08-10 Thread David Bätge
rt. > > Best Regards > > Il giorno lunedì 8 agosto 2022 alle 04:57:55 UTC+2 david@gmail.com ha > scritto: > >> Hi there, I am the creator of this skin. >> >> The graphs are getting generated via Javascript, not via the weewx image >> generator, so sett

Re: [weewx-user] WDC Skin

2022-08-07 Thread David Bätge
Hi there, I am the creator of this skin. The graphs are getting generated via Javascript, not via the weewx image generator, so setting these options will not have any effect. You are right, currently, the yScale delta is tied to the observation, in that case, temperature, which has a

Re: [weewx-user] Re: WDC Skin

2022-08-03 Thread David Bätge
@disaveri Did this solve your problem? Btw: I released 2.0.1 which resolves the "non-web-root"-issue, the "Pressure diagram with inHg unit"-issue and includes a few other bugfixes: https://github.com/Daveiano/weewx-wdc/releases/tag/v2.0.1 Thanks for your input! vince schrieb am Dienstag, 2.

  1   2   3   4   5   >