Skip to content

Releases: dalgwen/openhab-addons

Java223 4.2.0 SNAPSHOT ALPHA1

26 Oct 07:14
Compare
Choose a tag to compare
Pre-release

A JSR223 JAVA add-on for OpenHAB.

  • full JSR 223 support (use in files, in GUI, transformations, inline rule action, etc...)
  • auto injection of OpenHAB variable/preset for simplicity
  • library support for sharing code (.jar and .java)
  • rule annotations available in the helper library for creating rules the easiest way
  • helper library files auto generation for items, things, and actions, with strong typing and ease of use
  • cache compiled scripts in memory for blazingly fast executions after the first one (sub millisecond overload)
  • no boilerplate code for simple script: you can do a one liner script, as declaring a class and a method is optional.
  • optional reuse of instances script to share values between execution occurrences
  • designed to be easily used with your favorite IDE

Signal 4.2.0 SNAPSHOT BETA11

25 Sep 21:57
Compare
Choose a tag to compare

Update to signal-cli 0.13.6

Signal 4.2.0 SNAPSHOT BETA10

30 Jun 16:00
Compare
Choose a tag to compare

Adding i686 32 bits
Bump signal-cli to 0.13.4

Signal 4.2.0 SNAPSHOT BETA9

28 May 15:18
Compare
Choose a tag to compare

musl support + update to signal-cli 0.13.3 + support for reaction

MUSL support attempt

27 Apr 11:11
Compare
Choose a tag to compare
MUSL support attempt Pre-release
Pre-release
4.1.0_SNAPSHOT-signal-BETA9_musl_test

[signal] musl support + update to signal-cli 0.13.3 + support for rea…

Signal 4.1.0 SNAPSHOT BETA8

24 Feb 01:36
Compare
Choose a tag to compare

Update signal-cli version to 0.13 (backported to java 17)

Signal 4.1.0 SNAPSHOT BETA7

06 Feb 23:20
Compare
Choose a tag to compare

Update user agent to overcome stupid server check verification

Signal 4.1.0 SNAPSHOT BETA6

18 Dec 08:29
Compare
Choose a tag to compare
  • Update signal-cli version to fix error when registering new linked account (accomodate changes in the whisper signal server side)
  • Renaming feature to avoid kar autodeletion by openHAB ?

Signal 4.1.0 SNAPSHOT BETA5

10 Nov 21:22
Compare
Choose a tag to compare

First version targeting openHAB 4.
Written with java 17 and no more java 11 rewrite.
In the hope of resolving the sqlite error, the binary is now a KAR file, and sqlite is now a dependency feature.

[Enocean] Fix unusable bundle in OH 4.0.0

25 Jul 23:24
Compare
Choose a tag to compare

This release is a test release to know if the fix could be merged in OH