Skip to content

Releases: seime/openhab2-addons

Breaking: Remove + added channel

03 Mar 18:05
Compare
Choose a tag to compare
Pre-release
  • BREAKING: Removed channel changedByUser as it was constantly flooded with updates
  • Added channel unlockedByUser that aims to only be updated when an actual unlock operation has taken place. Manual if door knob is used, otherwise <Firstname> <Lastname> of registered user. Note: Please test and report back, it isn't clear to me how to handle these events as an unlock operation usually triggers multiple events. Logs are necessary.
  • Fixed concurrency issue for multiple locks registering at the same time - leading sometimes to an event listener being lost upon binding reload
  • Added handling of invalid email/phone/password combination with better error message
  • Improved thing/channel category

Improve error handling when network fails.

17 Feb 16:20
Compare
Choose a tag to compare
august_alpha9

Improve error handling

Fix for doors not reporting door state

16 Feb 19:52
Compare
Choose a tag to compare
Pre-release
august_alpha8

Add fix for locks not reporting door state

Fix for locks without user info

15 Feb 17:28
Compare
Choose a tag to compare
Pre-release
august_alpha7

Inline org.json

New attempt at fixing org.json dependency

14 Feb 20:46
Compare
Choose a tag to compare
august_alpha6

Explicitly depend on org.json to avoid requirement for newer version(?)

New channel: User unlocking/locking lock

12 Feb 16:27
Compare
Choose a tag to compare

Added new channel describing who locked/unlocked the door.

Attempt at fixing dependency issue with org.json.

Fix 2 factor bug introduced in latest release

06 Feb 07:14
Compare
Choose a tag to compare

Fix login regression introduced with push message implementation

React to server events

05 Feb 18:35
Compare
Choose a tag to compare
Pre-release

The binding now listens for events regarding open/close and lock/unlock instead of relying on polling. This gives much faster/instant feedback to openHAB.

The jar is unfortunately much fatter as I use the PubNub SDK and some of the larger dependencies are not available in openHAB or have very old versions (to my knownledge - did not dig too deep).

Another attempt at removing bogus temperature readings

05 Feb 17:13
Compare
Choose a tag to compare

Another attempt at removing bogus temperature readings

Filter bogus temperature values

04 Feb 13:37
Compare
Choose a tag to compare
Pre-release

Filter any temperaturevalues of 126 and -255