[weewx-user] Re: Add additional rain gauge via second data source

2019-03-15 Thread gjr80
Hi, I had a look through your code and I think you have made things overly complex for yourself. As I understand your setup you have a file, /home/pi/WeatherDuino/WeeWx_Exp.txt, that contains your WeatherDuino data, there are three rows of semicolon separated data, the rows being labels/names

[weewx-user] Re: Radiation info suddenly appearing

2019-03-15 Thread gjr80
David, OK, it looks like what has happened is for some reason WeeWX has received some radiation data yesterday resulting in one archive record being saved with radiation data (2nd row in the first SELECT output is yesterday). The other captures you provide indicate that no radiation data is bei

[weewx-user] Re: Radiation info suddenly appearing

2019-03-15 Thread David Watts
Hi Gary Many thanks for your instructions. The weird thing is that the radiation entries that appeared yesterday have now gone today! Nonetheless, pasted below are the outputs you requested. I'm wondering if a weird anomalous reading from the weather station tricked weewx into thinking that no

[weewx-user] Re: Radiation info suddenly appearing

2019-03-15 Thread gjr80
I don't know why you are suddenly seeing N/A UV, radiation and ET values. WeeWX will display those readings on your index.html page if there is UV, radiation of ET data in your daily summaries for the current day. Likewise on the week, month and year pages if there is data in the daily summaries

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Thomas Keffer
Don't know. Populating the drop down lists depends on running the ByMonth and ByYear templates before the ToDate templates. But, I realized when doing the Python 3 port, that the algorithm made an assumption about the ordering of the dictionary used by ConfigObj. Normally, that's not a problem, exc

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread gjr80
Aha, so the issue with the NOAA drop downs is on a Sofa skin template generated page, not the Standard or Seasons skins included with WeeWX. Not saying that is the cause but I had assumed until now it was the Standard or Seasons skin. Gary On Saturday, 16 March 2019 10:32:55 UTC+10, Micael Fre

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Micael Fredriksson
Ok, I'll try that tomorrow and let you know the result. Micael -- 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

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Thomas Keffer
As an experiment, could you please replace your copy of weewx/cheetahgenerator.py with the attached. Let me know if it makes a difference. -tk On Fri, Mar 15, 2019 at 5:11 PM Micael Fredriksson wrote: > Hi Thomas! > > Yes, still an issue for me, and as I said I've really tried to change > thing

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Micael Fredriksson
Hi Thomas! Yes, still an issue for me, and as I said I've really tried to change things to figure out why only the month drop-down list work and not the year drop-down. I get both 2018 and 2019 in the list but the don't lead anywhere when I click on them. But, as I mentioned, if I first click o

[weewx-user] Re: Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Micael Fredriksson
Ok, found the pond plots, and I don't use the extraDewpoint1 so I put a # at the lines. Surely not the right way to solve it but I still learning loads about the weewx, python and html coding! So for now I let it be that way. Really hard sometimes with the language. Thanks for your answer and gu

Re: [weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Thomas Keffer
Micael, Are you still having problems getting your drop down lists to populate? I have noticed this problem on a few installations, including one of my own. -tk On Fri, Mar 15, 2019 at 1:59 PM Micael Fredriksson wrote: > Hello! > > I would really appreciate some help figuring out two issues I

[weewx-user] Re: Add additional rain gauge via second data source

2019-03-15 Thread engolling
Hi Gary, thanks for your very interesting reply. I tried to augment my extra data to the NEW_LOOP_PACKET, whichs works in priciple for all my data except the rain delta. As I mentioned it seems that the rain delta values are getting sorted out somehow. You can find the code here: https://gith

[weewx-user] Re: Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread gjr80
Have a look at your 'pond' plots in skin.conf, they all include extraDewpoint1 and there is no extraDewpoint1 field in your archive. Is that a typo? If so you need to fix it. If not remove it or make sure field extraDewpoint1 is populated. Gary -- You received this message because you are sub

[weewx-user] Re: Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Micael Fredriksson
Hi, Great! Thank you for your answer, that seemed to solve the issue! Hours of searching solved in minutes in this great forum. But when that "error" disappeared from the log, a new one came up, something with "NoColumnError: no such column: extra1Dewpoint". Don't know why it came up, and why

[weewx-user] Re: Radiation info suddenly appearing

2019-03-15 Thread David Watts
Hi It's version 3.6.2 and on the Standard skin that the problem is showing. I made some tweaks etc a few years ago but it's worked fine since. The sun-related figures suddenly appeared after I restarted weewx, which I did as the wind speed was playing up (turns out that was a loose cable at the

Re: [weewx-user] Combining data from two instances of WeeWX into a single realtime.txt file

2019-03-15 Thread gjr80
One thing to keep in mind is that the crt extension can provide a loop based or archive record based realtime.txt. If you want to create realtime.txt from archive data in multiple databases you will certainly have to modify the crt extension code and your realtime.txt will effectively become arc

[weewx-user] Radiation info suddenly appearing

2019-03-15 Thread gjr80
Hi, A little more info would help. What version of WeeWX are you running? What version didn't you previously run? What skin are we talking about, Standard, Seasons or something else? Have you made any changes to WeeWX? When did the change happen, after an upgrade or don't know? Gary -- You r

[weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread gjr80
Hi, Regards your colour problem, I know the skin.conf comments indicate you can use #RRGGBB or 0xBBGGRR but try changing your # format colour settings to 0x format (ie only use 0x format and not # format). Note your will need to swap the last and first pair of characters to keep the same colour

[weewx-user] Help with NOAA-Year and Unknown color specifier

2019-03-15 Thread Micael Fredriksson
Hello! I would really appreciate some help figuring out two issues I have with my Weewx setup. I've really tried to figure out whats wrong but I no longer have any idea what to change. On my homepage I can not get the Yearly summary to show the "NOAA-year.txt", but the "NOAA-month.txt" works a

[weewx-user] Re: Newbie questions for plots and database modifications (weatherflow station)

2019-03-15 Thread petercek
Hi, I agree... I'm just not confident yet it works OK. My question 2 resolved: >> > sudo nano /etc/weewx/skins/neowx/skin.conf Look for the [Image generator] and add: [[[daylightning]]] plot_type = bar SoilMoist1 label = Strikes (10 min interval)

Re: [weewx-user] Re: Add yesterday data

2019-03-15 Thread Thomas Keffer
Yes, it should be documented. I've created issue #390 to track. -tk On Fri, Mar 15, 2019 at 11:13 AM Ferran Vidal Marginet < vidalmargi...@gmail.com> wrote: > Oh! What an honour to get an answer from the author :). Many thanks for > bring weewx to the

Re: [weewx-user] Re: Add yesterday data

2019-03-15 Thread Ferran Vidal Marginet
Oh! What an honour to get an answer from the author :). Many thanks for bring weewx to the world! I used what you said and it's working like a charm. Are you going to maintain it in the future versions? I've read in another tread that this is undocumented. Anyway, thanks a lot! Ferran -- You r

[weewx-user] Re: Newbie questions for plots and database modifications (weatherflow station)

2019-03-15 Thread vince
On Friday, March 15, 2019 at 1:30:38 AM UTC-7, pete...@gmail.com wrote: > > My question 2 resolved... > > It would be helpful for future folks who find this thread in google searches if you'd say 'how' you resolved the issue. It is only question 1 remaining. > >> >>1. When there's a real stor

[weewx-user] Radiation info suddenly appearing

2019-03-15 Thread David Watts
Hi I don't have any sun sensors on my Fine Offset weather station, but the 'current conditions' section of the generated web page now includes 'UV', 'ET' and 'solar radiation', which all read 'N/A'. Do you know why this has happened? There are also bsimilar entries under the max/min section, a

Re: [weewx-user] one computer to retrieve/store data, another to process/generate reports

2019-03-15 Thread Your Name Here
On Thursday, March 14, 2019 at 4:42:59 PM UTC-5, Thomas Keffer wrote: > > Running WeeWX without generating reports is simple enough: just remove the > service weewx.engine.StdReport from the list of services to be run (option > report_services). > Good point. Since I turned off other parts, I'm

[weewx-user] Re: restoring csv data when weewx stopped ?

2019-03-15 Thread Jacques-Olivier Farcy
Thank you, i will test that ! Le vendredi 15 mars 2019 13:09:07 UTC+1, Andrew Milner a écrit : > > you could use sqlite3 to select the data you want and output in csv format > eg like this: > > sqlite> .header on > > sqlite> .mode csv > > sqlite> .output datafile.csv > > sqlite> SELECT dateTime, o

[weewx-user] Re: Lufft WS10

2019-03-15 Thread G Hammer
I like the idea and the maker seems to be a high quality operation. I'm just concerned about the lack of a radiation shield. If you get yours back in operation, kindly let me know how the temp readings fair. Should they be accurate, I'd certainly get one. On Thursday, March 14, 2019 at 9:15:35 PM

Re: [weewx-user] Combining data from two instances of WeeWX into a single realtime.txt file

2019-03-15 Thread Thomas Keffer
Do both instances have access to one database? If so, you could make one instance the "master" instance, responsible for putting together the realtime.txt file. It would read not only from its own database, but from the other instance's database. Because the WeeWX tag system allows you to use more

[weewx-user] Re: Combining data from two instances of WeeWX into a single realtime.txt file

2019-03-15 Thread Andrew Milner
with difficulty I would have thought - what, for example, would be expected if one if the input streams failed or froze? weewx is designed for processing INPUT streams into one or more database archives, not really for creating realtime OUTPUT streams - although it does do remarkable well!!

[weewx-user] Re: restoring csv data when weewx stopped ?

2019-03-15 Thread Andrew Milner
you could use sqlite3 to select the data you want and output in csv format eg like this: sqlite> .header on sqlite> .mode csv sqlite> .output datafile.csv sqlite> SELECT dateTime, outTemp, outHumidity, rain, windDir FROM archive where dateTime > xxx and dateTime < y; sqlite>

[weewx-user] Combining data from two instances of WeeWX into a single realtime.txt file

2019-03-15 Thread steepleian
I continue to be amazed at the flexibility and power of WeeWX, so here now is another challenge: - I am running two instances of WeeWX with the SDR driver to capture data from two different sensor sources. One source is transmitting at 838Mhz (outside sensor array) and the other at 433Mhz (indo

[weewx-user] restoring csv data when weewx stopped ?

2019-03-15 Thread Jacques-Olivier Farcy
Hello, I use a RapBerry 3 with a Vantage Pro 2 and weewx and everything usually works fine. I export data in csv format with csv plugin. Last month i had a network issue, and i don't have febuary csv data. Now it works again, is there any way to recover these lost data ? Thanks in advance. Ja

[weewx-user] Re: Newbie questions for plots and database modifications (weatherflow station)

2019-03-15 Thread petercek
My question 2 resolved... It is only question 1 remaining. > >1. When there's a real storm, I expect LOTS of counts per minute. How >will the WF UDP driver actually log these counts (over minute) into the >weewx.sdb database? Will it make a SUM over a minute and log it in the >