i assume that you have already extended the schema to include extraTemp8 - the wview schema (which is the default schema for weewx) only goes to extraTemp7
when you extend the schema, you must also (separately) define the units for the new fields that you add to the schema if you do not define units, then weewx does not know how to do any conversions assuming that you have a field extraTemp8 in your database, import weewx.units weewx.units.obs_group_dict['extraTemp8'] = 'group_temperature' the typical place to put this is in the file extensions.py in the weewx user directory. you must restart weewx after making this change. see the section "assigning a unit group" in the weewx customization guide. http://weewx.com/docs/customizing.htm#Assigning_a_unit_group m -- 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.
