OH3 - MySensors Binding
-
@oljo I am very sorry to ask, but how does your post connect to the topic of this thread?
....you are not using the mysensors-binding.... -
I've solved the dependency error and the package compiles fine, but I had no time for testing yet.
If you're willing to test: Download -
@oljo I am very sorry to ask, but how does your post connect to the topic of this thread?
....you are not using the mysensors-binding.... -
@oljo I am very sorry to ask, but how does your post connect to the topic of this thread?
....you are not using the mysensors-binding.... -
@oljo I am very sorry to ask, but how does your post connect to the topic of this thread?
....you are not using the mysensors-binding.... -
@oljo I am very sorry to ask, but how does your post connect to the topic of this thread?
....you are not using the mysensors-binding.... -
@oljo as I already mentioned: your posts are 100% off topic, because ypu do not use the OH3-binding for mysensors. you did some text-file thing-definitions with the MQTT-binding... apples and not plums
-
@oljo as I already mentioned: your posts are 100% off topic, because ypu do not use the OH3-binding for mysensors. you did some text-file thing-definitions with the MQTT-binding... apples and not plums
-
Hi all.
Did anyone upgrade to OH 3.1.0 stable and managed to get the MySensors Binding 3.1.0 running yet?
Sind I've upgraded to OH 3.1.0 I'm getting the following error messages in the log when starting the openhab service:I'm using a MySensors Ethernet Gateway (no MQTT, although that souldn't really make a difference) and a raspberry pi 4b+ as OH 3 server.
2021-07-04 10:37:43.376 [ERROR] [Events.Framework ] - FrameworkEvent ERROR org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.mysensors [237] Unresolved requirement: Import-Package: org.apache.commons.lang; version="[2.6.0,3.0.0)" at org.eclipse.osgi.container.Module.start(Module.java:463) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1781) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [org.eclipse.osgi-3.16.200.jar:?]and then a little further down the log:
2021-07-04 10:38:04.300 [WARN ] [org.apache.felix.fileinstall ] - Error while starting bundle: file:/usr/share/openhab/addons/org.openhab.binding.mysensors-3.1.0.jar org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.mysensors [237] Unresolved requirement: Import-Package: org.apache.commons.lang; version="[2.6.0,3.0.0)" at org.eclipse.osgi.container.Module.start(Module.java:463) ~[org.eclipse.osgi-3.16.200.jar:?] at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:440) ~[org.eclipse.osgi-3.16.200.jar:?] at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.8] at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.8] at org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1221) [bundleFile:3.6.8] at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:515) [bundleFile:3.6.8] at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.8] at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.8]Any help is highly appreciated!
Thanks and kind regards,
Ralph... -
Hi!
I've upgraded to OH 3.1.0 from OH 3.0.x
Installed openhab-transport-serial and openhab-core-io-transport-mqtt in Karaf console with:
feature:install openhab-transport-serial feature:install openhab-core-io-transport-mqttTried to restart mysensors binding:
openhab> bundle:restart org.openhab.binding.mysensors Error executing command: Error restarting bundles: Unable to start bundle 29: Could not resolve module: org.openhab.binding.mysensors [29] Unresolved requirement: Import-Package: org.apache.commons.lang; version="[2.6.0,3.0.0)"Checked that only org.apache.commons.lang3 is installed:
openhab> bundle:list org.apache.commons.lang3 START LEVEL 100 , List Threshold: 50 ID │ State │ Lvl │ Version │ Name 66 │ Active │ 80 │ 3.12.0 │ Apache Commons LangThanks
-
Hi!
I've upgraded to OH 3.1.0 from OH 3.0.x
Installed openhab-transport-serial and openhab-core-io-transport-mqtt in Karaf console with:
feature:install openhab-transport-serial feature:install openhab-core-io-transport-mqttTried to restart mysensors binding:
openhab> bundle:restart org.openhab.binding.mysensors Error executing command: Error restarting bundles: Unable to start bundle 29: Could not resolve module: org.openhab.binding.mysensors [29] Unresolved requirement: Import-Package: org.apache.commons.lang; version="[2.6.0,3.0.0)"Checked that only org.apache.commons.lang3 is installed:
openhab> bundle:list org.apache.commons.lang3 START LEVEL 100 , List Threshold: 50 ID │ State │ Lvl │ Version │ Name 66 │ Active │ 80 │ 3.12.0 │ Apache Commons LangThanks
@Chacha the log says it all: in OH3 the required package org.apache.commons.lang is installed with version 3.12.0
the (very depreciated) binding does only support up to version 3.0.0
the bug has been known for several months now.
there are 2 ways out of that situation:
a) if possible recode your sensors without mysensors and use Homie instead
b) get rid of the binding and use plain mqtt
this also applys to @syntacrsc
-
@Chacha the log says it all: in OH3 the required package org.apache.commons.lang is installed with version 3.12.0
the (very depreciated) binding does only support up to version 3.0.0
the bug has been known for several months now.
there are 2 ways out of that situation:
a) if possible recode your sensors without mysensors and use Homie instead
b) get rid of the binding and use plain mqtt
this also applys to @syntacrsc
Thanks @Peter-Loeffler !
I think I'll dive into mqtt than!
As I can see Homie is only for sensors. I use mySensors to control my rollershutters. -
Thanks @Peter-Loeffler !
I think I'll dive into mqtt than!
As I can see Homie is only for sensors. I use mySensors to control my rollershutters.@Chacha
Same here, I use MySensors to control rollershutters, pool pump, HVAC and solar panels.Maybe we should collect some volunteers for a bounty to give to @TimO to enhance his beautiful mySensors binding to work with the recent OH 3.1.0 version??
@Peter-Loeffler
I used to use plain MQTT before I found the mySensors binding and don't really want go back to it.I'd be willing to throw 100 USD into the bounty pot to enhance MySensors to work with the recent version of OH3...
(I'd do it myself if I'd know how to ;-) ) -
@Chacha the log says it all: in OH3 the required package org.apache.commons.lang is installed with version 3.12.0
the (very depreciated) binding does only support up to version 3.0.0
the bug has been known for several months now.
there are 2 ways out of that situation:
a) if possible recode your sensors without mysensors and use Homie instead
b) get rid of the binding and use plain mqtt
this also applys to @syntacrsc
@Chacha you are wrong: Homie is NOT ONLY for sensors.
-
@Chacha
Same here, I use MySensors to control rollershutters, pool pump, HVAC and solar panels.Maybe we should collect some volunteers for a bounty to give to @TimO to enhance his beautiful mySensors binding to work with the recent OH 3.1.0 version??
@Peter-Loeffler
I used to use plain MQTT before I found the mySensors binding and don't really want go back to it.I'd be willing to throw 100 USD into the bounty pot to enhance MySensors to work with the recent version of OH3...
(I'd do it myself if I'd know how to ;-) )@syntacrsc well, for me it's no solution to throw Dollars into a pot that a community-based software get's some updates. either the software is state of the art ro it is not. and MySensors turned out to be not :(
-
@Chacha
Same here, I use MySensors to control rollershutters, pool pump, HVAC and solar panels.Maybe we should collect some volunteers for a bounty to give to @TimO to enhance his beautiful mySensors binding to work with the recent OH 3.1.0 version??
@Peter-Loeffler
I used to use plain MQTT before I found the mySensors binding and don't really want go back to it.I'd be willing to throw 100 USD into the bounty pot to enhance MySensors to work with the recent version of OH3...
(I'd do it myself if I'd know how to ;-) ) -
i've managed to build new version from the sources found here https://github.com/nikolac/openhab-addons/tree/mysensors-oh3-migration
So far, so good - working with the latest OH 3.1.0
please download from https://disk.yandex.ru/d/Yq3gn8N7tXSQxA
-
i've managed to build new version from the sources found here https://github.com/nikolac/openhab-addons/tree/mysensors-oh3-migration
So far, so good - working with the latest OH 3.1.0
please download from https://disk.yandex.ru/d/Yq3gn8N7tXSQxA