Hi,
Did anyone manage to connect and control Zigbee Smart IR Remote Control Universal Infrared Control to Smartthings hub. I just found the following, which looks great but I doubt that there is a DHT or Edge Driver.
@ygerlovin what do think ?
Hi,
Did anyone manage to connect and control Zigbee Smart IR Remote Control Universal Infrared Control to Smartthings hub. I just found the following, which looks great but I doubt that there is a DHT or Edge Driver.
@ygerlovin what do think ?
Zigbee2MQTT has an integration for a similar device, so it is probably possible to integrate with SmartThings. The only problem is the SmartThings UI. How would you define the learn code and use the learnt code with the limitations of the UI. MQTT is quite flexible with that…
But, knowing that now you can possibly use AES encryption and decryption with the Edge drivers.
You can try to build an Edge driver to any Broadlink device.
The Broadlink protocol is well documented:
With many available source code on Github as well…
Or you can use a middle man like a RaspberryPi, and use a similar solution like @TAustin’s Web-requestor, but executing CLI commands.
The limit is only your coding skills and how you can puzzle things together. (And maybe the limitations of the UI…)
And as AES available, someone could make a driver for the H series Samsung TVs as well, but is there a working capability representation for TVs?
Minor correction: no CLI commands are needed. I think you meant to say HTTP requests.
I meant the Broadlink CLI. Your Web-requestor’s RPi code does a curl
only, isn’t it? I thought that curl
could be replaced by a Broadlink CLI call… So it would be an Command-requestor at the end.
Just skinning the cat…
By the way, have you thought of making an Edge driver to work with NodeRed? NodeRed running on a RPi could interface any kind of information in a form of a JSON (including running CLIs).
My coding skills are ZERO… But I understand how things works. Thanks for explaining
I’ve also found this:
That have integration to Z2M. I willing to buy if someone will help to create a driver.
@Mariano_Colmenarejo , @veonua , @erickv , @zambobmaz Will you help ?
@dotan_shai Thank you for considering me for your project. Unfortunately, I am unable to take on any unpaid work at this time as I have a full schedule with my current projects. I appreciate your interest in my work and wish you the best of luck in finding someone to assist you.
Hi,
I’m writting an edge driver for a Moes IR blaster UFO-R11. It is almost completed. It can learn IR commands and send them.
The fingerprint of my device is:
manufacturer: _TZ3290_ot6ewjvmejq5ekhl
model: TS1201
If anyone is interested in it, please, let me know the fingerprint of your Aubess device and I will publish my driver soon.
Sorry for my English
Regards,
otivax
Wow! Great work.
I’m the manager of FB group of SmartThings users in Israel. I’m sure I, will find some users that will help… Waiting for your publish.
@sulisenator, you can also publish this in your Facebook group
Hi
How can I download the driver?
Hi,
You should visit this [EDGE] Moes Smart IR Remote Control
Then, click on my channel link, and go there to install the driver on your hub.
Thanks,
Javi
Great thanks
Did it but could “teach” it yet.
I’ll try again and see what I’m doing wrong.
What I tried
Choose device “ac 1”
“Learning on”
Choose a button on the virtual remote
LED on the device is on
Press the actual device button
Led on the device is off
Hi,
When led on the device turns off, the button is already learned. You can try it to control something.
Thanks,
Javi
Hi again javi
I removed and added the device again and tried it with an AC and a tv and it works great.
I will play with it to understand the best use cases with routines and Alexa
THANKS!