d51x
(StriboYar)
March 20, 2023, 10:24am
1
Based on SmartHome/J Tuya Binding
Added ability to send IR-codes localy.
Also support NEC-format codes and instruction below not may not be relevant
Now just use a NEC-format code if your remote control sends codes in this format )))
For others formats use instruction.
Added continuous learning mode option
Small instruction is here, unfortunately, on russian
https://drive.google.com/drive/folders/1U-4g-l3TTJ1hVJ3adIWqOoomk11SHTdl?usp=sharing
PR to added support of Tuya IR Controller by d51x · Pull Request #471 · smarthomej/addons · GitHub
Cplant
(Cplant)
March 20, 2023, 7:56pm
2
I once did it with Tasmota, as described here . Works like a charm.
d51x
(StriboYar)
March 21, 2023, 5:33am
3
it’s good, but how about the device hasn’t esp inside? or someone does not want or does not know how to solder )))
Cplant
(Cplant)
March 21, 2023, 6:59am
4
Sorry, I don’t have a solution for that.
Though I have to say that, before that, I had no experience with flashing / flashing whatsoever, and really really enjoyed the learning experience.
1 Like
d51x
(StriboYar)
July 5, 2023, 4:02pm
5
Updated.
Added NEC-format codes support for sending to device
Command option and State Description
Example, from Tasmota you need to use Data parameter, it can be with or without 0x
{"Time": "2023-07-05T18:17:42", "IrReceived": {"Protocol": "NEC", "Bits": 32, "Data": "0x10EFD02F"}}
Another example, use hex parameter
{ "type": "nec", "uint32": 284151855, "address": 8, "data": 11, "hex": "10EFD02F" }
Temporary version is https://github.com/d51x/smarthomej_addons/releases/download/3.2.18-ir-controller-nec/org.smarthomej.binding.tuya-3.2.18-SNAPSHOT.kar
d51x
(StriboYar)
July 6, 2023, 9:14am
6