On Thursday, December 28, 2017 at 2:19:02 PM UTC-5, Chris Alemany wrote: > > Haha. I suspect that 'server uptime' variable is optimistic. :) > > Maybe this is a more general question than just on this extension. > > How do I know what weewx values are available to the extension (or any > extension for that matter?). For example, what is the "rain" variable > actually returning in twitter. It is not the daily rain sum... how can I > know what is what and what is available for display? > >> >> the set of observations depends on what hardware is running and what services are running.
start with the hardware docs: http://weewx.com/docs/hardware.htm see the 'station data' section for your hardware. then see the docs for the services you are running. for example, StdWXCalculate adds a few: http://weewx.com/docs/usersguide.htm#StdWXCalculate but the fastest and most accurate way is rather pythonic: just do it! run weewx directly and see what it spits out in each LOOP and REC dictionary. 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.
