Access via web interface: /admin/system.php
Clears all entries from the logs table.
Usage: Admin → System Commands → Clear Logs
Removes all sensor data from allhivedata table.
Warning: This operation cannot be undone. Create a backup first.
Usage: Admin → System Commands → Clear All Data → Confirm
Removes zero/null values for a specific sensor column.
Columns:
hivetempf- Hive temperaturehiveHum- Hive humidityhiveweight- Hive weightIN_COUNT- Bee counter
Usage: Admin → System Commands → Remove Zeros → Select Column → Confirm
Triggers system upgrade from GitHub repository.
Usage: Admin → System Commands → Upgrade
Manual: sudo /home/HiveControl/upgrade.sh
Temporarily stops data collection without disabling cron.
Usage: Admin → System Commands → Pause/Resume
Displays last 1000 log entries.
Usage: Admin → System Commands → View Logs
Shows system information (disk space, memory, CPU).
Usage: Admin → System Commands → Server Status
# Manual data collection
sudo /home/HiveControl/scripts/system/currconditions.sh
# System upgrade
sudo /home/HiveControl/upgrade.sh
# View logs
sqlite3 /home/HiveControl/data/hive-data.db "SELECT * FROM logs ORDER BY date DESC LIMIT 100;"
# Check cron status
sudo systemctl status cronFor complete documentation, see: