[weewx-user] Re: Current wind graphic?

2018-03-31 Thread RobbH
On the other hand, it may be possible to do all I need with javascript, and I'll probably try that first. A crude version, without making the wind directional pointer proportional to wind speed, can be done with svg graphics and no outside help. I've posted that to the old thread that I linked

[weewx-user] Re: WeeWX now also with wind rose.

2018-03-31 Thread RobbH
This a very old thread, but it still turns up in searches. Here's a simple way to do a crude version of what the original poster was doing. That is, a display of the most recent wind direction on the background of a compass rose, not a wind rose, showing history. May not work in all browsers,

[weewx-user] Re: Realtime rain data with CRT service, Interceptor driver and AcuRite sensor/hub

2018-03-31 Thread RobbH
Thanks. I understand that, for a change. So there's no way to work around that? Those fields are not updated until the end of the archive interval, but the value I want is available to the driver as rain_total, but it is not mapped to a weewx field. Is there any way to pass that value to the

[weewx-user] Re: using apache2 with weewx

2018-03-31 Thread vince
On Saturday, March 31, 2018 at 9:15:28 AM UTC-7, William Webb wrote: > > So does anyone know how to change the where apache2 finds index.html in > the current version of stretch? > >> >> Well that's more of a question for a Debian forum as it's not weewx-specific, but you should find a config

[weewx-user] Re: using apache2 with weewx

2018-03-31 Thread William Webb
To some extent, I answered my own question. It can be done with a symLink after deleting or renaming the existing index.html in /var/www/html. ln -s /var/www/html/weewx/index.html There may be a cleaner way. On Saturday, March 31, 2018 at 9:15:28 AM UTC-7, William Webb wrote: > > I was hoping

[weewx-user] Re: using apache2 with weewx

2018-03-31 Thread William Webb
I was hoping to use option #1. This is where I ran into trouble. From the instructions that I googled it is only necessary to edit sites-available and sites-enabled to point to the new location. This had no effect. Some instruction mention editing hppd.conf. I could not find it anywhere.

[weewx-user] Re: Ambient Weather WS-2902 reporting troubles with the interceptor extension

2018-03-31 Thread jan hallink
I don't know which router you have, but I have a Asus rt-n66u This router have a possibility of command line access (telnet or ssh) What I did is the following: enable SSH in my router connect with putty (or other ssh client) to my router type the 2 iptable rules after that, interceptor driver

Re: [weewx-user] Re: Adding archive data to daily report

2018-03-31 Thread Thomas Carlin
Hi Chris, Sorry it took so long, I started a new job a few weeks ago, and hobbies have taken a back seat! Let me start by saying that all the information, and better descriptions of what is happening can be found in the Weewx Customization Guide that TK and the guys have put together.

Re: [weewx-user] Re: Calculate the sum of a weekly energy production for a solar panel

2018-03-31 Thread Thomas Keffer
1. This may be resulting from confusion of what the timestamps represent. In weeWX, all data in a time period is timestamped by the *end* of that period. As an example, data for a 5 minute archive period with a timestamp 0950 Tuesday, is the data from (but not including) 0945 up to *and including*

[weewx-user] temperatures at specific date and time

2018-03-31 Thread stefano siega
I would like to know the temperature at a specific time and date. Something like: $(1490956200)outTemp.formatted or $(year_ago= 1).outTemp.formatted. I tried it over and over again but I could not make it work. How can I do? Thanks -- You received this message because you are subscribed

Re: [weewx-user] Re: Internal Temp - WunderStation

2018-03-31 Thread Thomas Keffer
Fixed in commit 981a0e4 . -tk On Fri, Mar 30, 2018 at 9:36 PM, Andrew Milner wrote: > Matthew - That option seems to be missing from the user guide!! > > > > On Saturday, 31 March 2018

[weewx-user] Re: Calculate the sum of a weekly energy production for a solar panel

2018-03-31 Thread Marco Biner
Hi Tom thank you for the fast reply. I added your code to my report, but it summarisez all stored values from a day, not the last value. I have to clarify that the logger of the solar panel gives everytime it is polled the sum of the daily solar production. The modification of your code, like

[weewx-user] Re: Fine Offset lockup (possible to recover data?)

2018-03-31 Thread mwall
On Saturday, March 31, 2018 at 3:45:35 AM UTC-4, Richard Cain wrote: > > Hi > Thanks for the reply. On my console there is an icon which shows the > memory, this doesn't clear with a power cycle so it has retained the data. > So again, any chance of getting this data? > ah, you have a 30xx.

Re: [weewx-user] spurious gaps within weather data - wh23xx on raspberry pi 3

2018-03-31 Thread Michale Waldor
Now I have tried two things: 1. I have moved the sensor array from balcony into the garden. Now there are no longer gaps in the data. 2. I have tried to use the power supply for my raspberry to also feed the base station. This worked for half a day - but in the early morning USB connection

[weewx-user] Re: Fine Offset lockup (possible to recover data?)

2018-03-31 Thread Richard Cain
Hi Thanks for the reply. On my console there is an icon which shows the memory, this doesn't clear with a power cycle so it has retained the data. So again, any chance of getting this data? On Saturday, 31 March 2018 02:58:58 UTC+1, mwall wrote: > > On Tuesday, March 27, 2018 at 5:21:05 AM