-
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.
Added support for models with variant + THS317-ET updates
- Loading branch information
Showing
8 changed files
with
344 additions
and
97 deletions.
There are no files selected for viewing
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
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
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
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
55 changes: 55 additions & 0 deletions
55
core/config/devices/THS317-ET_OWON/THS317-ET_OWON-old.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,55 @@ | ||
{ | ||
"THS317-ET_OWON-old": { | ||
"comment": "Special model for old devices with EP 03. To be used as a 'forced model'", | ||
"manufacturer": "Owon", | ||
"zbManufacturer": "OWON", | ||
"model": "THS317-ET", | ||
"type": "Owon multi-sensor 1st gen", | ||
"genericType": "Environment", | ||
"timeout": "60", | ||
"category": { | ||
"heating": "1" | ||
}, | ||
"comment": "WARNING: Recent devices are using EP01 while old one are on EP03 (see #2379)", | ||
"configuration": { | ||
"icon": "Owon-THS317-ET", | ||
"mainEP": "03", | ||
"batteryType": "2x1.5V AAA" | ||
}, | ||
"commands": { | ||
"Battery-Percent": { | ||
"use": "inf_zbAttr-0001-BatteryPercent" | ||
}, | ||
"Identify": { | ||
"use": "act_zbCmdC-Identify", | ||
"nextLine": "after" | ||
}, | ||
"Temperature": { | ||
"use": "inf_zbAttr-0402-MeasuredValue", | ||
"isVisible": "1" | ||
}, | ||
"Bind 0402-ToZigate": { | ||
"use": "act_zbBindToZigate", | ||
"params": "clustId=0402", | ||
"execAtCreation": "yes" | ||
}, | ||
"Bind 0001-ToZigate": { | ||
"use": "act_zbBindToZigate", | ||
"params": "clustId=0001", | ||
"execAtCreation": "yes" | ||
}, | ||
"SetReporting 0402-0000": { | ||
"use": "act_zbConfigureReporting2", | ||
"params": "clustId=0402&attrType=29&attrId=0000&minInterval=300&maxInterval=600", | ||
"execAtCreation": "yes", | ||
"comment": "Reporting every 5 to 10mins" | ||
}, | ||
"SetReporting 0001-0021": { | ||
"use": "act_zbConfigureReporting2", | ||
"params": "clustId=0001&attrId=0021&attrType=20&minInterval=1800&maxInterval=3300", | ||
"execAtCreation": "yes", | ||
"comment": "Reporting every 30 to 55mins" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.