Incremental progress. As described above but with the addition of a restart I have data in the statistics section but still N/A for Water Temp in "Current Conditions". Further, the data in statistics is formatted as "00.000000" instead of the hoped-for "00.00 °F". I've walked through the template and inc files but still can't find the right building blocks. I even tried changing the waterTemp column from a double to a double(4,2) but am still getting all the extra zeros.
On Monday, January 16, 2023 at 2:16:12 PM UTC-5 James Runser wrote: > I'm trying to integrate a home-built tide and temperature monitor into > weewx (configured and working without issue with an Acurite Atlas). I'm > using a MySQL DB and tried simply inserting my data (waterTemp, tideHeight) > into archive. I use current timestamp, usUnits and 10 for the required > interval values and let the remaining columns default to null ( except - > duh - waterTemp and tideHeight). > > The data are written without issue but I'm never seeing the results in the > Seasons report - I chose waterTemp as the learning value since the > skin.conf already had a reference to water temp. > > My thinking is that my data is not returned by the report engine - based, > perhaps - on timestamp? Is there a better way to hook net new data into the > flow? I do in fact see the waterTemp tag in the current conditions box that > was enabled via current.inc. - the issue is that the value is always N/A. I > haven't dug deeply enough to figure out where the actual native Weewx > insert is done but am wary of the effort required to piggy-back on that > process. > > Advice or suggestions appreciated but a solid answer would not be kicked > out of bed for eating crackers ;) > > > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/862a42c4-b38d-46a5-933c-aaf93a48bc43n%40googlegroups.com.
