If you are only trying to display the current you would add something like the below to sensors.inc or whatever template you want it on. I have not tested this...
$current.uvBatteryStatus.raw If you are trying to store the status over time and use the data for graphs or to track it you will need to extend the Database to have the uvBatteryStatus field. You need to read the Weewx Customization Guide http://www.weewx.com/docs/customizing.htm#archive_database and understand how the database is used and how tags work in order to get this done. You may also want to read through some of the discussions others have had concerning adding to the Database or useing the $current record. Like this thread https://groups.google.com/forum/#!searchin/weewx-user/tag$20not$20in$20database%7Csort:date/weewx-user/laTEGPTirH8/rkj6CdQ9BQAJ -- 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/7d1df977-71a3-4695-9de2-1c82123f33b4%40googlegroups.com.
