Products
Products represent different hardware lines or device types in your organization.
Creating a Product
- Go to Products in the sidebar
- Click Add Product
- Enter a name (e.g., "Smart Sensor v2")
- Optionally add a description
- Optionally set a Hardware ID for automatic device matching
Product Fields
| Field | Description | |-------|-------------| | Name | Display name for the product | | Description | Optional notes about the product | | Hardware ID | Identifier for automatic device-product matching |
Hardware ID
The Hardware ID enables automatic matching between devices and products.
When a device checks for updates, it can include a hardware_id in the request. If the device isn't already associated with a product, Zelta will:
- Look for a product with matching Hardware ID
- Automatically associate the device with that product
- Return firmware updates for that product
Example Hardware IDs
SENSOR_V2_REV_A- Hardware revisionESP32_THERMOSTAT- Chip + product type0x1234ABCD- Manufacturer ID
Limits
| Plan | Max Products | |------|--------------| | Free | 2 | | Pro | 20 | | Enterprise | Unlimited |
Deleting Products
Deleting a product will:
- Remove all associated firmware
- Unlink all devices (they become "unassigned")
- Delete update history for those devices
This action cannot be undone.