homebridge-tuya-platform icon indicating copy to clipboard operation
homebridge-tuya-platform copied to clipboard

Tuya smartock shows no supported device in homebridge.

Open pratikparmar24292 opened this issue 1 year ago • 2 comments

Prerequisite

  • [X] Yes, I've read the readme completely.

Cache

  • [X] Yes, I've cleaned accessory cache and the issue still exists.

Version

1.7.0-beta.45

Device Infomation JSON File

No response

Device Control Mode

None

Logs

No response

Other Infomations

it shows my tuya smart lock as unsupported device from homebridge. The device category is "ms".

pratikparmar24292 avatar May 27 '23 03:05 pratikparmar24292

any informations about device json file and logs?

0x5e avatar Jun 01 '23 06:06 0x5e

I have the same here, Tuya Smart lock not supported. Here is the Homebridge Log:

[10/16/2023, 12:33:04 PM] [Tuya] Restoring existing accessory from cache: Garage [10/16/2023, 12:33:04 PM] [Tuya] [Garage ] Product Category: ms [10/16/2023, 12:33:04 PM] [Tuya] [Garage ] Missing one of the required schema: [ 'open_close', 'closed_opened', 'lock_motor_state' ] [10/16/2023, 12:33:04 PM] [Tuya] [Garage ] Please switch device control mode to "DP Insctrution", and set deviceOverrides manually. [10/16/2023, 12:33:04 PM] [Tuya] [Garage ] Detail information: https://github.com/0x5e/homebridge-tuya-platform#faq [10/16/2023, 12:33:04 PM] [Tuya] [Garage ] Existing schema: [ { code: 'alarm_lock', mode: 'ro', type: 'Enum', property: { range: [ 'wrong_finger', 'wrong_password', 'wrong_card', 'wrong_face', 'tongue_bad', 'too_hot', 'unclosed_time', 'tongue_not_out', 'pry', 'key_in', 'low_battery', 'power_off', 'shock', [length]: 13 ] } }, { code: 'battery_state', mode: 'ro', type: 'Enum', property: { range: [ 'high', 'medium', 'low', 'poweroff', [length]: 4 ] } }, { code: 'doorbell', mode: 'ro', type: 'Boolean', property: {} }, { code: 'hijack', mode: 'ro', type: 'Boolean', property: {} }, { code: 'reply_unlock_request', mode: 'wo', type: 'Boolean', property: {} }, { code: 'unlock_app', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, { code: 'unlock_card', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, { code: 'unlock_dynamic', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, { code: 'unlock_fingerprint', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, { code: 'unlock_password', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, { code: 'unlock_request', mode: 'ro', type: 'Integer', property: { min: 0, max: 90, scale: 0, step: 1 } }, { code: 'unlock_temporary', mode: 'ro', type: 'Integer', property: { min: 0, max: 999, scale: 0, step: 1 } }, [length]: 12 ] [10/16/2023, 12:33:04 PM] [Tuya] Unsupported device: Garage

Mezuss avatar Oct 16 '23 11:10 Mezuss