-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
core/config/devices/TS0205__TZ3210_up3pngle/TS0205__TZ3210_up3pngle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"TS0205__TZ3210_up3pngle": { | ||
"manufacturer": "Tuya", | ||
"model": "?", | ||
"type": "Tuya smoke detector", | ||
"genericType": "Environment", | ||
"timeout": "60", | ||
"category": { | ||
"security": "1" | ||
}, | ||
"configuration": { | ||
"icon": "Tuya-SmokeDetector", | ||
"mainEP": "01", | ||
"batteryType": "1x3V AA" | ||
}, | ||
"commands": { | ||
"Battery-Percent": { | ||
"use": "inf_zbAttr-0001-BatteryPercent", | ||
"params": "ep=01" | ||
}, | ||
"SetReporting 01-0001-00021": { | ||
"use": "act_zbConfigureReporting2", | ||
"params": "ep=01&clustId=0001&attrType=20&attrId=0021&minInterval=1800&maxInterval=3600", | ||
"execAtCreation": "yes" | ||
}, | ||
"Bind 01-0001-ToZigate": { | ||
"use": "act_zbBindToZigate", | ||
"params": "ep=01&clustId=0001", | ||
"execAtCreation": "yes" | ||
}, | ||
"Identify": { | ||
"use": "act_zbCmdC-Identify", | ||
"isVisible": "1", | ||
"nextLine": "after" | ||
}, | ||
"Smoke alarm": { | ||
"use": "inf_Zone-Alarm1", | ||
"params": "ep=01", | ||
"isVisible": "1", | ||
"genericType": "SMOKE" | ||
}, | ||
"Zone Status Changed": { | ||
"use": "inf_zbCmdS-0500-ZoneStatus-ChangeNotification", | ||
"params": "ep=01", | ||
"comment": "On receive we trig <EP>-0500-alarm1 with extracted boolean\/bit0 value", | ||
"trigOut": "01-0500-alarm1", | ||
"trigOutOffset": "#value#&1" | ||
}, | ||
"Bind 01-0500-ToZigate": { | ||
"use": "act_zbBindToZigate", | ||
"params": "ep=01&clustId=0500", | ||
"execAtCreation": "yes" | ||
} | ||
} | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...ig/devices/TS0205__TZ3210_up3pngle/discovery-TS0205__TZ3210_up3pngle_detecteur-fumee.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"epCount":1,"endPoints":{"01":{"servClusters":{"0000":{"attributes":{"0004":{"value":"_TZ3210_up3pngle","dataType":"42","access":"05"},"0005":{"value":"TS0205","dataType":"42","access":"05"},"0000":{"dataType":"20","access":"05","value":3},"0001":{"dataType":"20","access":"05","value":65},"0002":{"dataType":"20","access":"05","value":1},"0003":{"dataType":"20","access":"05","value":1},"0006":{"dataType":"42","access":"05","value":""},"0007":{"dataType":"30","access":"05","value":3},"FFC0":{"dataType":"42","access":"05","value":"_TZ3210_up3pngle_TS0205"},"FFCF":{"dataType":"21","access":"05","value":14400},"FFDE":{"dataType":"20","access":"07","value":13},"FFFD":{"dataType":"21","access":"05","value":2},"FFFE":{"dataType":"30","access":"05","value":0},"FFE0":{"dataType":"48","access":"05","value":""},"FFE1":{"dataType":"48","access":"05","value":""},"FFE2":{"dataType":"20","access":"05","value":64},"FFE3":{"dataType":"42","access":"05","value":""}},"commandsGenerated":"UNSUPPORTED","commandsReceived":"UNSUPPORTED"},"0004":{"attributes":{"0000":{"dataType":"18","access":"05","value":0},"FFFD":{"dataType":"21","access":"05","value":1}},"commandsReceived":"UNSUPPORTED","commandsGenerated":"UNSUPPORTED"},"0005":{"attributes":{"0000":{"dataType":"20","access":"05","value":0},"0001":{"dataType":"20","access":"05","value":0},"0002":{"dataType":"21","access":"05","value":0},"0003":{"dataType":"10","access":"05","value":0},"0004":{"dataType":"18","access":"05","value":0},"FFFD":{"dataType":"21","access":"05","value":2}},"commandsGenerated":"UNSUPPORTED","commandsReceived":"UNSUPPORTED"},"0001":{"attributes":{"0000":{"dataType":"21","access":"05","value":0},"0020":{"dataType":"20","access":"05","value":0},"0021":{"dataType":"20","access":"05","value":100},"FFFD":{"dataType":"21","access":"05","value":1}},"commandsReceived":"UNSUPPORTED","commandsGenerated":"UNSUPPORTED"},"0500":{"attributes":{"0000":{"dataType":"30","access":"05","value":0},"0001":{"dataType":"31","access":"05","value":13},"0002":{"dataType":"19","access":"05","value":0},"0010":{"dataType":"F0","access":"07","value":"0000000000000000"},"0011":{"dataType":"20","access":"05","value":255},"FFFD":{"dataType":"21","access":"05","value":1}},"commandsReceived":"UNSUPPORTED","commandsGenerated":"UNSUPPORTED"},"0003":{"attributes":{"FFFD":{"value":1}}},"0006":{"attributes":{"FFFD":{"value":1}}},"000A":{"attributes":{"FFFD":{"value":1}}}},"cliClusters":{"1000":{"attributes":{}},"0003":{"attributes":{"FFFD":{}}},"0004":{"attributes":{"0000":{},"FFFD":{}}},"0006":{"attributes":{"FFFD":{}}},"000A":{"attributes":{"FFFD":{}}},"0019":{}}}},"powerSource":"battery","fileSignature":"Abeille discovery file"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters