Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

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

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Node-Red Adapter: Error: EACCES: permission denied

Geplant Angeheftet Gesperrt Verschoben Visualization
7 Beiträge 2 Kommentatoren 1.6k Aufrufe 2 Watching
  • Ä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
                Antworten
                • In einem neuen Thema antworten
                Anmelden zum Antworten
                • Älteste zuerst
                • Neuste zuerst
                • Meiste Stimmen


                Support us

                ioBroker
                Community Adapters
                Donate

                642

                Online

                32.4k

                Benutzer

                81.4k

                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