matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

Incorrect delta for lightning strike #178

Open mfraser opened 1 year ago

mfraser commented 1 year ago

The default delta for lightning strikes is DEFAULT_DELTAS = { 'rain': 'rain_total', 'strikes': 'strikes_total'}

When it should be 'lightning_strike_count': 'strikes_total'

After changing the delta over to lightning_strike_count I see a graph for lightning strikes.