Releases: openhab/openhabian
openHABian on new adventures
After making the Raspberry Pi a stable and versatile platform for openHAB, we went ahead with the aim of a hassle-free openHAB setup. openHABian v1.1 is the first release to officially support a wider range of Debian/Ubuntu based systems. With version 1.1 we now also provide a Pine A64 ready to run SD card image!
All you need to know about openHABian in general can now be found in the official documentation article, updated regularly: http://docs.openhab.org/installation/openhabian.html
Changes since v1.0
A list of all git commits can be found here. Here's the heavy stuff:
- Includes all previously announced changes for the openHAB 2.0 final release
- The build tool chain for the RPi image was removed as a fixed part and will be temporarily created
- A build process for the Pine A64 platform was added next to the RPi build. This brought A LOT of small changes and improvements to both images as well as to the general setup process, which I can not simply list 😅
- All
openhabian-config
menu options are now considering certain platform restrictions and additionally needed installation steps. Menu entried, which are hardware specific, are no accessible on other platforms - A configuration file for openHABian was added under
/etc/openhabian.conf
- The end users linux username is not hardcoded as before but can now differ between systems and will be stored in the config file. For the RPi and Pine64 images this will be done automatically, a manually installed system will prompt for a username on first execution of
openhabian-config
- The default username and password combination has changed to
openhabian:openhabian
- The way timezone and locale are set should now comply with the normal way of changing these. An option to change them inside the openHABian configuration tool will come soon, check the docs article till then
- Oracle Java was replaced by the Zulu Embedded Java runtime (which is in general the better choice for openHAB and by the way made the openHABian installation on the RPi a whole lot easier and also a bit faster)
- The Zulu installation includes the Charts widget bug fix
- The login screen FireMotD received a few tweaks to support the Pine A64
- Many small improvements and fixes
Updating
If you are already running openHABian on your system, just select the "Update" menu entry behind sudo openhabian-config
, then execute "Upgrade System" and "Basic Setup" - That should be all.
You do not need to switch over to Zulu, if you are currently using Oracle Java. If you want to switch, please remove Oracle Java before doing so. You will have to do so manually:
sudo apt purge oracle-java8-installer oracle-java8-jdk
sudo apt-get autoremove
sudo rm -f /etc/apt/sources.list.d/webupd8team-java.list
Fresh Setup
Setting up your openHABian system should be as hassle-free as always. Please visit the documentation to find all you need to know:
http://docs.openhab.org/installation/openhabian.html
Enjoy and Happy Hacking!!
openHABian got official
openHABian has finally reached v1.0! 🎉 🎆 🎉
Quite a lot has changed since the last version (v0.9). Check the list of updates or the commit history to get an idea. The release of version 1.0 is less related to new breaking changes and more related to two developments:
- We finally transferred openHABian to the official openHAB GitHub organization, ensuring combined further developement: https://github.com/openhab/openhabian
- With the big overhaul of the official documentation page openHABian now got it's very own docs.openHAB.org article. Have a look: http://docs.openhab.org/installation/openhabian.html - For sure you can expect all the details about openHABian on this page in the next couple of weeks. If you want to contribute, let me know!
What now?
You already have openHABian installed on your system? You should be okay. ;) However you could just as well update, bringing you many small customizations and improvements. Do the following:
- Execute
sudo openhabian-config
- Select "Update" and watch while openHABian fetches all latest commits. Reenter openhabian-config and you might see a few more options to choose from.
- Select "Basic Setup" to apply a few improvements like vim customizations, user permissions or a nicer MotD.
- Explore the menu... :)
Pay attention to the fact, that there is now a new image file available, in case you want to reinstall openHABian.
New to openHABian?
Soon you will find detailed instructions at docs.openhab.org. Till then, just follow the instructions here and be sure to check the update postings.
Changelog
Since the last update there have been a few improvements, the most important one:
Serial Port Extensions for Razberry, Enocean and others: After long discussions and with the help of a few, the "Serial Port" option in the openhabian-config
menu is now way more powerful. Add-on board for the RPi (incl. RPi3) should now be no problem anymore.
Many bugfixes: Please check the commit list for details. Dozens of details have been improves.
openHABian last iteration
openHABian has reached version v0.9 and it's at my personal "Definition of Done". Sure, a few optional components will still be added and some small bugs might be found, but the core system and the openhabian-config
menu are at a state of conceptional completeness.
I am welcoming everyone to use openHABian and actively take part in improving it by proposing new ideas or finding bugs.
New in this version:
- Fix: the bash shell prompt wrap was broken by custom PS1
- Fix: the provided bashrc was messing with SFTP
- Fix: A major bug with the locale settings has been patched (waiting on Issue response)
rpi-config
is now preinstalled as well, you should use it once- The early menu version was overhault and now includes a lot more options
- Execute the menu in the console with
sudo openhabian-config
(similar tosudo raspi-config
) - Now included:
- Java 8 by WebUpd8Team
- Homegear
- Mosquitto
- Bind Karaf Console to all interfaces
- The menu can now update itself! 😎
- Many small fixes
openHABian forth release with menu prototype
A menu (based on whiptail, just as raspi-config) has been added, which you can access by directly calling the setup script yourself from the ssh-console. This menu allows to (again) setup your system, openHAB2 and Samba. These options were important for me as they allow for an openHABian update over time!
Additionally there are now a few optional components ready to be installed through the menu. This includes owserver and knxd for now but more will follow very soon.
- all steps are now separated into bash functions
- a new whiptail based menu in interactive mode
- optional component knxd (thanks to @staehler67)
- optional component owserver (thanks to @staehler67)
- menu option to open up the karaf console interfaces so it can be accessed from everywhere (your local subnet)
- improved vimrc, Improved bashrc (global and user-specific - root now has his own color red 😊 )
- many many internal technical details...
The script is now also in a state, where it should be usable on most debian/ubuntu systems besides the unintended installation on a RaspberryPi. Being applicable on other systems besides the initially promoted integration in the unintended raspbian net installation was one of the goals of this project. I am looking for somebody with Linux background willing to give this a test run on his system or in a virtual machine. Please contact me for more details.
openHABian second beta for usage
After further testing, this seems to be quite stable. 🎉
More features are still to come but this release can already be your starting point. New in this release:
- raspi-config included (set your timezone!)
- etckeeper included and set up
- GPU memory split at 16MB by default
- FireMotD with some info on ssh login
- minor fixes and tunings
openHABian first beta for testing
Installs without problems at first sight. Further setup steps, configuration and tweaking are probably needed. Bugs can be expected 😃
Issue reports and PRs are welcome!