IoT Sensor Integration
Connect cloud sensor platforms and monitor every sensor reporting into your facility
Aranet Cloud — live sync
CO₂, temperature, humidity, pressure, and PAR from your Aranet PRO base station sync every 15 minutes into dashboards, environmental monitoring, and the daylight-harvest DLI loop.
Find your key in Aranet Cloud → Settings → API. The key is stored encrypted.
SICK Inspector-P — results ingest
Point your Inspector-P SensorApp's HTTP output at the endpoint below. Pass/fail and count results land in the same readings pipeline as your environmental sensors.
POST https://vibelux.ai/api/sensors/sick
Authorization: Bearer <ingest API key>
{
"facilityId": "<your facility id>",
"deviceId": "inspectorp621-line1",
"jobName": "Clamshell seal check",
"results": [
{ "metric": "seal_ok", "pass": true },
{ "metric": "units_counted", "value": 24 }
]
}TrolMaster Cloud
Connect a Hydro-X / Aqua-X controller with your TrolMaster developer API key (developer.trolmaster.com → My Dashboard; requires TrolMaster's API subscription). The key is verified live and stored encrypted.
Your sensors
More ways to bring data in
SICK camera ingest
Inspector-P series cameras can push inspection results directly to /api/sensors/sick.
CSV / spreadsheet import
Upload historical sensor exports in Analytics — rows land as real readings and show up here and on the Rooms board.
REST API
Push readings from your own systems with an API key — any sensor type, any vendor.