Skip to main content

Identify (/api/v1/identify)

P1 Meter
Supported
Energy Socket
Supported
Energy Display
Not supported
kWh Meter
Supported
Watermeter
Supported
Plug-In Battery
Supported in v2

See Supported Devices for more information.

The /api/v1/identify endpoint can be used to let the user identify the device. The status light will blink for a few seconds after calling this endpoint.

Example

Request
curl http://<IP ADDRESS>/api/v1/identify -X PUT
Response
HTTP/1.1 200 OK
Content-Type: application/json

{
"identify": "ok",
}