Hi, Station specific hardware fields like battery levels/hardware states are very much station and driver dependent. You may find some info in the comments at the start of the your stations driver file. You could also try running WeeWX directly (http://weewx.com/docs/usersguide.htm#Running_directly), this will cause loop packets and archive records to be displayed on the console (loop packets start with LOOP:, archive records start with REC:). It’s quite possible the field you are after is appearing in the loop packets and archive records but is not displayed in the default reports. If the field is there you can display it’s current data in a report using the tag $current.field_name (substituting field_name with the actual field name of course).
If you want aggregates or other historical data for the field of interest you will need to customise your database to add the field you want to your archive (http://weewx.com/docs/customizing.htm#archive_database) or repurpose an existing archive field. You will then have access to various aggregates (max, min, average etc) over various timeframes (day, week, month etc) in your reports. 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/d3423032-6503-426e-9e17-fc2e8e423343%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
