[weewx-user] Re: ephem does not work

2020-03-27 Thread Astrid
Hello! Yes, I think so...? But I dont understand, why this is so...?? :( But I am happy, that ephem is working now. :) Thanx a lot. :) Regards, Astrid -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] WeeWX on RPi with custom hardware based on I2C sensors

2020-03-27 Thread Sergio Alejandro González
Thank you Thomas for you prompt response...I'll take a deep look at version 4.b17 On Friday, March 27, 2020 at 9:59:29 PM UTC-3, Thomas Keffer wrote: > > WeeWX blocks on queries to the sensors, so it responds as fast as the > sensor emits data. Once per second should be fine on all but the

Re: [weewx-user] WeeWX on RPi with custom hardware based on I2C sensors

2020-03-27 Thread Thomas Keffer
WeeWX blocks on queries to the sensors, so it responds as fast as the sensor emits data. Once per second should be fine on all but the slowest of platforms. WeeWX V3.9 runs on Python 2.x only. Version 4.x (due RSN), runs on either. It's pretty stable. You can find betas in the development

[weewx-user] WeeWx: Import of driver failed. (interceptor)

2020-03-27 Thread 'Joerg Strobel' via weewx-user
Hi, i have the following problem with WeeWx. I have to use the interceptor driver, because of sniffing. At the first start after installation everyhing worked fine. So i think the weewx.conf is fine.My RPI got all the packages and the html file was fine. After installing a new weewx skin and

[weewx-user] WeeWX on RPi with custom hardware based on I2C sensors

2020-03-27 Thread Sergio Alejandro González
Ok guys..I have a couple of doubts: I'm completely new to WeeWX but I think that I can use it for a complete custom weather station that I've created and is based on I2C sensors, specifically, atmospheric radiance sensors. Now my question is I need to query those sensors every second. WeeWX

Re: [weewx-user] Re: ephem does not work

2020-03-27 Thread Thomas Keffer
Are you saying that "pip" installed pyephem in a Python 3.x location, but the command "python" invokes Python 2.x? -tk On Fri, Mar 27, 2020 at 11:22 AM Astrid wrote: > Hello! > > I got it. :) > I found that there is a pip2.7. > I am a little bit confused with the version... > If I say pyton it

[weewx-user] Re: ephem does not work

2020-03-27 Thread Astrid
Hello! I got it. :) I found that there is a pip2.7. I am a little bit confused with the version... If I say pyton it calls pyton2.7, but if I say pip, it calls pip3.6... It is suse Leap 15.1. But now with the command pip2.7 install ephem I got it. :) Thank you very much for your hints in the

[weewx-user] Re: ephem does not work

2020-03-27 Thread Astrid
Hello! Thanx for your hints. I installed weewx with downloading the rpm and do it with rpm --install. Here are the requested results: pip show pyephem Name: pyephem Version: 3.7.7.0 Summary: Empty package that depends on "ephem" Home-page: http://rhodesmill.org/pyephem/ Author: Brandon Rhodes

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2020-03-27 Thread Jan Stelling
Hej Pat, I am facing an issue with the weather radials. I used the graphs.conf.example and renamed it to graphs.conf and finally inserted this snippet at the end: [weatherRadialGraphGroup] title = Temperature Range Radial show_button = true button_text = Weather Radial

Re: [weewx-user] ephem does not work

2020-03-27 Thread Thomas Keffer
You're not giving a lot of information, but it's possible that pip installed pyephem a different version of python that the version you are using to run weewxd. Try this: *pip show pyephem* It will show you where pip installed pyephem. Then try this: *python -c "import sys; print(sys.path)"*

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Meteo Oberwallis
I have another question. Is it possible that the entire database can now be run once in order to have the hours of sun generated by the past? The graphics are not up to date right now because the 5min sun was displayed as 0.8 before renewal. Am Freitag, 27. März 2020 13:17:34 UTC+1

[weewx-user] ephem does not work

2020-03-27 Thread Astrid
Hello! I have weewx 3.9.2 installed. PyEphem is installed via pip. pip list | grep ephem ephem 3.7.7.0 pyephem 3.7.7.0 I put import ephem to local weewx-installation into extensions.py but if I restart weewx, it said that it ephem not found If I ommit this line

[weewx-user] Re: do not understand x-axis labels of year-plots from Standard-skin

2020-03-27 Thread Astrid
Hello! Ok, thanx for information. Regads, Astrid -- 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

Re: [weewx-user] Average WX local historical data to compare?

2020-03-27 Thread Thomas Keffer
This would be a useful feature but, unfortunately, it does not exist in WeeWX. You would have to write a search list extension. -tk On Thu, Mar 26, 2020 at 6:46 PM Xant wrote: > > I'm in the UpstateNY, where weather behaviour indeed awkward (specially > recently) Mix of warm days, recent

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Meteo Oberwallis
Great. That’s it. thank you very much Am Freitag, 27. März 2020 13:17:34 UTC+1 schrieb Jacques Terrettaz: > > May be : > > #set minutes = int($day.sunshine_hours.sum.raw - ($hours*60)) > > > > Le vendredi 27 mars 2020 13:14:05 UTC+1, Meteo Oberwallis a écrit : >> >> Hello. >> >> Thx. Thats Work!

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Jacques Terrettaz
May be : #set minutes = int($day.sunshine_hours.sum.raw - ($hours*60)) Le vendredi 27 mars 2020 13:14:05 UTC+1, Meteo Oberwallis a écrit : > > Hello. > > Thx. Thats Work! I have another Problem. > > A coming point now appears at the minutes, which should not be there. How can > I remove it?

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Meteo Oberwallis
Hello. Thx. Thats Work! I have another Problem. A coming point now appears at the minutes, which should not be there. How can I remove it? Thank you Am Freitag, 27. März 2020 12:49:17 UTC+1 schrieb Jacques Terrettaz: > > > Hi, > With this extension, the sunshine time is recorded as

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Jacques Terrettaz
Hi, Another way to go, if you want to have the sunshine time recorded as hours, is to mofify the end of the extension to divide it by 60, as follows : if mesure > seuil: event.record['sunshine_time'] = event.record['interval']/60 -- You received this message because

[weewx-user] Re: Clear anomalous rain rate reading from database

2020-03-27 Thread Muireadach O Connor
Fixed it, posting here for future reference, I downloaded the free tool "DB Browser for SQLite from https://sqlitebrowser.org/ and had alook at a copy of my databse. It was then I realised that the values are stored in imperial, so my rainfall, though displaying in mm is reorded in inches. So

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Jacques Terrettaz
Hi, With this extension, the sunshine time is recorded as minutes. So in your case, to have the number of hours, you should divide the sum by 60: #set hours = int($day.sunshine_hours.sum.raw*/60*) #set minutes = $day.sunshine_hours.sum.raw - ($hours*60) With a daily sum of 135 minutes

[weewx-user] Re: Sunshine Time

2020-03-27 Thread Meteo Oberwallis
Hi there. I have recently taken the template for the hours of sunshine from the example under. Now I have noticed that my sunshine time in the xml is no longer correct. I think it's because of the conversion? The Result: The Code: #set hours

[weewx-user] Re: do not understand x-axis labels of year-plots from Standard-skin

2020-03-27 Thread gjr80
As I said: If you want the plot to show month/year instead of day/month (or month/day) then you will need to change the x_label_format option for the yearly plots. You will find this in the Standard skin.conf under [ImageGenerator] [[year_images]]. Be aware though that you will then have, for

[weewx-user] Re: do not understand x-axis labels of year-plots from Standard-skin

2020-03-27 Thread Astrid
Hello! Thanx but great great excuse... Yes, it was typos... :( Sorry... It is standing: 03/01 05/01 07/01 09/01 11/01 01/01 03/01 but I expect: 03/19 05/19 07/19 09/19 11/19 01/20 03/20 -> month/last two numbers of the year is this possible to get? Regards, Astrid -- You received this

[weewx-user] Clear anomalous rain rate reading from database

2020-03-27 Thread Muireadach O Connor
I followed the guide ( http://www.weewx.com/docs/usersguide.htm - Spikes in the graph section) on to clear an anomalous reading after I cleaned my weather station which resulted in a huge rainfall rate reading spike. However this morning I see the reading is still there (

[weewx-user] Re: Manual sync from weather station

2020-03-27 Thread Maginos
Ok, so with restarting weewx it should work. Thank you 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

[weewx-user] Manual sync from weather station

2020-03-27 Thread gjr80
Or possibly a config reload as well ie sending the WeeWX daemon a HUP. 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] Manual sync from weather station

2020-03-27 Thread gjr80
Hi, The only was to do this is to restart WeeWX. 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

[weewx-user] Manual sync from weather station

2020-03-27 Thread Maginos
Hi guys, I would like to know, if it is possible to manually sync the data from the weather station to weewx. What I exactly mean: When weewx starts, it checks automatically, if there are new entries in the database of the weather station and if so, it syncs the new entries to its database.