Proszę o dodanie czujnik obecności radar MmWave 24G. (_TZE200_crq3r3la::CK-BL702-MWS-01(7016))
https://pl.aliexpress.com/item/1005005876174817.html
Dokładam kod dla tego urządzenia, który odczytałem za pomocą Tuya Developer Platform.
Robiłem to bardzo dawno temu ale na 99% obstawiam że to jest właściwy kod tego urządzenia.
Code: Select all
Code Type Values
presence_state Enum
{
"range": [
"none",
"presence"
]
}
sensitivity Integer
{
"unit": "x",
"min": 0,
"max": 10,
"scale": 0,
"step": 1
}
near_detection Integer
{
"unit": "cm",
"min": 0,
"max": 1000,
"scale": 0,
"step": 1
}
far_detection Integer
{
"unit": "cm",
"min": 0,
"max": 1000,
"scale": 0,
"step": 1
}
human_motion_state Enum
{
"range": [
"none",
"large_move",
"small_move",
"breathe",
"far",
"near"
]
}
presence_time Integer
{
"unit": "s",
"min": 0,
"max": 28800,
"scale": 0,
"step": 1
}
dp_false_alarm Integer
{
"unit": "x",
"min": 0,
"max": 20,
"scale": 0,
"step": 1
}
motionless_far_detection Integer
{
"unit": "cm",
"min": 0,
"max": 600,
"scale": 0,
"step": 1
}
motionless_sensitivity Integer
{
"unit": "x",
"min": 0,
"max": 10,
"scale": 0,
"step": 1
}
illuminance_value Integer
{
"unit": "lux",
"min": 0,
"max": 6000,
"scale": 0,
"step": 1
}
indicator Boolean
"{true,false}"
breathe_detection Integer
{
"unit": "cm",
"min": 0,
"max": 600,
"scale": 0,
"step": 1
}
breathe_sensitivity Integer
{
"unit": "x",
"min": 0,
"max": 10,
"scale": 0,
"step": 1
}
micro_min_detection Integer
{
"unit": "cm",
"min": 0,
"max": 600,
"scale": 0,
"step": 1
}
bre_min_detection Integer
{
"unit": "cm",
"min": 0,
"max": 600,
"scale": 0,
"step": 1
}
reset_setting Boolean
"{true,false}"
false_breath Boolean
"{true,false}"
study_timer Integer
{
"unit": "s",
"min": 0,
"max": 300,
"scale": 0,
"step": 1
}
alarm_time Integer
{
"unit": "min",
"min": 0,
"max": 60,
"scale": 0,
"step": 1
}
alarm_volume Enum
{
"range": [
"low",
"middle",
"high",
"mute"
]
}
host_mode Enum
{
"range": [
"arm",
"disarm",
"sos",
"doorbell"
]
}
mov_auto Boolean
"{true,false}"
micr_auto Boolean
"{true,false}"
bre_auto Boolean
"{true,false}"
batttery Integer
{
"unit": "%",
"min": -1,
"max": 100,
"scale": 0,
"step": 1
}
distance Integer
{
"unit": "cm",
"min": 1,
"max": 2000,
"scale": 0,
"step": 1
}
detection_near Integer
{
"unit": "cm",
"min": 0,
"max": 600,
"scale": 0,
"step": 1
}
resend_presence Boolean
"{true,false}"