Which openhabian 2.5 Snapshot are you running?

I’m running snapshot 1562 and it seems to freeze up after a few hours requiring a power cycle. Newer versions seem to break zwave stuff.

Which openhabian snapshot version are you using that seems to be “stable”?

2.5 M1 is the latest version I’d recommend running until the builds get straightened out. If, for some reason you might need a snapshot version of a binding I’d recommend using the manual download and copy to add-ons approach. One M2 gets released we will know that the builds are back to working. The core isn’t receiving functional changes right now anyway.

@rlkoshak Thanks. Any simple way to get 2.5 M1? Or can you tell me what to put into the command line? or is it in Openhabian-Config?

Nvm: [SOLVED] Install Milestone build on openHabian

hmm: I think I have an error when updating:

Reading package lists… Done
Building dependency tree
Reading state information… Done
19 packages can be upgraded. Run ‘apt list --upgradable’ to see them.

$ apt-get -y install openhab2=2.5.0~M1-1
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be DOWNGRADED:
openhab2
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 19 not upgraded.
Need to get 72.4 MB of archives.
After this operation, 4,447 kB disk space will be freed.
E: There are problems and -y was used without --force-yes
FAILED (apt)

After reboot, it still says Build 1562 at the openhabian webpage

You need to switch to the testing repo to get Milestone builds.

@sihui I did the downgrade via openhabian-config. Do I need to do it another way?

Look for an option to switch to the testing repo.
I’m not using openHABian so can’t tell.
If no option is available follow the docs for the apt repo.

Thanks.
I followed these steps to setup the repo, but since 2.5 M1 is a “downgrade” I needed to type these commands to install(per the error above).

apt-get -y --force-yes install openhab2=2.5.0~M1-1
apt-get -y --force-yes install openhab2-addons=2.5.0~M1-1
sudo systemctl restart openhab2.service