Re: [weewx-user] Re: Best accurate 5 in 1 alternative

2019-12-21 Thread Sean Jahnig
Hi All,

Is there any easy solution to get this Davis anemometer/wind vane (
https://www.amazon.com/Davis-Instruments-Anemometer-Vantage-Pro2/dp/B004GK9MFO/ref=sr_1_22?keywords=davis+vantage=1576991632=8-22)
working with weewx directly?

This item is originally meant to be a replacement for a larger station so
i'm guessing that it needs some kind of interface to translate the date
into a readable format - but i really only need wind speed and direction so
this would be perfect if i could just purchase this item.

Thanks!


On Sat, Dec 14, 2019 at 8:42 PM Xant  wrote:

> Matthew, I was not familiar w Ultimeter, and now curious to see Ultimeter
> performance under MQTT (although, it can get pricey as to add all sensors).
>
> It seems there are indeed options to "buyer" to identify preferences,
> features, performance and cost.
>
> Thank you for your continue support and drivers development.
>
> X
>
> --
> 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/eVspWV-fNI0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/868d7f75-f269-485b-b212-ed3b6989c948%40googlegroups.com
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CALeSoZk7x-xa1eLYzmD-Gmgvx4E6OD5b%3DywG5aGVQ5wAH0epfg%40mail.gmail.com.


Re: [weewx-user] Failing to upload to web server

2019-12-21 Thread Thomas Keffer
In your weewx.conf file, set debug=2. This will give extra information
about the FTP connection and, possibly, why, or at least, where, the
problem is happening.

-tk

On Fri, Dec 20, 2019 at 12:16 PM Neil S  wrote:

> So it appears that my ISP has done something to the server that now
> requires all connections to be secure (having problems with mail client as
> well).
>
> However at the same time my Weewx stopped uploading to the server and the
> logs report...
>
> Dec 20 18:35:48 pi-Weather weewx[5982]: ftpupload: Unable to connect or
> log into server : 421-Sorry, cleartext sessions and weak ciph... server.
> 421 Please reconnect using TLS
> security mechanisms.
> Dec 20 18:35:48 pi-Weather weewx[5982]: ftpupload: Unable to connect or
> log into server : 421-Sorry, cleartext sessions and weak ciph... server.
> 421 Please reconnect using TLS
> security mechanisms.
> Dec 20 18:35:48 pi-Weather weewx[5982]: ftpupload: Unable to connect or
> log into server : 421-Sorry, cleartext sessions and weak ciph... server.
> 421 Please reconnect using TLS
> security mechanisms.
> Dec 20 18:35:48 pi-Weather weewx[5982]: ftpupload: Attempted 3 times to
> connect to server ftp..co.uk. Giving up.
>
>
> having searched the forum I have tried altering adding
>
>  secure_ftp = True
>
> and also
> secure_ftp = True
> secure_data = False
>
> With suitable weewx restart.
>
> If I do either of the above I get
>
> Dec 20 18:21:16 pi-Weather weewx[5845]: ftpupload: Unable to connect or
> log into server : [Errno 104] Connection reset by peer
> Dec 20 18:21:16 pi-Weather weewx[5845]: ftpupload: Unable to connect or
> log into server : [Errno 104] Connection reset by peer
> Dec 20 18:21:16 pi-Weather weewx[5845]: ftpupload: Unable to connect or
> log into server : [Errno 104] Connection reset by peer
> Dec 20 18:21:16 pi-Weather weewx[5845]: ftpupload: Attempted 3 times to
> connect to server ftp..co.uk. Giving up.
> Dec 20 18:21:16 pi-Weather weewx[5845]: ftpgenerator: ftp'd 0 files in
> 0.29 seconds
>
> I have tried connecting to my web server using WinSCP and it failed until
> I alter settings to TLS/SSL Explicit encryption (on port 21) at which point
> it works.
>
> Any ideas what settings I need to change in the Weewx.conf [[FTP]] section
> to get it to upload again?
>
> TIA
>
> Neil
>
>
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/8166e9b2-7093-4745-a2e2-c501e695e7a3%40googlegroups.com
> 
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEABOaj0fcqu__QFWfGKV-rAQE1sNt-SvqFSOQA7Xj6oZg%40mail.gmail.com.


[weewx-user] Re: Unit override

2019-12-21 Thread Tarmo


On Saturday, December 21, 2019 at 10:52:08 PM UTC+2, gjr80 wrote:
>
> Hi, 
>
> You need to assign a different unit group to the field soilTemp1, the clue 
> is in the ‘Assigning a unit group’ section (
> http://weewx.com/docs/customizing.htm#Assigning_a_unit_group) in the 
> Customization Guide. Try adding the following to 
> /home/weewx/bin/user/extensions.py (untested): 
>
> import weewx.units 
> weewx.units.obs_group_dict['soilTemp1'] = 'group_energy’ 
>
> Save then restart WeeWX, you should then be able to use soilTemp1 in 
> reports and plots as watt_hour. 
>
> Gary


Gary, thank you very much. 
Happy holidays! :) 

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/00ef9be5-ca5b-424f-8ef2-d293f9a4a6e6%40googlegroups.com.


[weewx-user] Unit override

2019-12-21 Thread gjr80
Hi,

You need to assign a different unit group to the field soilTemp1, the clue is 
in the ‘Assigning a unit group’ section 
(http://weewx.com/docs/customizing.htm#Assigning_a_unit_group) in the 
Customization Guide. Try adding the following to 
/home/weewx/bin/user/extensions.py (untested):

import weewx.units
weewx.units.obs_group_dict['soilTemp1'] = 'group_energy’

Save then restart WeeWX, you should then be able to use soilTemp1 in reports 
and plots as watt_hour.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0834cc65-ba05-4ebe-87f0-27b60222dae7%40googlegroups.com.


[weewx-user] Unit override

2019-12-21 Thread Tarmo
I wrote a new service reading energy production from heatpump. I would like 
to store the value in "soilTemp1" since it is unused for me.

The question is, how I can override the "degree_C" with "watt_hour" or 
anything which is not converted from Fahrenheit to Celsius? (I am using 
metric units).

In skin.conf I have 
[[[dayenergy]]]
y_label = "kWh"
yscale = None, None, 0.1
plot_type = bar
soilTemp3
aggregate_type = sum
aggregate_interval = 3600
label = Energy (hourly total)



The image y-axis has kWh values which are treated like temperatures in 
Fahrenheit converted to Celsius.  

[image: dayenergy.png]


Thank you very much!

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/437e397a-f405-4d1a-9b6e-46322298e849%40googlegroups.com.


[weewx-user] Re: History graphs being updated only for Today[ weekly/monthly/yearly not updated since 2/21/2019

2019-12-21 Thread J D
HI,
When you post a question, please remember to:

   1. *Post the relevant portion of the system log*
   - The log is essential to diagnosing any problem.
  - It helps to turn on the "debug" flag (set debug=1 in the 
  configuration file weewx.conf), then run again.
  2. *Post the relevant portion of the weewx configuration file and/or 
   skin configuration file;*
   3. *Specify the type of weather station hardware you are using;*
   4. *Tell us how you installed weewx.*

For more information about what makes a good post, see the guidelines *Help! 
Posting to weewx user! 
* in the 
wiki.
Thanks

On Saturday, December 21, 2019 at 7:51:15 AM UTC-7, Robert Anthony Pitera 
wrote:
>
> Not sure what is going wrong, but only my daily graphs are being updated. 
> The week/month/year all show the same date of 2/21/2019.
>
> On the same page though, the historical highs and lows ARE up to date.
>
> [image: graphs.jpg]
>
>
>
> I've tried manually running wee_reports and looking through some long logs 
> but I'm not seeing anything obvious and running out of ideas.  Anyone have 
> a clue about what is going on?  It was working fine at one time - likely 
> before 2/21/19 would be my guess - but I can't remember any configuration 
> changes done at that time.  That may be the date I last updated to the 
> latest version of WeeWX but it's so long ago I am not sure.  It seems like 
> if I changed something in the report generator then it wouldn't be updating 
> the daily graphs either.  It seems obvious to me that the data is there (as 
> demonstrated from the textual representation on the right) but somehow the 
> reports that produce the graphs for the other periods are never being run.
>
>
> Any help you could give or point me to would be appreciated; I've done 
> research here, on the web and in the docs and can't seem to find anything 
> related to my problem.
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/afd263d9-88b2-4fa8-9c95-391b8de038f7%40googlegroups.com.


[weewx-user] Future Time Preventing Database Updates

2019-12-21 Thread gjr80
Hi,

Looks like changes on both fronts, utility name and command. I think you will 
find the wee_device utility and the —clear-memory action 
(http://www.weewx.com/docs/hardware.htm#vantage_clear_console_memory45) will do 
what you want.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/29133866-d322-4ab8-afe9-a4cf917c607c%40googlegroups.com.


[weewx-user] Merry Christmas

2019-12-21 Thread Kalli


I wish everyone a blessed Christmas season and a healthy transition to 2020

-- 
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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/c18489e2-8ed2-4888-b442-2c2dfc11cd1b%40googlegroups.com.