Skip to content

Releases: SvenBunge/hs_modbusTCP_writer

v1.3: Build with HSL4

04 Feb 19:37
Compare
Choose a tag to compare
  • 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

28 Jan 13:08
Compare
Choose a tag to compare

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

20 Feb 21:06
Compare
Choose a tag to compare

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

20 Feb 21:04
Compare
Choose a tag to compare

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

07 Nov 07:42
Compare
Choose a tag to compare

Ä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

02 Jan 22:24
Compare
Choose a tag to compare

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

02 Nov 20:39
Compare
Choose a tag to compare

Small fix for keep alive

v0.6 - KeepAlive config & pymodbus update

01 Nov 20:15
Compare
Choose a tag to compare
  • Added Input to configure KeepAlive #4
  • Updated pyModbus to 2.5.3

v0.5.1 - fixed documentation

17 Aug 20:39
Compare
Choose a tag to compare
Pre-release

Fixed help documentation due markdown issue.

v0.5.0 - First public release

17 Aug 20:17
Compare
Choose a tag to compare
Pre-release

First public release (BETA)