Hallo
der komplette Code bei der Installation:
pi@raspberrypi:~ $ sudo npm install -g alexa-fhem
(node:7952) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
/usr/local/bin/alexa-fhem -> /usr/local/lib/node_modules/alexa-fhem/bin/alexa
alexa-fhem@0.5.17 /usr/local/lib/node_modules/alexa-fhem
├── readline-sync@1.4.9
├── commander@2.8.1 (graceful-readlink@1.0.1)
├── chalk@1.1.3 (escape-string-regexp@1.0.5, ansi-styles@2.2.1, supports-color@2.0.0, has-ansi@2.0.0, strip-ansi@3.0.1)
├── ws@6.1.3 (async-limiter@1.0.0)
└── request@2.88.0 (aws-sign2@0.7.0, forever-agent@0.6.1, tunnel-agent@0.6.0, oauth-sign@0.9.0, is-typedarray@1.0.0, caseless@0.12.0, safe-buffer@5.1.2, aws4@1.8.0, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.2, performance-now@2.1.0, qs@6.5.2, uuid@3.3.2, combined-stream@1.0.7, mime-types@2.1.22, tough-cookie@2.4.3, form-data@2.3.3, http-signature@1.2.0, har-validator@5.1.3)
pi@raspberrypi:~ $
Wenn ich dann in FHEM anlege mit:
Define alexa alexa
habe ich bei der Readings folgende Fehlermeldung:
alexaFHEM.ProxyConnection error; user homedir writable by group/other ('chmod 755 /opt/fhem' required)
Obwohl diese Berechtigung gesetzt ist.
Ich weiß auch nich wo ich jetzt den Fehler eingrenzen kann.