Releases: thin-edge/modbus-plugin
Releases · thin-edge/modbus-plugin
v0.6.0
What's Changed
- docs: update readme instructions to match thin-edge.io 1.x by @reubenmiller in #14
- fix: include default config files by @reubenmiller in #15
- feat: set ownership of config files to tedge by @reubenmiller in #16
- feat: always restart the service by @reubenmiller in #17
- chore: fix naming and config examples by @reubenmiller in #18
- feat: update tedge dependency to at least 1.2.0 by @reubenmiller in #19
- ci: add cloudsmith publishing script to release workflow by @reubenmiller in #20
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Updates on modbus plugin by @scfx in #1
- Fix .deb reinstall by @scfx in #4
- ci: update depenendencies by @reubenmiller in #5
- tests: refactor modbus configuration update test cases by @reubenmiller in #6
- chore: update python dependencies to resolve security notifications by @reubenmiller in #7
- ci: update release workflow by @reubenmiller in #8
- refactor: improve plugin packaging by @reubenmiller in #9
- chore: python code formatting and linting by @reubenmiller in #10
- refactor: move operation handlers to python module by @reubenmiller in #11
New Contributors
- @scfx made their first contribution in #1
- @reubenmiller made their first contribution in #5
Full Changelog: v0.4.0...v0.5.0
v0.4.0: Poll & Parsing
- 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
- Adds capabilities to raise Alarms and Events
- Add optional flag for datatype
v0.2.0: Register Measurements
- Added read capabilities to register Measurements values: signed values,
float, etc. - Added Basic Alarm handling for coils
v0.1.0: Initial Version
First version of the Modbus Plugin.
Supports only Measurement creation for Holding Register and Input Register