prasad-edlabadka / homebridge-tuya-ir

Allows homebridge to control Tuya Smart IR based devices
Apache License 2.0
50 stars 22 forks source link

Local only #89

Closed TheMasterDingo closed 1 year ago

TheMasterDingo commented 1 year ago

Would it be possible to make this plugin work only in local?

louis49 commented 1 year ago

What do you mean "Only in local" ?

TheMasterDingo commented 1 year ago

What do you mean "Only in local" ?

With the secret key, i mean without using tuya cloud or internet access

prasad-edlabadka commented 1 year ago

It's not possible because Tuya doesn't provide IR codes to be sent to device via API. So, you have rely on their cloud service to map action "powerOn" to actual IR code. Hope this helps.

TheMasterDingo commented 1 year ago

Understood, thanks for the explanation