Add, read or remove a Power Meter Unit (PMU).
Enphase-API is an unofficial project providing an API wrapper and the documentation for Enphase®'s products and services.
More details on the project are available from the project’s homepage.
The /admin/lib/admin_pmu_display.json endpoint supports the following:
| Method | Required Authorisation Level | Description |
|---|---|---|
|
>= |
Read a Power Meter Unit (PMU). |
|
>= |
Add/Remove a Power Meter Unit (PMU). |
As of recent Gateway software versions this request requires user authentication and authorisation, see Authentication.
GET /admin/lib/admin_pmu_display.json Response
{"available_pmus": [], "associated_pmus": []}POST /admin/lib/admin_pmu_display.json Request
fname=accept&ip_addresses=192.168.1.254POST /admin/lib/admin_pmu_display.json Response
{"available_pmus": [], "associated_pmus": []}