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/6f65b845-a591-4688-80c9-16587da58fb0n%40googlegroups.com.
