How to install "fhem" on arch linux?

Begonnen von gthshsxth, 19 Januar 2015, 16:29:30

Vorheriges Thema - Nächstes Thema

gthshsxth

Hello!
How to install "fhem" on arch linux? Please guide.

betateilchen

-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

gthshsxth

In this guide, there are no details. I can not handle the installation.


wkarl

#4
Hello,

months ago I started also with Arch Linux but meanwhile I moved to Fedora ARM. In comparison with Arch Fedora has the most recent software and libraries.

Zitat von: gthshsxth am 19 Januar 2015, 17:30:51
Is this a good guide?
https://adke.org/?p=167
Looks good.
I would skip this line.
Zitatcp fhem.cfg fhem.cfg.org;mv fhem.cfg.demo fhem.cfg

To my experience you need to install some Perl libraries via CPAN.

Edit: http://avedo.net/858/home-automation-raspberrypi-fhem-and-arch-linux this one looks also pretty and the perl libs are documented as well.

ciao walter
FHEM 5.7 & TabletUI 2.2 auf Fedora22 Server auf NUC5i5RYK
CUL 868 > FAST EnergyCam
HMLAN > HomeMatic TCs & VDs, Bewegungsmelder, Schalter, Taster, Steckdosen

gthshsxth


gthshsxth

#6
Run "fhem"
[pic@pic ~]$ cd /opt/fhem
[pic@pic fhem]$ su
Password:
[root@pic fhem]# perl /opt/fhem/fhem.pl /opt/fhem/fhem.cfg
[root@pic fhem]# ps auxw | grep fhem
fhem       649  1.1  1.1  12648 10548 pts/0    S    13:11   0:00 perl /opt/fhem/fhem.pl /opt/fhem/fhem.cfg
root       655  0.0  0.2   3548  2160 pts/0    S+   13:11   0:00 grep fhem


[root@pic fhem]#


I can not log in to the "fhem" by the browser

(http://s13.postimg.org/lldbj3zxf/2015_01_20_132158_1279x694_scrot.jpg)

(http://s22.postimg.org/xqbs4aatp/2015_01_20_132234_1279x686_scrot.jpg)

betateilchen

You must not call url beginning with www. Instead use

http://<fhem_host>:8083/fhem

or

http://<fhem_host_ip>:8083/fhem

-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

gthshsxth

betateilchen, after entering the address
http: // pic: 8083 / fhem
I logged on to the server "fhem"
Thank you for your help.