Core Features
Power Measurement
Store and analyze power measurements (voltage, current, power, energy) from distributed IoT devices with high fidelity.
Realtime Monitoring
Low-latency data streams via MQTT or WebSocket, enabling live dashboards and real-time alerts.
Secure & Scalable
Authentication, role-based access, and scalable storage for long-term retention of measurement data.
Quick Integration Guide
Typical device integration is straightforward and supports both MQTT and HTTP/REST. Example payloads and endpoints are shown below for reference.
// Example: HTTP POST (JSON) to send measurement
POST /api/v1/measurements HTTP/1.1
Host: api.mytso.cloud
Content-Type: application/json
Authorization: Bearer <YOUR_API_KEY>
{
"device_id": "meter-001",
"timestamp": "2025-10-09T21:34:12Z",
"measurements": {
"voltage": 230.5,
"current": 2.14,
"power": 493.12
}
}
For low-latency use cases, connect via MQTT:
// Example MQTT topic: mytso/measurements/meter-001
Payload (JSON):
{
"t": "2025-10-09T21:34:12Z",
"v": 230.5,
"i": 2.14,
"p": 493.12
}
If you require custom data ingestion, processing pipelines, survey tools, or specialized monitoring for instrumentation, contact our engineering team for tailored solutions.
Contact & Development Requests
For IoT development, measurement campaigns, monitoring system integration, surveys, or other collaborations, please contact: support@mytso.cloud