Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. HerrStrich

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    H
    • Profile
    • Following 1
    • Followers 0
    • Topics 0
    • Posts 9
    • Best 0
    • Groups 1

    HerrStrich

    @HerrStrich

    Starter

    0
    Reputation
    21
    Profile views
    9
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    HerrStrich Follow
    Starter

    Latest posts made by HerrStrich

    • RE: IRobot Roomba Adapter

      @Zefau
      Es klappt soweit das er bei mir die verbingung aufbaut! Unter Objekte kann ich den iRobot starten, leider aber in der Web-Page nicht. Er schreibt auch keinen Namen hin, als ob der keine verbindung hat -.-

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

       openssl: '1.1.1c',
      

      Das kommt bei mir auch. Habe die 1.0.5 istalliert und auch die Datei geändert, aber leider wieder ohne erfolg 😞

      roomba.0	2019-08-17 20:15:48.195	warn	Secure Connection to Roomba failed!
      roomba.0	2019-08-17 20:15:48.195	info	Roomba Connection closed.
      roomba.0	2019-08-17 20:15:48.195	warn	Connection lost! Roomba offline.
      roomba.0	2019-08-17 20:15:46.671	info	Connecting to Roomba (192.168.2.107)..
      roomba.0	2019-08-17 20:15:46.669	info	starting. Version 1.0.5 in /opt/iobroker/node_modules/iobroker.roomba, node: v10.16.3
      
      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      minVersion: 'TLSv1',
      ecdhCurve: 'auto'
      

      damit geht es leider bei mir auch nicht....
      Zumal ich

      /opt/iobroker/node_modules/iobroker.roomba/node_modules/dorita980/lib/v2/
      

      gar nicht habe....

      node -v
      v10.16.3

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      Nein bekomme keine Fehler Meldung nur das Wasser ich dir schon gezeigt habe!

      Habe die Raspberry jetzt auch nochmal komplett neu aufgesetzt aber leider wieder mit dem gleichen Ergebnis!

      Langsam weiß ich auch nicht mehr weiter 😞

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      Nein, hab alles ausgemacht leider keine verbindung möglich 😞

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      Passwort bekomm ich nun geb es auch ein aber :

      roomba.0	2019-08-14 18:07:08.487	info	Connecting to Roomba..
      roomba.0	2019-08-14 18:07:08.416	info	starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.roomba, node: v10.16.2
      roomba.0	2019-08-14 18:07:38.576	warn	Connection lost! Roomba offline.
      

      Er bekommt einfach keine verbindung zum Roomba!

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      code_text
      ```pi@raspberrypi:~ $  npm install -g dorita980
      npm WARN checkPermissions Missing write access to /usr/lib/node_modules/dorita980
      npm WARN checkPermissions Missing write access to /usr/lib/node_modules
      npm ERR! path /usr/lib/node_modules/dorita980
      npm ERR! code EACCES
      npm ERR! errno -13
      npm ERR! syscall access
      npm ERR! Error: EACCES: permission denied, access '/usr/lib/node_modules/dorita980'
      npm ERR!  { [Error: EACCES: permission denied, access '/usr/lib/node_modules/dorita980']
      npm ERR!   stack:
      npm ERR!    'Error: EACCES: permission denied, access \'/usr/lib/node_modules/dorita980\'',
      npm ERR!   errno: -13,
      npm ERR!   code: 'EACCES',
      npm ERR!   syscall: 'access',
      npm ERR!   path: '/usr/lib/node_modules/dorita980' }
      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 the
      npm 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/pi/.npm/_logs/2019-08-14T12_59_51_462Z-debug.log
      ------------------------------------------------------------------------------------------------
      
      events.js:174
            throw er; // Unhandled 'error' event
            ^
      
      Error: connect ECONNREFUSED 192.168.2.117:8883
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
      Emitted 'error' event at:
          at emitErrorNT (internal/streams/destroy.js:91:8)
          at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
          at process._tickCallback (internal/process/next_tick.js:63:19)
      

      Habe ein Roomba 960 mit der 2.4.6-3 Frimware.

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      @Zefau

      Verbinde zum Adapter..
      Verbunden zum Adapter. Lade Zugangsdaten..
      Lade Zugangsdaten..
      Erfolgreich Zugangsdaten geladen!
      Lade Passwort..
      Passwort konnte nicht geladen werden! Unbedingt sicherstellen, dass alle andere Verbindungen zum Roomba unterbrochen sind! (Connection failed!)

      Manuell hab ich auch schon versucht, leider auch ohne Erfolg

      posted in ioBroker Allgemein
      H
      HerrStrich
    • RE: IRobot Roomba Adapter

      Hallo bin recht neu dabei, haben den ioBroker erst unter Windows laufen lassen und da hat alles funktioniert mit dem Adapter. Er hat, die IP-Adresse ,Namen und Passwort sofort gefunden! Nun bin ich auf die Raspberry PI 4 gewechselt und da findet er leider das Passwort nicht! Ich habe das Passwort (vom Windows ioBroker) auch manuell eingefügt leider ohne erfolg. Bin ein wenig verzweifelt, vielleicht kann mir hier einer helfen.

      posted in ioBroker Allgemein
      H
      HerrStrich
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo