Hallo zusammen,
was vielleicht nicht jedem klar ist:
wer ein *lokales* Telnet-Passwort vergibt, muss auch sein Linux
Startskript anpassen, weil FHEM sonst nicht sauber gestoppt wird:
root@helios:/opt/fhem# ps -ef | grep fhem
fhem 936 1 2 16:41 pts/1 00:00:17 perl fhem.pl fhem.cfg
root@helios:/opt/fhem#
root@helios:/opt/fhem# service fhem stop
Stopping fhem...
root@helios:/opt/fhem# ps -ef | grep fhem
fhem 936 1 2 16:41 pts/1 00:00:17 perl fhem.pl fhem.cfg
Dazu in /etc/init.d/fhem die Zeile
perl fhem.pl $port "shutdown"
ändern in
perl fhem.pl $port meingeheimespasswort "shutdown"
root@helios:/opt/fhem# service fhem stop
Stopping fhem...
root@helios:/opt/fhem# ps -ef | grep fhem
root 962 623 0 17:00 pts/1 00:00:00 grep fhem
//sw