You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I'm trying to add my alarm system (tuya based) to homebridge but I have this message:
[07/11/2023, 22:41:12] [Tuya] [Alarme] Product Category: mal
[07/11/2023, 22:41:12] [Tuya] [Alarme] Missing one of the required schema: [ 'sos_state' ]
[07/11/2023, 22:41:12] [Tuya] [Alarme] Please switch device control mode to "DP Insctrution", and set
deviceOverrides
manually.[07/11/2023, 22:41:12] [Tuya] [Alarme] Detail information: https://github.com/0x5e/homebridge-tuya-platform#faq
[07/11/2023, 22:41:12] [Tuya] [Alarme] Existing schema: [
{
code: 'OtherEvent',
mode: 'ro',
type: 'Enum',
property: { range: [ 'Normal', 'TAMPER', [length]: 2 ] }
},
{
code: 'PowerEvent',
mode: 'ro',
type: 'Enum',
property: {
range: [ 'normal', 'powerDisconnect', 'BatteryIsLow', [length]: 3 ]
}
},
{ code: 'alarm_call_unit', mode: 'rw', type: 'Raw', property: {} },
{
code: 'alarm_delay_time',
mode: 'rw',
type: 'Integer',
property: { unit: 's', min: 0, max: 1000, scale: 0, step: 1 }
},
{ code: 'alarm_message', mode: 'rw', type: 'Raw', property: {} },
{
code: 'alarm_time',
mode: 'rw',
type: 'Integer',
property: { unit: 'min', min: 0, max: 1000, scale: 0, step: 1 }
},
{
code: 'delay_set',
mode: 'rw',
type: 'Integer',
property: { unit: 's', min: 0, max: 1000, scale: 0, step: 1 }
},
{ code: 'factory_reset', mode: 'rw', type: 'Boolean', property: {} },
{
code: 'master_mode',
mode: 'rw',
type: 'Enum',
property: { range: [ 'disarmed', 'arm', 'home', 'sos', [length]: 4 ] }
},
{
code: 'master_state',
mode: 'rw',
type: 'Enum',
property: { range: [ 'normal', 'alarm', [length]: 2 ] }
},
{ code: 'muffling', mode: 'rw', type: 'Boolean', property: {} },
{ code: 'sub_admin', mode: 'rw', type: 'Raw', property: {} },
{
code: 'sub_class',
mode: 'rw',
type: 'Enum',
property: {
range: [ 'remote_controller', 'detector', 'socket', [length]: 3 ]
}
},
{
code: 'sub_state',
mode: 'ro',
type: 'Enum',
property: { range: [ 'normal', 'alarm', 'fault', 'others', [length]: 4 ] }
},
{
code: 'sub_type',
mode: 'rw',
type: 'Enum',
property: {
range: [
'OTHER', 'DOOR',
'PIR', 'SOS',
'ROOM', 'WINDOW',
'BALCONY', 'FENCE',
'SMOKE', 'GAS',
'CO', 'WATER',
[length]: 12
]
}
},
{
code: 'switch_alarm_light',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'switch_alarm_propel',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'switch_alarm_sound',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'switch_kb_light',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'switch_kb_sound',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'switch_mode_sound',
mode: 'rw',
type: 'Boolean',
property: {}
},
{
code: 'zone_attribute',
mode: 'rw',
type: 'Enum',
property: {
range: [
'MODE_HOME_ARM',
'MODE_ARM',
'MODE_24',
'MODE_OFF',
'MODE_DOORBELL',
'MODE_24_SILENT',
'HOME_ARM_NO_DELAY',
'ARM_NO_DELAY',
[length]: 8
]
}
},
{ code: 'zone_number', mode: 'ro', type: 'Raw', property: {} },
[length]: 23
]
Maybe someone could help me :) ??
Beta Was this translation helpful? Give feedback.
All reactions