OK thanks. But if I change the value in radiationshours.py, would that work out well? Replace the yellow marked value with 200?
import weewx from weewx.wxengine import StdService class RadiationHours(StdService): def __init__(self, engine, config_dict): # Pass the initialization information on to my superclass: super(RadiationHours, self).__init__(engine, config_dict) # Default threshold value is 120 W/m2 self.min_sunshine = 120.0 import syslog Am Samstag, 12. Oktober 2019 11:24:03 UTC+2 schrieb gjr80: > > The single [ ] tell you it needs to be its own top level stanza. Easiest > thing is to put it at the end of the file. > > 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/49448b09-e0b3-4da7-9fd8-8c8c3c5eecb1%40googlegroups.com.
