Hello everyone,
I had my first lightning detection this afternoon! And also my first problem...
The GW1000 show 5 lightnings, this number is ok on the WS View apps and on
ecowitt.net but it's now more than 1000 on weewx database....
When I use the command to directly watch the datas send by the GW1000:
PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py --device=ecowitt-client --port 8000 --debug
raw data: PASSKEY=XXXX&stationtype=GW1000A_V1.6.6&dateutc=2021-04-10+20:55:22&tempinf=73.4&humidityin=49&baromrelin=29.533&baromabsin=29.533&rainratein=0.000&eventrainin=0.165&hourlyrainin=0.000&dailyrainin=0.067&weeklyrainin=0.165&monthlyrainin=0.165&yearlyrainin=0.165&totalrainin=0.165&lightning_time=1618082478&lightning_num=5&lightning=14&wh57batt=5&freq=868M&model=GW1000_Pro
raw packet: {'humidity_in': 49.0, 'temperature_in': 73.4, 'rain_total': 0.165, 'lightning_num': 5.0, 'rain': 0.0, 'lightning': 14.0, 'pressure': 29.533, 'wh57_battery': 5.0, 'dateTime': 1618088122, 'lightning_time': 1618082478.0, 'rain_rate': 0.0, 'usUnits': 1}
mapped packet: {'rain': 0.0, 'dateTime': 1618088122, 'pressure': 29.533, 'inHumidity': 49.0, 'inTemp': 73.4, 'rainRate': 0.0, 'usUnits': 1}
The "mapped packet" do not show any lightning but 5 lightnings strike are record on my database on lightning_strike_count field on every archive interval.
When I installed my GW1000 I followed this tip :
https://github.com/matthewwall/weewx-interceptor/issues/69Is anyone have more success with lightning dectection on GW1000 and how can I fix this bad situation?
Thanks