openHAB on Synology DS418 - Serial Binding Problem

I will try this afternoon! Thanks!

I have z-wave devices in my inbox! Thanks!

I re-installed the 2.3 release spk to re-enable the tmpfs functionality. So it’s working with the following configuration:

  • java8 build 191 arm64 hardfloat abi
  • Openhab 2.3

Are you planning to include this modified nrjavaserial in the main openhab 2.4 release? There are a couple of Synology devices which use the RTD1296 CPU, which are probably having the same issue with serial communication

2 Likes

That’s very good news! :partying_face:

Yes I’ll do some more testing and then create a PR to get it merged upstream. ARM64 will be more common in the future and this native library dependency is one of the blocking issues for people who want to run openHAB on ARM with a 64-bit JVM.

1 Like

I’ve created the following PR to add arm64 support to nrjavaserial:

1 Like

Meanwhile my PR for adding arm64 to nrjavaserial got merged. :slight_smile:
There’s still no official (3.16.0) nrjavaserial release with these changes.

Shall we build our own nrjavaserial release with these changese @Kai?
That way arm64 Synology users can use it with the 2.4.0 release.
If so, what version shall we use? 3.15.0.OH.2?

Too many dots. How about 3.15.0.OH2?

I’ve created a new 3.15.0.OH2 release with arm64 support @Kai. :slight_smile:

Created PR to include in distro: https://github.com/openhab/openhab-core/pull/447

2 Likes