Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. English
  3. Visualization
  4. Node-Red Adapter: Error: EACCES: permission denied

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    6
    1
    210

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    214

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    888

Node-Red Adapter: Error: EACCES: permission denied

Geplant Angeheftet Gesperrt Verschoben Visualization
7 Beiträge 2 Kommentatoren 2.1k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Bit MageB Offline
    Bit MageB Offline
    Bit Mage
    schrieb am zuletzt editiert von
    #1

    Hello,
    I am using a Linux system with IO-Broker and Node-Red.
    iobroker V6.10.1
    node-red v4.0.3

    I created a ".json" on my linux system under "/home/bitmage/x.json". I am trying to read the file inside Node-Red and I am always getting the following fault: "Error: EACCES: permission denied, open '/home/bitmage/x.json'".

    I did not find any solution in the internet. I opened a post on Node-red forum, but the community said I should ask here, because it seems to be a permission thing of the iobroker.

    My target is to read a .json file with the "read file" node and use the information in node-red.

    I saw this post here: Node-red-contrib-persist on DietPi : EACCES: permission denied, open '/root/data/persistence.json' - #46 by devifast

    but my /mnt folder is empty.

    Thank you in advance

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • Bit MageB Bit Mage

      Hello,
      I am using a Linux system with IO-Broker and Node-Red.
      iobroker V6.10.1
      node-red v4.0.3

      I created a ".json" on my linux system under "/home/bitmage/x.json". I am trying to read the file inside Node-Red and I am always getting the following fault: "Error: EACCES: permission denied, open '/home/bitmage/x.json'".

      I did not find any solution in the internet. I opened a post on Node-red forum, but the community said I should ask here, because it seems to be a permission thing of the iobroker.

      My target is to read a .json file with the "read file" node and use the information in node-red.

      I saw this post here: Node-red-contrib-persist on DietPi : EACCES: permission denied, open '/root/data/persistence.json' - #46 by devifast

      but my /mnt folder is empty.

      Thank you in advance

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @bit-mage

      Put it in /home/iobroker and change the owner of the file to iobroker:iobroker.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      Bit MageB 1 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        @bit-mage

        Put it in /home/iobroker and change the owner of the file to iobroker:iobroker.

        Bit MageB Offline
        Bit MageB Offline
        Bit Mage
        schrieb am zuletzt editiert von
        #3

        @thomas-braun

        First of all thank you for your reply. Really cool from you.

        When I try to move the file into the folder "/home/iobroker" my linux system says "permission denied".

        I then tried the sudo chown command for the file and the the new user and group is now iobroker:iobroker.
        I can see it in my terminal that the user has changed correctly.

        However I still can not move the file into the path: "/home/iobroker".
        Do you know what I am missing?

        Bit MageB Thomas BraunT 2 Antworten Letzte Antwort
        0
        • Bit MageB Bit Mage

          @thomas-braun

          First of all thank you for your reply. Really cool from you.

          When I try to move the file into the folder "/home/iobroker" my linux system says "permission denied".

          I then tried the sudo chown command for the file and the the new user and group is now iobroker:iobroker.
          I can see it in my terminal that the user has changed correctly.

          However I still can not move the file into the path: "/home/iobroker".
          Do you know what I am missing?

          Bit MageB Offline
          Bit MageB Offline
          Bit Mage
          schrieb am zuletzt editiert von
          #4

          @bit-mage @Thomas-Braun

          Ahhh I found out by myself and it is working now!

          I used the command " sudo mv" command to move the file :)

          YOU ARE A GIANT! TYVM!

          Bit MageB 1 Antwort Letzte Antwort
          0
          • Bit MageB Bit Mage

            @thomas-braun

            First of all thank you for your reply. Really cool from you.

            When I try to move the file into the folder "/home/iobroker" my linux system says "permission denied".

            I then tried the sudo chown command for the file and the the new user and group is now iobroker:iobroker.
            I can see it in my terminal that the user has changed correctly.

            However I still can not move the file into the path: "/home/iobroker".
            Do you know what I am missing?

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #5

            @bit-mage sagte in Node-Red Adapter: Error: EACCES: permission denied:

            Do you know what I am missing?

            Proper rights...
            Your user 'bitmage' should be member of group 'iobroker' and therefore able to write into /home/iobroker.
            Check it:

            groups
            

            as user 'bitmage' gives?

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            Bit MageB 1 Antwort Letzte Antwort
            0
            • Bit MageB Bit Mage

              @bit-mage @Thomas-Braun

              Ahhh I found out by myself and it is working now!

              I used the command " sudo mv" command to move the file :)

              YOU ARE A GIANT! TYVM!

              Bit MageB Offline
              Bit MageB Offline
              Bit Mage
              schrieb am zuletzt editiert von
              #6

              @bit-mage @Thomas-Braun

              You dont accept crypto as donation?
              We all use crypto, right?

              1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @bit-mage sagte in Node-Red Adapter: Error: EACCES: permission denied:

                Do you know what I am missing?

                Proper rights...
                Your user 'bitmage' should be member of group 'iobroker' and therefore able to write into /home/iobroker.
                Check it:

                groups
                

                as user 'bitmage' gives?

                Bit MageB Offline
                Bit MageB Offline
                Bit Mage
                schrieb am zuletzt editiert von
                #7

                @thomas-braun Thank you - i added the user now too :) Everything is working and I can read the file. Awesome :)

                1 Antwort Letzte Antwort
                0

                Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                Registrieren Anmelden
                Antworten
                • In einem neuen Thema antworten
                Anmelden zum Antworten
                • Älteste zuerst
                • Neuste zuerst
                • Meiste Stimmen


                Support us

                ioBroker
                Community Adapters
                Donate

                475

                Online

                32.8k

                Benutzer

                82.8k

                Themen

                1.3m

                Beiträge
                Community
                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                ioBroker Community 2014-2025
                logo
                • Anmelden

                • Du hast noch kein Konto? Registrieren

                • Anmelden oder registrieren, um zu suchen
                • Erster Beitrag
                  Letzter Beitrag
                0
                • Home
                • Aktuell
                • Tags
                • Ungelesen 0
                • Kategorien
                • Unreplied
                • Beliebt
                • GitHub
                • Docu
                • Hilfe