MyUplink binding?

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.

1 Like

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?