[weewx-user] Re: WH1080 pressure cal

2016-09-20 Thread Andrew Milner
Do you have a limit in QC for max barometer value which has now been exceeded (or minimum)? If barometer becomes invalid then the trend will also be N/A. Also the correction needs to be in the units of the target database. I suspect your +7 has been taken as 7 inHg rather than 7mb which you

[weewx-user] Re: WH1080 pressure cal

2016-09-20 Thread DD CC
Well that was interesting. I did edit the weewx.conf file: [StdCalibrate] [[Corrections]] pressure = pressure + 7 But this resulted in the Current Conditions of the Barometer and the Barometer Trend both returning a value of N/A . Any thoughts. Cheers On Wednesday, 21 S

[weewx-user] Re: Can't edit config file

2016-09-20 Thread Andrew Milner
You are probably better off getting familiar with the command line interface, and using a text editor such as nano to edit config files with. rather than using a graphical editor. Permissions are changed and set in the standard Linux way. If the files are owned by another user, such as root, a

[weewx-user] Re: WH1080 pressure cal

2016-09-20 Thread DD CC
Thanks for your rapid response. I am using weewx_3.5.0-1_all.deb on an Odroid C2. I will try the manual cal in [StdCalibrate] . Cheers On Wednesday, 21 September 2016 12:08:52 UTC+10, mwall wrote: > > On Tuesday, September 20, 2016 at 9:52:56 PM UTC-4, DD CC wrote: >> >> I have tried

[weewx-user] Can't edit config file

2016-09-20 Thread Bob Breck
Doing a clean install on a new Raspberry Pi (v 3.5.0). The installer doesn't open the config tool, and I can't edit the config file manually; I'm logged in as user Pi and it tells me I don't have permission to edit this file. Can someone tell me how to edit this file using the graphical interfa

[weewx-user] Re: WH1080 pressure cal

2016-09-20 Thread mwall
On Tuesday, September 20, 2016 at 9:52:56 PM UTC-4, DD CC wrote: > > I have tried using sudo wee_config_fousb --slp=.xx but always get > backwee_config_fousbcommand not found. > which version of weewx are you using? the wee_config_fousb utility should be located in the bin directo

[weewx-user] WH1080 pressure cal

2016-09-20 Thread DD CC
I have tried using sudo wee_config_fousb --slp=.xx but always get backwee_config_fousbcommand not found. I have used a Gdebi weewx installation which works well with a fineoffset WH1080. Shouldwee_config_fousb be part of the install and if so where would it reside with the

[weewx-user] Re: Not letting me download

2016-09-20 Thread Andrew Milner
Makes no sense at Download which site, from where, by clicking what??? What exactly were you trying to do On Wednesday, 21 September 2016 04:26:12 UTC+3, Samuel Senti wrote: > When I go to download the site it won't let me because I don't have a > program for it? Does this make any

Re: [weewx-user] Not letting me download

2016-09-20 Thread Thomas Keffer
Not really. You're going to have to be more specific about what you did and what happened. And, it's not clear what you mean by "download the site..." -tk On Tue, Sep 20, 2016 at 6:26 PM, Samuel Senti wrote: > When I go to download the site it won't let me because I don't have a > program for i

[weewx-user] Not letting me download

2016-09-20 Thread Samuel Senti
When I go to download the site it won't let me because I don't have a program for it? Does this make any sense to anyone? -- 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 e

Re: [weewx-user] Re: Week no

2016-09-20 Thread Thomas Keffer
The Cheetah template engine can interpret any Python code. So, you could do something like in your template (NOT TESTED): #import platform The kernel is: $platform.platform() -tk On Tue, Sep 20, 2016 at 9:32 AM, zkab wrote: > Thanks - it worked just perfect

[weewx-user] Re: Week no

2016-09-20 Thread Andrew Milner
Not as far as I am aware - unless you write some code. On Tuesday, 20 September 2016 19:32:40 UTC+3, zkab wrote: > > Thanks - it worked just perfect. > An other similar question - is there a way to get the version of Debian in > weewx, like I get from command 'uname -r' in Linux > -- You recei

[weewx-user] Re: Week no

2016-09-20 Thread zkab
Thanks - it worked just perfect. An other similar question - is there a way to get the version of Debian in weewx, like I get from command 'uname -r' in Linux -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and sto

[weewx-user] Re: Upgraded raw plugin for MesoWx v0.4.0

2016-09-20 Thread Luc Heijst
Hi, Use my updated sync plugin (see thread: https://groups.google.com/forum/?nomobile=true#!msg/weewx-user/DnaWsMpC9vE/kbVPHiaWAQAJ) and configure only the raw section. Luc On Tuesday, 20 September 2016 08:21:25 UTC-3, Björn Baldus wrote: > > Hi, > > we are searching for a plugin which can s

[weewx-user] Re: Upgraded raw plugin for MesoWx v0.4.0

2016-09-20 Thread 'Björn Baldus' via weewx-user
Hi, we are searching for a plugin which can send the realtime data from our davis via weewx to a webserver in a data center. we tried an older version of mesowx - but i didnt work (weewx crashed). How do we setup the new raw-plugin to send data to the webserver. The Raspberry Pi is connected vi

[weewx-user] Re: Week no

2016-09-20 Thread Andrew Milner
Format dateTime as %U or %W depending on whether Sunday or Monday is the first day of the week. eg current.dateTime.format("%U") see https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior for full formatting options On Tuesday, 20 September 2016 11:53:46 UTC+3, zkab wr

[weewx-user] Week no

2016-09-20 Thread zkab
How do I get current week no? -- 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. For more options, visit https://groups.goog