Mikael,
Superb.
In order for me to add this to the Seasons skin I did this: -
*Edit /etc/weewx/skins/Seasons/current.inc and add the labels and data: -*
<tr>
<td class="label">$obs.label.rainRate</td>
<td class="data">$current.rainRate</td>
</tr>
<tr>
<td class="label">$obs.label.rain_today</td>
<td class="data">$day.rain.sum</td>
</tr>
*<tr> <td class="label">$obs.label.lightning_strikes</td> <td
class="data">$day.lightning_strikes.sum</td> </tr> <tr>
<td class="label">$obs.label.avg_distance</td> <td
class="data">$year.avg_distance.last</td> </tr>*
*I also edited (in the same directory) skin.conf and added the following to
get the correct labels to show in the skin: -*
[Labels]
# Override some labels. No need to identify these as a "Battery"
# or "Voltage", because that is included in the template.
[[Generic]]
txBatteryStatus = Transmitter
windBatteryStatus = Wind
rainBatteryStatus = Rain
outTempBatteryStatus = Outside Temperature
inTempBatteryStatus = Inside Temperature
consBatteryVoltage = Console
heatingVoltage = Heating
supplyVoltage = Supply
referenceVoltage = Reference
# Some specialized labels
rain_today = Rain Today
wind = Wind
l
*ightning_strikes = Lightning Strikes Today avg_distance
= Distance (Last Strike)*
I have added a screenshot to show how the results display.
Cheers
[image: Screenshot 2019-07-24 at 09.14.55.png]
Dan
On Monday, 22 July 2019 19:55:57 UTC+1, Mikael Fredriksson wrote:
>
>
>
> And use it like this for example in a web page:
>>
>>
> <tr><td>Lightning strikes
> today</td><td>$day.lightning_strikes.sum</td><td></td></tr>
> <tr><td>Distance (Last
> strike)</td><td>$year.avg_distance.last</td><td>$year.avg_distance.lasttime</td></tr>
>
> Will result in:
>
> Lightning strikes (<40km)
> Lightning strikes today 0
> Distance (Last strike) 20 km 2019-07-21 19:50:00
>
--
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/167fe53e-16d7-48f8-9748-ead138b427e6%40googlegroups.com.