0.0.34 • Published 4 years ago

homebridge-filebased-contactsensor v0.0.34

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

homebridge-filebased-contactsensor

A filebased contact sensor for Homebridge

This plugin sensor monitors the modification time of an "open file" and a "closed file" to determine the state of a door.

For background, this is my way of kludging together integration of a yolink door sensors into homekit.

My particular setup relies on several interconnected components:

  1. Yolink Door sensors https://shop.yosmart.com/collections/featured/products/outdoor-contact-sensor
  2. IFTTT recipes that connects with yolink. I append to an open or closed file hosted on dropbox when receiving the corresponding event from yolink.
  3. Synology Cloudsync synchronizing my dropbox account
  4. Homebridge running as a docker container on a Synology NAS. I present the synchronized dropbox folder to the docker container
  5. Finally this plugin

Configure the plugin as follows:

  {
        "name": "Patio Gate",
        "openpath": "/yolink/devices/patiogate/open.txt",
        "closedpath": "/yolink/devices/patiogate/closed.txt",
        "accessory": "DoorSensor"
    }
    
    

The logic works as follows:

  • If neither the openpath or closedpath file exist, then the door is closed
  • If only the open file exists, then the door is open
  • If only the closed file exists, then the door is closed
  • If both files exist, then compare the last modification time. The most recently modified file reflects the current state of the door.

I poll the status of the files every 1/2 second.

--

Lots of improvements to make, especially around building the config properly.

Enjoy.

0.0.34

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago