FHEM is running by "perl fhem.pl fhem.cfg" and I can connect to
- Code: Select all
telnet 192.168.2.118 7072
from my iMac via local network, but when I try to connect directly from my RPI using
- Code: Select all
telnet localhost 7072
my RPI responds:
- Code: Select all
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection timed out
So I am no more able to e.g shutdown my FHEM using
- Code: Select all
perl fhem.pl 7072 "shutdown"
or any other command.
Any ideas?
Thanks in advance