Skip to content

[openhabcloud] 2022-03-06-b0af2ad

Compare
Choose a tag to compare
@ssalonen ssalonen released this 15 May 09:35
· 2063 commits to master since this release

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