Basic Information
Unique identifier for API communication
Leave empty to use default for sensor type
Connection Settings
Optional JSON configuration for sensor connection
Thresholds & Alerts
Hardware Details
Status
Inactive sensors will not process readings
API Information

After creating the sensor, you can send readings to:

POST /api/sensors/{sensor_id}/readings

Request body:

{
  "value": 25.5,
  "quality": "good",
  "raw_data": {}
}
Cancel