station_observations = "barometer", "dewpoint", "outHumidity", "rainWithRainRate", "lightning_strikes", "visibility" [[lightning]] title = Lightning [[[lightning_strikes]]] name = Lightning stacking = normal [[[lightning_distance]]] name = Average Distance stacking = normal[SDR] # This section is for the software-defined radio driver.
# The driver to use driver = user.sdr cmd = /usr/local/bin/rtl_433 -M utc -F json -G 4 [[sensor_map]] inTemp = temperature.0786.AcuriteTowerPacket # Basement Bedroom inHumidity = humidity.0786.AcuriteTowerPacket inTempBatteryStatus = battery.0786.AcuriteTowerPacket outTemp = temperature.006D.Acurite5n1Packet # Chicken Coop outHumidity = humidity.006D.Acurite5n1Packet outTempBatteryStatus = battery.006D.Acurite5n1Packet windDir = wind_dir.006D.Acurite5n1Packet windSpeed = wind_speed.006D.Acurite5n1Packet rain_total = rain_total.006D.Acurite5n1Packet extraTemp1 = temperature.2B96.AcuriteTowerPacket # Basement extraHumid1 = humidity.2B96.AcuriteTowerPacket extraBattery1 = battery.2B96.AcuriteTowerPacket extraTemp2 = temperature.00E7.AcuriteLightningPacket # Garage extraHumid2 = humidity.00E7.AcuriteLightningPacket lightning_strikes_total = strikes_total.00E7.AcuriteLightningPacket lightning_distance = distance.00E7.AcuriteLightningPacket lightning_rfi = rfi.00E7.AcuriteLightningPacket lightning_battery = battery.00E7.AcuriteLightningPacket
[[deltas]] rain = rain_total lightning_strikes = lightning_strikes_total{"extraTemp3_F": "69.8754249949", "hourRain_in": "0.0", "dateTime": "1583108013.0", "rain24_in": "0.0", "maxSolarRad": "0.0", "rainRate_inch_per_hour": "0.0", "lightning_strikes": "0.0", "dayRain_in": "0.0", "lightning_distance": "24.0", "extraHumid2": "49.0", "lightning_battery": "1.0", "lightning_strikes_total": "120.0", "lightning_rfi": "0.0", "extraTemp2_F": "54.1", "usUnits": "1.0", "extraHumid3": "36.0101402392"}I am working on including my lightning detector data on my homepage but am having some issues.I am using an Acurite 06045M over SDR on Belchertown. https://wx.millhousen.com/1. For some reason, the Lightning Distance is shown on the graph as being 24 consistently, but it hasn't stormed in many months.
2. Also, the number of strikes has many trailing zeros and is changed by MQTT to say 120. The database shows the 0.00000 number.
--You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/fwn_yn3yXKc/unsubscribe.To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/15c64885-665c-4ddb-9230-7b07bf9fb66d%40googlegroups.com.
My [SDR] config where I defined the delta is in my original message, and I have restarted since putting it in.My Belchertown skin.conf is where I configured Belchertown to display the number of lightning strikes. (in first message as well)On my site https://wx.millhousen.com/, Lightning Strikes show as "0.000000" until MQTT provides an update and changes it to 62 (which should be lightning_strikes_total).The rtl433 output I posted earlier was during a thunderstorm, as are these entries in the weewx.sdb
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/15c64885-665c-4ddb-9230-7b07bf9fb66d%40googlegroups.com.