Skip to content

JtMotoX/eero-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published