[weewx-user] HP1000 Driver upgraded for WeewxV4.1.1 and Python 3

2020-09-25 Thread Susan Mackay
The HP1000 (and clones) driver has been upgraded to match weewx V4.1.1 (at least that was what I tested it on) and Python 3 The driver is in the in the same place as before (i.e. https://github.com/AussieSusan/HP1000). There are no substantive changes in this version other than those to support

[weewx-user] will this run on centos 5 ?

2020-09-25 Thread Rich Painter
Looking at the installation information I see only Centos 7 and 8 instructions. What about Centos 5? thanks rich -- Richard A. Painter, P.E. Retired -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

[weewx-user] Weewx with WeatherlinkLiveUDP crashing

2020-09-25 Thread 'joh....@googlemail.com' via weewx-user
Hi, I am using WLL from https://github.com/grebleem/weewx-weatherlinkliveudp Basically it is working but I have from time to time crashes of Weewx with the following errors: Sep 25 12:34:15 Weewx weewx[2970] CRITICAL __main__: File "/usr/share/weewx/weewxd", line 154, in main Sep

Re: [weewx-user] Barometer adding 8 to real value - possible gw1000 driver issue ?

2020-09-25 Thread Graham Eddy
there have been numerous threads over many years discussing the different types of ‘pressure’ and what they mean. very briefly, atmospheric pressure reduces with altitude, so there is a standard altitude (sea level) for comparison purposes > On 25 Sep 2020, at 5:49 pm, Tim Tuck wrote: > >

Re: [weewx-user] Barometer adding 8 to real value

2020-09-25 Thread Graham Eddy
pressure and barometer are present in weewx packet > On 25 Sep 2020, at 4:21 pm, Tim Tuck wrote: > > Hi all, > > Continuing to debug my new server and I've just noticed that the barometer is > showing 1004hPa even though the MQTT packet shows it to be 996.3. > > timt@metoffice:~$

Re: [weewx-user] Barometer adding 8 to real value - possible gw1000 driver issue ?

2020-09-25 Thread Tim Tuck
On 25/9/20 4:57 pm, Graham Eddy wrote: pressure and barometer are present in weewx packet Hi Graham, Yes, I've just seen that myself. While a test of the driver shows it returning the right pressure, its the*barometer_mbar* value that gets displayed If we run both MQTT and test the

Re: [weewx-user] Weewx with WeatherlinkLiveUDP crashing

2020-09-25 Thread Tom Keffer
It looks like the extension author forgot to check 'rain_rate_last' for None values. Try filing an issues report with him/her. On Fri, Sep 25, 2020 at 3:37 AM 'joh@googlemail.com' via weewx-user < weewx-user@googlegroups.com> wrote: > Hi, > > I am using WLL from

Re: [weewx-user] HP1000 Driver upgraded for WeewxV4.1.1 and Python 3

2020-09-25 Thread Tom Keffer
Thanks, Susan. I have updated the Wiki to reflect its new status. On Thu, Sep 24, 2020 at 11:38 PM Susan Mackay wrote: > The HP1000 (and clones) driver has been upgraded to match weewx V4.1.1 (at > least that was what I tested it on) and Python 3 > The driver is in the in the same place as

Re: [weewx-user] will this run on centos 5 ?

2020-09-25 Thread Tom Keffer
Probably, but you would have to try it. On Thu, Sep 24, 2020 at 11:48 PM Rich Painter wrote: > Looking at the installation information I see only Centos 7 and 8 > instructions. > What about Centos 5? > thanks > rich > > -- > Richard A. Painter, P.E. Retired > > > -- > You received this message

[weewx-user] Re: Error parsing wu-client data

2020-09-25 Thread Stefan Guddat
Anyone with python knowledge able to help? Thanks Stefan Guddat schrieb am Dienstag, 22. September 2020 um 23:42:16 UTC+2: > The last step to have my setup running is fixing the following issue. > Anyone any idea? > > Sep 22 23:04:44 nas weewx[2042] ERROR user.interceptor: parse failed for >

[weewx-user] Atlas Lightning Data Not Showing

2020-09-25 Thread wxwatching
So, I had a storm come through the area and MyAcurite shows 8 strikes today with last one at 9:36 PM EDT at 1 mile. I don't see anything regarding strike data in the web display for Weewx. I have the model 06075M lightning detector installed in my Atlas:

Re: [weewx-user] Atlas Lightning Data Not Showing

2020-09-25 Thread Graham Eddy
looks like lightning count and distance are in the weewx packet, so presumably it is ‘in the weewx system'. what skin are you using, and how does it display those values? > On 26 Sep 2020, at 12:29 pm, wxwatching wrote: > > > So, I had a storm come through the area and MyAcurite shows 8

Re: [weewx-user] Atlas Lightning Data Not Showing

2020-09-25 Thread Graham Eddy
look in weewx.conf to see which skin is enabled. if you are running weewx 4.1.1 (i didn’t see version stated) then likely this is Seasons skin, and you will need to hear back from Seasons skin folk on whether it auto-configures to pick up lightning values (i think there has been recent work on

[weewx-user] Low battery alarm doesn`t work... Module not found...

2020-09-25 Thread felix.m...@gmail.com
hello I have some trouble with the lowBattery script. I have copied the hole file "lowBattery.py" to my user directory...(/home/pi/ ???) Is that right? Than I have edit " user.lowBattery.BatteryAlarm" to report_services in weewx.conf. If I run "sudo tail -f /var/log/syslog" it shows:

Re: [weewx-user] Low battery alarm doesn`t work... Module not found...

2020-09-25 Thread Tom Keffer
It looks like you did a package install, so your user directory is /usr/share/weewx/user On Fri, Sep 25, 2020 at 8:49 AM felix.m...@gmail.com < felix.maltz...@gmail.com> wrote: > > hello > > I have some trouble with the lowBattery script. > I have copied the hole file "lowBattery.py" to my user

Re: [weewx-user] Atlas Lightning Data Not Showing

2020-09-25 Thread wxwatching
Using default skin, and I don't see any values regarding lightning. On Friday, September 25, 2020 at 11:27:37 PM UTC-4 graha...@gmail.com wrote: > looks like lightning count and distance are in the weewx packet, so > presumably it is ‘in the weewx system'. > what skin are you using, and how

Re: [weewx-user] will this run on centos 5 ?

2020-09-25 Thread Tom Keffer
You would probably have to do a setup.py install. I doubt the packaged installs would work. WeeWX V4 requires Python 2.7 or later. If that's not available on CentOS 5, you would have to use an older version of WeeWX, which can be found in http://weewx.com/downloads/released_versions/. What

[weewx-user] How to backup mysql database

2020-09-25 Thread didier....@gmail.com
Hi I would like to backup (each week for exemple) my weewx mysql database from debian to a NAS Thank you for your help ddperso -- 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,

Re: [weewx-user] How to backup mysql database

2020-09-25 Thread Tom Keffer
A quick Google reveals: 10 Ways to Automatically & Manually Backup MySQL Database On Fri, Sep 25, 2020 at 9:22 AM didier@gmail.com < didier.deco...@gmail.com> wrote: > Hi > > I would like to backup (each week for exemple) my weewx

Re: [weewx-user] How to backup mysql database

2020-09-25 Thread Didier Decoodt
Thanks Tom, exactly that I need! MySQL database to FTP server (my NAS) https://www.cyberciti.biz/tips/how-to-backup-mysql-databases-web-server-files-to-a-ftp-server-automatically.html and also a script generator https://bash.cyberciti.biz/backup/wizard-ftp-script.php ddperso Le ven. 25 sept.

Re: [weewx-user] will this run on centos 5 ?

2020-09-25 Thread Rich Painter
on the installation page it only has links to versions for centos 7 and 8. which to try or where to get something older? Also I found recently in the documentation that there was a "minimum" python version... the centos 5 python is less than that. so i'm guessing it isn't worth trying. so, where

Re: [weewx-user] will this run on centos 5 ?

2020-09-25 Thread vince
On Friday, September 25, 2020 at 9:40:38 AM UTC-7, Tom Keffer wrote: > > You would probably have to do a setup.py install. I doubt the packaged > installs would work. > > WeeWX V4 requires Python 2.7 or later. If that's not available on CentOS > 5, you would have to use an older version of

Re: [weewx-user] Re: Can't get LOOP packets from WiFi logger

2020-09-25 Thread 'loonsailor' via weewx-user
I wanted to provide a status update, and see if anybody else has any experience with the WiFiLogger that's similar to this, or has any ideas. Ryan, I'm having problems with the WiFiLogger2. I'm reading it with weeWx. There is no email address on wifilogger.net, so I don't know how to reach

Re: [weewx-user] Re: Can't get LOOP packets from WiFi logger

2020-09-25 Thread steeple ian
supp...@wifilogger.net is the email address IM On Fri, 25 Sep 2020 at 20:14, 'loonsailor' via weewx-user < weewx-user@googlegroups.com> wrote: > I wanted to provide a status update, and see if anybody else has any > experience with the WiFiLogger that's similar to this, or has any ideas. > >