External control/discovery with our intelligent light models are possible through the following methods:
To open and download the guides, please right click on the links and then click "save link as...".API guide (excel file) for LX and RX lights with firmware 2.2.27 and above.
TCP socket guide (python script) for products with firmware up to 2.2.27.
UDP discovery protocol (terse reference description). Mainly for L4A lights but may also be used with LX/RX lights. The User Datagram Protocol (UDP) is one of the core members of the Internet protocol suite. With UDP, the light (or computer) application can send messages to other hosts on an Internet Protocol (IP) network. Practically this means you can get info about the light from the Ethernet socket. This requires set up by a computer and programming. To do this, you need to build/program a code in a suitable environment (Python, Java, C, C++, or C# are some good examples).
Start from the base code provided in the link above, listen to port 50632, and set the light you want to listen to as a master light. If you don’t know how to set a light as a master, please follow this article (link). The master light sends out packages of information regarding the light schedule (see example below) that can be used to integrate the light in other systems, like into the HVAC system or cooling room where you need information from the light to integrate.
You may also find external sources regarding scripts like this (link) and use this as your own responsibility.