Introduction to LEV HUB
Welcome to the LEV HUB documentation. This guide will walk you through the essential features of our platform, from creating your first Local Exhaust Ventilation (LEV) system design to monitoring its performance in real-time. Our goal is to empower engineers, safety officers, and facility managers with the tools to create safer, more compliant work environments.
Creating Your First LEV System
Getting started with LEV HUB is simple. Follow these steps to design and analyze your first system:
- Sign Up & Log In: Create your account to access the dashboard and design tool.
- Start a New Project: From the main dashboard, select "Create a System". You will be prompted with a disclaimer regarding the tool's calculations.
- Define Building Parameters: Use the "Edit Building" tools to set the dimensions of your workspace. This creates the canvas for your design.
- Add Equipment: Place your primary equipment, such as filtration units and fans, onto the canvas. Use the inspector panel on the right to configure their properties.
- Place Extraction Points: Add extraction points where contaminants are generated. Specify the required airflow (m³/h) and static pressure (Pa) for each point.
- Connect Components: Use the "Connect Objects" tool to draw ductwork between your extraction points and main equipment. The tool will automatically add necessary fittings like bends and junctions.
- Recalculate & Analyze: Click the "Recalcalculate" button. Our AI will analyze the airflow dynamics, resize ducting for optimal velocity, and calculate the total system pressure.
- Generate BOM: Once you are satisfied with the design, generate a complete Bill of Materials and performance report.
Core Concepts
Systems: A "System" in our platform represents a complete LEV design, including hoods, ductwork, fans, and filters. You can have multiple systems for different areas or processes within your facility. Each system is an independent calculation environment.
AI Assistant (Bran): Your expert guide for all things LEV. Use the main page's chat interface to ask questions, get design parameters based on specific contaminants, or troubleshoot performance issues. Bran is trained on a vast library of engineering standards (e.g., ACGIH, HSG258) and best practices.
Real-Time Monitoring: By connecting IoT-enabled sensors (available with Pro and Enterprise plans) to your physical LEV systems, you can stream real-time data to the LEV HUB dashboard. This allows for predictive maintenance, instant alerts on performance degradation, and detailed analytics for compliance reporting.
API Reference: Authentication
To use the LEV HUB API, you must first obtain an API key from your account settings page. All API requests must include this key in the Authorization header.
Authorization: Bearer YOUR_API_KEY
Systems Endpoint
The Systems endpoint allows you to programmatically manage your LEV designs.
GET /api/v1/systems - Retrieve a list of all systems in your account.
POST /api/v1/systems - Create a new system by providing a JSON payload with the system configuration.
{
"name": "Welding Bay 3 System",
"target_velocity": 18,
"components": [
{ "type": "fan", "id": "fan-01", "model": "X-15" },
{ "type": "point", "id": "point-01", "flow_m3h": 1500, "sp_pa": 250 }
]
}
Data Endpoint
The Data endpoint is used for pushing and retrieving real-time monitoring data from connected sensors.
POST /api/v1/systems/{systemId}/data - Push new sensor data to a specific system.
Terms of Service
Last updated: September 18, 2025
By using the LEV HUB platform ("Service"), you are agreeing to be bound by the following terms and conditions ("Terms of Service"). LEV HUB reserves the right to update and change the Terms of Service from time to time without notice. Any new features that augment or enhance the current Service, including the release of new tools and resources, shall be subject to the Terms of Service. Continued use of the Service after any such changes shall constitute your consent to such changes.
Violation of any of the terms below will result in the termination of your Account. You agree to use the Service at your own risk. The Service is provided on an "as is" and "as available" basis. The calculations and designs provided by the tool are for guidance and estimation purposes only and must be verified by a qualified engineer.
Privacy Policy
Last updated: September 18, 2025
This Privacy Policy describes how your personal information is collected, used, and shared when you visit or make a purchase from LEV HUB ("the Site"). We collect information about your device, including information about your web browser, IP address, time zone, and some of the cookies that are installed on your device. Additionally, as you browse the Site, we collect information about the individual web pages or products that you view, what websites or search terms referred you to the Site, and information about how you interact with the Site.