setup lightning

22 views
Skip to first unread message

hajsek...@gmail.com

unread,
Oct 20, 2025, 7:00:26 AM (2 days ago) Oct 20
to weewx-user
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
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

2025-10-20 12_57_40-Domzale Current Weather Conditions – Google Chrome.png
Reply all
Reply to author
Forward
0 new messages