Re: [weewx-user] Ecowitt Gateway (formerly GW1000) driver v0.5.0b4 release [5]

2022-05-04 Thread John Burricelli
Latest beta working good on my gw1000 with the latest firmware (1.7.2) 2022-05-04 10:08:46 EDT (1651673326): 'dateTime': '1651673326', 'daymaxwind': '3.1', 'dayRain': '1.7', 'extraHumid1': '60', 'extraTemp1': '14.9', 'hourRain': '10.0', 'inHumidity': '46', 'inTemp': '21.4',

[weewx-user] Re: Copy webcam image to /var/www/html/weewx/image.jpg

2020-11-22 Thread John Burricelli
I am doing something similar What I did was run that under www-data user. First I had to change the shell in /etc/passwd to look like this. www-data:x:1028:33:www-data:/var/www:/bin/bash once that is done you can sudo su - www-data and add the cron entry. Another way would be to add the pi

[weewx-user] Re: Belchertown CSS formating for INC blocks

2020-10-14 Thread John Burricelli
You can do it via ffmpeg. I have a Reolink which ftp's the image every 15 seconds and at midnight I automatically create a movie. This is the script I use. #!/bin/bash #Set Date FDATE=$(date +%m%d%Y) YEAR=$(date +%Y) MONTH=$(date +%m) DAY=$(date +%d) sleep 120 #Rename Files, needed for

Re: [weewx-user] How to display pm2.5 & lightning graphs?

2020-10-02 Thread John Burricelli
> Dunno if that works yet. All the storms that have passed by since I put > that in have been quiet! > > cheers > > Tim > > > On 24/9/20 9:23 pm, John Burricelli wrote: > > Hi Tim, > > Would you mind sharing your lightning graph entry? I have it working on

Re: [weewx-user] How to display pm2.5 & lightning graphs?

2020-09-24 Thread John Burricelli
Hi Tim, Would you mind sharing your lightning graph entry? I have it working on mine, however I could only get a daily strike count working. On Thursday, September 24, 2020 at 1:38:17 AM UTC-4 ti...@skybase.net wrote: > Hi Andy, > > I have PM2.5 from my WH41 graphing in my Belchertown skin,

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-24 Thread John Burricelli
, 'inHumidity': 56.0, 'inTemp': 74.8} On Wednesday, June 24, 2020 at 10:42:03 AM UTC-4, gjr80 wrote: > > Your PYTHONPATH needs to include /usr/share/weewx. Try using: > > $ PYTHONPATH=/usr/share/weewx python .. > > > Gary > > On Wednesday, 24 June 2020 22:13:38 UT

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-24 Thread John Burricelli
, line 302, in import weewx.drivers ImportError: No module named weewx.drivers On Wednesday, June 24, 2020 at 7:51:03 AM UTC-4, John Burricelli wrote: > I had a decent storm come through last night with nearly 50 reported > lightning strikes via my ecowitt app. As far as i can tell

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-24 Thread John Burricelli
I had a decent storm come through last night with nearly 50 reported lightning strikes via my ecowitt app. As far as i can tell however nothing is being inserted into the database. INSERT INTO archive_day_lightning_energy VALUES(1592884800,NULL,NULL,NULL,NULL,0.0,0,0.0,0); INSERT INTO

[weewx-user] Re: Interceptor and WH57 Lightning sensor from Ecowitt

2020-06-23 Thread John Burricelli
You would have to script it, but this command will convert the date. # date -d @1592562248 Fri 19 Jun 06:24:08 EDT 2020 On Friday, June 19, 2020 at 6:28:10 AM UTC-4, NanoG5Kite wrote: > > Hi Gert, > > then you are further than me the last time and I also did another error > last time, using: >

[weewx-user] Re: A monitor program for WeeWx running on Raspberry Pi

2020-04-25 Thread John Burricelli
> > A simple shell script will do the same thing. I put something similar > below in my cron to run every 10 minutes. > #!/bin/bash a=`ps -ef | grep weewxd | wc -l` if [ "$a" -gt "1" ] then exit else ** Your alerting/email command goes here ** fi --

[weewx-user] Re: 2 different setups, graphs don't look the same.

2019-10-17 Thread John Burricelli
l specified as is specified in weewx.conf (change with > wee_device if needed) > > > > On Thursday, 17 October 2019 14:23:55 UTC+3, John Burricelli wrote: >> >> I have 2 setups, 1 is a VP2 with an Envoy hooked up to a Pi. 2nd is a >> Vantage Vue with the console hoo

[weewx-user] 2 different setups, graphs don't look the same.

2019-10-17 Thread John Burricelli
I have 2 setups, 1 is a VP2 with an Envoy hooked up to a Pi. 2nd is a Vantage Vue with the console hooked up to a Pi. They are both setup pretty much the same way. Using the wind graphs as an example. The graphs look fine on the Vue, however the line graphs on the VP2 seem to merge into each

[weewx-user] Re: Android weather app for weeWx users

2018-04-17 Thread John Burricelli
This is working great for me. Thank you for creating this. https://www.warrenskywarn.org/settings.txt On Tuesday, April 10, 2018 at 5:01:46 AM UTC-4, John Smith wrote: > > Just to give some background I made an android app similar to Pocket PWS. > I liked the app, but it was closed source so I