hotloop
GitHub

Integrations HTTP and REST

HTTP and REST

Verified live

The catch-all, for energy meters, environmental sensors, OEM controllers, and the REST side of a gateway that speaks something proprietary underneath.

Verified against Real HTTP endpoints

One request serves every tag on the device. Browse walks the document and reports every scalar with the path that reaches it.

Addressing

AddressMeans
power.kwNested fields.
readings[0].valueArray indexing.
zones[name=Zone1].tempSelect an array element by a field value.
$.data.temperatureA leading $. is accepted.
The trap

These APIs love returning an unordered array of name and value objects, and indexing by position is a bug waiting for a firmware update. Select by field value instead.