Control your Tuya Smart IR based devices in HomeKit. Also works with Smart Home IR Blaster. You can add multiple Smart IR device to single configuration.
Search for "Tuya IR" in homebridge-config-ui-x and install homebridge-tuya-ir
.
sudo npm install -g homebridge-tuya-ir
Download Tuya Smart app and add your Smart IR device based on OEM documentation and add remotes you want to control using the Smart IR device.
Tuya IoT Platform You need to attach multiple services to your Tuya IOT project.
- Search for "IR Control Hub Open Service" in Tuya IoT Platform Service
- Subscribe to the service, authorize the project you are working on.
Repeat the steps for all the services in the following image
UI
Manual
"platforms": [
{
"name": "TuyaIR",
"tuyaAPIClientId": "Your Tuya Client ID",
"tuyaAPISecret": "Your Tuya API Secret",
"deviceRegion": "eu",
"smartIR": [
{
"deviceId": "xxxxxxx",
"autoFetchRemotesFromServer": false,
"configuredRemotes": [
{
"id": "xxxxxxx",
"diy": false,
"model": "Sample",
"brand": "Sample Brand"
},
{
"id": "xxxxxx",
"diy": false,
"model": "Sample",
"brand": "Sample Brand"
}
]
}
],
"platform": "TuyaIR"
}
]
If you have new accessory logic for a new device, please add a function defined by manufacturer, and describe your changes in the readME file.
Please donate to a local pet shelter, or food pantry. It's been a wild time, but we can do our part by helping others.