Tuya IR Controller

,

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

I once did it with Tasmota, as described here. Works like a charm.

it’s good, but how about the device hasn’t esp inside? or someone does not want or does not know how to solder )))

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

Updated.

Added NEC-format codes support for sending to device

Command option and State Description
image

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

added continuous learning mode option

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