RE: [weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread Matt C
Ok, thank you for confirming.  I shall wait patiently. From: Susan MackaySent: 03 September 2020 07:17To: weewx-userSubject: Re: [weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed It's not been updated and should not be used

Re: [weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread Susan Mackay
It's not been updated and should not be used with Python 3. This is something I have on my 'to do' list but I must admit it is not the top priority. On the other hand, the source is there if anyone else wants to have a go. Susan (HP1000 driver author) On Thursday, September 3, 2020 at 8:19:07

[weewx-user] Re: New User trying Rpi Install with Errors

2020-09-02 Thread lodewyk...@gmail.com
Hi Everyone, I just can seem to get my WeeWX to run smoothly. I installed everything and it was running fine a month ago (in the office). So thinking everything was good I deployed the weather station (Davis Vantage Vue) outside for a month. When I tried to look for the data the archive stoppe

Re: [weewx-user] Re: Daily climatological summaries

2020-09-02 Thread Mikael Fredriksson
Great! I'll have a look at that. Thanks! /Mikael Den tors 3 sep. 2020 02:11Glenn McKechnie skrev: > Have a look at wxobs. > > I based that on Powerin's work (they started this thread) > > https://github.com/glennmckechnie/weewx-wxobs > > On 03/09/2020, Mikael Fredriksson wrote: > > were there e

Re: [weewx-user] Re: Daily climatological summaries

2020-09-02 Thread Glenn McKechnie
Have a look at wxobs. I based that on Powerin's work (they started this thread) https://github.com/glennmckechnie/weewx-wxobs On 03/09/2020, Mikael Fredriksson wrote: > were there ever shared a script for this? > /Mikael > > -- > You received this message because you are subscribed to the Googl

Re: [weewx-user] Data not being received from DHT22 Temperature/Humidity Sensor

2020-09-02 Thread Tom Keffer
> > Tom, > Is this the line you think I should remove from the > extra_sensors_service.py - > > > *except Exception, e:syslog.syslog(syslog.LOG_ERR, > "extrasensors: cannot read value: %s" % e) * > Yes (along with its corresponding 'try' statement). It appears that you also have anoth

Re: [weewx-user] weewx upgrade from python2 to python3

2020-09-02 Thread Tom Keffer
You need Python 3 versions of all the prerequisites. To install them, follow step 1 (and only step 1) from the setup.py instructions . On Wed, Sep 2, 2020 at 2:34 PM Timothy Buchanan wrote: > I tried this procedure, and with python3 I get an error that Cheeta

Re: [weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread steeple ian
Matt, Are you using Python2 or 3. The driver was last updated 11months ok and may not be compatible with Python3 im. On Wed, 2 Sep 2020 at 23:08, icoj...@gmail.com wrote: > This is what I'm seeing... > > > pi@raspitest:~ $ cd /home/weewx/bin/user > pi@raspitest:/home/weewx/bin/user $ dir > ex

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread icoj...@gmail.com
This is what I'm seeing... pi@raspitest:~ $ cd /home/weewx/bin/user pi@raspitest:/home/weewx/bin/user $ dir extensions.py HP1000.py __init__.py installer __pycache__ pi@raspitest:/home/weewx/bin/user $ sudo nano HP1000.py # #Copyright (c) 2017 Susan Mackay # acknowledging that this

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread icoj...@gmail.com
Hi Gary, Yes to both questions. Thanks for your help On Wednesday, 2 September 2020 at 22:28:23 UTC+1 gjr80 wrote: > OK, let’s start with the obvious. Is HP1000.py in /home/weewx/bin/user and > if you view the contents of the file is it legible code? > > Gary > On Thursday, 3 September 2020 at

Re: [weewx-user] weewx upgrade from python2 to python3

2020-09-02 Thread Timothy Buchanan
I tried this procedure, and with python3 I get an error that Cheetah is not found. Log extract: Sep 2 15:28:18 raspberrypi weewx[1426] CRITICAL __main__: Caught unrecoverable exception: Sep 2 15:28:18 raspberrypi weewx[1426] CRITICAL __main__: No module named 'Cheetah' Sep 2 15:28:

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread gjr80
OK, let’s start with the obvious. Is HP1000.py in /home/weewx/bin/user and if you view the contents of the file is it legible code? Gary On Thursday, 3 September 2020 at 07:08:58 UTC+10 icoj...@gmail.com wrote: > this is what i'm seeing > > pi@raspitest:/var/tmp $ sudo /home/weewx/bin/wee_extens

Re: [weewx-user] Weather34 skin - I did something silly!

2020-09-02 Thread steeple ian
I see you are starting out afresh from another thread. The best thing to do will be to install the current version instead. im. On Wed, 2 Sep 2020 at 22:23, steeple ian wrote: > No judgement here. > > You need to let me know which version you are using to get the correct > index.php file back. F

Re: [weewx-user] Weather34 skin - I did something silly!

2020-09-02 Thread steeple ian
No judgement here. You need to let me know which version you are using to get the correct index.php file back. Find your settings.php file and look around line number 82 and tell me the $templateversion you have. We can then retrieve that from its archive. im. On Wed, 2 Sep 2020 at 13:19, icoj...

[weewx-user] StdQc - How to avoid correct values that are not possible

2020-09-02 Thread HoracioDos
Hello. My weather station had a glitch today and it recorded values that were correct but they were not possible in a time frame. Is there a way in [StdQc] section to apply some sort of statistical control to avoid them? As it can be seen in the picture, all values were out of the trend in a mom

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread icoj...@gmail.com
this is what i'm seeing pi@raspitest:/var/tmp $ sudo /home/weewx/bin/wee_extension --install=/var/tmp/HP1000-master/HP1000.tar.gz Request to install '/var/tmp/HP1000-master/HP1000.tar.gz' Extracting from tar archive /var/tmp/HP1000-master/HP1000.tar.gz Saving installer file to /home/weewx/bin/use

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread gjr80
Hi, Would help to know what commands you entered and what output you received. Can you please try again and copy/post the exact commands entered and the resulting output to the console. Gary On Thursday, 3 September 2020 at 06:59:38 UTC+10 icoj...@gmail.com wrote: > Apologies for resurrecting

[weewx-user] Re: New User Setup issues - Raspberry Pi, Fine Offset HP1000 - weather reports show values being appended/summed

2020-09-02 Thread icoj...@gmail.com
Apologies for resurrecting an old thread but I'm trying to do a fresh install using the commands listed above, using Weewx 4.1.1 and the HP1000 driver is not appearing in the list so it cannot be chosen. Has anything fundamental changes between the previous and current weewx versions? Thanks

[weewx-user] Re: Daily climatological summaries

2020-09-02 Thread Mikael Fredriksson
were there ever shared a script for this? /Mikael -- 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 discussion

[weewx-user] MQTT on Belchertown no longer connecting

2020-09-02 Thread bmb...@gmail.com
Hey All, I had my Belchertown skin working fine, until about a week ago when I rebooted my router and was assigned a new IP - I changed the DNS setting for my domain and everything still works except my MQTT server, well, I think that works, but its not connecting anymore my config is : weew

[weewx-user] Re: wlink error with weatherlink.com V2

2020-09-02 Thread Joel Öhman
I have the Pro Version but it doesn't help. H: Joel onsdag 5 augusti 2020 kl. 02:29:19 UTC+3 skrev rcst...@gmail.com: > Gotcha, yeah, that's what I couldn't figure out. It's super unclear from > their tiering documentation. > > On Tuesday, August 4, 2020 at 12:56:36 PM UTC-7, Rodrigo Scuissia

[weewx-user] Re: Added second sensor to AcuRite weather station - can I add data to reports

2020-09-02 Thread ke...@lakeman.org
My console is: Hardware AcuRite 01536 I interface the console with a USB cable into a rasberrypi running weewx -Keith On Friday, August 28, 2020 at 7:20:17 AM UTC-5 storm...@gmail.com wrote: > What console do you have? > > On Friday, August 28, 2020 at 7:25:19 AM UTC-4, Keith Lakeman wrote: >>

[weewx-user] Weather34 skin - I did something silly!

2020-09-02 Thread icoj...@gmail.com
I had an issue with my station page not updating and as I'm busy and/or stoopid, rather than taking the time to investigate, I thought that the report would simply re-generate if I deleted the file so I went and deleted index.php and it completely broke...ok, hold fire on all the silly remarks,