Re: [weewx-user] Change to daylight saving time stops data update

2024-04-01 Thread Devonian
Regular 'issue' for me in UK too. I do this as I'm not yet on v5...amend as req'd. sudo service weewx stop sudo /home/weewx/bin/wee_device --dump (or wherever your wee_device (or weectl device --dump) command is located) sudo /home/weewx/bin/wee_device --clear (or wherever your wee_device (or

[weewx-user] Re: Needed software for APRS

2024-01-27 Thread Devonian
Direwolf ? Nigel G4ZAL On Saturday 27 January 2024 at 15:19:46 UTC Massimiliano Buldrini wrote: > I have a Davis Vantage Pro 2 with Serial". > > I have a Raspberry P4, a serial card to connect directly to the GPIO, a > CM108 with audio and PTT that I want to connect to a portable radio that >

Re: [weewx-user] Station registry error (weewx 4.8.0)

2022-09-21 Thread Devonian
0:03:00 AEST (1663754580): Failed upload after 3 tries > > > > On 21/09/2022, Devonian wrote: > > Hi Tom, > > > > I have in weewx.conf... > > station_url = www.nthead.co.uk/weewx > > > > Bizarely, checking the logs again this morning, I don't see

Re: [weewx-user] Station registry error (weewx 4.8.0)

2022-09-21 Thread Devonian
t 20:15:06 UTC+1 tke...@gmail.com wrote: > What did you use as a key for your station? That is, what is > option "station_url"? I'll check if everything is OK on my end. > > On Tue, Sep 20, 2022 at 10:22 AM Devonian wrote: > >> I've just made a fresh install on

[weewx-user] Station registry error (weewx 4.8.0)

2022-09-20 Thread Devonian
I've just made a fresh install on Ubuntu jammy and copied my sqlite db across to the 'clean' weewx 4.8.0 install (setup.py). I have set the register_this_station to true in weewx.conf. I now see this on every 5 minute record update in the log... ERROR weewx.restx: StationRegistry: Failed to publi

[weewx-user] Re: Hardware that "Connects to the Internet vi WiFi..."

2021-11-25 Thread Devonian
Rick, To get data from a VP2, all you need is the VP2 hardware! weewx is fully capable of getting the data from a VP2 without the need of any additional software or the like. My offer of a wired VP2 still stands. Nigel, G4ZAL -- You received this message because you are subscribed to the Googl

[weewx-user] Re: Hardware that "Connects to the Internet vi WiFi..."

2021-11-22 Thread Devonian
Rick, I'll vouch for the Davis Vantage Pro2, as well. I have my VP2 console logger connected by wireless (2mW serial XBee units) to a Raspberry Pi that's running Weewx. I started with a USB logger to the R-Pi but wanted the console on my dining room wall and the R-Pi is now across the passage wa

Re: [weewx-user] Re: Vantage Pro data logger corruption - Daylight Saving Time?

2021-03-28 Thread Devonian
Extract of log during data dump shows weewx chokes on records >5 minutes after DST changeover (presumably the 5 minutes past DST record 'blocks' subsequent records) until a --dump and/or --clear Mar 28 09:14:13 debian10 wee_device[23498] ERROR weewx.manager: Unable to add record 2021-03-28 00:5

Re: [weewx-user] Re: Vantage Pro data logger corruption - Daylight Saving Time?

2021-03-28 Thread Devonian
Not sure about the console clock and computer clocks not agreeing on DST changeover. It does appear to (only) affect UK Davis stations? I also have an old WS2300 running on a r-pi and it never has a DST problem. Extract from my weewx/VP2 syslog below. Simply stopped trying to get data at 02:05 an

[weewx-user] Re: Vantage Pro data logger corruption - Daylight Saving Time?

2021-03-28 Thread Devonian
Ditto here in the UK on my VP2 and Linux Buster on a re-purposed thin-client. My 'fix' to this annual issue is: service weewx stop cd /home/weewx/bin ./wee_device --dump ./wee_device --clear service weewx start I don't lose data, but it is kind of annoying! Nigel -- You received this mess

[weewx-user] Re: Weewx 4.1.1 - WS2300 - Steel Series Gauges, not updating correctly

2020-10-05 Thread Devonian
Oh what a silly billy ! Guess who forgot to install rtgd - all working fine now - must be getting old! Nigel. -- 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 wee

[weewx-user] Weewx 4.1.1 - WS2300 - Steel Series Gauges, not updating correctly

2020-10-05 Thread Devonian
I guess this one is for Gary ;-) I have made a clean install of weewx 4.1.1 and installed Steel Series gauges 2.7.5. Everything appears to be OK other than the gauges are only updating every 5 minutes instead of following the polling interval of 8 seconds for a cabled connection. The gauge-data

Re: [weewx-user] WS23xx error when trying to set interval

2020-09-06 Thread Devonian
yte(encoded_data[i]) File "/home/weewx/bin/weewx/drivers/ws23xx.py", line 1012, in write_byte self.log("%02x" % six.byte2int(data)) TypeError: 'int' object is not subscriptable Nigel On Sunday, 6 September 2020 at 18:58:20 UTC+1 Devonian wrote: > ooops, ignore the f

Re: [weewx-user] WS23xx error when trying to set interval

2020-09-06 Thread Devonian
ooops, ignore the first couple of lines above, copy/paste error Nigel On Sunday, 6 September 2020 at 18:56:22 UTC+1 Devonian wrote: > Hi Tom, > > Thanks, but... > > root@raspberrypi:/home/weewx/bin# ./wee_device --set-interval=5 > Using configuration file /home/weewx/weewx.c

Re: [weewx-user] WS23xx error when trying to set interval

2020-09-06 Thread Devonian
dress,nybbles,encode_constant) File "/home/weewx/bin/weewx/drivers/ws23xx.py", line 1099, in write_data self.write_byte(encoded_data[i]) File "/home/weewx/bin/weewx/drivers/ws23xx.py", line 1012, in write_byte self.log("%02x" % six.byte2int(data)) TypeError: &#

[weewx-user] WS23xx error when trying to set interval

2020-09-06 Thread Devonian
I have setup a clean install (setup.py) in Debian Buster on a R-Pi as per this http://weewx.com/docs/setup.htm and when trying to: ./wee_device --set-interval=5 I get this: Using configuration file /home/weewx/weewx.conf Using WS23xx driver version 0.41 (weewx.drivers.ws23xx) Changing the interv

Re: [weewx-user] [weewx-development] Feature Request : Add calculate method standard OMM on daily database

2020-05-09 Thread Devonian
“seek, and ye shall find” :-) anything out there for 9am-9am the *previous* day? (or even since 9am yesterday so i can subtract since 9am today) Graham, Glenn Mckechnie does that in his 'wxobs' here - https://github.com/glennmckechnie/weewx-wxobs (9am to 9am reporting of rain) and that is conf

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-03 Thread Devonian
Perfect, thanks Gary. Keep well and stay safe. Nigel -- 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 discus

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-02 Thread Devonian
On Saturday, 2 May 2020 11:33:44 UTC+1, Devonian wrote: > > @ Gary, > > I've updated my SteelSeries and rtgd and all working now. > One small thing has changed since my original install is that the scroller > text is now missing (had to remove the old method that picked u

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-02 Thread Devonian
@ Gary, I've updated my SteelSeries and rtgd and all working now. One small thing has changed since my original install is that the scroller text is now missing (had to remove the old method that picked up local time as it didn't like that now). How do I add some text to the scroller now? Nigel

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Hi Gary, Not sure of version, but at least 18 months sice I touched it !! Will update in the morning. Just commented out the engine for now and will look in the morning after some 's (it's 10 past midnight here). Nigel -- You received this message because you are subscribed to the Google

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Thanks Tom - that did it. It's not in the prerequisites - maybe worth a mention in there http://www.weewx.com/docs/setup.htm ?? Now to fix rtgd problem that's thrown up after the upgrade... Nigel -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

Re: [weewx-user] Re: Version 4.0 is (finally) here!

2020-05-01 Thread Devonian
Trying to upgrade from weewx-3.9.2 to weewx-4.0.0 on Debian Buster on intel 64bit system using setup.py and get... nigel@debian10:~/weewx-4.0.0$ python3 ./setup.py build Traceback (most recent call last): File "./setup.py", line 25, in from distutils import log ImportError: cannot import n

[weewx-user] Re: Graphs/plots

2020-01-02 Thread Devonian
Hi Gary, OK on 'hovering' but I was wondering if it could 'just be there' !! Never mind, it's not a biggie. Stay safe and Happy New Year ;-) Nigel. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiv

[weewx-user] Re: Graphs/plots

2020-01-02 Thread Devonian
Hi Gary, Thanks, that got it in one! I changed the aggregate_type from avg to max for all plots except daily. Deleted all the png images and forced weewx to regenerate all images with wee_reports So, one more for you if I may... In the default daily Seasons page, in the left frame there is Hig

[weewx-user] Graphs/plots

2020-01-02 Thread Devonian
I have a VP2 with solar and UV sensors and would like to see the actual max figures in the plots. I am using the Seasons skin and the daily/weekly/monthly plots all look good, however, the yearly plots look like an averaged figure (or an error?) Take a look for yourself and you'll see what I mean

[weewx-user] Re: Data disappears due to the switch from summer to winter time.

2019-10-28 Thread Devonian
Excerpt from messages.log... at the 2am/1am changevover, no data was collected Oct 27 01:55:15 pars weewx[776]: manager: Added record 2019-10-27 01:55:00 BST (1572137700) to database 'weewx' Oct 27 01:55:15 pars weewx[776]: manager: Added record 2019-10-27 01:55:00 BST (1572137700) to daily sum

[weewx-user] Data disappears due to the switch from summer to winter time.

2019-10-28 Thread Devonian
Mine too - I see a loss of one archive interval at 2am Using weewx 3.9.1 and VP2 Nigel -- 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...@goog

[weewx-user] Re: Using a ProData WiFi Logger?

2018-11-18 Thread Devonian
There's a pretty big thread over on wxforum regarding the WFL, here... https://www.wxforum.net/index.php?topic=34312.0 I have my own flavour of wireless logging using xbee wireless units, one in my VP2 much like the WFL and one hanging off my weewx box/computer. Weewx 'sees' it as a normal serial

[weewx-user] Re: weewx standard plot for UV index - reduce max vertical scale

2018-09-30 Thread Devonian
Hi Gary, That fixed it ;-) - that's the thing with weewx, once it's setup and running I have no need to change much and don't tend to meddle just for the sake of it.. I had checked the customisation guide, but didn't spot the obvious - must be getting old (come to think of it, I am old !!). W

[weewx-user] weewx standard plot for UV index - reduce max vertical scale

2018-09-30 Thread Devonian
I notice that the vertical scale for the standard weewx UV index plot is 'fixed' at 16 Here in the UK, a max of 10 would make the plot a bit more readable. How do I change the max vertical scale to 10? [image: uv-index.jpg] Nigel. -- You received this message because you are subscribed to t

[weewx-user] Re: Weewx and the WifiLogger

2018-08-06 Thread Devonian
I can understand the 'value' in this - after all, I kind of did it some years ago, albeit not over wifi, but still wireless connectivity to the console. The value for me was in having a 'clean' install of my console on my dining room wall, where everyone can see it, but at the same time being ab

[weewx-user] Re: SteelSeries - install problem

2018-08-05 Thread Devonian
Hi Gary, OK, no problem, I'll give v0.3.3 a go and let you know if I have any probs. My original ss are still running fine from your earliest setup from maybe 1.5 years ago... Cheers, Nigel. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group.

[weewx-user] Re: Weewx and the WifiLogger

2018-08-05 Thread Devonian
More info here... https://www.wxforum.net/index.php?PHPSESSID=dc53bd41729a67193b996bccf49ff88a&topic=34312.0 Not tried it myself, but I have an early (circa 2012) 'Belfryboy' wireless logger (not wifi), that I have modified to suit myself. It is a small PCB that fits in the VP2 console, the same

[weewx-user] Re: Problem with installation when setting up on Digital Ocean ubuntu server - perhap caused by use of firewall - ufw

2018-04-04 Thread Devonian
I'm guessing the IP address of 10.0.1.42 is the IP address of the Weatherlink IP sat on your home network? The droplet has no knowledge of that address, hence the error message. It also has nothing to do with ufw. If the WL IP is sat on your home network, you will need to open port on yo

[weewx-user] Re: Most reliable mini computer for weeWX?

2018-01-24 Thread Devonian
I use repurposed thin clients, e.g. HP T5740 with a small SATA SSD - intel Atom CPU, 2gb RAM plus it’s fanless and consumes about 10 Watts. Find them cheap on that famous auction site! http://www.parkytowers.me.uk/thin/hp/t5740/index.shtml Nigel -- You received this message because you are sub

Re: [weewx-user] Re: Assistance please

2017-11-19 Thread Devonian
Also, from here https://github.com/BrainerdAreaAmateurRadioClub/legendary-goggles example: cd /home/pi/aprswx/ && git clone https://github.com/cavedon/weewx-aprs.git && cd /home/pi/aprswx/weewx-aprs

Re: [weewx-user] wview migration: serial server compatibility?

2017-11-18 Thread Devonian
Another alternative is with an RF link to/from your console and computer. I use Belfryboy's XRF PCB's, but with an xbee 2.4Ghz module(s) configured for serial data, Tx & Rx. https://oshpark.com/profiles/belfryboy https://learn.sparkfun.com/tutorials/exploring-xbees-and-xctu My VP2 console is on

Re: [weewx-user] Re: One shot 'Daily Summaries' using php.

2017-09-25 Thread Devonian
> > > In any case, it was an early design decision not to entangle the HTML > pages > > with database access. It requires colocation of the database and the > > webserver, which most people can't do. > I think most people can, on their own personal network anyway (LAN) as the default weewx

Re: [weewx-user] Re: One shot 'Daily Summaries' using php.

2017-09-22 Thread Devonian
Hi Glenn, I installed your wxobs and it worked straight out of the box - well nearly ! The default units are in imperial and I would like a mix of imperial and metric. i.e. Temperature units to be in metric Wind units to be in imperial Barometer to be hPa I'm using a Vantage Pro2 and MySQL db.

[weewx-user] Re: WS2350 wont communicate

2017-06-28 Thread Devonian
The WS2350 does work with weewx. It sounds like you have a hardware/console problem as it doesn't communicate with various OS's. Do you have a multimeter that you can use to prove each pin connection on the serial cable? If that proves OK, then it can only be the USB/serial adapter or the consol

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-06-11 Thread Devonian
Hi Stefano, Well done and nice site. Interesting to see you also did a HAB. Nigel -- 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...@googlegr

[weewx-user] Re: Weewx | Davis Vantage Pro | ISS dropping out

2017-04-05 Thread Devonian
@Chris, Whereabouts are you in the world? I'm in the UK and have a redundant original VP wired console and genuine logger (RS232/serial but missing the PC lead) you can have it all - the LCD leaked some time ago so it's useless, but I believe the main board etc is still OK? It's yours for the

[weewx-user] Re: My Arduino based weather station (with weeWX driver)...

2017-04-05 Thread Devonian
> > > > - I named the driver "aws", as in "Arduino Weather Station". I'm a bit > worried that might get confusing and hard to search for because of Amazon > Web Services. Agreed? Idea for other name? > > Winduino ? -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Changing to BST Clocks move forward an hour

2017-03-26 Thread Devonian
Ditto for me as well. I'm on ver 3 restart doesn't fix it, excerpt from syslog Mar 26 08:32:53 debian8vm weewx[1392]: vantage: gentle wake up of console successful Mar 26 08:32:53 debian8vm weewx[1392]: engine: Clock error is -0.16 seconds (positive is fast) Mar 26 08:32:53 debian8vm weewx[1392

Re: [weewx-user] Any work receiving a Davis ISS with a SDR?

2017-03-22 Thread Devonian
Hi Mark, Standby for some calls for help on European settings as most info on t'inteweb is regarding 915MHz as opposed to the EU 868Mhz. Do you have any links to useful info around configuring/setting up moteino (maybe save you repeatedly answering the same questions). My situation and VP2 sens

[weewx-user] Re: Realtime Gauge-Data Extension 0.2.5 'gauge-data.txt' Issues

2017-02-23 Thread Devonian
I noticed 0.2.6 late last night and installed it. Works fine, but no chance to see a 'no wind' situation as it's blowing a hooligan outside with gust predicted to 70MPH later... Nigel. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscri

[weewx-user] Re: Realtime Gauge-Data Extension 0.2.5 'gauge-data.txt' Issues

2017-02-21 Thread Devonian
Gary, my gauge-data is also *"cloudbaseunit": "m"* with 0.2.5 - downloaded a short while ago (file attached) No other changes and usual stop/start of weewx. I think the gauges showing zero wind speed and direction of North is misleading too and if it is at all possible, the direction gauge shoul

Re: [weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-02-20 Thread Devonian
Dropped the new file in place, stop/start weewx and it looks good to me Gary. Online in the usual place if anyone is interested... http://www.nthead.co.uk/ss/index.html Nigel. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] Re: Realtime Gauge-Data Extension 0.2.2 'gauge-data.txt' Issues

2017-02-20 Thread Devonian
Why do I want rapidly changing gauge data? a) Because I can. b) So I can sit with my ipad in my lounge and watch the dials move during gusty/stormy conditions and not have to stand at my console to see the same. c) When I am away from home, I can watch them from afar. Not worried whether anyone

Re: [weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-02-19 Thread Devonian
I have implemented Gary's latest updated file (no other changes to my system). Seems OK now. I have no desire to display a forecast in the gauges. I use a link on my main weewx page to link to the UK Met Office for 'professional' forecasting. Nigel. -- You received this message because you ar

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-02-14 Thread Devonian
@Bob, Maybe the gauge is angry or embarrassed ;-) It's not polished yet and Gary will no doubt fix it up in due course as it's just cosmetics. The wind direction colours are a little wrong as well as they progress from pale blue to red in a continuous colour change as opposed to reflecting the

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-02-14 Thread Devonian
I have been working with Gary (gjr80) - well, Gary has done all the work and I am beta testing. We have a working real-time-gauge-data py file that creates a gauge-data.txt file on definable loop packets, upto every 2.5 seconds on a VP2. Gary will no doubt update when he is happy to release it,

[weewx-user] Re: DavisSi1000 Users?

2017-01-26 Thread Devonian
I'm not using it, but followed it from the beginning on wxforum. Probably the best place to get specific help with it... http://www.wxforum.net/index.php?topic=18718.0 HTH Nigel -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe fro

[weewx-user] Odd problem - barometer correction bug (in weewx.conf) ?

2017-01-18 Thread Devonian
I have a Davis VP2 station and am setting up my old WS2300 station for my father to use. On the WS2300 I use a small correction for barometer in weewx.conf in section StdCalibrate --> Corrections I use *pressure = pressure + 0.02* and it corrects the web page reading However, if I use the same

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-01-08 Thread Devonian
Hi Gary, Today for you is tomorrow for me ;-) Thanks, really appreciate the effort. g'night (or is that g'day?!) Nigel -- 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 em

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-01-08 Thread Devonian
Hi Gary, Any luck on your 'custom' service? Nigel. -- 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. For more options, vis

[weewx-user] Re: Interface Davis Vantage Vue <-> Raspberry Pi 3

2017-01-04 Thread Devonian
I also have an RF logger interface that uses XBEE modules to transmit the logs and loop packets direct from the Vantage console to my PC/Pi or whatever you have weewx installed on, basically making a wireless logger interface. Same footprint as the USB logger plug-in module and then has XBEE to

[weewx-user] Re: Interface Davis Vantage Vue <-> Raspberry Pi 3

2017-01-03 Thread Devonian
There are 3rd party logger options at much better pricing. Here is one at 50GBP delivered worldwide: http://belfryboyweatherbits.blogspot.co.uk/p/the-belfryboy-clone-usb-logger.html I have one and it works well. Nigel. -- You received this message because you are subscribed to the Google Grou

[weewx-user] Re: Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-01-03 Thread Devonian
Hi Gary, That sounds like a perfect solution. I did have Steel Series running since 2013-ish, when the first incarnations with weewx got going and it has worked well ever since on my WS2300 (albeit with 1 minute update). I'm not too bothered about the wind rose, although it would be nice ;-) I

[weewx-user] Steel Series Gauges and RealTime update - 2.5 second interval - how?

2017-01-02 Thread Devonian
I have just invested in a Davis Vantage Pro2, which replaced my WS2300 and have installed Weewx 3.6.2 on Debian ver8 replacing my previous weewx ver 2.7 for the WS2300. I would like to get the Steel Series gauges performing real time updates at the Davis loop interval of 2.5 seconds. I have the