Hi, You need to assign a different unit group to the field soilTemp1, the clue is in the ‘Assigning a unit group’ section (http://weewx.com/docs/customizing.htm#Assigning_a_unit_group) in the Customization Guide. Try adding the following to /home/weewx/bin/user/extensions.py (untested):
import weewx.units weewx.units.obs_group_dict['soilTemp1'] = 'group_energy’ Save then restart WeeWX, you should then be able to use soilTemp1 in reports and plots as watt_hour. Gary -- 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/0834cc65-ba05-4ebe-87f0-27b60222dae7%40googlegroups.com.
