M4 testing results

I only had the ops4j.pax prompt moving from an OpenHABian M3 install to M3.
Would it be possible to coordinate OpenHABian with OH releases? It appears to me you are needing to scurry around after a release to fix OpenHABian.

Not a criticism, just an observation.

No it doesn’t merge these changes. That question is asked by APT for resolving conflicts during an update.

There are several different scripts that use update.lst during updates:

  1. The update/update.ps1 scripts in openhab-distro used for manual .zip/.tar.gz installations
  2. postinst in openhab-linuxpkg that’s used with .deb/.rpm’s
  3. openhab2-update.sh in openhab-docker used for Docker container updates.

Currently they all have there own logic and it seems the one in openhab-linuxpkg is missing some commands.

2 Likes

So far so good. All things Seems to working!

Updated from m3 to m4 here are my findings:

1. Dummy Item could not be found in my rules here the sample:

// my rule points to a LICHT_OUT_DIMM_OLD wich will hold the last state 
var DimmerItem DimmOldValueSaveItem         = LICHT_OUT_DIMM_OLD;

// default.item worked 2.x M1/M2/M3
Dimmer        LICHT_OUT_DIMM_OLD             "Old Values Store"

// have to change it to a dummy channel!
// default.item M4
Dimmer        LICHT_OUT_DIMM_OLD             "Old Values Store" { channel=""}

2. HueEmulation is not working since m2?
Here the Log:

16:45:43.746 [INFO ] [.io.hueemulation.internal.ConfigStore] - Hue Emulation pairing disabled
16:45:45.179 [WARN ] [mulation.internal.HueEmulationService] - The UPnP Server service has not been started!
16:45:45.183 [INFO ] [mulation.internal.HueEmulationService] - Hue Emulation service available under /api
16:45:45.628 [INFO ] [hueemulation.internal.upnp.UpnpServer] - Hue Emulation UPNP server started on 127.0.0.1:8080

Reported also here: [SOLVED] [hueemulation] No Longer Able to Pair with Harmony Hub - #8 by TheLexus

That’s all for now.

Thanks for reporting Erkan

Yikes!.. I might need to go thru a bunch of item files. Is this a regression or an enhancement?

was afraid of that


Can anyone comment on if the REST docs are working?

@weakfl is your sshd working?

1 Like

Not yet able to test this but should be the fix. I really need to find time to make the necessary changes to bin/update so that this process can be called externally


2 Likes

They are working for me but I do not have any of the conflicting bindings. :wink:

Yes, sshd is fine :+1:

You can easily check this by installing such an addon.

excellent, that is one more buggy fixed

I have conflicting bindings, and REST are finally working :slight_smile:

1 Like

Rafal
Thanks for reporting and that is indeed good news!