Hi, Tom! We've seen this before. See this thread > <https://groups.google.com/g/weewx-user/c/BbOKMsyUUBo/m/rt29fOnXAgAJ>. > However, the V5.1 Vantage driver has the described fix. >
Yes! I was involved in that thread too. > I see from your graphs that the station has been showing soilMoist3 and ET > for a long time. What did you upgrade from? If it's an old enough version, > it may not have had the fix described above. > This problem started after some update, but I don't remember which one. At that time I simply ignored the graphics by taking the information from the skin.conf file. Now, however, everything is new (absolute clean install of WeeWX, on an absolute clean install of Raspberry Pi). The only thing that isn't new is the weewx.sdb, which I've had since 2019. > Did you ever own a soilMoist3 sensor? > I don't have that sensor! I have just a standard Vantage Vue. > Make sure you're not picking up a neighbor's VantagePro, which might have > the extra sensors! > There's no other station nearby, for sure. > Could you please stop weewx, then run weewxd directly from the command > line <https://www.weewx.com/docs/5.1/usersguide/running/#running-directly>. > Watch the lines marked LOOP and REC. Which, if any, include soilMoist3? > Sure! REC is showing soilMoist3. LOOP: 2024-08-30 19:10:15 -03 (1725055815) 'altimeter': '30.110643851920642', 'appTemp': '70.61023168551318', 'barometer': '30.039', 'cloudbase': '5312.771934763858', 'consBatteryVoltage': '4.71', 'dateTime': '1725055815', 'dayET': '0.0', 'dayRain': '0.0157480314', 'dewpoint': '57.00500348703903', 'ET': 'None', 'extraAlarm1': '0', 'extraAlarm2': '0', 'extraAlarm3': '0', 'extraAlarm4': '0', 'extraAlarm5': '0', 'extraAlarm6': '0', 'extraAlarm7': '0', 'extraAlarm8': '0', 'forecastIcon': '6', 'forecastRule': '44', 'heatindex': '68.08900000000001', 'humidex': '74.35532614626925', 'inDewpoint': '65.8485281659915', 'inHumidity': '75.0', 'insideAlarm': '0', 'inTemp': '74.3', 'maxSolarRad': '0.0', 'monthET': '0.0', 'monthRain': '3.0551180916000003', 'outHumidity': '67.0', 'outsideAlarm1': '0', 'outsideAlarm2': '0', 'outTemp': '68.4', 'pressure': '27.264193835517876', 'rain': '0.0', 'rainAlarm': '0', 'rainRate': '0.0', 'soilLeafAlarm1': '0', 'soilLeafAlarm2': '0', 'soilLeafAlarm3': '0', 'soilLeafAlarm4': '0', 'stormRain': '0.0157480314', 'stormStart': '1724986800', 'sunrise': '1725010260', 'sunset': '1725052020', 'txBatteryStatus': '0', 'usUnits': '1', 'windchill': '68.4', 'windDir': 'None', 'windGust': '0.0', 'windGustDir': 'None', 'windrun': 'None', 'windSpeed': '0.0', 'windSpeed10': '0.0', 'yearET': '0.0', 'yearRain': '25.7874014175' REC: 2024-08-30 19:10:00 -03 (1725055800) 'altimeter': '30.112611177203075', 'appTemp': '70.61023168551318', 'barometer': '30.041', 'cloudbase': '5312.771934763858', 'consBatteryVoltage': '4.71', 'dateTime': '1725055800', 'dayET': '0.0', 'dayRain': '0.0157480314', 'dewpoint': '57.00500348703903', 'ET': '0.0', 'extraAlarm1': '0.0', 'extraAlarm2': '0.0', 'extraAlarm3': '0.0', 'extraAlarm4': '0.0', 'extraAlarm5': '0.0', 'extraAlarm6': '0.0', 'extraAlarm7': '0.0', 'extraAlarm8': '0.0', 'forecastIcon': '6.0', 'forecastRule': '44', 'heatindex': '68.08900000000001', 'highOutTemp': '68.9', 'humidex': '74.35532614626925', 'inDewpoint': '65.8485281659915', 'inHumidity': '75.0', 'insideAlarm': '0.0', 'inTemp': '74.3', 'interval': '5', 'lowOutTemp': '68.4', 'maxSolarRad': '0.0', 'monthET': '0.0', 'monthRain': '3.0551180916000003', 'outHumidity': '67.0', 'outsideAlarm1': '0.0', 'outsideAlarm2': '0.0', 'outTemp': '68.4', 'pressure': '27.266009088611224', 'rain': '0.0', 'rainAlarm': '0.0', 'rainRate': '0.0', 'rxCheckPercent': '99.9375', 'soilLeafAlarm1': '0.0', 'soilLeafAlarm2': '0.0', 'soilLeafAlarm3': '0.0', 'soilLeafAlarm4': '0.0', 'soilMoist3': '8.0', 'stormRain': '0.0157480314', 'stormStart': '1724986800.0', 'sunrise': '1725010260.0', 'sunset': '1725052020.0', 'txBatteryStatus': '0', 'usUnits': '1', 'wind_samples': '117.0', 'windchill': '68.4', 'windDir': 'None', 'windGust': '0.0', 'windGustDir': 'None', 'windrun': '0.0', 'windSpeed': '0.0', 'windSpeed10': '0.0', 'yearET': '0.0', 'yearRain': '25.7874014175' Any ideas? Perhaps my database is contaminated by data generated in the versions where the problem existed? Thank you! > On Fri, Aug 30, 2024 at 1:22 PM Gentil de Bortoli Jr < > gentil.bort...@gmail.com> wrote: > >> Hello! >> >> I just did a clean install of WeeWX 5.1 on a new Raspberry Pi 4. >> >> I installed it via apt, and everything worked fine. >> >> Only one thing needs tweaking: the page is showing Soil Moisture 3 and >> Evapotranspiration, which is data that Davis Vantage Vue does not provide. >> >> I know I can easily solve this by deleting these things from the >> skin.conf file (observations_stats and plot_groups), but I would like to >> know if there is a more correct way to fix this problem. >> >> You can see it here: http://centro.infomorph.online >> >> I would be happy to provide any other information. >> >> Thank you for your time! >> >> -- >> 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 weewx-user+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/CAA21j6y4J01vZmQMUTS8Paku0DhvtfRHQnYGC6OrSwaZ6jR%2BwA%40mail.gmail.com >> <https://groups.google.com/d/msgid/weewx-user/CAA21j6y4J01vZmQMUTS8Paku0DhvtfRHQnYGC6OrSwaZ6jR%2BwA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 weewx-user+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/CAPq0zEDqPdfBUTzyYvb72StwPbo-AadfWgEsFcpGxBSWwHUpMQ%40mail.gmail.com > <https://groups.google.com/d/msgid/weewx-user/CAPq0zEDqPdfBUTzyYvb72StwPbo-AadfWgEsFcpGxBSWwHUpMQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA21j6yZhULT_cXRNc7bdqAxJyLTMxtLCNe1yje14G-xZ%3DVOEQ%40mail.gmail.com.