Skip to content

Latest commit

 

History

History
179 lines (116 loc) · 4.65 KB

README.rst

File metadata and controls

179 lines (116 loc) · 4.65 KB
GPL v3 License Pypi packaged release Build status Code Coverage Code Climate Status Issue Count Requirements Status Contributions welcome

DucoBox

Script to monitor a Duco 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

Usage

After installation, the python module is available

  • as executable, to launch from terminal:
ducobox --help
  • as python module, to launch from terminal:
python -m duco.ducobox --help
  • as python module, to import in your script:
import duco.ducobox as duco

Stored configuration

The network configuration of your setup is stored in an ini-file. If the network configuration file is not found, it is created.

The script first tries to find all of the nodes in the network, by executing the network command. It creates objects for all of the found nodes. If nodes are found, the network con