My station doesn't have anything that shows on sensors.inc but looking at
the code above if you already have something that shows battery status you
could try adding it after the #if $have_battery_status section
#if $have_battery_status
<tr><th>Battery Status</th><th></th></tr>
#if $current.uvBatteryStatus.has_data
<tr>
<td class="label">UV battery Status</td>
<td class="data">$current.uvBatteryStatus.raw</td>
</tr>
#end if
It really will depend what is already showing in sensors.inc The
documentation covers all of this so please read the guides.
--
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/cabc31a3-5597-417c-8b66-97880b06694a%40googlegroups.com.