Re: [weewx-user] weewx raspi - only life data

2018-02-04 Thread Andrew Milner
pages are generated every archive interval. check the log at the startup of weewx to make sure the archive interval from weewx.conf is being used. If the weather station has a different archive interval then the weather station's interval will be being used. On Sunday, 4 February 2018 12:42

Re: [weewx-user] weewx raspi - only life data

2018-02-04 Thread hjm
Dear All, found the time to install weewx and it runs fine. I will use just the index.html to pick out the data I want to have. That's simple and easy for me. Just an other question: The standard is 30min update time. I could not find the setting to reduce this to e.g. 5min, same as archive int

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread Andrew Milner
Just create a template called for example textdata.txt.tmpl, put inside the template the data fields you want in the .txt file for example: $current.inTemp $current.outTemp $current.outHumidity set the archive interval to 60 and let cheetah create and populate your .txt file every 60 seconds

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread hjm
Hi Tom, I just need a text file every 60 seconds with the actual data. The rest is done by own code. I had a look at the customization guide - seems to give answers. Anyhow, I understand, it is necessary to run some database (LQlite) always. Thanks for the hint. Harald Am Samstag, 20. Januar 20

Re: [weewx-user] weewx raspi - only life data

2018-01-19 Thread Thomas Keffer
Hello, Harald I am not completely understanding your question. Do you want to write to an RDD database (which one?) instead of sqlite or MySQL? If that is the case, then that would probably be a major project. Do you want instructions on how to write data to an HTML or XML file? If so, there is