[weewx-user] Help with Raspberrypi V5.4.51

2020-09-27 Thread Chris Neville
Hi My SDcard had an issue and died, so I am rebuilding I have a Pi V3b+ and was running Raspbian, however this is now Raspberrypi. When I try to get WeeWx, it will recognise 'http://weewx.com/apt/python3 buster main' however when I run "sudo apt-get update" I get an error that

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread Graham Eddy
yes, john has already done the hard work. it’s just a case of wrapping the AQI part differently (called from WXCalculate rather than ‘airlink’ PMx.x collector) and positioning it as a process_service not data_service - that’s what i meant by “pinching his code" > On 28 Sep 2020, at 10:56 am,

Re: [weewx-user] Re: PI update Weewx

2020-09-27 Thread Michael Sanphillipo
CRT is working and I'm using WEEwx in python3. It's only when I update the apt that it' wants to install weewx again that's when CRT fails. It's all working fine at this point I just won't update weewx since I'm already using the latest version. On Sunday, September 27, 2020 at 8:24:49 PM

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread John Kline
> Oh. So you already have a way to calculate AQI from the PM data? Yep. It’s there. > On Sep 27, 2020, at 5:48 PM, Tom Keffer wrote: > >  > Oh. So you already have a way to calculate AQI from the PM data? > >> On Sun, Sep 27, 2020 at 5:46 PM John Kline wrote: >> It’s already using XTypes

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread Tom Keffer
Oh. So you already have a way to calculate AQI from the PM data? On Sun, Sep 27, 2020 at 5:46 PM John Kline wrote: > It’s already using XTypes for everything derived; so, not much to figure > out there. > > On Sep 27, 2020, at 5:42 PM, Tom Keffer wrote: > >  > Here's the wiki on XTypes >

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread John Kline
It’s already using XTypes for everything derived; so, not much to figure out there. > On Sep 27, 2020, at 5:42 PM, Tom Keffer wrote: > >  > Here's the wiki on XTypes. I believe John has written an XTypes extension. > Between the two of you, I'm sure you can figure it out! > > -tk > > >>

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread Tom Keffer
Here's the wiki on XTypes . I believe John has written an XTypes extension. Between the two of you, I'm sure you can figure it out! -tk On Sun, Sep 27, 2020 at 8:47 AM Graham Eddy wrote: > i had not thought to put the collection

Re: [weewx-user] Re: Belchertown hook1 not refreshing

2020-09-27 Thread Tim Tuck
Hi Manfred, Thanks for that, I'll have to give that a try, cheers Tim On 25/9/20 5:50 am, Manfred Maier wrote: So, this is my approach. In the index.html.tmpl I've included the following script:     setInterval("reload_hook();", 1);         function reload_hook () {

[weewx-user] Getting ObserverIp working with python3

2020-09-27 Thread Bill Eaton
I'm upgrading my desktop/server to Ubuntu 20.04/Python3. My old installation of WeeWx was running on Python2.7. On Python 2.7, I was able to get Matt Walls ObserverIp driver working. I hacked up the ObserverIp driver fixing all of the things that wouldn't work in Python 3 until all of the

Re: [weewx-user] Re: PI update Weewx

2020-09-27 Thread steeple ian
Did you update weewx-crt? The version you have may not be Python3 compliant. IM On Sun, 27 Sep 2020 at 23:45, Michael Sanphillipo wrote: > I tried that yesterday and when I ran update it updated Weewx even though > I was already on the latest version then I had errors with crt.py. So I had > to

[weewx-user] Re: PI update Weewx

2020-09-27 Thread Michael Sanphillipo
I tried that yesterday and when I ran update it updated Weewx even though I was already on the latest version then I had errors with crt.py. So I had to do a restore from an image I did before I made the change. On Sunday, September 27, 2020 at 6:24:26 PM UTC-4 vince wrote: > On Sunday,

[weewx-user] Re: PI update Weewx

2020-09-27 Thread vince
On Sunday, September 27, 2020 at 2:26:48 PM UTC-7, Michael Sanphillipo wrote: > > I recently switched Weewx to Python3, but I notice when I run Updates on > my PI I see the following. > > sudo apt update > Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] > Hit:2

[weewx-user] PI update Weewx

2020-09-27 Thread Michael Sanphillipo
I recently switched Weewx to Python3, but I notice when I run Updates on my PI I see the following. sudo apt update Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB] Hit:2 http://weewx.com/apt/python2 squeeze InRelease Will this cause an issue if I'm using Python 3? If

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

2020-09-27 Thread 'loonsailor' via weewx-user
Thanks for the suggestion. I just made the change. I'll watch for the next few hours and report back on results. On Saturday, September 26, 2020 at 7:16:55 AM UTC-7 bgra...@umw.edu wrote: > Hello, > I have had this problem and solved it for my VPro2 by modifying the > vantage.py driver. It

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread Graham Eddy
i had not thought to put the collection of AQI calculations into an extension to StdWXCalculate i amend my suggested split of weewx-airlink to an ‘airlink’ data acquisition service providing PMx.x values, plus an ‘aqi’ extension to StdWXCalculate to convert PMx.x values to AQI-related values

[weewx-user] Re: how can I correct mistakes in the database in past? how to get year.json?

2020-09-27 Thread Astrid
Sorry, I found the mistake. It was something wrong in weewx.conf at [[[CheetahGenerator]]] HTML_ROOT = public_html/json Now it works. :) Regards, Astrid -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

[weewx-user] Re: how can I correct mistakes in the database in past? how to get year.json?

2020-09-27 Thread Astrid
The last time year.json was created was on 09.09.2020. At this time I started to switch to weewx 4.1.1 and integrated new highcharts skin 0.3.0 as it has been released. Regards, Astrid -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To

Re: [weewx-user] Feature request for forecast extension

2020-09-27 Thread Michael Bruski
Thanks for that hint John. It does the trick. I guess I should have taken a second look at the docs. Mike On Sat, Sep 26, 2020, 23:24 John Kline wrote: >  > I don’t mind adding it; but have you tried specifying the URL in > weewx.conf: > > lid=XX > foid=XXX > url = >

[weewx-user] Re: how can I correct mistakes in the database in past? how to get year.json?

2020-09-27 Thread Astrid
Hello! I thought year.json was from weewx it self, but this was my mistake, it comes from Hightchart-skin, which I use too (0.3). I wait overnight, but it does not appear again. :( Regards, Astrid -- You received this message because you are subscribed to the Google Groups "weewx-user"

Re: [weewx-user] how can I correct mistakes in the database in past? how to get year.json?

2020-09-27 Thread Tom Keffer
I'm not familiar with the file year.json. Where did it come from? If it works like the rest of WeeWX reports, if you delete it, then it will be regenerated using the current data. On Sun, Sep 27, 2020 at 3:47 AM Astrid wrote: > Hello! > > In my database are some errors, which I > did not

Re: [weewx-user] Re: Missing code for UV-sensor-debug in wmr200.py (4.1.1)

2020-09-27 Thread Tom Keffer
You would have to ask the driver's author. I suspect it's just a belt-and-suspenders approach to making sure it has a proper value. On Sun, Sep 27, 2020 at 12:09 AM peredst...@gmail.com < peredstrom@gmail.com> wrote: > Btw.. > > Why do I need to change in two places to get debug-info in the

Re: [weewx-user] Re: Davis AirLink and PurpleAir

2020-09-27 Thread Tom Keffer
The "WeeWX way" is to emit what the hardware offers, then let StdWXCalculate determine whether to keep it or calculate a new value in software. Right now, it's fairly easy to extend StdWXCalculate to calculate new types via the XTypes facility. Gary and I are working on a version that will make

[weewx-user] how can I correct mistakes in the database in past? how to get year.json?

2020-09-27 Thread Astrid
Hello! In my database are some errors, which I did not recognized before. E.g. in June some outtemp minus values, which do not have been in reality. My weatherstation creates ascii-tables. I get the data to weewx with fileparse. And if computer is rebooting it sometimes delivers wrong data. I

Re: [weewx-user] Re: Missing code for UV-sensor-debug in wmr200.py (4.1.1)

2020-09-27 Thread peredst...@gmail.com
Btw.. Why do I need to change in two places to get debug-info in the syslog? I thought that the thing was to just change in the beginning of the file. First here: DEBUG_PACKETS_COOKED = 0 # Prints raw pre-processed packets from console. DEBUG_PACKETS_RAW = 1 Then here: global

Re: [weewx-user] Re: Missing code for UV-sensor-debug in wmr200.py (4.1.1)

2020-09-27 Thread peredst...@gmail.com
Just happy to contribute to the greater good.. söndag 27 september 2020 kl. 01:26:44 UTC+2 skrev tke...@gmail.com: > Thanks. Commit 995d11 > > > On Sat, Sep 26, 2020 at 12:04 PM peredst...@gmail.com < >

[weewx-user] WMR200-driver reports UV-sensor value as 255 when h'FF = no sensor installed

2020-09-27 Thread Per Edström
The wmr200.py should not report h'ff as a value out of range as there is no value from the UV-sensor as there is no sensor installed. Alternative report is record out of order, sensor lost or sensor not installed. Debug and archive log info: Sep 27 06:00:35 RPi-3Bp-Arelien weewx[16407] DEBUG