Skip to content

Releases: thin-edge/modbus-plugin

v0.6.0

16 Oct 15:28
4542906
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Jun 07:54
1230d28
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0: Poll & Parsing

09 Dec 13:50
Compare
Choose a tag to compare
  • Reimplement polling to poll server as few times as possible per run
  • Add capability to parse float16 values
  • Make int default for all parsing, use datatype="float" in case you need float
  • Change parsing implementation to allow more combinations of registers
  • Bump version of pymodbus
  • Distribute package as single deb package for all architectures

v0.3.0: Events and Alarms

21 Nov 11:21
Compare
Choose a tag to compare
Pre-release
  • Adds capabilities to raise Alarms and Events
  • Add optional flag for datatype

v0.2.0: Register Measurements

02 Nov 21:25
Compare
Choose a tag to compare
Pre-release
  • Added read capabilities to register Measurements values: signed values,
    float, etc.
  • Added Basic Alarm handling for coils

v0.1.0: Initial Version

01 Nov 00:18
Compare
Choose a tag to compare
Pre-release

First version of the Modbus Plugin.

Supports only Measurement creation for Holding Register and Input Register