snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

ServiceType Door #159

Closed marcobastianon closed 4 years ago

marcobastianon commented 4 years ago

hi all i'm trying to figure out how to remote control my door. i've a abb switch to open the door, it respond at 7/1/2.

i've created:

{"DeviceName": "Porta",
  "Services": [
    {"ServiceType": "Door",
      "ServiceName": "Porta",
      "Characteristics": [
        {"Type": "CurrentPosition",
          "Set": ["7/1/2"],
          "Listen": ["7/2/2"]
        },
        {"Type": "PositionState",
          "Set": ["7/1/2"],
          "Listen": ["7/2/2"]
        },
        {"Type": "TargetPosition",
          "Set": ["7/1/2"],
          "Listen": ["7/2/2"]
        }]}]},

i've create set and listen in all type.. and in all case in my ETS diagnostic nothing happen. m i wrong?