Integrations · Inturai
Inturai
Sensing pods, from their cloud or ours.
What this gives you
| What arrives | detections |
| What you can send | nothing. This one reports. |
| What it carries | pods |
Connect one
- Turn the protocol on. Settings → Integrations → Inturai → enable.
- Paste the credential the vendor gave you: API token. It is stored as a reference, so it never appears in an exported manifest.
- Point the device at us and power it on. It announces itself, and appears at the top of Settings → Assets → ADD under heard, not yet added. Press it to adopt. You are not typing a serial number.
The address format
Inturai runs over MQTT, HTTPS polling. These are the forms that parse:
| Transport | Form | What it means | Example |
|---|---|---|---|
| MQTT | mqtt:BROKER:PORT/TOPIC | A broker and a topic. For an inbound device the broker is ours, so you do not supply it. | mqtt:127.0.0.1:1883/ingest/TOKEN/# |
| HTTPS polling | https:BASE_URL@POLL_MS | A vendor API with no webhook and no stream, read on a cadence. | https:api.vendor.com@2000 |
When it is working
The pod appears in Settings → Assets with a live health state, and the Integrations row counts it. On the console, its returns start driving tracks within a few seconds.
If nothing arrives
| Symptom | Where to look |
|---|---|
| Nothing arrives, and the row looks healthy | The device is publishing to the wrong topic. Only the topic issued with the credential is routed; anything else is dropped without an error. |
| It connects, then drops | Two things are bound to the same port, or the device and the host disagree about which end dials. See the endpoint forms above. |
| Rejected on connect | The credential is wrong or has been rotated by the vendor. Reissue it and update the field. |
| It never appears as heard | Discovery is off on this link. It is off by default, so nothing is adopted until you say so. |
The protocol itself
This one has no public specification to link to.
Where to go next
- All integrations for the protocols this build speaks.
- Onboarding an asset for the add flow in full.
- Supported hardware for the products that use it.