A Python driver for the Watlow EZ-Zone PM3 temperature controller standard bus protocol
Project description
A Python 3 driver for the Watlow EZ-Zone PM temperature controller standard bus protocol. This driver allows the user to access each of the parameters outlined in the Watlow user manual with just a few functions.
- Free software: GNU Lesser General Public License v3 (LGPLv3)
Installation
pip install pywatlow
You can also install the in-development version with:
pip install https://github.com/BrendanSweeny/pywatlow/archive/master.zip
Documentation
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.4 (2022-04-15)
- Fixed message generation/parsing for addresses 11 through 16
0.1.3 (2021-07-25)
- Fixed support for multiple instances where the parameter data type is an integer
0.1.2 (2021-01-13)
- added support for multiple instances, like in the RM series controllers with multiple channels
0.1.1 (2020-08-15)
- Initial PyPI release
- Various tox, badge, and metadata fixes
- Removed unused temperature unit conversion functions
- Updated Python version requirements
- Minor documentation clean up
0.1.0 (2020-08-08)
- Added basic functionality
- Reading/writing of Watlow parameters
- Request message generation
- Calculation of check bytes
- Response message parsing
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
pywatlow-0.1.4.tar.gz
(40.4 kB
view hashes)
Built Distribution
Close
Hashes for pywatlow-0.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 464e51aa52690bb465dc304306de25f26929daa757a56fe39680666c8d1b9655 |
|
MD5 | d116d266db15fc4bcdc0dc0bfc7ccae8 |
|
BLAKE2-256 | 463207308e9ebda010775447d471e3d6cb3e938c768eed4b99c8857a9c91cade |