Overview
Beehives are the individual colonies within your apiaries. Softbee allows you to track detailed information about each beehive, including population levels, health status, frame counts, and observations.Accessing Beehive Management
Creating a New Beehive
Open the Beehive Creation Dialog
In the beehive management page, tap the “Add New Beehive” button or
+ icon.You’ll see a dialog titled “Crear Nueva Colmena” (Create New Beehive).Enter Beehive Number
Field:
hive_number / beehive_number (Required)Assign a unique number to identify this beehive:- Must be a valid integer
- Example: 101, 102, 15, etc.
- Must be unique within the apiary
Set Activity Level
Field:
activity_level (Optional)Select the current activity level of the beehive:- Alta (High)
- Media (Medium)
- Baja (Low)
Record Bee Population
Field:
bee_population (Optional)Estimate the bee population size:- Alta (High)
- Media (Medium)
- Baja (Low)
Count Frames
Food Frames (
food_frames) (Optional):- Number of frames dedicated to food/honey storage
- Must be a valid number
- Example: 5
brood_frames) (Optional):- Number of frames containing brood (eggs, larvae, pupae)
- Must be a valid number
- Example: 3
Set Hive Status
Field:
hive_status (Optional)Select the current configuration of the hive:- Cámara de cría y producción (Brood and production chamber)
- Cámara de cría y doble alza de producción (Brood chamber and double production super)
- Cámara de cría (Brood chamber only)
- Cámara de producción (Production chamber only)
Record Health Status
Field:
health_status (Optional)Document any health issues:- Ninguno (None)
- Presencia barroa (Varroa mite presence)
- Presencia de plagas (Pest presence)
- Enfermedad (Disease)
Tracking health status early helps you respond to problems before they become severe.
Production Chamber
Field:
has_production_chamber (Optional)Indicate whether the hive has a production chamber:- Si (Yes)
- No (No)
Add Observations
Field:
observations (Optional)Add any additional notes or observations about this beehive:- Free-text field (up to 3 lines)
- Example: “La colmena se ve saludable” (The hive looks healthy)
- Use this for anything not captured in other fields
Editing an Existing Beehive
Open the Edit Dialog
Tap the edit icon on the beehive card.The dialog will show “Editar Colmena” (Edit Beehive) and be pre-filled with current data.
Update Information
Modify any of the fields as needed. All fields follow the same rules as during creation.
Beehive Data Structure
Each beehive stores the following information:| Field | Type | Description | Required |
|---|---|---|---|
id | String | Unique identifier | Auto-generated |
apiary_id | String | ID of the parent apiary | Auto-set |
hive_number | Integer | Beehive identification number | Yes |
activity_level | String | Activity level (Alta/Media/Baja) | No |
bee_population | String | Population size (Alta/Media/Baja) | No |
food_frames | Integer | Number of food/honey frames | No |
brood_frames | Integer | Number of brood frames | No |
hive_status | String | Current hive configuration | No |
health_status | String | Health condition | No |
has_production_chamber | String | Has production chamber (Si/No) | No |
observations | String | Additional notes | No |
created_at | DateTime | Creation timestamp | Auto-set |
updated_at | DateTime | Last update timestamp | Auto-updated |
Understanding Beehive Metrics
Activity Level
Activity level indicates how active the bees are at the hive entrance and within the colony:- Alta (High): Lots of foraging activity, bees coming and going frequently
- Media (Medium): Moderate activity, normal operations
- Baja (Low): Little activity, may indicate problems or seasonal slowdown
Population Levels
Population gives you a rough estimate of colony size:- Alta (High): Strong colony, many bees covering most frames
- Media (Medium): Average colony size
- Baja (Low): Small colony, may need support or monitoring
Frame Counts
Food Frames:- Frames with capped or uncapped honey
- Frames with stored pollen
- More food frames = better winter preparation
- Frames with eggs, larvae, or capped brood
- More brood frames = active queen and colony growth
- Fewer brood frames in fall is normal (seasonal reduction)
Health Status Categories
Ninguno (None)
Ninguno (None)
The hive appears healthy with no visible issues:
- No pests detected
- No disease symptoms
- Normal bee behavior
Presencia barroa (Varroa Presence)
Presencia barroa (Varroa Presence)
Varroa mites detected:
- Most common honeybee pest
- Can weaken colonies if untreated
- Monitor levels and consider treatment options
Presencia de plagas (Pest Presence)
Presencia de plagas (Pest Presence)
Other pests detected:
- Small hive beetles
- Wax moths
- Ants or other insects
- Rodents
Enfermedad (Disease)
Enfermedad (Disease)
Disease symptoms observed:
- Foulbrood (American or European)
- Chalkbrood
- Nosema
- Other bacterial or fungal infections
Beehive Workflows
Workflow 1: Regular Inspection Updates
Workflow 2: Seasonal Preparation
Workflow 3: Adding Production Supers
Validation and Error Handling
Common Errors
Error: 'Por favor, introduce el número de colmena'
Error: 'Por favor, introduce el número de colmena'
Cause: Beehive number field is empty.Solution: Enter a valid number for the beehive.
Error: 'Debe ser un número válido'
Error: 'Debe ser un número válido'
Cause: You entered text instead of a number in a numeric field.Solution: Enter only digits in the beehive number, food frames, or brood frames fields.
Error: 'Ya existe una colmena con este número en el apiario'
Error: 'Ya existe una colmena con este número en el apiario'
Cause: Another beehive in the same apiary already uses this number.Solution: Choose a different number that’s unique within this apiary.
Best Practices
Viewing Beehive Lists
Beehives are displayed in:- List view (mobile/tablet): Scrollable list of beehive cards
- Grid view (desktop): Multi-column grid for easier overview
- Beehive number
- Current status indicators
- Activity and population levels
- Health alerts (if any)
- Quick action buttons (Edit/View)
Next Steps
- Record inspections to document detailed hive checks
- Track inventory to manage supplies for beehive maintenance
- Review apiary-level statistics to identify trends across all hives
The
updated_at timestamp is automatically set every time you edit a beehive, helping you track when each hive was last inspected.