SHMMonitorHubby JnBLabs
Live · Public read-only view
FeaturesDocsSign in
SHMMonitorHub · by JnBLabs

Environmental monitoring
for critical infrastructure

Unified tracking of temperature and humidity across warehouses, data centres, labs, and facilities — with real-time alerting and a full REST API.

Features

Everything your team needs

From live sensor data to developer APIs — all in one platform.

Real-time Monitoring
Live sensor readings updated every 30 seconds. Temperature, relative humidity, and absolute humidity tracked across all nodes.
Historical Analytics
24H / 7D / 30D trend charts with interactive hover tooltips. Compare multiple series and identify anomalies at a glance.
Smart Alerts
Threshold-based alerts for temperature spikes, humidity drift, critical battery, and offline sensors.
Role-based Access
Admin, Manager, and User roles with fine-grained permissions. Approve requests, manage users, revoke access.
REST API
Named gateway keys with usage counters. Ingest readings from any hardware with a single authenticated HTTP call.
CSV Export
One-click export for any sensor and time window. Timestamps, all series, and sensor metadata in one file.
Battery & Signal
Battery level and RSSI tracking for every wireless node. Proactive low-battery warnings before sensors go dark.
Team Management
Invite members, approve access requests, and manage roles — all from the admin panel.

Dashboard

Every sensor, at a glance

Your dashboard shows the current state of every sensor — temperature, humidity, battery, and signal — with color-coded status for instant triage.

  • Grid and list view modes
  • Color-coded status: ok, warn, critical
  • Per-sensor sparklines for trend context
  • Expandable rows for quick drill-down
POST /api/v1/readings
curl -X POST $HOST/api/v1/readings \
  -H "Authorization: Bearer shm_live_9b7e…" \
  -H "Content-Type: application/json" \
  -d '{
    "sensor_id":         "TH-03",
    "temperature":       26.9,
    "relative_humidity": 88,
    "battery_pct":       17
  }'
HTTP 200 OK
{ "ok": true, "id": "rdg_1749573600" }

Developer API

Built for any hardware

Ingest readings from any device using named gateway keys. Rotate, revoke, and audit usage without touching sensor firmware.

  • Per-gateway API keys with call counters
  • Key rotation without downtime
  • Sensors auto-created on first reading
  • Full OpenAPI spec + Swagger UI

Ready to start monitoring?

Request access and your team will be provisioned within 24 hours.

Request access