it does not recognize the code and there is absolutely no information on the network.
are you doing a very short press on the remote to capture the codes?
if you press and hold it sure you won't catch it.
Supla universal IR emitter for 8 codes
-
- Posts: 1430
- Joined: Wed Dec 06, 2017 10:07 am
with really short presses I get something like that, but it doesn't work anyway: |
You do not have the required permissions to view the files attached to this post.
-
- Posts: 33
- Joined: Sat Feb 22, 2020 12:03 pm
- Location: Warszawa
Hi. @elmaya, great project. If possible, I have a request to modify the 16-channel version: 1 - 2 NO sensors and add 3 - 4 buttons for local control (sending the assigned IR code via the button).
-
- Posts: 1
- Joined: Sun Nov 08, 2020 1:12 am
Hi! Can you do this without the IR reciever when you've already got the IR codes? I would love to make it work with my chinese RGB controller.
Here are the codes below:
IR_OFF 0xF740BF
IR_ON 0xF7C03F
IR_R 0xF720DF
IR_G 0xF7A05F
IR_B 0xF7609F
IR_W 0xF7E01F
Edit: I noticed that in the config there is an "Upload button code file", but I don't really know how the .json should look like.
Here are the codes below:
IR_OFF 0xF740BF
IR_ON 0xF7C03F
IR_R 0xF720DF
IR_G 0xF7A05F
IR_B 0xF7609F
IR_W 0xF7E01F
Edit: I noticed that in the config there is an "Upload button code file", but I don't really know how the .json should look like.
-
- Posts: 1482
- Joined: Wed Jun 27, 2018 5:48 pm
- Location: El Saucejo - Sevilla
example for "toogle_rgb.json"
have you seen this thread?https://es-forum.supla.org/viewtopic.php?f=70&t=6578
Code: Select all
{
"name": "toogle_rgb",
"btn_name": "on/off",
"type": "NEC",
"data": "FFA25D",
"length": 32
}
-
- Posts: 17
- Joined: Thu Aug 10, 2017 2:55 pm
Hello
Will this program work with RC5 codes
Will this program work with RC5 codes
-
- Posts: 1482
- Joined: Wed Jun 27, 2018 5:48 pm
- Location: El Saucejo - Sevilla
Works perfectly with philips infrared remote control.
-
- Posts: 2624
- Joined: Thu Apr 30, 2020 5:18 pm
- Location: Częstochowa
hi @elmaya
I tried to make Your Ir emitter and it works perfectly with my amplifier but it works bad with TV. I need to set the emitter near the TV set (max 1,5m) and point the diode exactly into the receiver (couple gradius to the side and it doesn't work). The TV is Sharp (quite old, about 9 yo).
Maybe it is the specific problem of the codes because even when I'm trying to press the button on the remote as short as it is possible I receive at least 2 codes (sometimes 4) like on the screenshot.
Other problem is that the module stacks very often. When I click couple times on "test" on configuration site it stacks
Do You have any prediction what could be the problem? Maybe both are connected and caused by my mistake? ]
I tried to make Your Ir emitter and it works perfectly with my amplifier but it works bad with TV. I need to set the emitter near the TV set (max 1,5m) and point the diode exactly into the receiver (couple gradius to the side and it doesn't work). The TV is Sharp (quite old, about 9 yo).
Maybe it is the specific problem of the codes because even when I'm trying to press the button on the remote as short as it is possible I receive at least 2 codes (sometimes 4) like on the screenshot.
Other problem is that the module stacks very often. When I click couple times on "test" on configuration site it stacks
Do You have any prediction what could be the problem? Maybe both are connected and caused by my mistake? ]
You do not have the required permissions to view the files attached to this post.
YoMan
________________________________________
Wziąłem udział w SOP2023 & SOP2024
________________________________________
Wziąłem udział w SOP2023 & SOP2024
-
- Posts: 1482
- Joined: Wed Jun 27, 2018 5:48 pm
- Location: El Saucejo - Sevilla
Can you please tell me which Sharp TV model you have?YoMan wrote: ↑Sat Feb 27, 2021 7:35 pm hi @elmaya
I tried to make Your Ir emitter and it works perfectly with my amplifier but it works bad with TV. I need to set the emitter near the TV set (max 1,5m) and point the diode exactly into the receiver (couple gradius to the side and it doesn't work). The TV is Sharp (quite old, about 9 yo).
Maybe it is the specific problem of the codes because even when I'm trying to press the button on the remote as short as it is possible I receive at least 2 codes (sometimes 4) like on the screenshot.
Other problem is that the module stacks very often. When I click couple times on "test" on configuration site it stacks
Do You have any prediction what could be the problem? Maybe both are connected and caused by my mistake?Screenshot_2021-02-27 Supla IR Controller (Supla IR)(1).png]Screenshot_2021-02-27 Supla IR Controller (Supla IR)(2).png
The bug that makes it get stuck, I know where it is.
lack
Code: Select all
server->sendContent("");
tell me what version are you using?
-
- Posts: 2624
- Joined: Thu Apr 30, 2020 5:18 pm
- Location: Częstochowa
TV Sharp LC-42XL2Eelmaya wrote: ↑Sun Feb 28, 2021 12:55 amCan you please tell me which Sharp TV model you have?YoMan wrote: ↑Sat Feb 27, 2021 7:35 pm hi @elmaya
I tried to make Your Ir emitter and it works perfectly with my amplifier but it works bad with TV. I need to set the emitter near the TV set (max 1,5m) and point the diode exactly into the receiver (couple gradius to the side and it doesn't work). The TV is Sharp (quite old, about 9 yo).
Maybe it is the specific problem of the codes because even when I'm trying to press the button on the remote as short as it is possible I receive at least 2 codes (sometimes 4) like on the screenshot.
Other problem is that the module stacks very often. When I click couple times on "test" on configuration site it stacks
Do You have any prediction what could be the problem? Maybe both are connected and caused by my mistake?Screenshot_2021-02-27 Supla IR Controller (Supla IR)(1).png]Screenshot_2021-02-27 Supla IR Controller (Supla IR)(2).png
The bug that makes it get stuck, I know where it is.
lackbefore stopping the clientCode: Select all
server->sendContent("");
tell me what version are you using?
version: https://en-forum.supla.org/viewtopic.php?p=72797#p72797
YoMan
________________________________________
Wziąłem udział w SOP2023 & SOP2024
________________________________________
Wziąłem udział w SOP2023 & SOP2024