User Management

Manage user roles, permissions, and access controls for the EcoSmart Campus system.

Current Users

System Preferences

Configure global system settings and preferences.

How long to keep historical data before automatic deletion
Automatically install security and feature updates
Receive email notifications for system alerts and reports

Threshold Configuration

Configure mathematical thresholds for optimal energy optimization and automation.

Occupancy Threshold (θ)

Probability threshold for room occupancy detection

0.65
P(occupancy) ≥ θ triggers device activation

Fan Activation (Tfan)

Temperature threshold for fan activation

24°C
T ≥ Tfan triggers fan activation

AC Activation (Tac)

Temperature threshold for AC activation

26°C
T ≥ Tac triggers AC activation

Boolean Logic Conditions

Define automation rules using Boolean logic expressions

Lights activate when room is occupied AND (light level is below minimum OR temperature is below comfort level)
AC activates when room is occupied AND temperature exceeds AC threshold

Integration Settings

Configure API endpoints and external system integrations.

Endpoint for weather data used in energy forecasting
Endpoint for utility consumption data
Endpoint for building management system integration
Synchronize data with external systems in real-time

Backup & Restore

Manage system backups and restore points.

Automatically upload backups to secure cloud storage

Manual Backup

Create a manual backup of system configuration and data

Restore System

Restore system from a previous backup

Warning: Restoring will overwrite current system configuration

Mathematical Foundation

Our threshold configuration is built on proven mathematical concepts that form the intelligence behind energy optimization.

Probability Thresholds

Occupancy detection uses probability thresholds to optimize device activation:

Device_r(t) = {1 if P(occupancy_r(t)) ≥ θ, 0 otherwise}

Boolean Logic

Automation rules use Boolean expressions for device control:

AC_r(t) = O_r(t) ∧ (T_r(t) > T_ac)

Temperature Logic

HVAC systems activate based on temperature thresholds:

Fan_r(t) = O_r(t) ∧ (T_fan ≤ T_r(t) < T_ac)
Settings saved successfully!