Skip to content

Releases: docbender/openHAB-SimpleBinary

openHAB 3

02 Nov 22:29
acf4702
Compare
Choose a tag to compare
openHAB 3 Pre-release
Pre-release
3.0.0-beta.2

Added Device status channels

openHAB 3

26 Oct 12:55
c222d84
Compare
Choose a tag to compare
openHAB 3 Pre-release
Pre-release
3.0.0-beta.1

Fix metrics

Serial port open on demand

13 Sep 20:47
Compare
Choose a tag to compare
0.5.3

Serial port open when closed unexpectedly or not present at start (e.…

TCP server improvement

15 Mar 13:19
Compare
Choose a tag to compare
0.5.2

Client list handling improvement

TCP communication improvement

11 Mar 09:21
Compare
Choose a tag to compare

Device can request binding for all data anytime.
Channel with inactive device is closed after 60s.
Device can enable keepalive (live packet is sent every 30s).
If device ID is already used, device connected with same ID obtain deny response.
Bug fixes.

TCP server, inter-device communication

29 Jan 21:04
Compare
Choose a tag to compare

Binding can simultaneously act as UART master and TCP server. Network device like ESP8266 can be connected now.

Binding now receives item values updates posted by another bindings. That allows communication between different bindings through openHAB or just receive same values. Same functionality is implemented inside binding to allow inter-device communication between simplebinary devices.

All items states in this device are updated with actual value, when device is connected.

OpenHAB2 compatibility improvement.

0.5.0.test

25 Oct 07:46
Compare
Choose a tag to compare
processCommandQueue() thread concurrency updated + command lost fix

Multidevice communication improved

20 May 09:11
Compare
Choose a tag to compare

Fixes in binding and Arduino library. Mostly to improve communication multiple devices on one RS485 line.

Fixes+Compilation against latest openHAB master branch

06 Apr 07:07
Compare
Choose a tag to compare
0.4.1

Remove block NotImplementedException (some old code scrap)

Check data extension in OnChange mode

01 Apr 08:07
Compare
Choose a tag to compare

If there is a connection problem or openHAB is restarted, device is now asked to mark all his output data as new. This should prevent data change lost.