Loading page...
Please wait while we prepare your content
Empowering industrial pipelines, water utility networks, and automated data loggers with per-minute precision telemetry, instant alert push notifications, and AI-powered consumption analytics.
S/N: FM-1001-X • Live Stream
Everything you need to monitor water distribution pipelines, detect leakage spikes, and manage field data loggers.
Sub-second REST API ingestion tailored for data loggers and IoT field gateways with Better Auth API Keys (x-api-key).
Automated evaluation of Max/Min flow rate threshold limits. Sends real-time OneSignal push notifications directly to operators.
Interactive Recharts timeseries graphs and 24-hourly peak consumption bar charts to pinpoint high usage windows.
Comprehensive historical log database with date range filters, threshold badges, and one-click streaming CSV exports.
Generate, manage, and revoke ingestion API Keys with expiration windows and request usage analytics.
Role-Based Access Control (RBAC), 2FA authentication, and detailed security audit logs for all administrative actions.
Connect your field data loggers or IoT microcontrollers in minutes using standard HTTP POST requests.
curl -X POST http://your-domain.com/api/v1/telemetry \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_GENERATED_API_KEY" \
-d '{
"flowRate": 48.5,
"totalizer": 10250.4
}'