ADS Light


The ads light platform allows you to control your connecte ADS lights.

To use your ADS device, you first have to set up your ADS hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: ads
    adsvar: GVL.enable_light
    adsvar_brightness: GVL.brightness

Configuration Variables

adsvar

(string)(Required)The name of the boolean variable that switches the light on

adsvar_brightness

(integer)(Optional)The name of the variable that controls the brightness, use an unsigned integer on the PLC side

name

(string)(Optional)An identifier for the Light in the frontend