[weewx-user] Re: wind loop and console data calculation

2020-03-04 Thread gjr80
Hi Simon, That is odd that the console timestamp is always odd minutes and the other is always even. What archive interval are you using, if the 'other' is always even is your archive interval two (or some multiple of two) minutes? How often does the console update, every 2 minutes (seems an

Re: [weewx-user] MQTT Errors

2020-03-04 Thread Alex Rodriguez
Thanks Gert, tried it with no luck. Could it be Mosquitto? May need to try a different broker. > On Mar 4, 2020, at 3:21 PM, Gert Andersen wrote: > > Hi > Try weather in the [[MQTT]] section without the loop > > Maybe you should try without ssl(port 183 and 8080) first and when it's >

Re: [weewx-user] Almanac Extras....

2020-03-04 Thread Jason Gill
You answered my question indirectly, thanks. *python -V returns* *Python 2.7.17* *python -c "import ephem" returns nothing* *python3 -c "import ephem" returns* *Traceback (most recent call last):* * File "", line 1, in * *ModuleNotFoundError: No module named 'ephem'* Regards, Jason On

Re: [weewx-user] Weewx stops at Midnight

2020-03-04 Thread Thomas Keffer
Hello, Two questions: 1. What version of weewx? 2. What is your archive interval? -tk On Wed, Mar 4, 2020 at 9:02 AM 'angry tux' via weewx-user < weewx-user@googlegroups.com> wrote: > Hi, > most of the nights weewx stops with the first routine after midnight. I > have two instances running,

Re: [weewx-user] wind speed wrong (kph/miles)

2020-03-04 Thread Thomas Keffer
Hello, Looking through your website, it looks like the max wind you saw was 63.7 kph. How do you know it was really 103 kph? It would also be worth looking in your database. Try this: *sqlite3 weewx.sdb* sqlite> *select datetime(dateTime,'unixepoch','localtime'), usUnits, windSpeed, windGust

Re: [weewx-user] Re: draw user-defined lines in graphics

2020-03-04 Thread Thomas Keffer
As user "Mic G77" pointed out , you can also do math in the configuration file, skin.conf: [[[dayPoid]]] yscale = None, None, None extraTemp2 extraTest data_type = 18.3+0.03*extraHumid2 -tk On

[weewx-user] Re: MQTT Errors

2020-03-04 Thread Gert Andersen
Hi Try weather in the [[MQTT]] section without the loop Maybe you should try without ssl(port 183 and 8080) first and when it's running, try ssl. Gert On Wednesday, March 4, 2020 at 6:50:57 PM UTC+1, Alex Rodriguez wrote: > > Hi, I am looking for assistance getting MQTT working with WeeWX and

[weewx-user] Re: wind speed wrong (kph/miles)

2020-03-04 Thread 'angry tux' via weewx-user
Hi, I get somewhat similar values on my WH1080 station and Weewx here in Germany, I always thought it was just calculated average instead of real (momentum) values. But maybe you are right and they are in miles Will be interesting what the developers say. regards Dieter -- You received

[weewx-user] MQTT Errors

2020-03-04 Thread Alex Rodriguez
Hi, I am looking for assistance getting MQTT working with WeeWX and Belchertown. I am currently running WeeWX on a Raspberry Pi 4, my station is a WeatherFlow and I am publishing my site publicly via FTP to -> https://weather.bluedoor.farm . When I go to the

[weewx-user] wind speed wrong (kph/miles)

2020-03-04 Thread Stefan Pachlina
Hello, feb 24 2020, it was a stormy day in austria ... but most weatherstations (weewx-map, wunderground-map) show windspeed like 64kph. but on this day wind speed was ~103kph i have the same problem with my weather-site. http://wetter.pachlina.net/ *i configured weewx.config to see kph:*

[weewx-user] Re: draw user-defined lines in graphics

2020-03-04 Thread vince
On Wednesday, March 4, 2020 at 7:42:05 AM UTC-8, Ralph Underwood wrote: > > I like to see the freezing level on many of my charts so I set soilTemp4 > to 32 degrees in the StdCalibrate section of weewx.conf > That is absurdly clever !!! -- You received this message because you are subscribed

[weewx-user] Re: draw user-defined lines in graphics

2020-03-04 Thread Ralph Underwood
I like to see the freezing level on many of my charts so I set soilTemp4 to 32 degrees in the StdCalibrate section of weewx.conf [StdCalibrate] [[Corrections]] # For each type, an arbitrary calibration expression can be given. # It should be in the units defined in the

Re: [weewx-user] Almanac Extras....

2020-03-04 Thread Thomas Keffer
Not sure I understand your question. You are using WeeWX V3.9.2, which will run only under Python 2 so, unless you installed pyephem under Python 3, it should not be a factor. Try this to see where pyephem ended up: This will tell us what version of Python is the default: *python -V* This will

Re: [weewx-user] Let's Encrypt certificate

2020-03-04 Thread Brice Ruth
Also, no harm in just running certbot renew with --force-renewal. No guess work, you'll get a new cert that is guaranteed not affected. Brice Ruth, FCD Software Engineer, Madison WI On Tue, Mar 3, 2020 at 5:50 PM John Kline wrote: > *Q: How do I know if I’m using an affected certificate?* >

[weewx-user] Cropping days from weewx database

2020-03-04 Thread miso k
Hello, succesfully running my weewx (with belchertown skin and several servers to uploads) problem is, that i have started my weewx server few days earlier, as I have connected my PWS. my server started 12.2.2020, PWS started 18.2.2020. weewx filled the days before PWS started with own data.

[weewx-user] draw user-defined lines in graphics

2020-03-04 Thread jf42
Hi All, is it possible to draw user-defined lines, e.g. for showing limits for wind speeds etc? The only relevant info I found in an old post at the weewx-development group by mwall many years ago. But it seems that this feature is not yet impemented in the released software? Thanks in

[weewx-user] Re: FTP works on pi but not on mini pc

2020-03-04 Thread Franklin Bockstael
It seems to work now. I removed this method: http://www.weewx.com/docs/debian.htm and tried: http://www.weewx.com/docs/setup.h After a reboot things started to work. So I guess we can close this item. Op woensdag 4 maart 2020 12:25:36 UTC+1 schreef

[weewx-user] Re: Adding a Belchertown chart with a data_binding value

2020-03-04 Thread Pat
Yes, this should be supported. It's similar to the ImageGenerator settings... try this [[chart6]] title = Water level [[[leafTemp2]]] data_binding = sdr_binding yAxis_tickInterval = 6 name = Water level On Tuesday, March 3, 2020 at 8:27:28 AM UTC-5,

[weewx-user] FTP works on pi but not on mini pc

2020-03-04 Thread Franklin Bockstael
Goodday to all, I want to move my weewx from a Raspberry Pi B to a mini computer. On the pi I installed Raspbian and on the mini pc I installed Ubuntu server 19.10. I copied the content of the files: skin.conf weewx.conf 2 templates a modified wview.py to the mini pc so everything is the same