Hi
As old uplink is about to reach end of life, is there a plan to release new myuplink binding to the regular binding catalogue?
I would appreciate downloading and installing official binding over manual .jar file.
Thanks!
Hi
As old uplink is about to reach end of life, is there a plan to release new myuplink binding to the regular binding catalogue?
I would appreciate downloading and installing official binding over manual .jar file.
Thanks!
Hi everyone,
is there any news about writing on number channels? I have read that there will be a new build. Do you guys have any idea when this will be released? I’m not really used to openHAB so I can’t create the build myself.
Hi,
I have installed JAR from Index of /openhab2, OH 4.2, VVM 320 - everything works fine except this. After startup I get the following INFO in the openhab.log. I think, DM is a degree-minutes related variable? It is missing in my channel list…
2024-08-30 19:18:39.289 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:39.302 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'DM'
2024-08-30 19:18:39.332 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:39.375 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:39.380 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:39.637 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'days'
2024-08-30 19:18:39.650 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'DM'
2024-08-30 19:18:39.657 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'DM'
2024-08-30 19:18:39.675 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:39.691 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'DM'
2024-08-30 19:18:39.714 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'hrs'
2024-08-30 19:18:42.867 [INFO ] [ink.internal.provider.ChannelFactory] - Could not parse unit: 'DM'
That is because these units don’t exist in OH (in the case of DM at least, the other ones just have a non-standard unit designation).
Do the channels get created anyway, but with a regular Number item instead of a dimensioned?
Thank you for your reaction. I think they are not created. For example, I expect to see the word “degree…” or the number “43005” (from the old Uplink binding for “degree minutes”) in the channel list UI, but it doesn’t exist:
please check the box “show advanced” I implemented some logic that hides number channels without a unit which are not of an enum type. Most likely those channels are advanced type that need some deeper understanding as values need some interpretation.
Unfortunately degree minutes is also covered by this logic. I will perhaps add some logic to show degree minutes by default.
Trying to install .jar in addons folder but could not start?
2024-09-03 19:58:15.018 [WARN ] [org.apache.felix.fileinstall ] - Error while starting bundle: file:/usr/share/openhab/addons/org.openhab.binding.myuplink-4.2.0-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.myuplink [276]
Unresolved requirement: Import-Package: com.google.gson; version="[2.10.0,3.0.0)"
EDIT: I see above that I probably need to upgrade to OH4.
Ahh, great, it was hidden under “show advanced”. Thanks for your efforts.
Argh. OH4 would require new java, os and HW…
Is there a slim chance to get myUplink binding for OH3.4?
Hi all, in the “advanced” settings I have a channel called “Generic Command” with the description "Allows to send commands to any channel. Format ‘channel:value’ ". What is that and could this be used to define an script to change an value in the Nibe?
I tried installing the binding, but nothing showed up. Looking at the file name 4.2.0-SNAPSHOT
, I assume we need a new build for the recently released 4.2.1?
It could certainly be used in a script. You just need to know the parameter id of the setting you want to change an send a command as a string in the correct format. This string gets put in a json object and sent to the api.
Bindings built for older versions should generally work, unless there is a breaking change in OH core, or versions of dependencies has changed. But that should never be the case with a patch update. Is the binding listed when running bundle:list
in the karaf console?
Installed using the bundle command, and hoping to skip a full restart.
openhab> bundle:install http://friese-de.eu/openhab2/org.openhab.binding.myuplink-4.2.0-SNAPSHOT.jar
Bundle ID: 342
openhab> bundle:status 342
Installed
openhab> bundle:start 342
openhab> bundle:status 342
Active
Eventually even restarted openHAB. But the binding does not even show in the ‘Installed Bindings’ in the webinterface, and no Thing to add.
openhab> bundle:list | grep myUp
342 │ Active │ 80 │ 4.2.0.202407221252 │ openHAB Add-ons :: Bundles :: myUplink Binding
I am on 4.2.1-1
installed via the apt repositories
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii openhab 4.2.1-1 all openhab
I used it in an script, and it seems to be sended to the Nibe but then the connection to the Nibe is interrupted and the value of the setting I wanted to change is not changed.
But maybe I just used it in the wrong way. Does anyone has experience with it?
I now found a solution for me and maybe it helps someone else. I now used the “old” channel ID I have used with the NibeUplink binding to change the setting in combination with the “generic command” and it works perfect. And the interessting part is, that the “old” channel ID is not mentioned in the channel ID overview (not in the myUplink openHAB binding and also not in the Swagger UI).
Stopped and started the bundle to grab some logs, but with my limited knowledge of addons they seems to be fine.
2024-09-10 08:56:45.267 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : BundleComponentActivator : ComponentHolder created.
2024-09-10 08:56:45.267 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : BundleComponentActivator : ComponentHolder created.
2024-09-10 08:56:45.267 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : BundleComponentActivator : ComponentHolder created.
2024-09-10 08:56:45.268 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Dependency Manager created $000interface=org.openhab.core.io.net.http.HttpClientFactory, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=0
2024-09-10 08:56:45.268 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Dependency Manager created $001interface=org.openhab.binding.myuplink.internal.provider.ChannelFactory, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=1
2024-09-10 08:56:45.268 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
2024-09-10 08:56:45.268 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Component created: DS=DS14, implementation=org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[binding.myuplink]
2024-09-10 08:56:45.268 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Component Services: scope=singleton, services=[org.openhab.core.thing.binding.ThingHandlerFactory]
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Querying state disabled
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Querying state disabled
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Component can not be activated since it is in state disabled
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory] : Querying state disabled
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Updating target filters
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : No change in target property for dependency $000: currently registered: false
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : No existing service listener to unregister for dependency $000
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Setting target property for dependency $000 to null
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.io.net.http.HttpClientFactory), initialReferenceFilter (objectClass=org.openhab.core.io.net.http.HttpClientFactory)
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $000 tracker reset (closed)
2024-09-10 08:56:45.269 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=289, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=162} (enter)
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $000 tracking 1 SingleStatic active: false trackerOpened: false optional: false
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=289, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=162} (exit)
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $000 tracker opened
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : registering service listener for dependency $000
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : No change in target property for dependency $001: currently registered: false
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : No existing service listener to unregister for dependency $001
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Setting target property for dependency $001 to null
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : New service tracker for $001, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.binding.myuplink.internal.provider.ChannelFactory), initialReferenceFilter (objectClass=org.openhab.binding.myuplink.internal.provider.ChannelFactory)
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $001 tracker reset (closed)
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $001 tracker opened
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : registering service listener for dependency $001
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : No existing service listener to unregister for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
2024-09-10 08:56:45.270 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm osgi.ds.satisfying.condition tracker reset (closed)
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm osgi.ds.satisfying.condition tracker opened
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : registering service listener for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Changed state from disabled to unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Component enabled
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : ActivateInternal
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Activating component from state unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Dependency not satisfied: $001
2024-09-10 08:56:45.271 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Not all dependencies satisfied, cannot activate
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Dependency Manager created $000interface=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=0
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Dependency Manager created $001interface=org.openhab.core.thing.type.ChannelTypeRegistry, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=1
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Component created: DS=DS14, implementation=org.openhab.binding.myuplink.internal.provider.ChannelFactory, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.binding.myuplink.internal.provider.ChannelFactory]
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Component Services: scope=singleton, services=[org.openhab.binding.myuplink.internal.provider.ChannelFactory]
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Querying state disabled
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Querying state disabled
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Component can not be activated since it is in state disabled
2024-09-10 08:56:45.272 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory] : Querying state disabled
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Updating target filters
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : No change in target property for dependency $000: currently registered: false
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : No existing service listener to unregister for dependency $000
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Setting target property for dependency $000 to null
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider), initialReferenceFilter (objectClass=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider)
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $000 tracker reset (closed)
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $000 tracker opened
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : registering service listener for dependency $000
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : No change in target property for dependency $001: currently registered: false
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : No existing service listener to unregister for dependency $001
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Setting target property for dependency $001 to null
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : New service tracker for $001, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.thing.type.ChannelTypeRegistry), initialReferenceFilter (objectClass=org.openhab.core.thing.type.ChannelTypeRegistry)
2024-09-10 08:56:45.273 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $001 tracker reset (closed)
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $001 tracking 1 SingleStatic added {org.openhab.core.thing.type.ChannelTypeRegistry}={service.id=419, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.type.ChannelTypeRegistry, component.id=287} (enter)
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $001 tracking 1 SingleStatic active: false trackerOpened: false optional: false
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $001 tracking 1 SingleStatic added {org.openhab.core.thing.type.ChannelTypeRegistry}={service.id=419, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.type.ChannelTypeRegistry, component.id=287} (exit)
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $001 tracker opened
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : registering service listener for dependency $001
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : No existing service listener to unregister for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
2024-09-10 08:56:45.274 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm osgi.ds.satisfying.condition tracker reset (closed)
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm osgi.ds.satisfying.condition tracker opened
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : registering service listener for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Changed state from disabled to unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Component enabled
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : ActivateInternal
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Activating component from state unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.275 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Dependency not satisfied: $000
2024-09-10 08:56:45.276 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Not all dependencies satisfied, cannot activate
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Dependency Manager created $000interface=org.openhab.core.storage.StorageService, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=0
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Component created: DS=DS14, implementation=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider]
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Component Services: scope=singleton, services=[org.openhab.core.thing.type.ChannelTypeProvider, org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider]
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Querying state disabled
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Querying state disabled
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Component can not be activated since it is in state disabled
2024-09-10 08:56:45.276 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider] : Querying state disabled
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Updating target filters
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : No change in target property for dependency $000: currently registered: false
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : No existing service listener to unregister for dependency $000
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Setting target property for dependency $000 to null
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.storage.StorageService), initialReferenceFilter (objectClass=org.openhab.core.storage.StorageService)
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm $000 tracker reset (closed)
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.storage.StorageService}={service.id=363, service.bundleid=220, service.scope=bundle, storage.format=json, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.storage.json, service.config.label=Json Storage, component.id=255, service.config.factory=false, service.config.category=system, service.config.description.uri=system:json_storage, service.pid=org.openhab.storage.json} (enter)
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm $000 tracking 1 SingleStatic active: false trackerOpened: false optional: false
2024-09-10 08:56:45.277 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.storage.StorageService}={service.id=363, service.bundleid=220, service.scope=bundle, storage.format=json, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.storage.json, service.config.label=Json Storage, component.id=255, service.config.factory=false, service.config.category=system, service.config.description.uri=system:json_storage, service.pid=org.openhab.storage.json} (exit)
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm $000 tracker opened
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : registering service listener for dependency $000
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : No existing service listener to unregister for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm osgi.ds.satisfying.condition tracker reset (closed)
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm osgi.ds.satisfying.condition tracking 2 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : dm osgi.ds.satisfying.condition tracker opened
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : registering service listener for dependency osgi.ds.satisfying.condition
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Changed state from disabled to unsatisfiedReference
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Component enabled
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : ActivateInternal
2024-09-10 08:56:45.278 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Activating component from state unsatisfiedReference
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Changed state from unsatisfiedReference to satisfied
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : registration change queue [registered]
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Checking constructor public org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(org.openhab.core.storage.StorageService)
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.storage.StorageService through loader of org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider
2024-09-10 08:56:45.279 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : getClassFromComponentClassLoader: Found class org.openhab.core.storage.StorageService
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Found constructor with 1 arguments : public org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(org.openhab.core.storage.StorageService)
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : This thread collected dependencies
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : getService (single component manager) dependencies collected.
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state satisfied
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Querying state satisfied
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.storage.StorageService}={service.id=363, service.bundleid=220, service.scope=bundle, storage.format=json, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.storage.json, service.config.label=Json Storage, component.id=255, service.config.factory=false, service.config.category=system, service.config.description.uri=system:json_storage, service.pid=org.openhab.storage.json}] service: [null]]]
2024-09-10 08:56:45.280 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
2024-09-10 08:56:45.281 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : getting activate: activate
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Locating method activate in class org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Declared Method org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Locating method activate in class org.openhab.core.thing.binding.AbstractStorageBasedTypeProvider
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Declared Method org.openhab.core.thing.binding.AbstractStorageBasedTypeProvider.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Locating method activate in class java.lang.Object
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Declared Method java.lang.Object.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : activate method [activate] not found, ignoring
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Set implementation object for component
2024-09-10 08:56:45.282 [DEBUG] [provider.MyUplinkChannelTypeProvider] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider(455)] : Changed state from satisfied to active
2024-09-10 08:56:45.282 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $000 tracking 3 SingleStatic added {org.openhab.core.thing.type.ChannelTypeProvider, org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider}={service.id=799, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider, component.id=455} (enter)
2024-09-10 08:56:45.282 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : ActivateInternal
2024-09-10 08:56:45.282 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.282 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Activating component from state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Changed state from unsatisfiedReference to satisfied
2024-09-10 08:56:45.283 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : registration change queue [registered]
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $001 tracking 3 SingleStatic added {org.openhab.binding.myuplink.internal.provider.ChannelFactory}={service.id=800, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.ChannelFactory, component.id=454} (enter)
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : ActivateInternal
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Activating component from state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.283 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state unsatisfiedReference
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Changed state from unsatisfiedReference to satisfied
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : registration change queue [registered]
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Checking constructor public org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(org.openhab.core.io.net.http.HttpClientFactory,org.openhab.binding.myuplink.internal.provider.ChannelFactory)
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.io.net.http.HttpClientFactory through loader of org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getClassFromComponentClassLoader: Found class org.openhab.core.io.net.http.HttpClientFactory
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.binding.myuplink.internal.provider.ChannelFactory through loader of org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getClassFromComponentClassLoader: Found class org.openhab.binding.myuplink.internal.provider.ChannelFactory
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Found constructor with 2 arguments : public org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(org.openhab.core.io.net.http.HttpClientFactory,org.openhab.binding.myuplink.internal.provider.ChannelFactory)
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : This thread collected dependencies
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getService (single component manager) dependencies collected.
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state satisfied
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Querying state satisfied
2024-09-10 08:56:45.284 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=289, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=162}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : For dependency $001, optional: false; to bind: [[RefPair: ref: [{org.openhab.binding.myuplink.internal.provider.ChannelFactory}={service.id=800, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.ChannelFactory, component.id=454}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Checking constructor public org.openhab.binding.myuplink.internal.provider.ChannelFactory(org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider,org.openhab.core.thing.type.ChannelTypeRegistry)
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider through loader of org.openhab.binding.myuplink.internal.provider.ChannelFactory
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getClassFromComponentClassLoader: Found class org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.thing.type.ChannelTypeRegistry through loader of org.openhab.binding.myuplink.internal.provider.ChannelFactory
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getClassFromComponentClassLoader: Found class org.openhab.core.thing.type.ChannelTypeRegistry
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Found constructor with 2 arguments : public org.openhab.binding.myuplink.internal.provider.ChannelFactory(org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider,org.openhab.core.thing.type.ChannelTypeRegistry)
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : This thread collected dependencies
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getService (single component manager) dependencies collected.
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state satisfied
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Querying state satisfied
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.type.ChannelTypeProvider, org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider}={service.id=799, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider, component.id=455}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : For dependency $001, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.type.ChannelTypeRegistry}={service.id=419, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.type.ChannelTypeRegistry, component.id=287}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
2024-09-10 08:56:45.285 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : getting activate: activate
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Locating method activate in class org.openhab.binding.myuplink.internal.provider.ChannelFactory
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Declared Method org.openhab.binding.myuplink.internal.provider.ChannelFactory.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Locating method activate in class java.lang.Object
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Declared Method java.lang.Object.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : activate method [activate] not found, ignoring
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Set implementation object for component
2024-09-10 08:56:45.286 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : Changed state from satisfied to active
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : getting activate: activate
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Locating method activate in class org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Declared Method org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Locating method activate in class org.openhab.core.thing.binding.BaseThingHandlerFactory
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Found activate method: protected void org.openhab.core.thing.binding.BaseThingHandlerFactory.activate(org.osgi.service.component.ComponentContext)
2024-09-10 08:56:45.286 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextImpl]
2024-09-10 08:56:45.287 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : invoked activate: activate
2024-09-10 08:56:45.287 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Set implementation object for component
2024-09-10 08:56:45.287 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : Changed state from satisfied to active
2024-09-10 08:56:45.287 [DEBUG] [link.internal.MyUplinkHandlerFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.MyUplinkHandlerFactory(453)] : dm $001 tracking 3 SingleStatic added {org.openhab.binding.myuplink.internal.provider.ChannelFactory}={service.id=800, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.ChannelFactory, component.id=454} (exit)
2024-09-10 08:56:45.287 [DEBUG] [ink.internal.provider.ChannelFactory] - bundle org.openhab.binding.myuplink:4.2.0.202407221252 (343)[org.openhab.binding.myuplink.internal.provider.ChannelFactory(454)] : dm $000 tracking 3 SingleStatic added {org.openhab.core.thing.type.ChannelTypeProvider, org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider}={service.id=799, service.bundleid=343, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.myuplink.internal.provider.MyUplinkChannelTypeProvider, component.id=455} (exit)
Still no way to add a MyUplink thing though
After cloning the repo, bumping the version in pom.xml
to match the rest of the repo, and compiling, it works on 4.2.1
diff --git a/bundles/org.openhab.binding.myuplink/pom.xml b/bundles/org.openhab.binding.myuplink/pom.xml
index 51e8bfc842..b48c9a3716 100644
--- a/bundles/org.openhab.binding.myuplink/pom.xml
+++ b/bundles/org.openhab.binding.myuplink/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.openhab.binding.myuplink</artifactId>
I could replace most links 1:1, some are renamed/numbered, but I was unable to find two, does anyone know where they went?
Happy to see it working again
If you are referring to my (unofficial) binding in the marketplace, those channels was not fetched from the same endpoint as the rest of the parameters, and unfortunately there’s no equivalent in the new API.
Yeah, I have been using your binding for over a year, until the death of NibeUplink.
Bummer. I was using those to detect if the system was in heating, cooling, or off mode. Would you know any other way of detecting that with the new API?