Skip to content

Releases: docbender/openHAB-Simatic

Fix PDU segmentation

14 Jan 14:51
Compare
Choose a tag to compare

libnodave did not expected segmented PDU into more packet. It happens if large (960 byte) PDU size is negotiated.

Respect PDU size exactly

28 Nov 09:12
Compare
Choose a tag to compare

Read/write data limits are now calculated exactly by PDU size.

Respect PDU size

26 Nov 20:03
Compare
Choose a tag to compare

Maximum telegram data length now depends on negotiated PDU size after communication is established by libnodave library.

S7-200 support

29 Jan 09:43
Compare
Choose a tag to compare
1.2.0

Added S7-200 support

libnodave library improvement

05 Feb 11:45
Compare
Choose a tag to compare

Sometime there could be problem with reading/writing PLC data. It happens when data inconsistency in input buffer occurs. Now it is fixed by clearing buffer before sending query.
Error read occurs when reading area too long. Fixed by correct casting area length variable into integer.

test release

01 Feb 14:30
Compare
Choose a tag to compare
test release Pre-release
Pre-release
1.1.3

Prevent postUpdate (from checkNewData() to openHAB) device state whil…

OpenHAB2 ready (in compatibility mode)

13 Dec 10:25
Compare
Choose a tag to compare

Binding can run now under OH2. Also now binding handles correctly on-the-fly configuration changes. Thanks @AchilleGR.

Fix activator and manifest

12 Dec 16:12
Compare
Choose a tag to compare
1.1.1

Binding Activator added

Added communication type configuration

23 Sep 06:21
Compare
Choose a tag to compare
1.1.0

Communication type support. Rack selection repaired

Improvements

07 Sep 06:02
Compare
Choose a tag to compare
1.0.1

Old files deleted