Python Package for programmatically controlling Security and Intrusion systems made by IESS (http://iessonline.com). Metronet is the cloud application provided by IESS that allows authenticated user to manage their own IESS security system. This was originally designed for metronet a custom_component for Home Assistant.
NOTE: Metronet has no official API; therefore, this library may stop working at any time without warning.
Originally inspired by concord232 and pythonegardia.
Additional scaffolding from alexapy and simplisafe-python
- Check for open features/bugs or initiate a discussion on one.
- Fork the repository.
- Install the dev environment:
python3 -m venv venv
. - Enter the virtual environment:
source venv/bin/activate
- Install requirements:
pip3 install -r requirements.txt
- Code your new feature or bug fix.
- Write a test that covers your new functionality.
- Update
README.md
with any new documentation. - Run tests and ensure 100% code coverage for your contribution:
make coverage
- Ensure you have no linting errors:
make lint
- Add yourself to
AUTHORS.md
. - Submit a pull request!
GPLv30. By providing a contribution, you agree the contribution is licensed under GPLv3.