Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Groups 0

    funzel1607

    @funzel1607

    0
    Reputation
    5
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    funzel1607 Follow

    Latest posts made by funzel1607

    • RE: Alle Adapter nach Update des js-controllers verschwunden

      sehe gerade, dass unter ~/iobroker-data/files

      noch folgendes liegt:

      drwxrwxrwx 10 root root 4096 Aug 13  2016 .
      drwxr-xr-x  5 root root 4096 Aug 13  2016 ..
      drwxrwxrwx  2 root root 4096 Aug 13  2016 admin.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 geofency.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 harmony.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 hmm.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 hm-rega.admin
      drwxrwxrwx  3 root root 4096 Aug 13  2016 hm-rpc.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 node-red.admin
      drwxrwxrwx  2 root root 4096 Aug 13  2016 tankerkoenig.admin
      

      unter ~/node_modules liegen noch alle Adapter:

      drwxr-xr-x 13 root root 4096 Feb 23 12:01 .
      drwx------ 11 root root 4096 Feb 23 11:58 ..
      drwxr-xr-x  2 root root 4096 Feb 23 12:01 .bin
      drwxr-xr-x  7 root root 4096 Aug 13  2016 iobroker
      drwxr-xr-x  6 root root 4096 Aug 13  2016 iobroker.admin
      drwxrwxrwx  5 root root 4096 Aug 13  2016 iobroker.geofency
      drwxrwxrwx  5 root root 4096 Aug 13  2016 iobroker.harmony
      drwxrwxrwx  5 root root 4096 Aug 13  2016 iobroker.hmm
      drwxrwxrwx  6 root root 4096 Aug 13  2016 iobroker.hm-rega
      drwxrwxrwx  6 root root 4096 Aug 13  2016 iobroker.hm-rpc
      drwxr-xr-x  6 root root 4096 Feb 23 12:01 iobroker.js-controller
      drwxrwxrwx  7 root root 4096 Aug 13  2016 iobroker.node-red
      drwxrwxrwx  8 root root 4096 Aug 13  2016 iobroker.tankerkoenig
      

      Habt ihr eine Ahnung, wie man die wieder reinbekommt?

      posted in Error/Bug
      F
      funzel1607
    • Alle Adapter nach Update des js-controllers verschwunden

      Ich wollte nach langer Zeit mal wieder alle Adapter aktualisieren und habe gesehen, dass ich den js-controller dazu auf >0.12.0 bringen muss.

      Habe dazu folgendes ausgeführt:

       cd /opt/iobroker
      iobroker stop
      npm install iobroker.js-controller --production
      iobroker start
      
      

      Das führte dazu, dass das WebIf nicht mehr wollte. Habe dann nach dem Beitrag http://forum.iobroker.net/viewtopic.php … 7&start=20 folgendes ausgeführt:
      ` > Bluefox: Danke. Es war tatsächlich ein Fehler drin.

      Es gibt jetzt zwei Möglichkeiten:

      • alles löschen und neu installieren.

      • oder updaten:

      Code:

      cd /opt/iobroker
      iobroker stop
      npm install iobroker.js-controller
      iobroker setup
      iobroker add admin
      iobroker start
      ```` `  
      

      Habe mich für das Updaten entschieden und nun läuft alles wieder, jedoch sind alle meine Adapter weg! :shock:

      Kommt man irgendwo per SSH oder so an die Configs oder kann man es anderweitig wieder herstellen?

      Danke im Voraus!

      posted in Error/Bug
      F
      funzel1607
    • RE: Apple Homekit Siri

      Bekommen auf meinem BananaPi ebenfalls folgende Fehler während der Installation des Adapters:

      ! $ ./iobroker add homekit
      ! npm install iobroker.homekit –production --prefix "/opt/iobroker" (System call)
      ! In file included from ../src/dns_sd.cpp:1:0:../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such file or directory
      ! compilation terminated.
      ! make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1
      ! gyp
      ! ERR! build error
      ! gyp ERR! stack Error: make failed with exit code: 2
      ! gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)gyp ERR! stack at ChildProcess.emit (events.js:110:17)
      ! gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
      ! gyp ERR! System Linux 3.4.110-sun7i
      ! gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/iobroker.homekit/node_modules/hap-nodejs/node_modules/mdns
      ! gyp ERR! node -v v0.12.6
      ! gyp
      ! ERR! node-gyp -v v2.0.1gyp ERR! not ok
      ! npm
      ! ERR! Linux 3.4.110-sun7i
      ! npm ERR!
      ! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker.homekit" "–production" "--prefix" "/opt/iobroker"
      ! npm ERR! node v0.12.6npm ERR! npm v2.11.2
      ! npm ERR! code ELIFECYCLE
      ! npm ERR! mdns@2.2.11 install: node-gyp rebuild
      ! npm ERR!
      ! Exit status 1npm
      ! ERR! npm
      ! ERR! Failed at the mdns@2.2.11 install script 'node-gyp rebuild'.npm ERR! This is most likely a problem with the mdns package,
      ! npm ERR! not with npm itself.
      ! npm ERR! Tell the author that this fails on your system:
      ! npm ERR! node-gyp rebuild
      ! npm ERR! You can get their info via:
      ! npm ERR! npm owner ls mdnsnpm ERR! There is likely additional logging output above.
      ! npm ERR! Please include the following file with any support request:npm ERR! /npm-debug.log
      ! ERROR: host.bananapi Cannot install iobroker.homekit: 1
      ! ERROR: process exited with code 25

      posted in ioBroker Allgemein
      F
      funzel1607
    • RE: Geofency Adapterersatz mit Node-red

      es gibt jetzt auch endlich einen Adapter!

      http://forum.iobroker.org/viewtopic.php?f=20&t=2076

      posted in Node-Red
      F
      funzel1607
    • Pine 64+

      Hallo zusammen,

      hat jemand schon was von einer möglichen Kompatibilität mit einem Pine 64 gehört?

      Da ich meinen in den nächsten Wochen erhalten soll, würde mich interessieren, ob auch io.broker lauffähig sein wird.

      Openhab wird bereits stark beworben 😉

      Danke!

      posted in Hardware
      F
      funzel1607
    • RE: Geofency Adapterersatz mit Node-red

      Hallo,

      habe mich auch mal an Node-RED (v0.3.5) rangetraut. Wenn ich allerdings zum testen in der iOS App auf "betreten" klicke, bekomme ich im io.broker Log folgenden Fehler angezeigt:

      node-red.0	2016-01-12 15:37:14	warn	node-red.0 12 Jan 15:37:14 - [warn] [http request:http request - Google API Route (Auto)] Warning: msg properties can no longer override set node properties. See bit.ly/nr-override-msg-props
      

      Unter dem angegeben Link steht dazu folgendes:

      ` > Properties can be set in a node or in an incoming message to define behaviour.

      For example, when using a file node, either setting 'Filename' in the node or setting msg.filename in an incoming message will read from that file. If both properties are set msg.filename will currently override the node property.

      This behaviour is only found in some nodes and can have unexpected consequences as described in this issue. Therefore, message overriding has been deprecated.

      In future nodes and future releases msg.some_property will only be used if the property is not set in the node.

      Nodes currently using the override functionality will continue to function in this release but will also receive a warning noting that this behaviour is deprecated.

      The core nodes and properties affected by this behaviour are:

      http request: msg.url and msg.method

      email: msg.to

      file: msg.filename `

      Geofency selbst spuckt auch einen Fehler… Mache ich noch was falsch?

      Ich muss ja gestehen, dass der Adapter unter ccu.io leichter zu confen war 😉 Leider fehlt das Gegenstück dazu für io.broker leider noch... 🙂

      Danke!

      posted in Node-Red
      F
      funzel1607
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo