Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RGB LED strip #87

@mauricesundermann

Description

@mauricesundermann

Hi folks,

Just started with Pimatic and the rfcontroljs on my Raspberry Pi. Normal (KAKU) rf switches work but my RGB strip give issues.
As I saw in this post, I added my RGB LED strip from Ebay.

"id": "ledstriptuin",
      "name": "Tuin_RGBLED_olijf",
      "class": "HomeduinoRFButtonsDevice",
      "buttons": [
        {
          "id": "on-button",
          "text": "Aan",
          "protocols": [
            {
              "name": "led4",
              "options": {
                "command": "code:00010011",
                "id": 14754
              }
            }
          ]
        },
        {
          "id": "off-button",
          "text": "Uit",
          "protocols": [
            {
              "name": "led4",
              "options": {
                "command": "code:00010011",
                "id": 14754
              }
            }
          ]
        },
        {
          "id": "buttonRed",
          "text": "Rood",
          "protocols": [
            {
              "name": "led4",
              "options": {
                "command": "code:00000010",
                "id": 14754
              }
            }
          ]
        },
        {
          "id": "buttonGreen",
          "text": "Groen",
          "protocols": [
            {
              "name": "led4",
              "options": {
                "command": "code:00001000",
                "id": 14754
              }
            }
          ]
        }
      ]
    }
  ],

I got the following error in pimatic:

error [pimatic]: Error loading device "ledstriptuin": Protocol "led4" can´t handle the command "code:00010011". Available commands are: "on/off, bright+, bright-, color-, color+"
error [pimatic]: Error loading device "ledstriptuin": Protocol "led1" can´t handle the command "code:00010011". Available commands are: "on/off, up, down"

As you can see i tried with led 4 and led 1 protocol. I coppied the command codes from the log messages window.
What am i doing wrong? Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions