magx2/openhab2-addons

LED are not working correctly

Closed this issue · 1 comments

magx2 commented
LED are not working correctly
magx2 commented

How to send color action to Supla Cloud:

  1. Take HSV(h1, s1, v1)
  2. Change HSV(h1, s1, v1) to HSV(h1, s1, 100%) (v=100%)
  3. Change HSV(h1, s1, 100%) to RGB(r1, g1, b1)
  4. Send action to Supla Cloud where: RGB=RGB(r1, g1, b1), color_brightness=v1

More (PL): https://forum.supla.org/viewtopic.php?p=39700