Re: [weewx-user] Any way to combine $trend and aggregates?

2018-03-20 Thread Thomas Keffer
>
> ​​
>> Thank you Tom for the prompt response.  I didn't expect to hear from the
>> creator himself!
>>
>>
First day of spring. I gave our staff of thousands the day off. :-)

-tk​

-- 
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.google.com/d/optout.


Re: [weewx-user] WeeWx changing time on Davis Vantage Vue Console?

2018-03-20 Thread Thomas Keffer
I did. It syncs every 4 hours. Thanks, Gary!

On Tue, Mar 20, 2018 at 5:48 PM, gjr80  wrote:

> You didn't lose a zero there somewhere did you Tom? :)
>
> Gary
>
> --
> 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.google.com/d/optout.
>

-- 
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.google.com/d/optout.


Re: [weewx-user] WeeWx changing time on Davis Vantage Vue Console?

2018-03-20 Thread gjr80
You didn't lose a zero there somewhere did you Tom? :)

Gary

-- 
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.google.com/d/optout.


Re: [weewx-user] WeeWx changing time on Davis Vantage Vue Console?

2018-03-20 Thread Thomas Keffer
WeeWX will automatically sync up the time on the console with the time on
the computer every 24 minutes. It logs this, so you can look in your system
log to see what it's doing.

It's hard to say what's going on without more details. What, specifically,
is the problem? A log excerpt would help.

-tk




On Tue, Mar 20, 2018 at 5:35 PM, Matt  wrote:

> Hi All,
> I did a search on this forum regarding time problems, but didn't see any
> answers to my question.
>
> Is it possible that WeeWx is changing the time on my Davis console?  If
> so, do I need to change one of the time sync settings or Vantage driver?
> My weather data is making it to the web just fine, but my console time
> keeps getting messed up.
>
> Thanks in advance
> Matt
>
> --
> 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.google.com/d/optout.
>

-- 
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.google.com/d/optout.


[weewx-user] WeeWx changing time on Davis Vantage Vue Console?

2018-03-20 Thread Matt
Hi All,
I did a search on this forum regarding time problems, but didn't see any 
answers to my question.

Is it possible that WeeWx is changing the time on my Davis console?  If so, 
do I need to change one of the time sync settings or Vantage driver?  My 
weather data is making it to the web just fine, but my console time keeps 
getting messed up.

Thanks in advance
Matt

-- 
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.google.com/d/optout.


[weewx-user] Re: New to Weewx

2018-03-20 Thread gjr80
station_type is probably ok, after all weeWX is picking up 'WMR200' which I 
belive is the correct station_type for a WMR200. Possibly there is no [WMR200] 
stanza in weewx.conf. Might be as simple as running wee_config to 'change' the 
station type. Agree we need to see weewx.conf.

Gary

-- 
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.google.com/d/optout.


[weewx-user] Re: New to Weewx

2018-03-20 Thread vince
On Tuesday, March 20, 2018 at 12:32:32 PM UTC-7, Peter Sundin wrote:
>
> Sorry for poor information, please ask me for more info and I will do my 
> best to give you more info.
>
>
We'd have to see your weewx.conf file (please obfuscate usernames+passwords 
from it) but it might be something as simple as a typo on your station_type 
line.

It should look something like:

station_type = WMR200


Did your value perhaps get line-wrapped to the next line or alternately 
might you be missing the '=' sign ?

-- 
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.google.com/d/optout.


[weewx-user] Re: New to Weewx

2018-03-20 Thread Peter Sundin
I get the following when I restart the pi:
pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Mar 20 20:10:04 raspberrypi weewx[1921]: File 
"/home/weewx/bin/weewx/engine.py", line 89, in setupStation
Mar 20 20:10:04 raspberrypi weewx[1921]:   driver = 
config_dict[stationType]['driver']
Mar 20 20:10:04 raspberrypi weewx[1921]: File 
"/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__
Mar 20 20:10:04 raspberrypi weewx[1921]:   val = 
dict.__getitem__(self, key)
Mar 20 20:10:04 raspberrypi weewx[1921]:   KeyError: 'WMR200'
Mar 20 20:10:04 raspberrypi weewx[1921]:   Exiting.
Mar 20 20:17:01 raspberrypi CRON[1969]: (root) CMD (   cd / && run-parts 
--report /etc/cron.hourly)
Mar 20 20:47:48 raspberrypi systemd[1]: Reloading.
Mar 20 20:47:48 raspberrypi systemd[1]: apt-daily.timer: Adding 7h 53min 
49.932232s random time.
Mar 20 20:47:48 raspberrypi systemd[1]: apt-daily-upgrade.timer: Adding 
39min 33.478415s random time.

-- 
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.google.com/d/optout.


[weewx-user] Re: Who is using what Weather Station

2018-03-20 Thread Kevin Hedgepeth
Thank you for the link.  I will look at it ASAP.

Kevin


On Tuesday, March 20, 2018 at 5:02:36 AM UTC-7, Andrew Milner wrote:
>
> If you look at the weewx map
>
> http://weewx.com/stations.html
>
> and then click on hardware button over on the right hand side you will see 
> what hardware is being used by 1000+ weewx users
>
>
>
> On Tuesday, 20 March 2018 06:49:04 UTC+2, Kevin Hedgepeth wrote:
>
>> I am looking to attach a weather station to a Pi.  I am curious to know 
>> what weather stations you are using.  Please include the manufacturer and 
>> model.  If you had issues getting it to work with WeeWx or the Pi I would 
>> like to hear that too.
>>
>> Kevin Hedgepeth, Hermiston, Oregon
>>
>

-- 
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.google.com/d/optout.


[weewx-user] New to Weewx

2018-03-20 Thread Peter Sundin
Hi all,
I hope I can get some support here, I'm new to raspberry and also to WeeWx.
I have a WMR200 station, I have installed WeeWX 3.8.0 with Setup.py on a 3 
B+

I cannot get WeeWx to start.
This is in the log:
pi@raspberrypi:/home/weewx $ sudo ./bin/weewxd weewx.conf
Traceback (most recent call last):
  File "./bin/weewxd", line 64, in 
weewx.engine.main(options, args)
  File "/home/weewx/bin/weewx/engine.py", line 865, in main
engine = engine_class(config_dict)
  File "/home/weewx/bin/weewx/engine.py", line 71, in __init__
self.setupStation(config_dict)
  File "/home/weewx/bin/weewx/engine.py", line 89, in setupStation
driver = config_dict[stationType]['driver']
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in 
__getitem__
val = dict.__getitem__(self, key)
KeyError: 'WMR200'


I have also executed following lines without getting the deamon to start at 
startup:
cd /home/weewx
sudo cp util/init.d/weewx.debian /etc/init.d/weewx
sudo chmod +x /etc/init.d/weewx
sudo update-rc.d weewx defaults 98
sudo /etc/init.d/weewx start

Sorry for poor information, please ask me for more info and I will do my 
best to give you more info.

Peter

-- 
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.google.com/d/optout.


Re: [weewx-user] Any way to combine $trend and aggregates?

2018-03-20 Thread Walter Smith

>
> Thank you Tom for the prompt response.  I didn't expect to hear from the 
> creator himself!  Congrats on weewx, it's great, it's fun.  Both my sister 
> and I use it on our VantagePro/Raspberry Pi setups.  It is extremely 
> reliable.  And well documented.  I have been procrastinating about 
> customizing the reports, but I'm glad I'm there now!
>

Walt 

-- 
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.google.com/d/optout.


Re: [weewx-user] Pi 3 B+

2018-03-20 Thread Thomas Keffer
Don't see why not. So long as it runs Python 2, it should work fine.

-tk

On Tue, Mar 20, 2018 at 9:52 AM, Jim Myers  wrote:

> Is Weewx compatible with the new Pi 3 B+?
>
> --
> 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.google.com/d/optout.
>

-- 
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.google.com/d/optout.


[weewx-user] Pi 3 B+

2018-03-20 Thread Jim Myers
Is Weewx compatible with the new Pi 3 B+?

-- 
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.google.com/d/optout.


[weewx-user] Re: Who is using what Weather Station

2018-03-20 Thread Andrew Milner
If you look at the weewx map

http://weewx.com/stations.html

and then click on hardware button over on the right hand side you will see 
what hardware is being used by 1000+ weewx users



On Tuesday, 20 March 2018 06:49:04 UTC+2, Kevin Hedgepeth wrote:

> I am looking to attach a weather station to a Pi.  I am curious to know 
> what weather stations you are using.  Please include the manufacturer and 
> model.  If you had issues getting it to work with WeeWx or the Pi I would 
> like to hear that too.
>
> Kevin Hedgepeth, Hermiston, Oregon
>

-- 
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.google.com/d/optout.


[weewx-user] Re: Who is using what Weather Station

2018-03-20 Thread Emil Kolbert
Hello there
TFA Nexus weather station got it on january 2010, runs connected to an 
Odroid XU4Q, install was manageable even for me with really little Linux 
experience.

Am Dienstag, 20. März 2018 05:49:04 UTC+1 schrieb Kevin Hedgepeth:
>
> I am looking to attach a weather station to a Pi.  I am curious to know 
> what weather stations you are using.  Please include the manufacturer and 
> model.  If you had issues getting it to work with WeeWx or the Pi I would 
> like to hear that too.
>
> Kevin Hedgepeth, Hermiston, Oregon
>

-- 
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.google.com/d/optout.


[weewx-user] Re: WeeWX data use

2018-03-20 Thread Rod M
mwall

Thank you for this response.
 I was hoping for confirmation of such an approach. I had only just become 
aware of technology as MQTT in the course of researching my options. 

 Costs are not an issue once data retrieved from the remote site, and 
running another weewx instance locally for reports should be straight 
forward if I can import archive data successfully
I remain impressed by the uptime reliability of the Pi, and weewx, in a 
relatively harsh operating environment. 

Regards


On Tuesday, 20 March 2018 12:36:44 UTC+11, Rod M wrote:
>
> I have been running very standard weeWX on Raspberry Pi -Vantage Pro, all 
> fully solar powered, in Australian bush for 2 years, connected to internet 
> via cell phone /wireless router. Using a data plan that gave me a true IP 
> address, after initial difficulties,  I was able to initiate web access 
> to the Pi/weeWX  web server consistently. (Thank you, Tom). 
>
>
> Unfortunately data usage plan was costly, so recently I reconfigured weeWX 
> to ftp html files to my office server every 2 hours, about 180kB from 
> memory, using a different phone data plan, but losing my ‘real’ inbound IP 
> address- I can no longer SSH in. This too has been reliable, and a lot more 
> economical. My office server is on fixed internet connection with static 
> IP. I am experimenting adding proprietary sensors, occasional picture 
> image, but also uploading  the database weekly as backup. So far no 
> issues with standard SD card.
>
>
> I am about to set up another remote, duplicate system, but wondering if I 
> can do data transmission any more efficiently.  Eg, I note in other 
> forums and weewx docs,  if I understand correctly, outputting data via 
> skins, and then sending say text records, to another weewx running in my 
> office, although my efforts installing weewx so far on my lan synology NAS 
> box have not been successful. 
>
>
> Does anyone think  implementing this would effectively be much more data 
> efficient compared to my current approach of ftp of html files? Would MQTT 
> have a fit here? I can live with the 2 hourly update and current data usage.
>
> Regards.
>

-- 
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.google.com/d/optout.


Re: [weewx-user] Changing Weather Station - what is necessay to change in Weewx?

2018-03-20 Thread Andrew Milner
yes it should, the directory is called drivers and not driver!



On 19 March 2018 at 00:39, Jeff A. D.  wrote:

> Going by the Utilities Guide, shouldn't that be:
>
>
> wee_config --reconfigure --driver=weewx.drivers.vantage
>
>
> (with an "s" in "drivers.vantage")?
>
> On Sunday, March 18, 2018 at 9:17:44 AM UTC-6, Tom Keffer wrote:
>>
>> In addition to Andrew's suggestions, be sure to use the tool wee_config:
>>
>> wee_config --reconfigure --driver=weewx.driver.vantage
>>
>>
>> This will inject a section [Vantage] into your weewx.conf file with the
>> necessary options. You can do it by hand, but using the tool is easier and
>> more accurate.
>>
>> -tk
>>
>> On Sun, Mar 18, 2018 at 6:19 AM, Janez Kranjski  wrote:
>>
>>> After many years with WMR200 its sensors starts to fail. I'm looking to
>>> change it with Davis Vantage Vue.
>>> What will be the necessary changes in Weewx configuration (installed on
>>> Raspberry PI)?
>>> Change the line "station_type", add Davis section, restart Weewx?
>>>
>>> --
>>> 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+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/bkdKg4kFlPs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.google.com/d/optout.