A Python library for interacting with Diagral systems
Project description
A powerful and easy-to-use Python library for seamless integration with the Diagral alarm system.
pydiagral
Welcome to the documentation for pydiagral, a Python library for interacting with the Diagral API.
📍 About pydiagral
pydiagral is an asynchronous Python interface for the Diagral alarm system. This library allows users to control and monitor their Diagral alarm system through the official API.
[!CAUTION]
Please note that the Diagral alarm system is a security system, and it may be preferable not to connect it to any automation platform for security reasons. In no event shall the developer of
pydiagrallibrary be held liable for any issues arising from the use of thispydiagrallibrary. The user installs and uses this integration at their own risk and with full knowledge of the potential implications.
✅ Requirement
To use this library, which leverages the Diagral APIs, you must have a Diagral box (DIAG56AAX). This box connects your Diagral alarm system to the internet, enabling interaction with the alarm system via the API. You can find more information about the Diagral box here.
📦 Key Features
The DiagralAPI class offers the following functionalities:
-
Authentication:
- Connect to the Diagral API with username and password
- Manage access tokens and their expiration
- Create, validate, and delete API keys
-
System Configuration:
- Retrieve alarm configuration
-
System Information:
- Obtain system details
- Retrieve the current system status
- Manage webhooks
- Manage anomalies
-
System Interraction:
- Activate or Desactivate system (partially or globally)
- Automatism actions
🚀 Quick Start
To get started with pydiagral, follow these steps:
-
Installation:
pip install pydiagral
-
Example
A modular and easy-to-use test script is available example_code.py to help you get started with the library.
Simply create a .env file with the following content:
USERNAME=your_email@example.com
PASSWORD=your_password
SERIAL_ID=your_serial_id
PIN_CODE=your_pin_code
LOG_LEVEL=DEBUG
And run the example_code.py.
[!TIP]
You can customize the actions performed by example_code.py by modifying the parameters in the code, as indicated by the
CUSTOMIZE THE TESTSsection title.
📖 Documentations
Package Documentation
Library documentation is available here.
Package Structure
For detailed library documentation, please refer to the following sections:
- API Reference: Comprehensive documentation of the DiagralAPI class and its methods
- Data Models: Description of the data structures used
- Exceptions: List of package exceptions
Diagral API Official documentation
Official Diagral API is available here.
🙋 FAQ
How to find Serial on DIAG56AAX
The serial number can only be found with physical access to the box. You need to open it, and you will find a label with a QR Code.
On this label, there is a 15-character code that represents the serial number of the box.
[!IMPORTANT]
This code is necessary to use this library and Diagral API.
🤝 Contribution
Contributions are welcome! Here are several ways you can contribute:
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Report Issues: Submit bugs found or log feature requests.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your GitHub account.
- Clone Locally: Clone the forked repository to your local machine using a Git client.
git clone https://github.com/mguyard/pydiagral
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit your changes with a clear and concise message that follows the Conventional Commits guidelines.
git commit -m 'feat: Implemented new feature x.'
- Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the beta branch. After final testing, it will be merged into the main branch.
📄 License
pydiagral is distributed under the GPL-v3 License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydiagral-1.5.0b1.tar.gz.
File metadata
- Download URL: pydiagral-1.5.0b1.tar.gz
- Upload date:
- Size: 341.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed740cd7ee721d356b17bb218ed68e36579498f2e7283d2f629f7d07199a2e77
|
|
| MD5 |
ce1b602a141ef46aaeb121dc384fa9b3
|
|
| BLAKE2b-256 |
59cedda20dad28a985f7540f8e358f421c5cff08c840f4a2704cda7b39c0a8f9
|
File details
Details for the file pydiagral-1.5.0b1-py3-none-any.whl.
File metadata
- Download URL: pydiagral-1.5.0b1-py3-none-any.whl
- Upload date:
- Size: 48.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ad0b91d2df406c9cb995c4e14436f86188839f57e634a18ddeef796e13cf418
|
|
| MD5 |
7e3de43eeec95d14b6841ef4f9d97020
|
|
| BLAKE2b-256 |
17c1bb0e5c2a69cc990bcd7eb76235d11e08c904645ca5eeb03f2ce96348fac8
|