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.
-
docker volume create --name eero-client-data
-
docker run --rm -it -v eero-client-data:/data jtmotox/eero-client info
docker-compose run --rm eero-monitor /scripts/list-networks.sh
- Copy the sample.env to .env and make necessary changes
docker-compose up -d
docker-compose logs -f
- Handle internet outages