Skip to main content

Read parameters from DucoBox.

Project description

Apache2 License Build status Code Coverage Code Climate Status Issue Count Requirements Status Contributions welcome

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)

  1. Add user to dialout group:

adduser <username> dialout
  1. 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"
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duco.ducobox-0.0.1.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

duco.ducobox-0.0.1-py2.py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page