Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 794 Bytes

Eero Monitor

Monitors your Eero network and sends notifications and/or trigger webhooks for home automation. This runs a Docker container from JtMotoX/eero-client-docker which uses 343max/eero-client to get information from your Eero network.

Login:

  1. docker volume create --name eero-client-data

  2. docker run --rm -it -v eero-client-data:/data jtmotox/eero-client info

Run Individual Scripts:

  • docker-compose run --rm eero-monitor /scripts/list-networks.sh

Run Cron:

  1. Copy the sample.env to .env and make necessary changes
  2. docker-compose up -d
  3. docker-compose logs -f

Todo:

  • Handle internet outages