Releases: ssalonen/openhab2-addons
modbus4
Installation
feature:install openhab-transport-serial
- Drop
transport
andbinding
jars toaddons
modbus4-2023-02-04.zip
[mqtt] PR 13518 13621 (2022-11-05)
Prebuilt binaries for:
openhab#13518
openhab#13621
openhab/openhab-core@18d063e
Manual (non-marketplace) installation
- Remove existing openhab mqtt addon, if present
- Download the jar files below, drop them to
addons
folder - In karaf console, install hivemqt client
feature:install openhab.tp-hivemqclient
[mqtt.ruuvigateway] 2022-09-29 24acca
Requires OpenHAB 3.4.0 (SNAPSHOT)
More info More info openhab#13315
[openhabcloud] 2022-03-06-b0af2ad
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
- Remove existing openhab cloud addon, if present
- Download the kar package below corresponding to your openHAB version
- 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
- Ensure we have correct
phc.version
:
$ grep 'ohc.version>3' ../../pom.xml
<ohc.version>3.3.0-SNAPSHOT</ohc.version>
mvn clean install karaf:kar
Building for openHAB 3.2.0
In openhab-addons/bundles/org.openhab.io.openhabcloud
vim ../../pom.xml
. Editohc.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>
mvn clean install karaf:kar
[openhabcloud] 2022-03-06-bf5fa1e
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
- Remove existing openhab cloud addon, if present
- Download the kar package below corresponding to your openHAB version
- 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
- Ensure we have correct
phc.version
:
$ grep 'ohc.version>3' ../../pom.xml
<ohc.version>3.3.0-SNAPSHOT</ohc.version>
mvn clean install karaf:kar
Building for openHAB 3.2.0
In openhab-addons/bundles/org.openhab.io.openhabcloud
vim ../../pom.xml
. Editohc.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>
mvn clean install karaf:kar
[mqtt.homeassistant] b2e6c55
openhab#13518 commit b2e6c55
Installation on 3.3.0 stable:
- Uninstall mqtt via UI
- drop jars to addons
- Using karaf console,
bundle:install openhab-transport-mqtt
- Enjoy