Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. mark jansen
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mark jansen

    @mark jansen

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mark jansen Follow

    Best posts made by mark jansen

    This user hasn't posted anything yet.

    Latest posts made by mark jansen

    • RGBWW support mysensors domoticz

      Hi

      I use the mysensors protocol to control the lighting on an arduino in combination with domoticz. I would connect an LED strip RGBWW via the color picker from domoticz.
      I have created a "type" S_RGBW_LIGHT in the arduino.

        for (int i = 0; i < MaxDMXChannels; i++) {
          present((FirstDMXChannel + i), S_RGBW_LIGHT, DMXDescription[i], true);
      

      In domoticz I get a color picker with only RGB or warm white.
      7f450d8e-d5bc-46b2-ae8c-dea060e2d225-image.png 5c0b438d-e0f4-4722-bd1b-aa35386e7a8d-image.png
      I can choose an RGB color or warm white color picker.

      It"s not possible to combine RGB with warm white.
      How can I get a combination between cold and warm white that is possible in domoticz in a different color picker?
      b10a38af-c319-414d-a96b-5b6be74516cf-image.png
      Is this possible within mysensors protocol?

      Regards

      posted in Troubleshooting
      mark jansen
      mark jansen