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.

BACnet Health¶

The Enlighted on-prem Manage (EM) server integrates seamlessly with the Building Management System (BMS) via the BACnet interface. Use this API to poll the Enlighted Manage to determine if BACnet is running or not.

Request¶

GET https://{em_ip_address_or_hostname}/ems/api/org/bacnet/health

Parameters¶

NameDescription
Request
em_ip_address_or_hostnameManage’s IP address or hostname
Response
status:0 – BACnet is running; 1 – BACnet not running

Sample Request¶

Poll the Manage server with the IP address to see if BACnet is running. The response ‘0’ indicates BACnet is running.

GET https://{192.80.3.2}/ems/api/org/bacnet/health

Sample Response¶

{
  "status": "0"
}