Skip to content

Releases: pfink/openhab2-flicbutton

3.1.0-SNAPSHOT

03 Mar 00:25
437539b
Compare
Choose a tag to compare
3.1.0-SNAPSHOT Pre-release
Pre-release

Newest version for openHAB 3 built from the pull request openhab/openhab-addons#9234

1.0.0 Stable

03 Jan 03:00
Compare
Choose a tag to compare

Improvements & Fixes

  • [Feature] Flic 2 support (updated to Flic clientlib 2.01)
  • [Feature] openHAB 2.5.0 / 2.5.x support
  • [Enhancement] Discovery: Active scan will now add all buttons that were ever added to flic daemon to the Inbox at once (adding new buttons to flic daemon still has to be done e.g. via simpleclient). Background discovery will now only add newly verified buttons that are added at the first time (so already buttons removed from the Inbox will only appear again if an active scan is triggered).
  • [Fix] Online status of buttons are now correct directly after creating a flicbutton Thing (#4).
  • [Other] License: This project is now licensed under EPL 2.0 with GPL 3.0 including Classpath Exception 2.0 as a secondary license.

Known Issues

  • Initial Button connection & verification process is not supported by this binding. This has to be done with other tools (e.g. with simpleclient included in fliclib-linux-hci (#5)

Compatibility

  • fliclib-linux-hci: 2.0.1
  • Minimum openHAB Version: 2.0.0
  • Maximum openHAB Version: 2.5.x

Upgrading from 0.9.0 or lower

  • For flawless integration, please update your flic daemon to fliclib-linux-hci 2.0.1
  • Channel type pressed-switch was removed. If you used this channel type, you have to adjust your configuration before updating. The other channels in combination with Profiles are now the recommended way for configuration.

0.9.0 Beta

17 Apr 22:54
Compare
Choose a tag to compare
0.9.0 Beta Pre-release
Pre-release

Beta Release. Should work very stable already.

Improvements & Fixes

  • Binding now also works if flicd is not available on openHAB startup
  • If flicd is temporarily unavailable, the binding will automatically attempt to reconnect
  • Some more smaller stability improvements

Known Issues

  • Online status of buttons are not always correct directly after adding a new button.
  • Button connection & verification process has to be done via simpleclient of fliclib-linux-hci

Compatibility

  • fliclib-linux-hci: 0.4
    Minimum openHAB Version: 2.0
    Maximum openHAB Version: 2.4

0.5 Alpha

11 Dec 21:25
Compare
Choose a tag to compare
0.5 Alpha Pre-release
Pre-release

Contains stability improvements and provides additional channels to handle double clicks and button holds.

0.1 Pre-Alpha

20 Oct 17:32
Compare
Choose a tag to compare
0.1 Pre-Alpha Pre-release
Pre-release

Pre-Alpha release that contains the most basic capabilities of this binding:

  • Flic Button Auto Discovery (buttons have to be scanned and verified by other clients first, e.g. by simpleclient)
  • flicbutton-pressed-channel (channel that exposes the raw button state, pressed (ON) or unpressed (OFF) to a OpenHab Switch)