[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread gjr80
Yep, this is a known and now fixed issue. You can download rtgd v0.3.2 and it will fix the issue, you can just extract rtgd.py from the v0.3.2 package and save it over your exiting rtgd.py in the user directory. You will have to restart weeWX of course. Gary -- You received this message

[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread gjr80
Keith, You know I was thinking this morning when I typed that reply, I wonder if he's editing the gauges.js in the skins folder. No matter, it's working now, updating every few seconds. You can tell by looking at the wind, if there is wind blowing it will likely change every few seconds.

[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread k_herriage via weewx-user
I've also noticed that with rtgd going, python in system.log running 'top', uses a lot of cpu %. So with this working I'm thinking about moving this to a Raspberry Pi 3 to get a load off the iMac. I really don't notice any slow down but just know the cpu% is up there might be something to

[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread k_herriage via weewx-user
Gary, Here's what I have. On Friday, January 19, 2018 at 7:27:23 PM UTC-6, gjr80 wrote: > > Sorry, got tied up elsewhere yesterday and not too much weeWX time. > > On Friday, 19 January 2018 01:18:01 UTC+10, k_her...@yahoo.com wrote: >> >> Gary, >> >> On Thursday, January 18, 2018 at 5:43:29 AM

Re: [weewx-user] Creating a first time config file

2018-01-19 Thread William
Thank you! I think that worked. I was able to go through the prompts with no errors. Was able to go to Verify and it did bring up a webpage with my location in Simulator mode. So when I do get my system (Vantage Pro2,wireless), I will want to reconfigure with the correct driver to VP2

[weewx-user] Data Issue

2018-01-19 Thread gjr80
Hi, Probably corrupted station memory from the power cut but impossible to say without seeing the logs. Software record generation works as it only uses the loop data from your console which is unaffected by corrupt station memory. On the other hand, hardware generation relies on archive

[weewx-user] Data Issue

2018-01-19 Thread Dave McCreath
Good Evening All, please excuse this Noob! In a bit of a pickle, I've got a Vantage Vue that has been working fine over the past two years, data ported through to WU via a Rpi (using the Debian Stretch). Weewx is up to date (v 3.8.0). Had a power cut this evening for a couple of hours, when

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread Andrew Milner
Just create a template called for example textdata.txt.tmpl, put inside the template the data fields you want in the .txt file for example: $current.inTemp $current.outTemp $current.outHumidity set the archive interval to 60 and let cheetah create and populate your .txt file every 60 seconds

Re: [weewx-user] Creating a first time config file

2018-01-19 Thread Thomas Keffer
Try running sudo dpkg-reconfigure weewx This will basically rerun the install configuration. See the Wiki on changing drivers for other strategies, including this one. -tk On Fri, Jan 19, 2018 at 6:07 PM, William wrote:

[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread gjr80
Sorry, got tied up elsewhere yesterday and not too much weeWX time. On Friday, 19 January 2018 01:18:01 UTC+10, k_her...@yahoo.com wrote: > > Gary, > > On Thursday, January 18, 2018 at 5:43:29 AM UTC-6, gjr80 wrote: > > >> Not to worry, let's work on weewx.conf. At the moment you have two >>

Re: [weewx-user] Creating a first time config file

2018-01-19 Thread William
Hi Tom, First, thank you! Yes, using the Debian install. Still very new to this, but to start from the top, I downloaded the Weewx_3.8.0.1_all.deb file. It resides in the Download folder. >From terminal, I ran each line in the Config apt (copy/paste) and then each >line in the

[weewx-user] Re: Question about latitude/longitude

2018-01-19 Thread gjr80
Well done Keith, and I thought everything was supposed to be easier on the Mac :) As Matthew said we probably need a wiki page about this but at least for now we have the link you found. Everything in the log extract you posted seems to be as it should. Gary On Friday, 19 January 2018

Re: [weewx-user] Real Time Gauge Data & CPU Load

2018-01-19 Thread gjr80
Just to wrap this up I have fixed the 100% CPU usage bug in v0.3.2 released this morning. Was going to fix it in v0.4.0 but v0.4.0 got away from me. Gary On Saturday, 20 January 2018 04:49:01 UTC+10, on1...@gmail.com wrote: > > Ken, > > Thanks. > > That seemed to do the trick. I

Re: [weewx-user] Creating a first time config file

2018-01-19 Thread Thomas Keffer
You did not say what install method you are using, but I assume a Debian install. If that's the case, ​I suspect you are just having a simple permissions problem. Just follow the directions in the Debian install guide . Note that they have you put a "sudo" in

[weewx-user] Creating a first time config file

2018-01-19 Thread William
New user to Pi/Rasbian/Weewx I’m still waiting for my PWS, VP2 to get here and a nice poster said I can use Simulator to start getting a feel for things on Weewx. I’m all for that. I believe I installed Weewx, but not completely. I never got the prompts for setup. So I tried reconfigure and

[weewx-user] Re: Weewx, WMR300 and RaspberryPi "altimeter: none, barometer: none" no view ...?

2018-01-19 Thread Yngve Andersson
The time between two "REC" 01:45:00 - 02:00:00 is exactly 900 seconds. The reading was done manually from the terminal. Also noted that reading values showed "altimeter: None, appTemp: 19.6444928978, barometer: None" Den fredag 19 januari 2018 kl. 22:01:42 UTC+2 skrev Yngve Andersson: > > Thank

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread hjm
Hi Tom, I just need a text file every 60 seconds with the actual data. The rest is done by own code. I had a look at the customization guide - seems to give answers. Anyhow, I understand, it is necessary to run some database (LQlite) always. Thanks for the hint. Harald Am Samstag, 20. Januar

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread Thomas Keffer
Hello, Harald I am not completely understanding your question. Do you want to write to an RDD database (which one?) instead of sqlite or MySQL? If that is the case, then that would probably be a major project. Do you want instructions on how to write data to an HTML or XML file? If so, there is

[weewx-user] weewx raspi - only life data

2018-01-19 Thread hjm
Hi out there, I want to 'miss use' weewx on a raspi just for reading life data e.g. every 60 sec and write it to an ASCII file, may be an html or xml file. This will be displayed and written to a RDD database together with a bulk of data from the solar panel, battery and different consumption

[weewx-user] Re: Weewx, WMR300 and RaspberryPi "altimeter: none, barometer: none" no view ...?

2018-01-19 Thread Yngve Andersson
Thank you, *mwall *for your quick response and dedication! The time is set to 900 seconds, also tested 1200 seconds with the same result. I'm not familiar with the "sqlite3" program, so it needed an installation. Then I come so far. pi@raspberrypi:~$ sqlite3 /var/lib/weewx.sdb SQLite

Re: [weewx-user] Real Time Gauge Data & CPU Load

2018-01-19 Thread on1krr
Ken, Thanks. That seemed to do the trick. I appreciate the help. Just a few more things to do before "go live". --Joe On Friday, January 19, 2018 at 1:29:40 PM UTC-5, Kenneth Baker wrote: > > > Hi Joe, > > I saw the same behavior and filed this issue: >

[weewx-user] Re: Weewx, WMR300 and RaspberryPi "altimeter: none, barometer: none" no view ...?

2018-01-19 Thread mwall
yngve, thank you for a detailed problem description! wu can be very unreliable about displaying data, so we should first ensure that weewx is getting correct data from the hardware. as you know, the wmr300 emits a pressure reading only every 900 seconds. so if you have an archive interval of

Re: [weewx-user] Real Time Gauge Data & CPU Load

2018-01-19 Thread Kenneth Baker
Hi Joe, I saw the same behavior and filed this issue: https://github.com/gjr80/weewx-realtime_gauge-data/issues/12 There is a diff in that post you can try if you like. -- Ken > Hello, > > I am considering converting from wview to weewx. I have stood a dev > instance and have it running

[weewx-user] Real Time Gauge Data & CPU Load

2018-01-19 Thread on1krr
Hello, I am considering converting from wview to weewx. I have stood a dev instance and have it running based on the weewx simulator. When I enable the rtgd extension my CPU load goes to 100%. I have changed the "min_interval" setting within the [ReailTimeGaugeData] section from 0 to 5 to

[weewx-user] Weewx, WMR300 and RaspberryPi "altimeter: none, barometer: none" no view ...?

2018-01-19 Thread Yngve Andersson
Hey! I need help getting forward with displaying the information from "barometer = pressure" that is missing and showing "none" in log file and at presentation. The values ​​show only at the first registration after starting the program. When I searched for information online, I realized that

[weewx-user] Re: How to add/read multiple sensors in pond.py

2018-01-19 Thread Andreas Otten
Ah i need to edit the Skin.conf :) Very interesting, yepp it works how i expect it. Ok now i go over to read from mqtt as a service. I think i do some tutorial on instructables when ready :) Thanks for pointing me qjr80 Am Freitag, 19. Januar 2018 16:11:10 UTC+1 schrieb Andreas Otten: > > Ok

[weewx-user] Re: How to add/read multiple sensors in pond.py

2018-01-19 Thread Andreas Otten
Ok on debug = 1 i get: Jan 19 15:52:35 WetterPISchortens weewx[3842]: pond: found value of ['32.4', '12.4\n'] On my page i become Pond temperature 32.4 i have in the index template tpl one entry: #if $day.extraTemp1.has_data Pond Temperature

Re: [weewx-user] StdConvert issue?

2018-01-19 Thread olivier . guyotot
OK, thanks, it's all working now. I just need to do some clean up and figure out how to share all of this... On Thursday, 18 January 2018 23:46:23 UTC+1, Tom Keffer wrote: > > There is indeed such a limit. The observation types extraTemp1 through > extraTemp7 are defined, but anything beyond

Re: [weewx-user] WOW metoffice details

2018-01-19 Thread Andrew Elwell
> Have to generate your password on the site its in options Yes, I discovered that once I'd read the docs :-) (and wondered why I too was getting the password error) -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group