Skip to content

Releases: ssalonen/openhab2-addons

modbus4

04 Feb 10:53
Compare
Choose a tag to compare

Installation

  1. feature:install openhab-transport-serial
  2. Drop transport and binding jars to addons modbus4-2023-02-04.zip

[mqtt] PR 13518 13621 (2022-11-05)

05 Nov 10:46
Compare
Choose a tag to compare

Prebuilt binaries for:

openhab#13518
openhab#13621
openhab/openhab-core@18d063e

Manual (non-marketplace) installation

  1. Remove existing openhab mqtt addon, if present
  2. Download the jar files below, drop them to addons folder
  3. In karaf console, install hivemqt client
feature:install openhab.tp-hivemqclient

[mqtt.ruuvigateway] 2022-09-29 24acca

29 Sep 16:50
Compare
Choose a tag to compare

Requires OpenHAB 3.4.0 (SNAPSHOT)

More info More info openhab#13315

[openhabcloud] 2022-03-06-b0af2ad

15 May 09:35
Compare
Choose a tag to compare

This release is available in the openHAB marketplace as well, to allow easier installation. Direct links for marketplace forum posts: openHAB 3.2.0 version and openHAB 3.3.0-SNAPSHOT version.

Manual (non-marketplace) installation

  1. Remove existing openhab cloud addon, if present
  2. Download the kar package below corresponding to your openHAB version
  3. Place kar file to your addons folder

Full Changelog: https://github.com/ssalonen/openhab2-addons/commits/2022-03-06-b0af2ad

Since previous release 2022-03-06-bf5fa1e:
[openhabcloud] abort connect on exceptional errors
[openhabcloud] remove dead code
[openhabcloud] Socket.IO http logging only with TRACE level enabled
[openhabcloud] logging level tuning


Commits on Mar 6, 2022
[openhabcloud] Sensor more secrets

Commits on Mar 5, 2022
[openhabcloud] Log websecket factory HTTP calls and PACKETs (on connect)
[openhabcloud] pong milliseconds
[openhabcloud] Sensor short UUID/secret completely
[openhab] More logging. Lambda callbacks
[openhabcloud] Sensor UUID and secret in logging

P.S

For the record, kar packages have been built as follows:

Click to expand!

Building for openHAB 3.3.0-SNAPSHOT

In openhab-addons/bundles/org.openhab.io.openhabcloud

  1. Ensure we have correct phc.version:
$ grep 'ohc.version>3' ../../pom.xml
    <ohc.version>3.3.0-SNAPSHOT</ohc.version>
  1. mvn clean install karaf:kar

Building for openHAB 3.2.0

In openhab-addons/bundles/org.openhab.io.openhabcloud

  1. vim ../../pom.xml. Edit ohc.version:
diff --git a/pom.xml b/pom.xml
index 129126d5bd..9ae9181131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <maven.compiler.target>${oh.java.version}</maven.compiler.target>
     <maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
 
-    <ohc.version>3.3.0-SNAPSHOT</ohc.version>
+    <ohc.version>3.2.0</ohc.version>
     <bnd.version>6.1.0</bnd.version>
     <commons.net.version>3.7.2</commons.net.version>
     <eea.version>2.2.1</eea.version>
  1. mvn clean install karaf:kar

[openhabcloud] 2022-03-06-bf5fa1e

06 Mar 08:12
Compare
Choose a tag to compare

This release is available in the openHAB marketplace as well, to allow easier installation. Direct links for marketplace forum posts: openHAB 3.2.0 version and openHAB 3.3.0-SNAPSHOT version.

Manual (non-marketplace) installation

  1. Remove existing openhab cloud addon, if present
  2. Download the kar package below corresponding to your openHAB version
  3. Place kar file to your addons folder

Full Changelog: https://github.com/ssalonen/openhab2-addons/commits/2022-03-06-bf5fa1e

Commits on Mar 6, 2022
[openhabcloud] Sensor more secrets

Commits on Mar 5, 2022
[openhabcloud] Log websecket factory HTTP calls and PACKETs (on connect)
[openhabcloud] pong milliseconds
[openhabcloud] Sensor short UUID/secret completely
[openhab] More logging. Lambda callbacks
[openhabcloud] Sensor UUID and secret in logging

P.S

For the record, kar packages have been built as follows:

Click to expand!

Building for openHAB 3.3.0-SNAPSHOT

In openhab-addons/bundles/org.openhab.io.openhabcloud

  1. Ensure we have correct phc.version:
$ grep 'ohc.version>3' ../../pom.xml
    <ohc.version>3.3.0-SNAPSHOT</ohc.version>
  1. mvn clean install karaf:kar

Building for openHAB 3.2.0

In openhab-addons/bundles/org.openhab.io.openhabcloud

  1. vim ../../pom.xml. Edit ohc.version:
diff --git a/pom.xml b/pom.xml
index 129126d5bd..9ae9181131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <maven.compiler.target>${oh.java.version}</maven.compiler.target>
     <maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
 
-    <ohc.version>3.3.0-SNAPSHOT</ohc.version>
+    <ohc.version>3.2.0</ohc.version>
     <bnd.version>6.1.0</bnd.version>
     <commons.net.version>3.7.2</commons.net.version>
     <eea.version>2.2.1</eea.version>
  1. mvn clean install karaf:kar

[mqtt.homeassistant] b2e6c55

09 Oct 10:10
f79660b
Compare
Choose a tag to compare

openhab#13518 commit b2e6c55

Installation on 3.3.0 stable:

  1. Uninstall mqtt via UI
  2. drop jars to addons
  3. Using karaf console, bundle:install openhab-transport-mqtt
  4. Enjoy