@foxriver76 ok, hab mal gestopt geupdated, gestartet nichts... dann wieder gestoppt:
curl -sL https://iobroker.net/fix.sh | bash - gemacht
wieder gestartet... eh voila kein Fehler mehr! Ich kann die Daten sehen!
Danke Foxriver76! Jetzt mal sehen was man alles damit machen kann!
NEWS
Latest posts made by Jopie
-
RE: [Aufruf] sonnenBatterie Adapter
-
RE: [Aufruf] sonnenBatterie Adapter
ich weiss nicht auf da was doppelt läuft?
pi@raspberrypi:/home/iobroker $ ps -aux | grep iobroker
iobroker 311 7.4 11.4 143276 50524 ? Ssl 08:26 3:37 iobroker.js-controller
iobroker 618 4.3 11.4 147136 50948 ? Sl 08:27 2:06 io.admin.0
iobroker 657 9.7 12.3 139844 54576 ? Sl 08:27 4:42 io.info.0
pi 11231 0.0 0.4 7464 1936 pts/0 S+ 09:15 0:00 grep --color=auto iobroker
iobroker 28538 1.6 8.0 126596 35848 ? Sl 08:59 0:16 io.discovery.0
pi@raspberrypi:/home/iobroker $ sudo lsof -i -P | grep -i LISTEN
iobroker. 311 iobroker 19u IPv4 15092 0t0 TCP localhost:9000 (LISTEN)
iobroker. 311 iobroker 20u IPv4 15093 0t0 TCP localhost:9001 (LISTEN)
sshd 323 root 3u IPv4 12769 0t0 TCP *:22 (LISTEN)
sshd 323 root 4u IPv6 12777 0t0 TCP *:22 (LISTEN)
io.admin. 618 iobroker 24u IPv6 19622 0t0 TCP *:8081 (LISTEN)
sshd 1310 pi 10u IPv6 18754 0t0 TCP localhost:6010 (LISTEN)
sshd 1310 pi 11u IPv4 18755 0t0 TCP localhost:6010 (LISTEN)
pi@raspberrypi:/home/iobroker -
RE: [Aufruf] sonnenBatterie Adapter
manuell geht auch nicht
pi@raspberrypi:/home/iobroker $ sudo iobroker add sonnen --host raspberrypi
events.js:174
throw er; // Unhandled 'error' event
^Error: listen EADDRINUSE: address already in use 127.0.0.1:9001
at Server.setupListenHandle [as _listen2] (net.js:1279:14)
at listenInCluster (net.js:1327:12)
at doListen (net.js:1460:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
at emitErrorNT (net.js:1306:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
pi@raspberrypi:/home/iobroker $I need help...
-
RE: [Aufruf] sonnenBatterie Adapter
ich glaube es hat mit sudo npm i iobroker.sonnen geklappt.
Aber jetzt muss ich eine Instance machen:
$ ./iobroker add sonnen --host raspberrypi
ERROR: events.js:174 throw er; // Unhandled 'error' event
^Error: listen EADDRINUSE: address already in use 127.0.0.1:9000
at Server.setupListenHandle [as _listen2] (net.js:1279:14)
at listenInCluster (net.js:1327:12)
at doListen (net.js:1460:7)
at process._tickCallback (internal/process/next_tick.js:63:19)
Emitted 'error' event at:
at emitErrorNT (net.js:1306:8)
at process._tickCallback (internal/process/next_tick.js:63:19)ERROR: process exited with code 1
-
RE: [Aufruf] sonnenBatterie Adapter
hmm, ich habe iobroker als root gestartet.. nach eine Youtube Anleitung..
2479 error The operation was rejected by your operating system.
2479 error It is likely you do not have the permissions to access this file as the current user
2479 error
2479 error If you believe this might be a permissions issue, please double-check the
2479 error permissions of the file and its containing directories, or try running
2479 error the command again as root/Administrator (though this is not recommended).
2480 verbose exit [ -13, true ]ich versuche mal mit ein shell command..
-
RE: [Aufruf] sonnenBatterie Adapter
Hi,
ich bin neu hier und iobroker nooby
Ich habe ein 5 Wochen eine SonnenBatterie und wollte den Adapter ausprobieren.
Iobroker läuft auf mein PI, ich kriege den Sonnen Adapter nicht installiert...Ich installiere über dem Webinterface, und kriege diesen Error:
$ ./iobroker add sonnen --host raspberrypi
host.raspberrypi install adapter sonnen
npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.sonnen"
npm
WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.sonnen
npmERR! path /opt/iobroker/node_modules/iobroker.sonnennpm ERR! code EACCES
npm ERR! errno -13npm ERR! syscall access
npm
ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.sonnen'npm ERR! { [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.sonnen']
npm ERR! stack:
npm ERR! 'Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.sonnen'',
npm ERR! errno: -13,
npm ERR!
code: 'EACCES',npm ERR! syscall: 'access',
npm ERR! path: '/opt/iobroker/node_modules/iobroker.sonnen' }npm ERR! npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm
ERR! If you believe this might be a permissions issue, please double-check thenpm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).npm
ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2019-08-03T06_41_59_023Z-debug.logCannot install iobroker.sonnen: 243
ERROR: process exited with code 25Was ist da falsch?