Navigation

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

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    O
    • Profile
    • Following 2
    • Followers 0
    • Topics 12
    • Posts 44
    • Best 0
    • Groups 1

    OMCastle

    @OMCastle

    0
    Reputation
    110
    Profile views
    44
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    OMCastle Follow
    Starter

    Latest posts made by OMCastle

    • ioBroker Usertreffen

      Hallo zusammen,

      ich möchte gerne das Thema Usertreffen mal wieder auf die Agenda rufen. Das ganze am Rande des Homematic Usertreffens abzubilden wurde ja schon ein paarmal angedacht.

      Das nächste Homematic Usertreffen ist am 27.03.-29.03.2020

      Wer hat Interesse an einem großen oder evtl. kleinen lokalen Usertreffen?
      Bekommen wir das irgendwie mit ein paar Workshops auf die Beine gestellt?

      Grüße
      Oliver

      posted in Usergroups
      O
      OMCastle
    • [Gelöst] -> Benötige Hilfe beim Update js-controller from @1.4.2 to @1.5.7

      Hallo zusammen,

      ich möchte meinen js-controller aktualisieren.

      Der ioBroker Installation "Fixer" hat alles repariert!!!
      Tommy, Danke für den Hinweis....Problem gelöst

      olli@iobroker-nuc:~$ sudo iobroker upgrade self
      Update js-controller from @1.4.2 to @1.5.7
      NPM version: 6.4.1
      npm install iobroker.js-controller@1.5.7 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
      Unhandled rejection Error: EACCES: permission denied, mkdir '/home/olli/.npm/_cacache/tmp'
      npm ERR! cb() never called!
      
      npm ERR! This is an error with npm itself. Please report this error at:
      npm ERR!     <https://npm.community>
      Host "iobroker-nuc" (linux) updated
      Execute: chmod -R 777 /opt/iobroker
      chmod: changing permissions of '/opt/iobroker/backups/2019_02_16-16_51_50_backupiobroker.tar.gz': Operation not permitted
      Chmod finished. Restart controller
      

      Aber selbst unter root erhalte ich Zugriffsfehler. Anscheinend wird eine Verzeichnis benötigt, welches nicht existiert...

      Kann mir jemand helfen?

      Output unter dem root-User:

      root@iobroker-nuc:/opt/iobroker# sudo iobroker stop
      root@iobroker-nuc:/opt/iobroker# iobroker upgrade self
      Update js-controller from @1.4.2 to @1.5.7
      NPM version: 6.4.1
      npm install iobroker.js-controller@1.5.7 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
      npm ERR! path /root/.npm/_logs
      npm ERR! code EACCES
      npm ERR! errno -13
      npm ERR! syscall scandir
      npm ERR! Error: EACCES: permission denied, scandir '/root/.npm/_logs'
      npm ERR!  { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
      npm ERR!   stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
      npm ERR!   errno: -13,
      npm ERR!   code: 'EACCES',
      npm ERR!   syscall: 'scandir',
      npm ERR!   path: '/root/.npm/_logs' }
      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).
      glob error { Error: EACCES: permission denied, scandir '/root/.npm/_logs'
        stack: 'Error: EACCES: permission denied, scandir \'/root/.npm/_logs\'',
        errno: -13,
        code: 'EACCES',
        syscall: 'scandir',
        path: '/root/.npm/_logs' }
      npm ERR! path /root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e
      npm ERR! code EACCES
      npm ERR! errno -13
      npm ERR! syscall open
      npm ERR! Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e'
      npm ERR!  { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e'
      npm ERR!   cause: 
      npm ERR!    { Error: EACCES: permission denied, open '/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e'
      npm ERR!      errno: -13,
      npm ERR!      code: 'EACCES',
      npm ERR!      syscall: 'open',
      npm ERR!      path: '/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e' },
      npm ERR!   isOperational: true,
      npm ERR!   stack: 'Error: EACCES: permission denied, open \'/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e\'',
      npm ERR!   errno: -13,
      npm ERR!   code: 'EACCES',
      npm ERR!   syscall: 'open',
      npm ERR!   path: '/root/.npm/_cacache/index-v5/1d/a8/f99642a9eccb731a5f4be46c26b08f83c59d3cff19a70c94e745504ac47e' }
      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).
      host.iobroker-nuc Cannot install iobroker.js-controller@1.5.7: 243
      

      Ich habe die im Forum gefundenen Ideen zu dem Thema bereits ausprobiert. Aber keine Besserung

      sudo chown -R $(whoami) ~/.npm
      

      und

      olli@iobroker-nuc:~$ npm rebuild
      iobroker.history@1.8.5 /home/olli/node_modules/iobroker.history
      olli@iobroker-nuc:~$ sudo npm rebuild
      iobroker.history@1.8.5 /home/olli/node_modules/iobroker.history
      
      
         ╭───────────────────────────────────────────────────────────────╮
         │                                                               │
         │       New minor version of npm available! 6.4.1 → 6.9.0       │
         │   Changelog: https://github.com/npm/cli/releases/tag/v6.9.0   │
         │               Run npm install -g npm to update!               │
         │                                                               │
         ╰───────────────────────────────────────────────────────────────╯
      
      posted in ioBroker Allgemein
      O
      OMCastle
    • Overcommit Memory???

      Hallo zusammen,

      bei meinem Orangepi zeigt mir atop ein Overcommit des Memeory an.. Ist das okay???

      ATOP - orangepiplus2e 2019/02/06 18:59:41 –---- 10s elapsed

      PRC | sys 0.89s | user 3.93s | #proc 108 | #trun 2 | #tslpi 303 | #tslpu 0 | #zombie 0 | clones 0 | #exit 0 |

      CPU | sys 7% | user 38% | irq 1% | idle 355% | wait 0% | steal 0% | guest 0% | avgf 668MHz | avgscal 43% |

      cpu | sys 1% | user 12% | irq 0% | idle 87% | cpu003 w 0% | steal 0% | guest 0% | avgf 668MHz | avgscal 43% |

      cpu | sys 1% | user 11% | irq 1% | idle 88% | cpu002 w 0% | steal 0% | guest 0% | avgf 668MHz | avgscal 43% |

      cpu | sys 1% | user 8% | irq 0% | idle 91% | cpu000 w 0% | steal 0% | guest 0% | avgf 668MHz | avgscal 43% |

      cpu | sys 4% | user 7% | irq 0% | idle 89% | cpu001 w 0% | steal 0% | guest 0% | avgf 668MHz | avgscal 43% |

      CPL | avg1 0.44 | avg5 1.11 | avg15 0.85 | | | csw 4949 | intr 3542 | | numcpu 4 |

      MEM | tot 2.0G | free 1.3G | cache 40.5M | dirty 0.0M | buff 0.9M | slab 18.4M | | | |

      SWP | tot 1.0G | free 1.0G | | | | | | vmcom 2.0G | vmlim 2.0G |

      DSK | mmcblk0 | busy 0% | read 17 | write 0 | KiB/r 7 | KiB/w 0 | MBr/s 0.01 | MBw/s 0.00 | avio 0.59 ms |

      NET | transport | tcpi 1425 | tcpo 1426 | udpi 61 | udpo 12 | tcpao 12 | tcppo 1 | tcprs 0 | udpip 0 |

      NET | network | ipi 1440 | ipo 1438 | ipfrw 0 | deliv 1438 | | | icmpi 0 | icmpo 0 |

      NET | eth0 0% | pcki 110 | pcko 106 | si 24 Kbps | so 19 Kbps | erri 0 | erro 0 | drpi 0 | drpo 0 |

      NET | lo –-- | pcki 1333 | pcko 1333 | si 161 Kbps | so 161 Kbps | erri 0 | erro 0 | drpi 0 | drpo 0 |

      PID RUID EUID THR SYSCPU USRCPU VGROW RGROW RDDSK WRDSK ST EXC S CPUNR CPU CMD 1/2

      1044 root root 10 0.18s 2.06s -37.9M -38.8M 0K 0K -- - S 2 23% iobroker.js-co

      1592 root root 10 0.14s 0.38s 0K 628K 0K 0K -- - S 1 5% io.hue.0

      1460 root root 10 0.03s 0.40s 0K 96K 0K 0K -- - S 2 4% io.javascript.

      1671 root root 10 0.02s 0.26s 0K 764K 0K 0K -- - S 3 3% io.iot.0

      66 root root 1 0.25s 0.00s 0K 0K 0K 0K -- - S 1 3% cfinteractive

      1444 root root 10 0.01s 0.21s 0K -248K 0K 0K -- - S 3 2% io.history.0

      1498 root root 10 0.02s 0.11s 0K 528K 28K 0K -- - S 1 1% io.yahka.0

      1402 root root 10 0.02s 0.10s 0K 264K 0K

      posted in ioBroker Allgemein
      O
      OMCastle
    • RE: Orange Pi Plus 2e

      @Homoran:

      @OMCastle:

      EIne andere Idee? `
      Ja!

      lass es - alles ist gut!

      Da ist kein ####FEHLER#####

      Wenn es nur diese Meldungen sind.

      Da kannst du nichts machen, das müssen die Entwickler.

      Gruß

      Rainer `

      Danke… Dann ignoriere ich das mal 😉

      ich hatte nodejs von 6.x auf 8.x aktualisiert und bin dann über die Meldungen "gestolpert"....

      Grüße

      Olli

      posted in Hardware
      O
      OMCastle
    • RE: Orange Pi Plus 2e

      Hallo,

      weil das auch nicht zum Erfolg führt….

      root@orangepiplus2e:~# npm install

      npm WARN root@1.0.0 No description

      npm WARN root@1.0.0 No repository field.

      audited 353 packages in 11.068s

      found 11 vulnerabilities (8 low, 3 high)

      run npm audit fix to fix them, or npm audit for details

      root@orangepiplus2e:~#

      Ergo:

      npm audit fix....

      Dieses erzeugt aber den oben beschreibenen Fehler...

      Daher war ich der Meinung, ein reinstall zu versuchen:

      ./reinstall.sh

      EIne andere Idee?

      posted in Hardware
      O
      OMCastle
    • RE: Orange Pi Plus 2e

      Hallo,

      ich habe Probleme und erhalte an verschiedenen Stellen Fehlermeldungen….

      Wer kann mir helfen??

      Node.js: v8.15.0

      NPM: 6.4.1

      ####Fehler 1######

      root@orangepiplus2e:/opt/iobroker/log# npm audit

      npm ERR! code ELOCKVERIFY

      npm ERR! Errors were found in your package-lock.json, run npm install to fix them.

      npm ERR! Invalid: lock file's homematic-manager@1.0.14 does not satisfy homematic-manager@https://github.com/hobbyquaker/homemati ... all/master

      npm ERR! Invalid: lock file's iobroker.admin@3.5.10 does not satisfy iobroker.admin@^3.6.0

      npm ERR! Invalid: lock file's iobroker.backitup@1.0.7 does not satisfy iobroker.backitup@^1.0.9

      npm ERR! Invalid: lock file's iobroker.broadlink2@1.9.0 does not satisfy iobroker.broadlink2@^1.9.1

      npm ERR! Invalid: lock file's iobroker.enet@1.0.0 does not satisfy iobroker.enet@^1.0.1

      npm ERR! Invalid: lock file's iobroker.flot@1.9.2 does not satisfy iobroker.flot@https://github.com/ioBroker/ioBroker.fl ... all/master

      npm ERR! Invalid: lock file's iobroker.hm-rpc@1.9.2 does not satisfy iobroker.hm-rpc@^1.9.5

      npm ERR! Invalid: lock file's iobroker.iot@0.2.2 does not satisfy iobroker.iot@^0.3.1

      npm ERR! Invalid: lock file's iobroker.javascript@4.0.11 does not satisfy iobroker.javascript@^4.0.12

      npm ERR! Invalid: lock file's iobroker.js-controller@1.4.2 does not satisfy iobroker.js-controller@^1.5.3

      npm ERR! Missing: iobroker.mihome@^1.2.5

      npm ERR! Missing: iobroker.mobile@^0.5.0

      npm ERR!

      Fehler 2####

      root@orangepiplus2e:/opt/iobroker# ./reinstall.sh

      Stopping iobroker controller daemon...

      iobroker controller daemon stopped.

      fs.js:1123

      return binding.chmod(pathModule._makeLong(path), modeNum(mode));

      ^

      Error: ENOENT: no such file or directory, chmod '/opt/iobroker/node_modules/iobroker.js-controller/lib/../killall.sh'

      at Object.fs.chmodSync (fs.js:1123:18)

      at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:286:32)

      at emitOne (events.js:121:20)

      at Daemon.emit (events.js:211:7)

      at Daemon. <anonymous>(/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:267:14)

      at Daemon._tryKill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:277:23)

      at ontimeout (timers.js:498:11)

      at tryOnTimeout (timers.js:323:5)

      at Timer.listOnTimeout (timers.js:290:5)

      ^C

      root@orangepiplus2e:/opt/iobroker# iobroker stop

      iobroker controller daemon is not running

      root@orangepiplus2e:/opt/iobroker# iobroker start

      Starting iobroker controller daemon...

      iobroker controller daemon started. PID: 4654

      root@orangepiplus2e:/opt/iobroker# top</anonymous>

      posted in Hardware
      O
      OMCastle
    • RE: Div. Fehler beim Update

      Hallo,

      ich habe auch die Probleme.

      root@orangepiplus2e:/opt/iobroker/log# npm install

      npm ERR! code ENOLOCAL

      npm ERR! Could not install from "../node_modules/iobroker.type-detector" as it does not contain a package.json file.

      npm ERR! A complete log of this run can be found in:

      npm ERR! /root/.npm/_logs/2019-02-03T13_08_12_533Z-debug.log

      Log:

      root@orangepiplus2e:/opt/iobroker/log# cat /root/.npm/_logs/2019-02-03T13_08_12_533Z-debug.log

      0 info it worked if it ends with ok

      1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]

      2 info using npm@6.4.1

      3 info using node@v8.15.0

      4 verbose npm-session 2a798a6bb228acbe

      5 silly install runPreinstallTopLevelLifecycles

      6 silly preinstall iobroker@1.0.0

      7 info lifecycle iobroker@1.0.0~preinstall: iobroker@1.0.0

      8 silly install loadCurrentTree

      9 silly install readLocalPackageData

      …..

      157 silly resolveWithNewModule iobroker.socketio@2.1.1 checking installable status

      158 silly fetchPackageMetaData error for iobroker.type-detector@file:node_modules/iobroker.type-detector Could not install from "../node_modules/iobroker.type-detector" as it does not contain a package.json file.

      159 http fetch GET 200 https://github.com/iobroker-community-a ... all/master 4217ms

      ....

      167 silly saveTree └── zstack-constants@0.2.0

      168 verbose stack Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.type-detector/package.json'

      169 verbose cwd /opt/iobroker/log

      170 verbose Linux 3.4.113-sun8i

      171 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"

      172 verbose node v8.15.0

      173 verbose npm v6.4.1

      174 error code ENOLOCAL

      175 error Could not install from "../node_modules/iobroker.type-detector" as it does not contain a package.json file.

      176 verbose exit [ 1, true ]

      Bitte um Unterstützung…

      Grüße

      posted in ioBroker Allgemein
      O
      OMCastle
    • RE: [Neuer Adapter] Xiaomi Luftfilter

      Hallo zusammen,

      ich bin auf der Suche nach einem luftreiniger.

      Wie seit Ihr mit dem Xiaomi zufrieden?

      Danke und Grüße

      posted in Entwicklung
      O
      OMCastle
    • RE: Orange Pi Plus 2e

      Fehler gefunden.

      Aus irgendeinem Grund war in meiner Source.list folgender Eintrag.

      packages.dotdeb.org

      dort gibt es aber für ARM keine Packages…

      posted in Hardware
      O
      OMCastle
    • RE: Orange Pi Plus 2e

      geht bei mir leider nicht wie in der Anleitung

      root@orangepiplus2e:/opt/iobroker# curl -sL https://deb.nodesource.com/setup_8.x | bash -

      Installing the NodeSource Node.js 8.x LTS Carbon repo…

      Populating apt-get cache...

      • apt-get update

      Hit http://packages.dotdeb.org jessie InRelease

      Ign http://httpredir.debian.org jessie InRelease

      Hit https://deb.nodesource.com jessie InRelease

      Hit http://httpredir.debian.org jessie-updates InRelease

      Hit http://httpredir.debian.org jessie-backports InRelease

      Hit http://httpredir.debian.org jessie Release.gpg

      Hit http://httpredir.debian.org jessie Release

      Hit http://security.debian.org jessie/updates InRelease

      Get:1 http://packages.dotdeb.org jessie/all Sources [51.4 kB]

      Hit http://apt.armbian.com jessie InRelease

      Hit https://deb.nodesource.com jessie/main Sources

      Get:2 https://deb.nodesource.com jessie/main armhf Packages [1,005 B]

      Get:3 http://httpredir.debian.org jessie-updates/main armhf Packages/DiffIndex [11.8 kB]

      Hit http://httpredir.debian.org jessie-updates/contrib armhf Packages

      Get:4 http://httpredir.debian.org jessie-updates/non-free armhf Packages/DiffIndex [736 B]

      Get:5 http://httpredir.debian.org jessie-backports/main armhf Packages/DiffIndex [27.8 kB]

      Get:6 http://httpredir.debian.org jessie-backports/contrib armhf Packages/DiffIndex [26.7 kB]

      Get:7 http://httpredir.debian.org jessie-backports/non-free armhf Packages/DiffIndex [8,530 B]

      Hit http://httpredir.debian.org jessie/main armhf Packages

      Get:8 http://security.debian.org jessie/updates/main armhf Packages [611 kB]

      Hit http://httpredir.debian.org jessie/contrib armhf Packages

      Hit http://httpredir.debian.org jessie/non-free armhf Packages

      Hit http://security.debian.org jessie/updates/contrib armhf Packages

      Hit http://security.debian.org jessie/updates/non-free armhf Packages

      Fetched 460 kB in 8s (51.9 kB/s)

      W: Failed to fetch http://packages.dotdeb.org/dists/jessie/InRelease Unable to find expected entry 'all/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

      E: Some index files failed to download. They have been ignored, or old ones used instead.

      Error executing command, exiting

      root@orangepiplus2e:/opt/iobroker#

      posted in Hardware
      O
      OMCastle
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo