I am working through upgrading my two systems - live & test - to WeeWx 5.1. At present the live is using 5.1 and the test is still on 4.10.2. Both are using Belchertown 1.3.1.
I find that the 'records' page in the live system is missing some values. https://live.muchty-weather.org.uk/belchertown/records/ https://test.muchty-weather.org.uk/belchertown/records/ Obviously the file used to generate the HTML is identical - I've not amended it on test which reflects where I'm coming from. I've compared skin.conf and there is nothing there that I think could account for this. Nor can I spot anything in weewx.conf. I've rebuild all the summaries in the live database in case that was the issue. Both are still using an identical schema for 'archive' and presumably the rest of the database. CREATE TABLE archive ( dateTime INTEGER NOT NULL UNIQUE PRIMARY KEY, usUnits INTEGER NOT NULL, interval INTEGER NOT NULL, barometer REAL, pressure REAL, altimeter REAL, inTemp REAL, outTemp REAL, inHumidity REAL, outHumidity REAL, windSpeed REAL, windDir REAL, windGust REAL, windGustDir REAL, rainRate REAL, rain REAL, dewpoint REAL, windchill REAL, heatindex REAL, ET REAL, radiation REAL, UV REAL, extraTemp1 REAL, extraTemp2 REAL, extraTemp3 REAL, soilTemp1 REAL, soilTemp2 REAL, soilTemp3 REAL, soilTemp4 REAL, leafTemp1 REAL, leafTemp2 REAL, extraHumid1 REAL, extraHumid2 REAL, soilMoist1 REAL, soilMoist2 REAL, soilMoist3 REAL, soilMoist4 REAL, leafWet1 REAL, leafWet2 REAL, rxCheckPercent REAL, txBatteryStatus REAL, consBatteryVoltage REAL, hail REAL, hailRate REAL, heatingTemp REAL, heatingVoltage REAL, supplyVoltage REAL, referenceVoltage REAL, windBatteryStatus REAL, rainBatteryStatus REAL, outTempBatteryStatus REAL, inTempBatteryStatus REAL ); Anyone got any ideas? -- 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 visit https://groups.google.com/d/msgid/weewx-user/92fed0db-1763-4d0e-bdd7-a470e95fc95fn%40googlegroups.com.
