Ich habe meine FHEM Oberfläche Passwort geschützt. Nun findet meine Alexa keine Geräte mehr
pi@raspberrypi:~ $ sudo journalctl -u alexa
-- Logs begin at Thu 2016-11-03 18:16:42 CET, end at Fri 2018-06-22 16:33:17 CEST. --
Jun 22 16:23:04 raspberrypi systemd[1]: Starting LSB: Start daemon at boot time for alexa...
Jun 22 16:23:04 raspberrypi su[474]: Successful su for pi by root
Jun 22 16:23:04 raspberrypi su[474]: + ??? root:pi
Jun 22 16:23:04 raspberrypi su[474]: pam_unix(su:session): session opened for user pi by (uid=0)
Jun 22 16:23:05 raspberrypi alexa[453]: Alexa starting
Jun 22 16:23:07 raspberrypi alexa[453]: Alexa is running PID 510
Jun 22 16:23:07 raspberrypi alexa[453]: Can't connect to localhost:7072
Jun 22 16:23:08 raspberrypi alexa[453]: Can't connect to localhost:7072
Jun 22 16:23:08 raspberrypi alexa[453]: Can't connect to localhost:7072
Jun 22 16:23:08 raspberrypi alexa[453]: script done
Jun 22 16:23:08 raspberrypi alexa[453]: script done
Jun 22 16:23:08 raspberrypi systemd[1]: Started LSB: Start daemon at boot time for alexa.
Ich habe in der config.json mein Passwort und Benutzer eingefügt
"connections": [
{
"name": "FHEM",
"server": "*************",
"auth": {
"user": "<****>",
"pass": "<******>"
},
"port": "****",
"webname": "fhem",
"filter": "room=*******"
}
]
}
Kann mir jemand sagen was ich falsch mache?
schon mal ohne < > probiert ?
Ohman ohman ohman :o das wars. Jetzt gehts wieder. DANKE!