1.0.7 • Published 4 years ago

homebridge-hc-sr501 v1.0.7

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

homebridge-hc-sr501

Homebridge plugin for the hc-sr501 motion sensor on a Raspberry Pi. However, it should also work with basically any other motion sensor that triggers a pin on the Raspberry Pi's GPIOs.

Installation of other plugins

Run the following command

npm install -g homebridge-hc-sr501

Chances are you are going to need sudo with that.

Configuration

This is an example configuration file

"accessories" : [
    {
        "accessory" : "HC-SR501",
        "name" : "Motion Sensor",
        "pinId" : 24
    }
]
KeyDescription
accessoryRequired. Has to be "HC-SR501"
nameRequired. The name of this accessory. This will appear in your homekit app
pinIdRequired. The pin you connected the motion sensor to.
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

7 years ago