Implementation/abstraction of the Ness D8x / D16x Serial Interface ASCII protocol


Keywords
home-automation
License
MIT
Install
pip install nessclient==1.0.0

Documentation

nessclient

codecov

A python implementation/abstraction of the Ness D8x / D16x Serial Interface ASCII protocol

Installing nessclient

nessclient is available directly from pip:

pip install nessclient

Documentation

The full documentation can be found at Read the Docs

CLI

This package includes a CLI which uses the library to interface with the Ness Serial Interface. You can read more in the docs

To use the CLI you must install it's dependencies by installing it with extras for cli:

pip install nessclient[cli]
ness-cli --help

API Documentation

You can find the full API documentation here

Examples

Please see Examples section in the docs for examples. These same examples can be found as source in the examples/ directory.

Developing

Please see Developing section in the docs for development environment setup information.