The first point of call when customising what sensors are displayed by the Seasons skin v4.7.0 or later is the [DisplayOptions] section of the Seasons skin config file, skin.conf. Sensor data display in earlier versions of the Seasons skin relied on the content of the relevant Seasons skin template files and the content of skin.conf, in v4.7.0 much of this was parameterised making it much easier for users to customise the skin. For v4.7.0 or later you really don't want start digging in the templates unless you are doing some hardcore customisation.
In your case work through the various settings under [DisplayOptions], the comments should guide you and most are fairly self explanatory. In general, the order of items in lists determines the order of display. One thing to remember, in order to plot any sensor data you need to be saving that sensor data to database; so you may need to add a few columns to your database. The utility wee_database <http://weewx.com/docs.html/latest/utilities.htm#wee_database_utility> is your friend and the process is covered here <http://weewx.com/docs.html/latest/customizing.htm#Modifying_an_existing_database> in the Customization Guide. Once you have your skin settings down pat you may wish to include them as skin overrides in weewx.conf, but that is another story. Gary On Saturday, 2 September 2023 at 09:49:12 UTC+10 [email protected] wrote: > Using a gw2000 with the gw1000 gate driver version 0.5.0 > I have 8 soil moisture sensors and 2 air quality sensors > After much searching and trailing different configurations I cannot get > four of the soil moisture sensors and one of the air quality sensors to > display information on the web page > > The driver output is displaying the data for all the sensors, I just > cannot get the additional data to display on the seasons skin. > > Looking at the Hilo.inc sensors.inc skin.conf does not present any clue as > to why these are not displaying > > Any assistance would be appreciated > > Doug > https://baldivisweather.ddns.net > > -- 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/67b0fcd3-42b2-462f-80ef-ed64a71c24f7n%40googlegroups.com.
