This is a plugin for homebridge. It monitors who is at home, based on their smartphone being seen on the network recently.
- Install homebridge (if not already installed) using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-people-plus
- Update your configuration file. See
config-sample.json
for a sample.
Thank you to everyone who has contributed code, feedback and support. In particular:
- PeteLawrence - for creating homebridge-people
- wr - for adding in webhook support.
- benzman81 - for porting the plugin over to be a Platform and improving how ping and webhooks work together, and numerous other fixes.