NEWS
[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..
-
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
-
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...
-
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 -
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 -
@Jopie denke das ist kein Adapter Problem. Du solltest mal den Installationsfixer laufen lassen, suche mal in Forum oder eröffne ein speziellen Thread für dein Problem.
@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!