The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Enlighted

The Enlighted lighting solution optimizes energy savings while enhancing occupant productivity, well-being, and security.

Get Sensor Energy Consumption by Area¶

Returns the aggregate energy consumed in watt hour by all fixtures in the area for the last 15 minutes.

Request¶

GET https://{em_ip_address_or_hostname}/ems/api/org/fixture/v1/energy/area/{area_id}

Parameters¶

NameDescription
Request
em_ip_address_or_hostnameThe Manage IP address or hostname
area_idArea Identifier. Use the Area ID returned in the Get All Areas API, or in EM, select Facility > Floor in the left panel, and click the Settings tab to get the Area ID.
Response
energyReports aggregate energy consumed in watt-hour for the last 15 minutes by the lighting fixtures in the area

Sample Request¶

Send a request to Enlighted Manage using the Area ID returned by the Get All Areas API. The API returns the energy consumed in watt-hour for the last 15 minutes for all fixtures in the area.

GET https://192.80.3.2/ems/api/org/fixture/v1/energy/area/9

Sample Response¶

{
  "energy": "250.96"
}