-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart IR control for climate devices #159
Comments
Sounds a lot like the zigbee gateway to me. We have a request for that as well (#69). I've read over at tuyapi that these devices work a bit unreliable with the local api so far, so I'm not sure when we will get around to have something that works. |
Probably there are some similarities in the communications but Smart IR devices doesn't use zigbee. Basically they are wifi hubs often based on the ESP module like other tuya products. I know that they have an internal database of IR commands for different devices/manifacturer. The use case is often as follows:
It's basically the same thing as an old IR blaster some smartphone had. I was wondering if this newly created 'climate' interface could be locally managed. In my case this is the Smart IR i got: OWSOO WiFi IR Remote Control |
As we communicate with a "gateway" that in turn expose devices, we have the same structure. So it should from a protocol perspective be very similar. Would expect that implementation are near 1:1 compatible. |
Hi @postlund , that's actually great news! Do you have any estimate on the time required for the development? If that's successful i think it would be the first actually working implementation of Tuya's Smart IR for Home Assistant (That doesn't require a custom FW) |
@SerAlbi No estimate at all. I might look into it later, but it's not my main priority right now. I would strongly encourage someone owning such a hub to try implementing support for it! |
@postlund i would look in to it myself if i could but I really don't know where to start with HA development tho... i'll probably start to research something as soon as i have some free time :) |
I can't help (as I wouldn't know where to begin/understand any of this) but I would love this as well. More so for TV control but I would expect that if it works for AC then it would be just a matter of getting the IR codes for the TV. |
I would love to have that inside here. Im using IR smart device to control tv/amp/cdplayer and configuring it and picking right device in tuya was helpful but I would like to have it here so it will work from inside network, I can understand that It could be hard to somehow import those settings from tuya app here, but if there is a way to copy-past those commands that would be a blast. |
Any updates or ETA, or even workarounds for this (without flashing a custom FW)? |
Hi Guys! I have a IR Hardware that works with Tuya App. But have no idea where or how should I begin to develop the compatibility of it (I'm a beginner with HA, but have a IT background). Can anyone help initiate? |
i'm waiting for this functionality as well. frankly, i would be satisfied with an implementation that just allows you to manually type in and send individual ir codes from the emitter. i could run with it and automate from there. |
For now the only workaround is to create a tap-and-run automation in the tuyasmart app and then it will appear as a scene in homeassistant, but this has no local control. |
I would love to have this too! On Tuya if I go to Device Debugging it gives a list of instruction sets:
F: Fan speed and auto But I'm guessing there isn't a way to control those currently? |
same problem. same wish |
this feature would be so cool, I've got the same instruction set and tried to input them when adding entities but no luck |
+1 |
This is more a question rather than an issue but:
Would it be possible to control climate devices created by Smart IR hubs?
For example in my Tuya app i have a Smart IR hub which i setup to control my air conditioner. After the setup, an 'Air conditioner' device gets added to the tuya homepage and i can control it freely.
The newly created device shows app with its Virtual ID and Local Key if i list all my devices with the tuya-cli.
So i wonder if there is any way to control it in Home Assitant, using the Climate interface without having to flash the smart IR hub with espHome or other custom firmwares...
Thank you :)
The text was updated successfully, but these errors were encountered: