Yes I see it in the LOOP packets 

LOOP:   2019-07-04 09:27:47 BST (1562228867) dateTime: 1562228867, 
maxSolarRad: 596.436033087, rainRate: 0, usUnits: 1, UV: 3.0, uvBatteryStatus: 
0

I now have a battery map of 
        txBatteryStatus = batterytx
        windBatteryStatus = batteryWind
        rainBatteryStatus = batteryRain
        outTempBatteryStatus = battery1
        # WARNING: the following are not in the default schema
        extraBatteryStatus1 = battery2
        extraBatteryStatus2 = battery3
        extraBatteryStatus3 = battery4
        extraBatteryStatus4 = battery5
uvBatteryStatus = batteryuv

weewx.conf
I have no requirement for historical or tracked battery data so assume I 
dont need to extend the database.

Just need to work out how to now display it in the Battery Status section.

I have added the following to sensors.inc in the Seasons skin folder

#if $day.uvBatteryStatus.has_data
    <tr>
      <td class="label">$obs.label.uvBatteryStatus</td>
      <td 
class="data">$get_battery_status($current.uvBatteryStatus.raw)</td>
    </tr>
#end if

But still no joy.

Neil


On Saturday, 29 June 2019 12:12:22 UTC+1, Neil S wrote:
>
> So I have just upgraded to 3.9.1 (on Raspberry Pi).  Using the nice new 
> skin but cannot work out how to get the UV Sensor battery to show on the 
> web page. UV levels etc show OK but cant get battery status to show 
> (despite some config file fiddling)
>
> (WRM88 weather station) 
>
> Is it possible?
>
> Neil
>

-- 
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/cc6b54a6-e2d2-4c22-a82f-ede113709020%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to