Hi
I have set lightning to show up on index page but I get this unreadable
data.
How to change that and how to get some data with some sense?
Also, how this sensor must be set up, because there were no lightnings but
sensor see it as lightnings. Wheere to put that sensor and how to set. I
have froggit weather station which is the same as Ecowitt
.
I use weewx 5.2 and interceptor
[image: 2025-10-20 12_57_40-Domzale Current Weather Conditions – Google
Chrome.png]
I have this in my index.html.tpl
#if $current.lightning_last_distance
<tr>
<td>Last Lighting Strike Distance</td>
<td>$current.lightning_last_distance m</td>
</tr>
#end if
#if $day.lightning_strike_count.has_data
<tr>
<td>Lightning Strikes</td>
<td>$current.lightning_strike_count</td>
</tr>
#end if
#if $current.lightning_avg_distance
<tr>
<td>Average Strike Distance m</td>
<td>$current.lightning_avg_distance</td>
</tr>
#end if
#if $current.lightning_last_time
<tr>
<td>Last Strike Time</td>
<td>$current.lightning_last_time</td>
</tr>
#end if
--
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 visit
https://groups.google.com/d/msgid/weewx-user/b711eabe-a189-4ca6-9d00-deb7f2c91f68n%40googlegroups.com.