Hi,
I just got my new sensor and want to send data in. In debug log I receive error 400 [“sensor could not be selected.”] from the API server. On the main page I have selected SEN5x sensor type with BME280. Temp / Humidity report is visible under the Data, but the device can’t be located on the map.
Please help me how to fix it!
PM1.0: 54.47
PM2.5: 58.50
PM4.0: 59.70
PM 10: 60.27
NOX: 1.00
VOC: 100.00
SEN5X read counter: 3
SEN5X read error counter: 0
Sending to sensor.community - Sensirion SEN5X
Host: api.sensor.community
URL: /v1/push-sensor-data/
Request failed with error: 400
Details:[“sensor could not be selected.”]
Pressure ¶: 101009.52
Temperature (°C): 6.77
Humidity (%): 72.29
Sending to sensor.community - BME280
Host: api.sensor.community
URL: /v1/push-sensor-data/
Succeeded - a
I have configured to send data to an API server in my network, the device is sending the following data:
POST / HTTP/1.1
Host: 192.168.0.32:10000
User-Agent: NRZ-2020-133/5379942/dc4f22521766
Accept-Encoding: identity;q=1,chunked;q=0.1,*;q=0
Connection: close
Content-Type: application/json
X-Sensor: esp8266-5379942
X-MAC-ID: esp8266-dc4f22521766
Content-Length: 695
{“esp8266id”: “5379942”, “software_version”: “NRZ-2020-133”, “sensordatavalues”:[{“value_type”:“SEN5X_P0”,“value”:“47.37”},{“value_type”:“SEN5X_P2”,“value”:“51.87”},{“value_type”:“SEN5X_P4”,“value”:“53.77”},{“value_type”:“SEN5X_P1”,“value”:“54.67”},{“value_type”:“SEN5X_NOX”,“value”:“1.00”},{“value_type”:“SEN5X_VOC”,“value”:“101.00”},{“value_type”:“BME280_pressure”,“value”:“101064.40”},{“value_type”:“BME280_temperature”,“value”:“6.31”},{“value_type”:“BME280_humidity”,“value”:“75.01”},{“value_type”:“samples”,“value”:“1016945”},{“value_type”:“min_micro”,“value”:“29”},{“value_type”:“max_micro”,“value”:“23845”},{“value_type”:“interval”,“value”:“30000”},{“value_type”:“signal”,“value”:“-79”}]}
Thank you!