ptz0n / homebridge-verisure

 Platform plugin for Homebridge allowing to manage and control Verisure devices.
https://www.npmjs.com/package/homebridge-verisure
MIT License
66 stars 15 forks source link

Armed / disarmed and door / window status? #7

Closed ghost closed 6 years ago

ghost commented 7 years ago

Hi,

Do you have plans to include door / window status and alarm status (armed / disarmed)?

  "armState": {
    "statusType": "DISARMED",
    "date": "2017-01-01T00:00:00.000Z",
    "name": "Johnny Walker",
    "changedVia": "TAG"
  },

      "doorWindowDevice": [
      {
        "deviceLabel": "HJKL 6789",
        "area": "entrance door",
        "state": "CLOSE",
        "wired": true,
        "testDate": "2017-01-01T00:00:00.000Z"
      }
    ]  
ptz0n commented 7 years ago

Great suggestions 👍 but feel free to submit a PR.

Merlinuf commented 7 years ago

This would be nice to have the door sensors added, is it coming?

RienduPre commented 7 years ago

Any new on this ?

ptz0n commented 6 years ago

Implementation for contact (door/window) sensors is now available in the dev branch which will hopefully be merged soon. 🎉