In the screen shot (taken from another message) there is current_temp_f and current_humidity and a few other related.
I do not see them in my raw json data from the device.
{
- “SensorId”: “::a6::55:”,
- “DateTime”: “2023/08/07T23:22:03z”,
- “Geo”: “PurpleAir-55**”,
- “Mem”: 20096,
- “memfrag”: 13,
- “memfb”: 17512,
- “memcs”: 1088,
- “Id”: 124,
- “lat”: ***.5746,
- “lon”: ***.641907,
- “Adc”: 0.02,
- “loggingrate”: 15,
- “place”: “outside”,
- “version”: “7.02”,
- “uptime”: 1620,
- “rssi”: -62,
- “period”: 120,
- “httpsuccess”: 27,
- “httpsends”: 27,
- “hardwareversion”: “2.0”,
- “hardwarediscovered”: “2.0+PMSX003-B+PMSX003-A”,
- “p25aqic_b”: “rgb(10,229,0)”,
- “pm2.5_aqi_b”: 17,
- “pm1_0_cf_1_b”: 4,
- “p_0_3_um_b”: 1632,
- “pm2_5_cf_1_b”: 4,
- “p_0_5_um_b”: 268,
- “pm10_0_cf_1_b”: 4,
- “p_1_0_um_b”: 14,
- “pm1_0_atm_b”: 4,
- “p_2_5_um_b”: 0,
- “pm2_5_atm_b”: 4,
- “p_5_0_um_b”: 0,
- “pm10_0_atm_b”: 4,
- “p_10_0_um_b”: 0,
- “p25aqic”: “rgb(1,228,0)”,
- “pm2.5_aqi”: 8,
- “pm1_0_cf_1”: 0,
- “p_0_3_um”: 450,
- “pm2_5_cf_1”: 2,
- “p_0_5_um”: 142,
- “pm10_0_cf_1”: 2,
- “p_1_0_um”: 12,
- “pm1_0_atm”: 0,
- “p_2_5_um”: 1,
- “pm2_5_atm”: 2,
- “p_5_0_um”: 0,
- “pm10_0_atm”: 2,
- “p_10_0_um”: 0,
- “pa_latency”: 1484,
- “response”: 201,
- “response_date”: 1691450471,
- “latency”: 1142,
- “wlstate”: “Connected”,
- “status_0”: 2,
- “status_1”: 2,
- “status_2”: 2,
- “status_3”: 2,
- “status_4”: 0,
- “status_5”: 0,
- “status_6”: 2,
- “status_7”: 0,
- “status_8”: 0,
- “status_9”: 0,
- “ssid”: “ABCDE”
}
Does that mean my BM280 is not working? or any other reason?
Chris