Re: Newbie-Frage: OpenHABian und Serial Port
Verfasst: 16. Aug 2020 14:28
An apt installation should result in an additional user named openhab, but that user is only for running openHAB as a service, not for login. You have to use another user (e.g. "pi") to login via ssh.
apt install openhab2 will NOT install samba nor any other additional software like frontail(!), so if you can reach the frontend via http://ip.of.your.raspberry:8080/ then there is no issue at all.
If you want to try, use the strompi image, then follow the instructions for manual openhabian setup
i.e. :
This should result in an up-to-date stable openHAB system, up and running, with samba, frontail, FireMotD etc., not forgetting the strompi part.
However, I don't know if strompi and openHAB together on one Raspberry Pi is ok (sufficient RAM?...)
apt install openhab2 will NOT install samba nor any other additional software like frontail(!), so if you can reach the frontend via http://ip.of.your.raspberry:8080/ then there is no issue at all.
If you want to try, use the strompi image, then follow the instructions for manual openhabian setup
i.e. :
Code: Alles auswählen
sudo apt update
sudo apt install git
sudo git clone -b stable https://github.com/openhab/openhabian.git /opt/openhabian
sudo ln -s /opt/openhabian/openhabian-setup.sh /usr/local/bin/openhabian-config
sudo cp /opt/openhabian/openhabian.conf.dist /etc/openhabian.conf
sudo nano /etc/openhabian.conf
// change settings to match yous system, e.g. set distribution, hardware platform, Zulu8-32 etc.
// save Settings
sudo openhabian-config unattended
However, I don't know if strompi and openHAB together on one Raspberry Pi is ok (sufficient RAM?...)