I'll try to describe what I'm wanting to do a little better. I have a Raspberry Pi connected to the 7" touchscreen. It displays a single webpage that has 6 observation values from an Airmar 150WX sensor. I added the RWYplotgenerator (great addon for my purposes) to the template and the webpage is working perfectly. It gets refreshed every 5 seconds. All I want to do is retrieve the observations at 5-10 second intervals and display them instead of the ARCHIVE rate of 60 seconds. I can adjust the LOOP interval of the 150WX to whatever I want. It's currently set to 3 seconds. I'm just trying to find a simple way to accomplish this. I don't need graphs or plots or anything fancy. I've looked at the realtime file creation extensions but they seem too complicated for my needs. I'm not a programmer but can get a feel for what they are doing by reading the code and understanding most of it. Just need a little handholding if that's possible.
The observations I am using are: outTemp pressure barometer altimeter heatindex windDir_magn_mda windSpeed_mwd windGust Here is the webpage I am creating. It's pretty simple. I'm happy to share the template and config files with anyone if that would help. I'm using the airmar driver to interface to the sensor: <https://lh3.googleusercontent.com/-YFS3Qdh67pg/Wv76qiIyG1I/AAAAAAAAABM/oUEUeYL41AQgK28bmIClNe0c_aiJJdjSQCLcBGAs/s1600/AirshowV3.PNG> On Wednesday, May 16, 2018 at 10:03:24 AM UTC-5, Bruce Huddleston wrote: > > I have an Airmar 150WX station that I finally got working with Weewx. It > was a challenge. The problem I have is that I need the updates to my > display to occur every 5-10 seconds. I can set the LOOP records to be > generated at any interval I want and it is set at 3 seconds currently. I > have tried to adjust the archive interval in weewx.conf lower than 60 > seconds but if I do it gives a divide by zero error which I believe is a > known issue. > > My question is, is there a way to create an archive record every 5-10 > seconds without resorting to using one of the realtime file creation > schemes like clientraw or crt? I've looked at those extensions but I can't > quite wrap my head around how they would generate a file that I could use > with my template. I would be happy to provide my config files and template > if someone is willing to help. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
