prasad-edlabadka / homebridge-tuya-ir

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

Cannot find API Service "Device Connection Service" #40

Closed TadeSF closed 2 years ago

TadeSF commented 2 years ago

Is it possible that Tuya changed the name of the "Device Connection Service" again? No matter what I try, I can't find anything resembling this Service and apparently it is not working without.

bobsilver commented 2 years ago

I am having the same issue. Can not find Device Connection Service. And cannot get plug-in to work properly.

prasad-edlabadka commented 2 years ago

Working fine for me. Can you please share logs?

prasad-edlabadka commented 2 years ago

Closing due to no response. Please free free to reopen

ugabiga commented 2 years ago

Here is my log

[6/25/2022, 1:23:24 AM] [TuyaIR] Failed to get remote configuration for: {ir_device_id}
[6/25/2022, 1:23:24 AM] [TuyaIR] Server returned error: 'permission deny'
TypeError: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined
    at new NodeError (node:internal/errors:372:5)
    at Hash.update (node:internal/crypto/hash:105:11)
    at Object.generate (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/uuid.ts:11:11)
    at /usr/local/lib/node_modules/homebridge-tuya-ir/src/platform.ts:91:42
    at /usr/local/lib/node_modules/homebridge-tuya-ir/src/lib/TuyaIRDiscovery.ts:25:17
    at /usr/local/lib/node_modules/homebridge-tuya-ir/src/lib/TuyaAPIHelper.ts:149:21
    at Request._callback (/usr/local/lib/node_modules/homebridge-tuya-ir/src/lib/TuyaAPIHelper.ts:406:13)
    at Request.self.callback (/usr/local/lib/node_modules/homebridge-tuya-ir/node_modules/request/request.js:185:22)
    at Request.emit (node:events:527:28)
    at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-tuya-ir/node_modules/request/request.js:1154:10)

and I couldn't find "Device Connection Service". I attached my service search result.

Screen Shot 2022-06-25 at 1 26 45 AM

Thanks!