History
Alert Log
No alerts yet — monitoring…
Connect your real sensor›
This dashboard is running on simulated data so you can see it working end-to-end. Swap in real readings with whichever path matches your hardware:
- ESP32 / Arduino + DHT22 or SHT31 sensor: have the board POST JSON (
{"zone":"freezer","temp":-19.2,"humidity":54}) to a small local server (Node-RED, Flask, or a tiny Express app), then have this page poll that server's endpoint every few seconds instead of the simulator. - MQTT setup (Home Assistant, Mosquitto, Tasmota/Zigbee sensors): bridge MQTT to the browser with a WebSocket broker (e.g. Mosquitto's built-in WS listener) and subscribe from this page — no custom backend needed.
- Cloud IoT platform (ThingSpeak, Blynk, AWS IoT, Ubidots): most expose a REST endpoint for the latest reading — call that on an interval instead of the simulator.
simulateReading() call inside tick() with a fetch() to your real endpoint. For quick manual testing, every zone is also wired to a global hook:
window.ColdChain.ingest("freezer", -21.4, 52) // (zoneId, temperature, humidity)
Paste that into the browser console (with your real value) to see it flow through the readout, chart, and alerts immediately.
Site Map
Sensor Graphs
Alert Events
| Time | Zone | Level | Message | Action |
|---|
Report Wizard
Scheduled compliance and export reports.
| Title | Destination Email(s) | Schedule | Created By | Last Run | Action |
|---|
Documents and Manuals
Zone Configuration
SMS / Email Contacts
Who gets notified when a zone breaches threshold.
| Name | Phone | Action |
|---|
Restore Archived Data
Due to the volume of records, restores are processed in the background and may take a few minutes per zone.
Search Audit Records
Configuration Audit Records
Download detailed records:
| Date | User | IP | Subject | Action | Session |
|---|
Alert Management Audit Records
Download detailed records:
| Date | User | IP | Subject | Action | Session |
|---|
Update Your Profile
—
—
—
This is your login username.
The name displayed on the web interface when you are logged in.
Email not verified
Mobile not verified
Dates on the portal and reports will appear in the selected format.
Enter your current password to save any changes you make. Change Password?
Notification Settings
API Keys
Use an API key to pull sensor data into your own systems.
| Key | Created | Actions |
|---|
User Management
Accounts that can sign in to this dashboard.
| Username | Full Name | Role | Status | Actions |
|---|