ayatec logo
Home Store Blog Contact
unispa user guide by ayatec
Home Store Blog Contact

Topics

  1. Getting started
    1. What is unispa
    2. Hardware specification
    3. Connectivity
    4. System controls
    5. Integration options
    6. Network API - HTTP
    7. Network API - MQTT
    8. Network security
    9. Download
  2. Web Interface
    1. Process
      1. Cabin
      2. Pool
      3. Kneipp
    2. Peripheral
      1. Calibration
      2. Mapping (edit)
    3. Device
    4. Network
    5. System

In this article

  • Introduction
advert
unispa > Web interface > Processes > Output > RGB Brightness

RGB Brightness

Introduced in version 1.09
This section relates to the process output variable. For active parameter of the RGB driver, please refer to the Brightness section.

Determines the maximum Brightness of the RGB program, represented as a percentage of the LED's maximum power output. It is used for a linear reduction of the LED's output duty cycle. This setting is only accessible when RGB is selected as the Primary output.

HTTP

The device will accept HTTP requests at the following URLs:

(POST) http://[IPv4]/var_set?param=outval2_[PROCESS ID]&val=[VALUE]
(GET) http://[IPv4]/var_request?param=outval2_[PROCESS ID]



POST: http://192.168.1.255/var_set?param=outval2_3&val=50

will set the RGB Brightness on Process #3 to 50%.

Learn more in HTTP API.

Variable outval2 is shared with the High output, Track and Duty cycle.

MQTT

This parameter can also be accessed via MQTT using [PARAMETER] = outval2. Learn more in MQTT API.

Following two messages:

Topic: johndoe5896/home/garagedoor/sub/process_3/outval2
Payload: 50

will set the RGB Brightness on Process #3 to 50%.
© 2024 ayatec.eu • Found a mistake?  Let us know!