apexskier / homebridge-eero-presence

Eero as occupancy sensor homebridge integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebridge Eero Presence

Use your Eero routers as occupancy sensors. There's inherent delay for your devices to swap routers, but for general monitoring this works pretty well.

I use this to automatically open my blinds when we leave the bedroom and go to our main space in the morning.

Config

To get a user token, run npm run auth and follow the prompts:

❯ npm run auth

> @apexskier/homebridge-eero-presence@1.0.1 auth
> node auth.js

login identifier (email or phone, amazon login not supported): hi@example.com
verification code: 123123
user token: 99999999|exampleexampleexampleexamp

About

Eero as occupancy sensor homebridge integration

License:Apache License 2.0


Languages

Language:TypeScript 90.4%Language:JavaScript 9.6%