Lighting Controller

Lighting Controller

The SceneController module is able to control up to 8 lights, using either the PD3-10024-8-E or PD3-10024-4-E digital control unit from CCS (https://www.ccs-grp.com/products/model/3316 ).

Lighting Controller

The lighting controller is controlled using a TCP connection, requiring network connection between edge device and lighting controller.

Configuring IP address and port

Factory default of the lighting controller sets the IP address is 192.168.0.2 on default port 40001. While this is not always convenient, the IP address and port can be changed, using the following procedure:

  1. Reset the PD3 controller, by pressing reset button, using something pointy (toothpick, etc.)

  2. Recycle power on the PD3 controller by disconnecting it from the power supply for 5 seconds

  3. Call direct command SetLightingControllerIP on SceneControllerModule with the following payload, where expected response is "ok":

   { 
        "newIpAddress": "xxx.xxx.xxx.xxx", 
        "newPort": "xxxxx" 
   }
  1. Reconfigure the LightingController in the Twin configuration (either manually or by deployment) to configure the new IP address.

  2. Recycle power on the PD3 controller by disconnecting it from the power supply for 5 seconds

  3. Test new IP calling direct command CallLightingController on SceneControllerModule with the following payload, where expected response is "ok":

   { 
       "command": "@00M"
   }

Last updated

Was this helpful?