Releases: SvenBunge/hs_modbusTCP_writer
Releases · SvenBunge/hs_modbusTCP_writer
v1.3: Build with HSL4
- Built / generated with hsl4 Schnittstellenbeschreibung
- Added more information to used 3rd party libraries
Full Changelog: v1.2...v1.3
v1.2: Writing single Registers with FC16
New Features
- RegTypes can have the option to write single bytes with FC16 instead of FC6
- Dependency to Timer has been removed because not needed
- Documentation adjusted
- Version bumped to 1.2
See the documentation how to activate the fc16 writes!
Full Changelog: v1.1...v1.2
1.1: Small bugfixes
Hypercare ...
- KeepAlive was wrong: 0 turned it on, 1 off. - Now correct
- Introduced counter for errors (output)
- Small code refactorings
- Documentation improvements
Release writer as Version 1.0
Release first stable version
- Documentation adjustments
- Changing connection parameters will recreate connection
(Has been released at 1.1.2023)
v0.8.1: Gettin things done
Änderungen seit letztem Release:
- coil-Register können geschrieben werden
- Debug-Modus kann pro Baustein individuell aktiviert / deaktiviert werden, um auch mehrere Bausteine untersuchen zu können
- KeepAlive ist per Default aus, da es vom Feedback her damit KeepAlive mehr Probleme gibt
- Fehler bei Debug-Text-Erzeugung behoben
v0.6.4 - Handle crazy clients bettter
Triggert by a special heatpump that closes the connection while writing - following has changed:
- Add a retry if we receive non valid response from the peer
- Disable a socket reset - Break the connection for a few clients
- Update Six to 1.16.0
- Handle ConnectionErrors more graceful
- Cleanups
v0.6.1 - Cast internal value for KeepAlive
Small fix for keep alive
v0.6 - KeepAlive config & pymodbus update
- Added Input to configure KeepAlive #4
- Updated pyModbus to 2.5.3
v0.5.1 - fixed documentation
Fixed help documentation due markdown issue.
v0.5.0 - First public release
First public release (BETA)