-
Notifications
You must be signed in to change notification settings - Fork 51
RGB LED strip #87
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels