I guess it doesn't really matter, because both are in the default schema, but why soilTemp3? Why not soilTemp1?
Directions for how to create plots and statistics are in the Customizing Manual <https://www.davisinstruments.com/product/wireless-weather-envoy/>. For example, to add the highs and lows for the year to your skin: <p>The max soil temperature for the year was $year.soilTemp3.max, the minimum was $year.soilTemp3.min</p> New plots can be created by adding them to the skin configuration file, skin.conf, for whatever skin you are using. For example, for a plot of the soil temperature for the last 12 months, look for the subsection [[year_images]] in skin.conf, and add a new plot: [[year_images]] . . . [[[yearsoiltemp]]] [[[[soilTemp3]]]] This will cause the report generator to create a new plot called yearsoiltemp.png, which you can then reference in your template files. -tk On Fri, Apr 5, 2019 at 3:28 AM Eugen66 <[email protected]> wrote: > Have this setup in Vantage Pro2: > TRANSMITTERS: > Channel Receive Repeater Type > 1 active none iss > 2 active none soil > The extra soil is a temp only showing at the consol, how ca this > (soilTemp3_C) be shown in Weewx, graphs,highs,lows? > > -- > 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. > -- 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.
