On Saturday, December 21, 2019 at 10:52:08 PM UTC+2, gjr80 wrote: > > 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
Gary, thank you very much. Happy holidays! :) -- 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/00ef9be5-ca5b-424f-8ef2-d293f9a4a6e6%40googlegroups.com.
