Re: [weewx-user] Re: Need help locating URL info for weeWX Weather App

2024-11-05 Thread Greg from Oz
Do you have this in your weewx.conf file? [[Inigo]] HTML_ROOT = /var/www/html/weather/ <

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-16 Thread Greg from Oz
;> messages and writes them to a temp file. I modified the driver to read from >> the temp file. I check to see if the data is older than 20 minutes and >> ignore it if it is. >> >> There's probably a proper way to do this, without editing driver code. >> >&g

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-15 Thread Greg from Oz
ure reading from it ? that's > what I do. > > On Friday 15 March 2024 at 21:21:37 UTC Greg from Oz wrote: > >> Thanks Tom. >> >> Probably not something I could do. I know nothing about python. >> Maybe later when I have time to look at it again. >> I

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-15 Thread Greg from Oz
. > > However, you could write a simple service that retains the last value and > uses it if a null value is seen. Perhaps up to a maximum time. But, there's > nothing like that in WeeWX. > > On Thu, Mar 14, 2024 at 6:54 PM Greg from Oz wrote: > >> Here is a snippet

Re: [weewx-user] How to handle sensor data that doesn't come at set times

2024-03-14 Thread Greg from Oz
000 sec) On Friday 15 March 2024 at 08:39:12 UTC+11 Tom Keffer wrote: > You may just have the option line_gap_fraction > <https://www.weewx.com/docs/5.0/reference/skin-options/imagegenerator/#line_gap_fraction> > > set too low. > > On Thu, Mar 14, 2024 at 2:18 PM Greg fr

[weewx-user] How to handle sensor data that doesn't come at set times

2024-03-14 Thread Greg from Oz
Hi, I have removed my fineoffset usb and replaced it with SDR but the outside fine offset station doesn't sent inside temperature, inside humidity or barometer. I have added a BME280 sensor and can get the barometer readings every 30 seconds and that is working and graphing OK. I have a zigbee

[weewx-user] Re: 2 harware sources one database how to?

2024-03-13 Thread Greg from Oz
uctions: >>> https://github.com/bdwilson/acurite/blob/master/Pressure.md >>> >>> And then add the bme280 weewx extension. Then you can run SDR as your >>> driver and the bme280 data will be added as a service call. >>> >>> On Tuesday, M

[weewx-user] Re: 2 harware sources one database how to?

2024-03-12 Thread Greg from Oz
the bme280 data will be added as a service call. > > On Tuesday, March 12, 2024 at 4:14:53 AM UTC-4 Greg from Oz wrote: > >> I have a question: >> What happens if I get the same records from the SDR and the USB? >> Is there a way to filter out the USB fineoffset data fie

[weewx-user] Re: 2 harware sources one database how to?

2024-03-12 Thread Greg from Oz
lds I didn't need in the fine offset driver but that failed. /opt/weewx/weewx-venv/lib/python3.11/site-packages/weewx/drivers/fousb.py Back to the drawing board. On Tuesday 12 March 2024 at 12:51:38 UTC+11 Greg from Oz wrote: > Yeah I think I will do the same . I was leaning tha

[weewx-user] Re: 2 harware sources one database how to?

2024-03-11 Thread Greg from Oz
en run MQTTSubscribe to augment the station/driver data. I > already had the MQTT infrastructure, so it was a minor lift for me. > Some more information is here, > https://groups.google.com/g/weewx-user/c/svsbOxWvPZc/m/eLA6lhyJAAAJ. > rich > > On Monday 11 March 2024 at 01:49:59

[weewx-user] 2 harware sources one database how to?

2024-03-10 Thread Greg from Oz
Hi, I have spent hours trying to figure out how to have 2 hardware sources (sdr and fineoffset USB console) and get most data from the sdr and just the barometer and inside temperature from the fine offset USB console. I just want all the data from both devices to go into the one database. Is t

Re: [weewx-user] Is WeeWx 5.0 beta stable enough for non-experts to fool around with?

2023-11-24 Thread Greg from Oz
I am running v5 and I am nowhere near being an expert. It works fine. One issue I have is the USB drops sometimes but I have set up monit program to check and restart. ERROR weewx.drivers.fousb: get_observations failed: [Errno 19] No such device (it may have been disconnected) https://weather.u

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-18 Thread Greg from Oz
I just use imagemagick and a $5 esp32 webcam and it is ok for what I am doing. I may look at CairoSVG later though and see what it can do. https://weather.ubeaut.work/webcam.html On Wednesday, 18 October 2023 at 23:09:30 UTC+11 Karen K wrote: > CairoSVG is said to produce the better quality com

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

2023-10-15 Thread Greg from Oz
What does df -i show? You could have run out of inodes. On Monday, 16 October 2023 at 07:58:31 UTC+11 vince wrote: > Lets see the output of "df -h" because it sure sounds like /var or /tmp is > full... > > On Sunday, October 15, 2023 at 11:45:51 AM UTC-7 Ton vanN wrote: > >> Since WeeWX4.4 avail

Re: [weewx-user] Can I self-host my Weewx site?

2023-09-26 Thread Greg from Oz
Yes CGNAT is a pain. I changed ISP and now I have a fixed IP address for no extra expense. Also I have my weather on my local LAN http://192.168.1.164/weather/ and ftp it to https://weather.ubeaut.work/ The local site is running apache. On Wednesday, 27 September 2023 at 06:29:25 UTC+10 Kidney

Re: [weewx-user] weewx V5 report not updating

2023-09-07 Thread Greg from Oz
r 6, 2023 at 6:30:21 PM UTC-4 Greg from Oz wrote: > >> # configuration file for the weewx-wdc skin >> SKIN_NAME = Weather Data Center >> SKIN_VERSION = 3.0.0 >> >> On Wednesday, 6 September 2023 at 23:52:14 UTC+10 gary@gmail.com >> wrote: >> >>&g

Re: [weewx-user] weewx V5 report not updating

2023-09-06 Thread Greg from Oz
# configuration file for the weewx-wdc skin SKIN_NAME = Weather Data Center SKIN_VERSION = 3.0.0 On Wednesday, 6 September 2023 at 23:52:14 UTC+10 gary@gmail.com wrote: > What version of WDC? I'm on 3.3.0 > > > On Monday, September 4, 2023 at 5:11:20 PM UTC-4 Greg from Oz w

Re: [weewx-user] weewx V5 report not updating

2023-09-04 Thread Greg from Oz
kin taking longer than your archive period to complete is going to cause >> havoc for your setup >> >> On Sunday, September 3, 2023 at 7:34:39 PM UTC-7 Greg from Oz wrote: >> >>> It has been doing it days >>> There were a lot of entries in the syslog.

Re: [weewx-user] weewx V5 report not updating

2023-09-03 Thread Greg from Oz
; > On 4 Sep 2023, at 12:10 pm, Greg from Oz wrote: > > I guess it was wdc: > Sep 3 00:21:24 moonbi weewx[1440347] INFO weewx.cheetahgenerator: > Generated 11 files for report WdcReport in 330.15 seconds > > > -- You received this message because you are subscribed to the G

[weewx-user] Re: weewx V5 report not updating

2023-09-03 Thread Greg from Oz
in 330.15 seconds On Monday, 4 September 2023 at 11:09:29 UTC+10 Greg from Oz wrote: > I have noticed lately that the time on my weather page was not updating > and it used to update every 5 minutes but now it is showing anytime 15 > minutes or 20 minutes. > I found this in

[weewx-user] weewx V5 report not updating

2023-09-03 Thread Greg from Oz
I have noticed lately that the time on my weather page was not updating and it used to update every 5 minutes but now it is showing anytime 15 minutes or 20 minutes. I found this in my log files: Sep 4 11:00:27 moonbi weewx[2360287] INFO weewx.engine: Launch of report thread aborted: existing

Re: [weewx-user] How to get the daily rain sum

2023-08-28 Thread Greg from Oz
I used since.py and time_since.py Check my page: https://weather.ubeaut.work/ If you check the week month year for the cumulative rain is that what you are looking for? Today's Rain since 12am $day.rain.sum

Re: [weewx-user] Getting data from weewx

2023-08-26 Thread Greg from Oz
. On Sunday, 27 August 2023 at 09:13:19 UTC+10 Greg from Oz wrote: > I just get my data directly from mysql to overlay my webcam. > https://weather.ubeaut.work/webcam.html > > > > On Sunday, 27 August 2023 at 01:05:11 UTC+10 Graham Eddy wrote: > >> not quite what is b

Re: [weewx-user] Getting data from weewx

2023-08-26 Thread Greg from Oz
I just get my data directly from mysql to overlay my webcam. https://weather.ubeaut.work/webcam.html On Sunday, 27 August 2023 at 01:05:11 UTC+10 Graham Eddy wrote: > not quite what is being asked re ‘extract data for the last 5 minutes’… > given weewx usually generates data reports each 5 mins

Re: [weewx-user] Re: formatting issue in cheetah

2023-08-25 Thread Greg from Oz
I am in Australia and https://www.skahan.net/weewx/purpleair.html works. So the Australian geo block is working OK. [image: Screenshot from 2023-08-26 09-25-36.png] On Saturday, 26 August 2023 at 09:10:00 UTC+10 Tom Keffer wrote: > Both the template and the skin configuration look fine. > > Desp

Re: [weewx-user] WeeWX v5 pip Install into venv

2023-08-25 Thread Greg from Oz
I am running V5 and I put all my venv files into /opt so I have to remember to run the full path: EG sudo /opt/weewx/weewx-venv/bin/wee_reports --config=/opt/weewx/weewx-data/weewx.conf To use the venv I run :source /opt/weewx/weewx-venv/bin/activate also if you want to exit the venv type the co

[weewx-user] Re: WDC skin date format

2023-08-17 Thread Greg from Oz
ce these archive pages do not get > regenerated after the given archive period (even if templates or configs > are changed). > > To make sure this is not the case, please remove all month archive pages, > and wait for the next wee_report run or start the run by yourself. > &

[weewx-user] WDC skin date format

2023-08-16 Thread Greg from Oz
Hi, I have noticed the date format in the headings when I select day, yesterday,week,month,year are correct to how I want them. IE dd/mm/yyy Like this: Monthly Weather Conditions 01/08/23 00:00:00 - 31/08/23 23:59:59 But if I go to the Archive and NOAA sidebar and pick something then the date

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-08-08 Thread Greg from Oz
the hardware manufacturers want to own your > data. It's getting harder and harder to gain access to it. > > On Tue, Aug 8, 2023 at 4:22 PM Greg from Oz wrote: > >> I have been using a USB fineoffset device for over 10 years and it works >> OK for what I am doing, but

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-08-08 Thread Greg from Oz
spend an extra $225 for the USB data logger. Now, > one has to buy an Envoy ($235) and the USB data logger. > > I suppose the worry is that Davis will stop selling the previous console > and the envoy. > > On Aug 8, 2023, at 4:07 PM, Greg from Oz wrote: > >  > > Loo

Re: [weewx-user] Re: Connecting to new Davis Console model 6313

2023-08-08 Thread Greg from Oz
Looks like I won't be buying one of those! That is nearly as bad as paying subscription to use software. On Wednesday, 9 August 2023 at 02:55:32 UTC+10 Bob Rose wrote: > I am in the same boat. I dropped a note to Davis support, and they > confirmed that there is no local data available on the 63

[weewx-user] Re: Belchertown on version 5.0 weewx

2023-07-24 Thread Greg from Oz
t; Thank you again, but I am sorry to say that I do not see the > wee_extension installer in the list that I can find. According to the > belchertown install instructions, it seems to be required to use the > wee_extension installer. > > On Monday, July 24, 2023 at 9:31:50 PM U

[weewx-user] Re: Belchertown on version 5.0 weewx

2023-07-24 Thread Greg from Oz
n Monday, July 24, 2023 at 9:17:25 PM UTC-5 Greg from Oz wrote: > >> I am running V5: >> https://weather.ubeaut.work/ >> and also >> https://weather.ubeaut.work/wdc >> So yes you can have more than one skin. >> >> On Tuesday, 25 July 2023 at 12:06:07 UTC

[weewx-user] Re: Belchertown on version 5.0 weewx

2023-07-24 Thread Greg from Oz
I am running V5: https://weather.ubeaut.work/ and also https://weather.ubeaut.work/wdc So yes you can have more than one skin. On Tuesday, 25 July 2023 at 12:06:07 UTC+10 Timothy LeCoq wrote: > Going through the weewx version 5 documentation at. > https://weewx.com/docs/5.0/usersguide/installing-

Re: [weewx-user] 295kph windGust reading cannot find in database cannot fix

2023-07-06 Thread Greg from Oz
> If you did all those things, the only thing I can think of is that you >>> may not be working on the database you think you're working on. >>> >>> >>> On Thu, Jul 6, 2023 at 5:58 PM Greg from Oz wrote: >>> >>>> I have a windGust read

[weewx-user] 295kph windGust reading cannot find in database cannot fix

2023-07-06 Thread Greg from Oz
I have a windGust reading spike of 295kph and I cannot find it in the database. 295 km/h from N/A (N/A) at 06/07/23 23:00:00 select dateTime, windGust from archive where (windGust > 100); Returned nothing. I deleted the record for that date and time in the mysql database: delete from archiv

Re: [weewx-user] Rain cumulative total wrong total in graph

2023-06-24 Thread Greg from Oz
line_gap_fraction = 0.5 reset = year Thanks again. Check it out on my web site: https://weather.ubeaut.work/year.html [image: Screenshot from 2023-06-25 09-45-13.png] On Sunday, 25 June 2023 at 09:21:28 UTC+10 Greg from Oz wrote: Thanks Gary I will try your extension. The instructions say to do

Re: [weewx-user] Rain cumulative total wrong total in graph

2023-06-24 Thread Greg from Oz
Thanks Gary I will try your extension. The instructions say to do this: wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0/xcum-0.1.0.tar.gz The above is not found . Should be below statement:? wget -P /var/tmp https://github.com/gjr80/weewx-xcumulative/releases/downl

Re: [weewx-user] Rain cumulative total wrong total in graph

2023-06-23 Thread Greg from Oz
gt; >> On 24 Jun 2023, at 2:27 pm, Greg from Oz wrote: >> >> I have made a graph to show the cumulative rainfall and it seems to show >> the correct values on the graphs for day, week and month. They tally up >> with the figures that weewx has calculated but the year

[weewx-user] Rain cumulative total wrong total in graph

2023-06-23 Thread Greg from Oz
I have made a graph to show the cumulative rainfall and it seems to show the correct values on the graphs for day, week and month. They tally up with the figures that weewx has calculated but the year total is way out and the graph numbers are way out as well. I cannot see why it would be so dif

Re: [weewx-user] Re: WDC Skin

2023-06-08 Thread Greg from Oz
to '/wdc/': > > base_path = /wdc/ > > See > https://github.com/Daveiano/weewx-wdc/wiki/WeeWX-related#setting-html_root-and-basepath > > and https://github.com/Daveiano/weewx-wdc/wiki/Configuration#extras. This > should resolve the problem. > Greg from Oz schr

Re: [weewx-user] Re: WDC Skin

2023-06-08 Thread Greg from Oz
Hi, I am testing the wdc skin and have set the html document root to /var/www/html/weather/wdc If I go to https://weather.ubeaut.work/wdc/ (because I am testing and want to leave my other webpages) it shows the wdc index.html which is good. If I click on any of the menu items eg Today week mont

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

2023-03-10 Thread Greg from Oz
>>>> >>>> A Post about integrating the data into the Belchertown skin - I have >>>> not had a look over the files, sorry, but this could be a potential >>>> starting point. If anyone has the time/need for that, I would be happy to >>>> su

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

2023-03-09 Thread Greg from Oz
> look at it and release a small bugfix update by the end of the week, there > were some more bugs with 3.0.0 which need to be resolved. > > Greg from Oz schrieb am Donnerstag, 9. März 2023 um 10:30:43 UTC+1: > >> Also another observation is the radar graphic doesn't c

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

2023-03-09 Thread Greg from Oz
Very strange. On Thursday, 9 March 2023 at 19:33:07 UTC+11 Greg from Oz wrote: > Hi, > > Is there a way to add the date and time for example to the radar html code? > The reason I ask is because the image is being cached but if the name > changes I should get the latest image. >

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

2023-03-09 Thread Greg from Oz
Hi, Is there a way to add the date and time for example to the radar html code? The reason I ask is because the image is being cached but if the name changes I should get the latest image. This is what I meanbut it doesn't work. radar_html = 'https://weather.ubeaut.work/WEBCAM/radar.jpg?

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

2023-03-07 Thread Greg from Oz
Also is there a setting for time of last rain? E.G 5 days 3 hours 2 minutes On Wednesday, 8 March 2023 at 14:22:58 UTC+11 Greg from Oz wrote: > OK figured out group_distance was missing in the Defaults in weewx.conf > group_distance = km > Fixed it. > > > On Wednesday, 8 Marc

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

2023-03-07 Thread Greg from Oz
OK figured out group_distance was missing in the Defaults in weewx.conf group_distance = km Fixed it. On Wednesday, 8 March 2023 at 13:50:20 UTC+11 Greg from Oz wrote: > Looks good. Windrun is in miles though. > > > On Tuesday, 7 March 2023 at 06:22:15 UTC+11 David Bätge wrote:

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

2023-03-07 Thread Greg from Oz
Looks good. Windrun is in miles though. On Tuesday, 7 March 2023 at 06:22:15 UTC+11 David Bätge wrote: > Hi all, > > > I just wanted to inform you that a new version is available for the weewx-wdc > skin for download >

[weewx-user] Re: Solutions for USB lockups on WH3080

2023-02-21 Thread Greg from Oz
Some ideas here: https://groups.google.com/g/weewx-user/c/WETchOWLPsE/m/oa4xsgVLCQAJ On Wednesday, 22 February 2023 at 10:59:53 UTC+11 Maarten Weerman wrote: > Hi all, > > I am running a WH 3080 weather station with weewx version 4.9.1. The > station is connected on a Raspberry Pi. Every now an

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2023-02-21 Thread Greg from Oz
ithub.com/tkeffer/weewx-time_since>. The current version > changes the time context to "month". > > On Tue, Feb 21, 2023 at 1:30 PM Greg from Oz wrote: > >> Thanks. I tried the long_form before but it gives me this: >> >> >> Last rain was: >> 09/

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2023-02-21 Thread Greg from Oz
. On Tuesday, 21 February 2023 at 19:42:35 UTC+11 michael.k...@gmx.at wrote: > Check > https://weewx.com/docs/upgrading.htm#Breaking_changes_for_skins_that_use_delta_times > > You need to (untested): > $time_at('rain>0')$time_since('rain>0').long_form ago >

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2023-02-21 Thread Greg from Oz
4.7.0 and 4.9.1 >> Can someone suggest into which directory I should place Glen's version of >> since.py? >> >> On Thursday, 6 October 2022 at 02:58:33 UTC+13 Greg from Oz wrote: >> >>> Thanks Glenn your copy of since.py works with version 4.8.0. >

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2022-10-05 Thread Greg from Oz
Thanks Glenn your copy of since.py works with version 4.8.0. https://weather.ubeaut.work/ On Sunday, 2 October 2022 at 21:54:49 UTC+11 Glenn McKechnie wrote: > Looks like I'm still using this once - with WeeWX 4.6.0 > See attached > > On 02/10/2022, Greg from Oz wrote: > &g

Re: [weewx-user] weewx.4.6.0 : since.py : KeyError: 'trend'

2022-10-02 Thread Greg from Oz
Hi, Is there a copy of the since.py that works with the later versions of weewx? I cannot find a working copy of it anywhere. I tried adding the bits that Tom suggested but obviously I didn't do it correctly and it didn't work. Thanks On Monday, 7 February 2022 at 09:45:55 UTC+11 Glenn McKechni

[weewx-user] Re: problem with ftp anc post http error 403

2021-11-16 Thread Greg from Oz
Probably in this file: /home/weewx/skins/Ftp/skin.conf or /home/weewx/weewx.conf On Wednesday, 17 November 2021 at 07:14:11 UTC+11 scarz...@gmail.com wrote: > thanks for your reply, but after several attempts i could not find out the > files with this error. I am not practical enough. Can you

Re: [weewx-user] Re: Web Page not adding additional options

2021-10-31 Thread Greg from Oz
AM UTC-7 bowen...@gmail.com wrote: > > Thanks, but that just errors: > > ERROR user.belchertown: Locale: Error using locale en_AU.UTF-8. This > locale may not be installed on your system and you may see unexpected > results. Belchertown skin JavaScript will try to use this

Re: [weewx-user] Re: Web Page not adding additional options

2021-10-31 Thread Greg from Oz
...@gmail.com wrote: > Rebooted twice. No different. Defiantly something wrong. All of this is > with Chrome, Jumped across to Edge and the Twitter icon appeared. So some > of the issues that I am seeing MAY be related to Chrome. > > > On Sunday, October 31, 2021 at 6:48:00 PM U

Re: [weewx-user] Re: Web Page not adding additional options

2021-10-31 Thread Greg from Oz
> > > *From:* weewx...@googlegroups.com [mailto:weewx...@googlegroups.com] *On > Behalf Of *Greg from Oz > *Sent:* Sunday, 31 October 2021 5:38 PM > *To:* weewx-user > *Subject:* [weewx-user] Re: Web Page not adding additional options > > > > Maybe this: > https://

[weewx-user] Re: Web Page not adding additional options

2021-10-30 Thread Greg from Oz
Maybe this: https://groups.google.com/g/weewx-user/c/BckKUHu2_DQ/m/30YJPrKkBwAJ On Sunday, 31 October 2021 at 16:19:43 UTC+11 bowen...@gmail.com wrote: > I seem to be missing out on a vital step when I try to customise the > Belchertown Skin. > > It seems that some options work when added in t

Re: [weewx-user] recommend IP cameras that are easy to grab a single frame from?

2021-07-03 Thread Greg from Oz
I use this command on a generic webcam: ffmpeg -i "rtsp://admin:123456@192.168.0.201:554/mpeg4" -vf fps=1/60 -s 960x480 -strftime 1 $WEBCAMFILES/$DATEFOLDER/tmp/"%Y%m%d-%H%M%S.jpg" -hide_banner & It runs in the background and generates a still every 60 seconds and I use those pictures to make a

[weewx-user] Re: Daylight Savings Error

2021-03-28 Thread Greg from Oz
zdump -v /etc/localtime | grep 2021 Can tell you the daylight saving times. In my timezone it looks like this: /etc/localtime Sat Apr 3 15:59:59 2021 UT = Sun Apr 4 02:59:59 2021 AEDT isdst=1 gmtoff=39600 /etc/localtime Sat Apr 3 16:00:00 2021 UT = Sun Apr 4 02:00:00 2021 AEST isdst=0 gmtof

Re: [weewx-user] tag date and time of the last rain

2021-03-23 Thread Greg from Oz
ing! > > On Mon, Mar 22, 2021 at 2:49 PM Greg from Oz wrote: > >> Have installed the time-since and it works well thanks. >> It is flooding here in Australia so I have to wait until the rain stops >> to really test it as it always says 😊 >> >> Last rain was:

Re: [weewx-user] tag date and time of the last rain

2021-03-22 Thread Greg from Oz
Have installed the time-since and it works well thanks. It is flooding here in Australia so I have to wait until the rain stops to really test it as it always says 😊 Last rain was: 23/03/21 08:40:00 0 days, 0 hours, 0 minutes ago https://weather.ubeaut.work/ Thanks again. On Monday, 22 March 2

Re: [weewx-user] Tracking Rainfall 9 AM to 9 AM (Australia)

2021-02-28 Thread Greg from Oz
Also there is an android app called weewx weather app and it also has rain from 9.am I use that app every day. https://play.google.com/store/apps/details?id=com.odiousapps.weewxweather&hl=en&gl=US It uses the data created from you weather site. On Monday, 1 March 2021 at 15:59:50 UTC+11 Robert D

Re: [weewx-user] Tracking Rainfall 9 AM to 9 AM (Australia)

2021-02-28 Thread Greg from Oz
I use the responsive skin: https://github.com/dcapslock/weewx-responsive-skin Here is my weather site. https://weather.ubeaut.work/ It gets the rain from 9 a.m to 9 a.m. I think it comes installed like that. It may not as I have modified the website so much. If it doesn't then you copy the sin

[weewx-user] Re: Weewx Responsive Skin - Aus Forecast Extension

2021-02-06 Thread Greg from Oz
Yes my icons disappeared as my site is https but I changed a setting on the browser just for my site. On chrome it is called insecure content. Then the icons came back again. On Saturday, 6 February 2021 at 20:41:16 UTC+11 Darryn Capes-Davis wrote: > Hi All, > > Long time since my last post

Re: [weewx-user] Re: Ubuntu 20.04 install, no HTML Files at all

2021-01-15 Thread Greg from Oz
Check to see if weewx is running otherwise there will be no files as Gelnn said earlier. Run the command below: status weewx.service You should see a green dot and something similar to below which means it is running. ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/

[weewx-user] Re: Ubuntu 20.04 install, no HTML Files at all

2021-01-15 Thread Greg from Oz
Are you following these instructions? http://weewx.com/docs/debian.htm Ubuntu 20.04 doesn't have apache installed by default either so you have to install it first. sudo apt install apache2 All you have to do is: wget -qO - https://weewx.com/keys.html | sudo apt-key add - wget -qO - https://we

Re: [weewx-user] Re: skin Belchertown " earth Quake"

2021-01-10 Thread Greg from Oz
ake is "buggy". Thanks to all who post, you >>> have been a great help in trying to figure this anomaly out. >>> >>> my site: http://weather.codetales.com >>> >>> >>> >>> >>> On Saturday, January 9, 2021 at 7:34:41

Re: [weewx-user] Re: skin Belchertown " earth Quake"

2021-01-10 Thread Greg from Oz
My site is here: https://weather.ubeaut.work/belchertown/ It shows km and km in the earthquake section. On Monday, 11 January 2021 at 07:30:10 UTC+11 Greg from Oz wrote: > Try deleting the earthquake.json file as the earthequake stuff gets > regenerated every 3 hours by default. So you

Re: [weewx-user] Independent weewx backup script

2021-01-10 Thread Greg from Oz
I use mysql and keep a week of files which are backed up to another server. I use the name of the day of the week and that way it overwrites the old file with the same name and you get a rolling 7 files. #keep a weeks worth of weewx backups /usr/bin/mysqldump --add-drop-table --user=root --passw

Re: [weewx-user] Re: skin Belchertown " earth Quake"

2021-01-10 Thread Greg from Oz
r_FR.UTF-8" > LC_TIME="fr_FR.UTF-8" > LC_COLLATE="fr_FR.UTF-8" > LC_MONETARY="fr_FR.UTF-8" > LC_MESSAGES="fr_FR.UTF-8" > LC_PAPER="fr_FR.UTF-8" > LC_NAME="fr_FR.UTF-8" > LC_ADDRESS="fr_FR.UTF-8" > LC_TE

Re: [weewx-user] Re: skin Belchertown " earth Quake"

2021-01-09 Thread Greg from Oz
ote: > My simple fix for this was to make sure that in weewx.conf (or skin.conf > if you prefer) you have under the stanza > > [[belchertown]] > [[[units]]] > groups > > An entry that says > > group_distance = km > > > > On Sun, 10 Jan 2021 at 11:1

[weewx-user] Re: skin Belchertown " earth Quake"

2021-01-09 Thread Greg from Oz
Run the command: locale See if *LC_MEASUREMENT *is in your units If it is like this: *LC_MEASUREMENT="en_US.UTF-8" *the the measurement units will be in US (miles) To regenerate all your locale settings run: *locale-gen* There is a lot of discussion here: https://groups.google.com/g/weewx-use

[weewx-user] Re: Version 4.3.0 released

2021-01-04 Thread Greg from Oz
Updated and working OK so far. Thanks https://weather.ubeaut.work/ On Tuesday, 5 January 2021 at 10:28:30 UTC+11 tke...@gmail.com wrote: > This release fixes a bug in V4.2 that caused average values to be calculated > incorrectly if the archive interval changes. > > > 4.3.0 01/04/2020 > > Vers

[weewx-user] Re: Light and Dark Theme in Belchertown Skin with Custom Content

2021-01-04 Thread Greg from Oz
In the dark mode the graphic for the moon flips and shows the moon phase icon as a different phase On Tuesday, 5 January 2021 at 08:38:01 UTC+11 vince wrote: > See if you can do a simple .inc that writes out "my current theme is dark" > or the like based on sessionStorage.getitem('theme')

Re: [weewx-user] New radar_url and img for radar.weather.gov?

2020-12-22 Thread Greg from Oz
Do you mean a radar loop like this? https://weather.ubeaut.work/WEBCAM/radar.webm (webm doesn'tlike iphones so you may not see the loop if you are viewing on iphone) I used webm because it is low space usage. On Wednesday, 23 December 2020 at 06:30:55 UTC+11 peterq...@gmail.com wrote: > Discu

Re: [weewx-user] Best Skin for Kiosk (8 inch tablet) Mode

2020-12-20 Thread Greg from Oz
If you want it to refresh just add this to the html in the section: That way it will refresh every 300 seconds On Monday, 21 December 2020 at 11:47:34 UTC+11 gary@gmail.com wrote: > It doesn't update, so not useful for a tablet running unattended. > > On Saturday, December 19, 2020 at 5:55

Re: [weewx-user] Re: Belchertown Graphs, Reports, Records only show Index with parent directory in text.

2020-12-06 Thread Greg from Oz
You are running it as file:// It should be http:// or https:// The invalid URL is because those sites are NOT locally on your computer. You only use file:// if the resources are found locally on your computer. On Monday, 7 December 2020 at 13:42:30 UTC+11 lecoqacr...@gmail.com wrote: > Still ha

[weewx-user] Re: weird fonts at steelseriesgauges graphs

2020-12-06 Thread Greg from Oz
The font OpenSans-Regular.ttf is here in my install: /etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf Gary is saying edit this file: skins/ss/skin.conf And make the changes. On Monday, 7 December 2020 at 09:26:00 UTC+11 hobbyl...@gmail.com wrote: > im sorry for that, but i cant clear under

[weewx-user] Re: Webserver showing default Apache page instead of weewx

2020-11-22 Thread Greg from Oz
ry > [sudo] password for weewx: > sudo: wee_device: command not found > > So how do I add the user to the dialout group? Is that like the sudoers > group? (not sure how to do the sudoers group either). > On Sunday, November 22, 2020 at 10:36:15 PM UTC-6 Greg from Oz wrote: > &

[weewx-user] Re: Webserver showing default Apache page instead of weewx

2020-11-22 Thread Greg from Oz
v/ttyUSB0' How can I get permissions on the USB port? (Remember > Linux noob)... I can start a new topic about this if necessary. > > On Saturday, November 21, 2020 at 3:53:05 PM UTC-6 Greg from Oz wrote: > >> I think you should put the weewx.conf into /etc/apache2/sites-av

[weewx-user] Re: Webserver showing default Apache page instead of weewx

2020-11-21 Thread Greg from Oz
I think you should put the weewx.conf into /etc/apache2/sites-available/ The run sudo a2ensite (this will enable the site) Then run: sudo systemctl restart apache2.service I don't know what system you are running apache on but the above should work with Ubuntu (debian) On Sunday, 22 November 20

Re: [weewx-user] Davis VP2 can't open ttyUSB0

2020-11-18 Thread Greg from Oz
but is there a more > complete way to test? thank you > > On Tuesday, November 17, 2020 at 7:29:08 PM UTC-6 Greg from Oz wrote: > >> I set my fineoffset rule to: >> >> SUBSYSTEM=="usb", ATTRS{idVendor}=="1941", ATTRS{idProduct}=="8021", >

Re: [weewx-user] Davis VP2 can't open ttyUSB0

2020-11-17 Thread Greg from Oz
;>> lsof: WARNING: can't stat() fuse.gvfsd-fuse file system >>> /run/user/1000/gvfs >>> Output information may be incomplete. >>> >>> On Monday, November 16, 2020 at 8:43:34 PM UTC-5 tke...@gmail.com wrote: >>> >>>> If it

Re: [weewx-user] Davis VP2 can't open ttyUSB0

2020-11-16 Thread Greg from Oz
Is the user running this in the dialout group? On Tuesday, 17 November 2020 at 12:30:14 UTC+11 tke...@gmail.com wrote: > The only thing I can think of to try is to reseat the logger. > > Unless, you actually have the serial version of the VantagePro and are > using a serial-to-usb converter. T

[weewx-user] Re: Web server issue

2020-11-14 Thread Greg from Oz
The /home/weewx/public_html might be /var/www/html/weewx depends on how you installed it. The location will be in the weewx.conf file where is it being saved to. On Sunday, 15 November 2020 at 17:10:23 UTC+11 Greg from Oz wrote: > Maybe if you create a weewx.conf file in /etc/apache2/si

[weewx-user] Re: Web server issue

2020-11-14 Thread Greg from Oz
Maybe if you create a weewx.conf file in /etc/apache2/sites-available and call it weewx.conf Put this in the file: Alias /weewx "/home/weewx/public_html" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all Require all granted

[weewx-user] Re: After Upgraded to 4.2.0 Logs Errors

2020-11-05 Thread Greg from Oz
Upgraded how? What method did you use? http://www.weewx.com/docs/upgrading.htm On Friday, 6 November 2020 15:04:42 UTC+11, fpu...@gmail.com wrote: > > I upgraded to 4.2.0 and I'm getting the errors below, any idea? > > Nov 5 23:00:17 weewx-vm weewx[1390] ERROR weewx.cheetahgenerator: > Generate

[weewx-user] Re: WeeWX 1080 remove data from panel

2020-11-02 Thread Greg from Oz
Maybe this: stop weewx and then run sudo wee_device --clear-memory There is a script somewhere that is a watchdog for weewx. Do a search for it. I use a fineoffset weather station and it has been running fine for years. https://weather.ubeaut.work On Tuesday, 3 November 2020 at 12:40:49 UTC+1

Re: [weewx-user] No PFM found for MEZ025

2020-11-01 Thread Greg from Oz
lid = MEZ025 should be lid = MEZ024 as there is no MEZ025 just like the error messages says.just guessing. On Monday, 2 November 2020 14:42:15 UTC+11, John Kline wrote: > > NWS: no PFM found for MEZ025 in forecast from GYX > > > Seems like a good error message to me. MEZ025 is not wher

[weewx-user] Re: Version 4.2.0 ready

2020-10-31 Thread Greg from Oz
My weewx.conf was changed as well. It had been changed back to Santa Clause and the location was changed but the rest of the file still had my original changes in it. I have mentioned that earlier in these posts. Good to know I am not the only one that this happened to. I upgraded from the beta

[weewx-user] Re: Historic data upload to InfluxDB

2020-10-30 Thread Greg from Oz
Hi Gert, I use mysql and weewx and grafana can us mysql as a data source (as has been mentioned above by Michael) It works well. I have used this was for over a year. On Saturday, 31 October 2020 at 02:08:11 UTC+11 vince wrote: > On Thursday, October 29, 2020 at 11:32:52 PM UTC-7, gert.a...@g

[weewx-user] Re: Activate PWSWEATHER

2020-10-29 Thread Greg from Oz
Did you put the password in quotes and restart weewx? On Thursday, 29 October 2020 19:39:41 UTC+11, Sébastien F4GQK wrote: > > > Hello, > > I am using the Belchertown skin and I cannot activate my weather station > under PWSWeather I have put my information in the weewx.conf. > > [[PWSweather]] >

[weewx-user] Re: Version 4.2.0 ready

2020-10-27 Thread Greg from Oz
Hi Tom, I restored from snapshot. I edited /etc/weewx.conf and changed version = 4.2.0a1 to version = 4.2.1 and then ran dpkg -i python3-weewx_4.2.0-1_all.deb I also selected N when prompted to change the conf file.

[weewx-user] Re: Version 4.2.0 ready

2020-10-27 Thread Greg from Oz
Hi Tom, I upgraded from 4.2.0.0a1 using dpkg -i python3-weewx_4.2.0-1_all.deb There was a warning saying I was downgrading. The install worked but when I looked at the logs it didn't look right. The mqtt was sending ev

Re: [weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Greg from Oz
er, > weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS > report_services = weewx.engine.StdPrint, weewx.engine.StdReport > > > On Tue, Oct 20, 2020 at 2:33 PM Greg from Oz wrote: > >> Up and running. >> >> https://weather.ubeaut.work >>

[weewx-user] Re: Version 4.2.0 alpha available

2020-10-20 Thread Greg from Oz
Up and running. https://weather.ubeaut.work The install asked if I wanted to add the maintainers version of the weewx.conf. I chose No. Is there anything extra in the weewx.conf that I should add to my weewx.conf? Thanks Oct 21 08:24:40 jed164 python3[442306]: weewx[442306] DEBUG weewx.engin

[weewx-user] Re: copied 0 files to /var/www/html/weewx

2020-10-15 Thread Greg from Oz
Delete the files and see if they are regenerated. On Friday, 16 October 2020 at 10:42:35 UTC+11 Joe wrote: > Curious then why if its normal you think there is a corrupt station memory? > > On Thursday, October 15, 2020 at 6:24:56 PM UTC-5 gjr80 wrote: > >> Hi, >> >> WeeWX is not receiving any arc

  1   2   3   >