Read parameters from DucoBox.
Project description
DucoBox
Script to monitor a DucoBox ventilation system.
Installation
Every release is uploaded to pip so it can be installed simply by using pip.
# Python2
pip2 install duco.ducobox
# Python3
pip3 install duco.ducobox
You can find more details in Installation guide
Usage
Hints
Allowing non-root user to access serial port (Ubuntu, Linux)
Add user to dialout group:
adduser <username> dialout
Use udev to allow users of dialout group to serial device
Content for /etc/udev/rules.d/50-ttyusb.rules
SUBSYSTEM=="tty", KERNEL=="ttyUSB0", GROUP="dialout", MODE="0660"
Reboot
reboot
Issues and new Features
In case you have any problems with usage of the plugin, please open an issue on GitHub. Provide as many valid information as possible, as this will help us to resolve Issues faster. We would also like to hear your suggestions about new features which would help your Continuous Integration run better.
Contribute
There is a Contribution guide available if you would like to get involved in development of the plugin. We encourage anyone to contribute to our repository.
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
Hashes for duco.ducobox-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 638e016063c5cd1bb12b3dd372a02dcab6837bc8bf0d969c1f61c506bc3bfd54 |
|
MD5 | 037360ebd540f4abc02b91233aa67940 |
|
BLAKE2b-256 | 766291ed3d1cd4df086f04096d67828d7980bbfc6b846843c9c1caae74592be0 |