Připojte Modbus zařízení, ukládejte telemetrii, posílejte příkazy — od jedné baterie po sto sítí. Bez custom firmware. Bez SCADA. Od první transakce po stou tisícovou.
Connect Modbus devices, store telemetry, send commands — from your first battery to your hundredth grid. No custom firmware. No SCADA. From transaction one to the millionth.
// Push to your Azure IoT Hub device twin. // Edge module hot-reloads in <3 s. { "ModbusConfig": { "devices": { "PCS_1": { "connection": { "host": "192.168.5.101", "port": 502, "unit_id": 1 }, "operations": [ { "address": "32", "name": "ActivePower", "function_code": 3, "data_type": "Int32", "frequency": 30000, "unit": "0.1kW" } ] } } } }
Stejné API. Stejný edge modul. Stejný dashboard. Změňte měřítko, ne stack.
Same API. Same edge module. Same dashboard. Scale up, not out.
Push do device_twin.json, edge modul přečte za 3 sekundy. Žádný restart kontejneru.
Push to device_twin.json, edge reads in 3 s. No container restart.
WriteSingleRegister z API zapíše do PLC za <200 ms. Audit log v Cosmos DB.
WriteSingleRegister from API hits the PLC in <200 ms. Audit log in Cosmos DB.
Tenant scope na každém Cosmos dotazu. customerId v JWT. Žádné cross-tenant úniky.
Tenant scope on every Cosmos query. customerId in JWT. No cross-tenant leaks.
SQLite na edge, 72h retence, automatický flush po reconnectu. Žádné díry v telemetrii.
SQLite at the edge, 72h retention, auto-flush on reconnect. No gaps in telemetry.
HttpOnly cookies, atomic lockout, per-session invalidation. Vše rate-limited.
HttpOnly cookies, atomic lockout, per-session revocation. All rate-limited.
Otevřené Swagger v /docs. Pydantic modely. Pagination, filtering, time-range queries.
Open Swagger at /docs. Pydantic models. Pagination, filtering, time-range queries.
Microsoft 365 login, Modbus mapování v JSON, edge modul jako Docker image. Když to jde lépe po telefonu, máme infolinku.
Microsoft 365 login, Modbus mapping in JSON, edge module as a Docker image. If it's easier by phone, we have a hotline.