Skip to content

Commit

Permalink
ptvo.info switch sur EP08 / PIN 21
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHC16 committed Jan 29, 2021
1 parent 167d732 commit 6bf4b23
Show file tree
Hide file tree
Showing 10 changed files with 561 additions and 0 deletions.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions core/config/devices/Template/OffEp08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"OffEp08": {
"isVisible": 1,
"name": "Off",
"order": 7,
"isHistorized": "0",
"Type": "action",
"subType": "other",
"generic_type": "LIGHT_OFF",
"invertBinary": "0",
"template": "",
"configuration": {
"uniqId": "20210129_1655",
"topic": "OnOff",
"request": "Action=Off&EP=08",
"visibilityCategory": "All"
}
}
}
19 changes: 19 additions & 0 deletions core/config/devices/Template/OnEp08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"On": {
"isVisible": 1,
"name": "On",
"order": 7,
"isHistorized": "0",
"Type": "action",
"subType": "other",
"generic_type": "LIGHT_ON",
"invertBinary": "0",
"template": "",
"configuration": {
"uniqId": "20210129_1706",
"topic": "OnOff",
"request": "Action=On&EP=08",
"visibilityCategory": "All"
}
}
}
22 changes: 22 additions & 0 deletions core/config/devices/Template/ToggleEp08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"ToggleEp08": {
"isVisible": 1,
"name": "Toggle",
"order": 7,
"isHistorized": "0",
"Type": "action",
"subType": "other",
"generic_type": "LIGHT_TOGGLE",
"invertBinary": "0",
"template": "",
"configuration": {
"uniqId": "20210129_1645",
"topic": "OnOff",
"request": "Action=Toggle&EP=08",
"visibilityCategory": "All"
},
"display": {
"forceReturnLineAfter": "1"
}
}
}
17 changes: 17 additions & 0 deletions core/config/devices/Template/etatEp08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"0006-08-0000": {
"isVisible": 1,
"name": "etat 8",
"order": 3,
"isHistorized": "1",
"Type": "info",
"subType": "binary",
"generic_type": "LIGHT_STATE_BOOL",
"invertBinary": "0",
"template": "light",
"configuration": {
"uniqId": "20210129_1702",
"visibilityCategory": "All"
}
}
}
19 changes: 19 additions & 0 deletions core/config/devices/Template/getEtatEp08.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"getEtatEp08": {
"isVisible": 0,
"name": "getEtatEp08",
"order": 12,
"isHistorized": "0",
"Type": "action",
"subType": "other",
"invertBinary": "0",
"template": "",
"configuration": {
"uniqId": "20210129_1718",
"topic": "ReadAttributeRequest",
"request": "EP=08&clusterId=0006&attributeId=0000",
"RefreshData": "1",
"visibilityCategory": "additionalCommand"
}
}
}
21 changes: 21 additions & 0 deletions core/config/devices/ptvo.switch/ptvo.switch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ptvo.switch": {
"nameJeedom": "ptvo.switch",
"timeout": "60",
"Categorie": {
"automatism": "1"
},
"configuration": {
"uniqId": "20210129_1705",
"icone": "ptvo.switch",
"mainEP": "01"
},
"Commandes": {
"include3": "nom",
"include4": "etatEp08",
"include5": "OnEp08",
"include6": "OffEp08",
"include8": "getEtatEp08"
}
}
}
Binary file added images/node_ptvo.switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6bf4b23

Please sign in to comment.