Releases: docbender/openHAB-SimpleBinary
openHAB 3
3.0.0-beta.2 Added Device status channels
openHAB 3
3.0.0-beta.1 Fix metrics
Serial port open on demand
0.5.3 Serial port open when closed unexpectedly or not present at start (e.…
TCP server improvement
0.5.2 Client list handling improvement
TCP communication improvement
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
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
processCommandQueue() thread concurrency updated + command lost fix
Multidevice communication improved
Fixes in binding and Arduino library. Mostly to improve communication multiple devices on one RS485 line.
Fixes+Compilation against latest openHAB master branch
0.4.1 Remove block NotImplementedException (some old code scrap)
Check data extension in OnChange mode
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.