Control your Paradox alarm with qToggleServer
Project description
About
This is an addon for qToggleServer.
It provides a driver to control your Paradox alarm with qToggleServer.
Install
Install using pip:
pip install qtoggleserver-paradox
Usage
qtoggleserver.conf:
...
peripherals = [
...
{
driver = "qtoggleserver.paradox.ParadoxAlarm"
name = "myalarm" # a name of your choice
zones = [1, 2, 4, 6] # list of zones in use
areas = [1, 2] # list of areas in use
outputs = [1] # list of outputs in use
remotes = [1, 3] # list of remotes in use
remote_buttons = { # list of user remotes associated with buttons
1: [a] # use remote id `0` for "any remote"
3: [b, c]
}
remote_buttons_timeout = 1000 # time, in milliseconds, that button ports stay `true` after pressed
serial_port = "/dev/ttyUSB0"
serial_baud = 9600 # this is the default
ip_host = "192.168.1.2" # specify either this or serial_port, not both
ip_port = 10000 # this is the default
ip_password = "paradox" # this is the default
panel_password = "1234" # this is the default
}
...
]
...
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 qtoggleserver_paradox-1.7.0.tar.gz.
File metadata
- Download URL: qtoggleserver_paradox-1.7.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0879e492ded35f3f368a0b6335cc84490f39942ee990740c7b3dd961937ccf8
|
|
| MD5 |
648b8283e23d655099c77b62dedf46b8
|
|
| BLAKE2b-256 |
e64f6745dca592424500f869fa733a45147ec6c605a54911b0c1010e9dffae51
|
File details
Details for the file qtoggleserver_paradox-1.7.0-py3-none-any.whl.
File metadata
- Download URL: qtoggleserver_paradox-1.7.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2efbbdabdab00a05c85c9b502e8211c19ab5ab3eb3f4ca0601dfb10d64a50d0
|
|
| MD5 |
8f26d079ad0239697bec7e8b4e79fcb5
|
|
| BLAKE2b-256 |
98519384a9e2eb80328bd4d912617b56323218a0ccc167318298b890edce3d90
|