Files
aqhomecontrol/avr/modules/sk6812
Martin Preuss 81e9078b80 avr: add MODE variable to sk6812 module.
this allows for better control over led strips.

Modes:
- AUTO: allow other modules to switch LED strip
- OFF:  force LED strip off
- ON:   force LED strip on
2025-10-01 23:24:50 +02:00
..
2025-09-22 22:48:37 +02:00
2025-09-22 22:48:37 +02:00

Module for SK6812 RGBW LED Strips
=================================
=================================


1. Values
=========

1.1 RGBWVALUE
-------------

RGB Value for activated light:
 aqhome-tool setdata -N nodes/XXXXXXXX/RGBWVALUE -v GRWB

Example:
  Set color of LED strip to blue (half intensity)
  aqhome-tool setdata -N nodes/12345678/RGBWVALUE -v 0x80


1.2. RGBWSTATE
--------------

Turn LED strip on or off using the color set with RGBWVALUE
 aqhome-tool setdata -N nodes/XXXXXXXX/RGBWSTATE -v 1     # on
 aqhome-tool setdata -N nodes/XXXXXXXX/RGBWSTATE -v 0     # off