We got some much-needed rain here in California, but I’m seeing a discrepancy in the reported rain via the tempest app, versus the websocket API.
Tempest app says 0.10in:
But the websocket API says 1.517626(mm) or 0.05in:
Event Handler received: {"status":{"status_code":0,"status_message":"SUCCESS"},"device_id":163515,"type":"obs_st","source":"cache","summary":{"pressure_trend":"steady","strike_count_1h":0,"strike_count_3h":0,"precip_total_1h":0.809685,"strike_last_dist":16,"strike_last_epoch":1640456972,"precip_accum_local_yesterday":0,"precip_accum_local_yesterday_final":0,"precip_analysis_type_yesterday":0,"feels_like":8.8,"heat_index":8.8,"wind_chill":8.8,"raining_minutes":[5,5,5,5,5,5,5,5,5,5,5,5],"dew_point":8,"wet_bulb_temperature":8.4,"air_density":1.1603,"delta_t":0.4,"precip_minutes_local_day":104,"precip_minutes_local_yesterday":0},"obs":[[1646364177,0,0,0,0,6,939.1,8.8,95,0,0,0,0.013054,1,0,0,2.41,1,1.517626,0.013054,2.957092,0]]}
Why the discrepancy?
Thx!