This project monitors smart home device connectivity.
Clone the repo.
Create a devices.json file following the pattern laid out in the devices.json.example file. Also ensure python has all the needed libraries installed (use the pip install -r requirements.txt
command).
To run the monitor, simply call ./monitor.py
. Status logs will be generated and stored within the project folder.