So if I wanted to add additional variables, on top of soc I just added, do I add another schema line in weewx.conf? Just curious how that would work if I wanted to add more than one value gathered from fileparse?
On Sunday, 29 January 2017 17:04:06 UTC-5, Robert Mantel wrote: > > Yep, that worked Gary, when I ran weewx directly it now shows soc in the > output. Thanks for pointing out my error. Great helpful people in here! > > On Sunday, 29 January 2017 16:02:15 UTC-5, gjr80 wrote: >> >> If you did in fact use >> >> schema = user.soc.schema_with_soc >> >> in weex.conf then that would cause a problem, if schema_with_soc is >> defined in user/fileparse.py then you should be using >> >> schema = user.fileparse.schema_with_soc >> >> 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]. For more options, visit https://groups.google.com/d/optout.
