Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Groups 0

    RobertZ

    @RobertZ

    0
    Reputation
    46
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    RobertZ Follow

    Latest posts made by RobertZ

    • RE: Windows 10 installation schlägt fehl

      @apollon77:

      versuch mal ein npm cache clean und dann nochmal neu `
      Danke, aber hilft nicht. Bleibt wieder da hängen 😞

      ..dabei will ich doch nur ein bisschen rumprobieren, bevor ich mich an einen Raspi-Install wage. Weil ich dachte DER ist kompliziert 🙂

      posted in ioBroker Allgemein
      R
      RobertZ
    • RE: Windows 10 installation schlägt fehl

      @apollon77:

      Deinem windows fehlen Build Tools und Python und sowas. Installieren mal https://www.npmjs.com/package/windows-build-tools … dann Versuch nochmal. `
      Das geht bei mir nicht 😞

      C:\WINDOWS\system32>npm install --global --production windows-build-tools
      
      > windows-build-tools@1.4.0 postinstall C:\Users\User\AppData\Roaming\npm\node_modules\windows-build-tools
      > node ./lib/index.js
      
      Downloading BuildTools_Full.exe
      Downloading python-2.7.14.amd64.msi
      [============================================>] 100.0% of 20.17 MB (5.76 MB/s)
      Downloaded python-2.7.14.amd64.msi. Saved to C:\Users\User\.windows-build-tools\python-2.7.14.amd64.msi.
      Starting installation...
      Launched installers, now waiting for them to finish.
      This will likely take some time - please be patient!
      Waiting for installers... \Successfully installed Visual Studio Build Tools.
      Waiting for installers... |Batchvorgang abbrechen (J/N)? j
      
      C:\WINDOWS\system32>npm install --global --production windows-build-tools
      
      > windows-build-tools@1.4.0 postinstall C:\Users\User\AppData\Roaming\npm\node_modules\windows-build-tools
      > node ./lib/index.js
      
      Downloading BuildTools_Full.exe
      Downloading python-2.7.14.amd64.msi
      [>                                            ] 0.0% (0 B/s)
      Downloaded python-2.7.14.amd64.msi. Saved to C:\Users\User\.windows-build-tools\python-2.7.14.amd64.msi.
      Starting installation...
      Launched installers, now waiting for them to finish.
      This will likely take some time - please be patient!
      Waiting for installers... -Successfully installed Visual Studio Build Tools.
      Waiting for installers... |
      ````und da bleibt er hängen für Stunden
      
      ein ioBroker install danach endet so:
        ` > C:\installs\ioBroker>npm install iobroker
      > 
      > > iobroker@1.0.8 install C:\installs\ioBroker\node_modules\iobroker
      > 
      > > node lib/setup.js
      > 
      > NPM version: 4.6.1
      > 
      > npm install iobroker.discovery –production --save --prefix "C:/installs/ioBroker"
      > 
      > npm install iobroker.admin --production --save --prefix "C:/installs/ioBroker"
      > 
      > npm install iobroker.js-controller --production --save --prefix "C:/installs/ioBroker"
      > 
      > npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
      > 
      > npm ERR! path C:\installs\ioBroker\node_modules\.staging\ansicolors-61fc3ae1
      > 
      > npm ERR! code ENOENT
      > 
      > npm ERR! errno -4058
      > 
      > npm ERR! syscall rename
      > 
      > npm ERR! enoent ENOENT: no such file or directory, rename 'C:\installs\ioBroker\node_modules\.staging\ansicolors-61fc3ae1' -> 'C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\npm\node_modules\ansicolors'
      > 
      > npm ERR! enoent This is most likely not a problem with npm itself
      > 
      > npm ERR! enoent and is related to npm not being able to find a file.
      > 
      > npm ERR! enoent
      > 
      > npm ERR! A complete log of this run can be found in:
      > 
      > npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2018-02-01T07_43_43_682Z-debug.log
      > 
      > Write "iobroker start" to start the ioBroker
      > 
      > npm install [https://github.com/arthurblake/node-win ... 6ecedfe1e4](https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4) --production --save --prefix "C:/installs/ioBroker/"
      > 
      > ioBroker service installed. Write "serviceIoBroker start" to start the service and go to [http://localhost:8081](http://localhost:8081) to open the admin UI.
      > 
      > To see the outputs do not start the service, but write "node node_modules/iobroker.js-controller/controller"
      > 
      > iobroker.inst@1.0.8 C:\installs\ioBroker
      > 
      > `-- iobroker@1.0.8
      > 
      > npm WARN enoent ENOENT: no such file or directory, open 'C:\installs\ioBroker\node_modules\iobroker.js-controller\package.json'
      > 
      > npm WARN enoent ENOENT: no such file or directory, open 'C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\express\package.json'
      > 
      > npm WARN enoent ENOENT: no such file or directory, open 'C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\finalhandler\package.json'
      > 
      > npm WARN enoent ENOENT: no such file or directory, open 'C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\http-errors\package.json'
      > 
      > C:\installs\ioBroker> ` 
      posted in ioBroker Allgemein
      R
      RobertZ
    • RE: Windows 10 installation schlägt fehl

      @apollon77:

      Deinem windows fehlen Build Tools und Python und sowas. Installieren mal https://www.npmjs.com/package/windows-build-tools … dann Versuch nochmal. `
      OK danke, probiere ich mal. Dauert aber schon eine halbe Stunde… morgen weiß ich mehr.

      posted in ioBroker Allgemein
      R
      RobertZ
    • RE: Windows 10 installation schlägt fehl

      @Thisoft:

      Was mir erstmal auffällt: Stimmt der Pfad "C:/installs/ioBroker" wirklich? Hast du den so angegeben? Hast du dann in der Konsole auch dran gedacht ggf. in diesen Pfad zu wechseln? Standardmäßig installieren wir alle nach "C:/ioBroker"… Nicht dass da was durcheinander ist... `
      ja, das ist korrekt so. In dem Verzeichnis stehe ich mit der Eingabeaufforderung bei meinen Installationsversuchen.

      posted in ioBroker Allgemein
      R
      RobertZ
    • Windows 10 installation schlägt fehl

      Hallo, sorry für das Noob Thema, aber ich bekomme iobroker nicht installiert unter Windows 10 (64bit)

      Habe es über den Windowsinstaller probiert (auch mal ala Admin) - der endet damit, das localhost:8081 aufgerufen wird - was nichts zum Vorschein brachte.

      Dann habe ich es auch probiert mit npm install iobroker in einer Eingabeaufforderung mit Adminrechten. Erfolglos.

      Wer das log lesen will:

      ! ````
      iobroker@1.0.8 install C:\installs\ioBroker\node_modules\iobroker
      node lib/setup.js
      ! NPM version: 2.15.9
      ! npm install iobroker.discovery --production --save --prefix "C:/installs/ioBroker"
      npm install iobroker.admin --production --save --prefix "C:/installs/ioBroker"
      npm install iobroker.js-controller --production --save --prefix "C:/installs/ioBroker"
      npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
      gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
      gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\winston-syslog\node_modules\unix-dgram
      gyp ERR! node -v v4.5.0
      gyp ERR! node-gyp -v v3.4.0
      gyp ERR! not ok
      npm WARN optional dep failed, continuing unix-dgram@0.2.3
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
      gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
      gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\greenlock\node_modules\rsa-compat\node_modules\ursa
      gyp ERR! node -v v4.5.0
      gyp ERR! node-gyp -v v3.4.0
      gyp ERR! not ok
      npm WARN optional dep failed, continuing ursa@0.9.4
      Write "iobroker start" to start the ioBroker
      npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --save --prefix "C:/installs/ioBroker/"
      ioBroker service installed. Write "serviceIoBroker start" to start the service and go to http://localhost:8081 to open the admin UI.
      To see the outputs do not start the service, but write "node node_modules/iobroker.js-controller/controller"
      iobroker@1.0.8 node_modules\iobroker
      └── yargs@7.1.0 (get-caller-file@1.0.2, decamelize@1.2.0, camelcase@3.0.0, y18n@3.2.1, which-module@1.0.0, set-blocking@2.0.0, require-main-filename@1.0.1, yargs-parser@5.0.0, require-directory@2.1.1, os-locale@1.4.0, cliui@3.2.0, string-width@1.0.2, read-pkg-up@1.0.1)

      
      Weil ich irgendwo gelesen haben, dass man ein aktuelles __npm__ braucht, hab ich auf das neuste stable aktualisiert.
      
      Danach wieder ein installversuch, der nichts brachte. Log:
      >! ````
      > unix-dgram@0.2.3 install C:\installs\ioBroker\node_modules\unix-dgram
      > node-gyp rebuild
      >! C:\installs\ioBroker\node_modules\unix-dgram>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack     at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:483:19)
      gyp ERR! stack     at PythonFinder. <anonymous>(C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16)
      gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
      gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:152:21)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\unix-dgram
      gyp ERR! node -v v8.9.4
      gyp ERR! node-gyp -v v3.6.2
      gyp ERR! not ok
      >! > ursa@0.9.4 install C:\installs\ioBroker\node_modules\ursa
      > node-gyp rebuild
      >! C:\installs\ioBroker\node_modules\ursa>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack     at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:483:19)
      gyp ERR! stack     at PythonFinder. <anonymous>(C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16)
      gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
      gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:152:21)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\ursa
      gyp ERR! node -v v8.9.4
      gyp ERR! node-gyp -v v3.6.2
      gyp ERR! not ok
      >! > iobroker@1.0.8 install C:\installs\ioBroker\node_modules\iobroker
      > node lib/setup.js
      >! NPM version: 5.6.0
      >! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      NPM 5 is currently NOT supported!
      Please use "npm install -g npm@4" to downgrade npm to 4.x and try again.
      You need to make sure to downgrade again with the above command after you
      installed an update to nodejs/npm!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules\unix-dgram):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 (node_modules\ursa):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 install: `node-gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      >! npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! iobroker@1.0.8 install: `node lib/setup.js`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the iobroker@1.0.8 install script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      >! npm ERR! A complete log of this run can be found in:
      npm ERR!     C:\Users\User\AppData\Roaming\npm-cache\_logs\2018-01-31T22_06_37_811Z-debug.log</anonymous></anonymous>
      

      Er meckert eine zu hohe npm Version an, also ein Downgrade von npm mit npm install -g npm@4 und wieder npm install iobroker

      Ergebnis:

      > unix-dgram@0.2.3 install C:\installs\ioBroker\node_modules\unix-dgram
      > node-gyp rebuild
      
      C:\installs\ioBroker\node_modules\unix-dgram>if not defined npm_config_node_gyp (node "C:\Users\User\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:482:19)
      gyp ERR! stack     at PythonFinder. <anonymous>(C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16)
      gyp ERR! stack     at C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
      gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:152:21)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\User\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\unix-dgram
      gyp ERR! node -v v8.9.4
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      
      > ursa@0.9.4 install C:\installs\ioBroker\node_modules\ursa
      > node-gyp rebuild
      
      C:\installs\ioBroker\node_modules\ursa>if not defined npm_config_node_gyp (node "C:\Users\User\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
      gyp ERR! configure error
      gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
      gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:482:19)
      gyp ERR! stack     at PythonFinder. <anonymous>(C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16)
      gyp ERR! stack     at C:\Users\User\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
      gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:152:21)
      gyp ERR! System Windows_NT 10.0.16299
      gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\User\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
      gyp ERR! cwd C:\installs\ioBroker\node_modules\ursa
      gyp ERR! node -v v8.9.4
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      
      > iobroker@1.0.8 install C:\installs\ioBroker\node_modules\iobroker
      > node lib/setup.js
      
      NPM version: 4.6.1
      
      npm install iobroker.discovery --production --save --prefix "C:/installs/ioBroker"
      npm install iobroker.admin --production --save --prefix "C:/installs/ioBroker"
      npm install iobroker.js-controller --production --save --prefix "C:/installs/ioBroker"
      npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has been deprecated
      npm ERR! path C:\installs\ioBroker\node_modules\.staging\ansicolors-61fc3ae1
      npm ERR! code ENOENT
      npm ERR! errno -4058
      npm ERR! syscall rename
      npm ERR! enoent ENOENT: no such file or directory, rename 'C:\installs\ioBroker\node_modules\.staging\ansicolors-61fc3ae1' -> 'C:\installs\ioBroker\node_modules\iobroker.js-controller\node_modules\npm\node_modules\ansicolors'
      npm ERR! enoent This is most likely not a problem with npm itself
      npm ERR! enoent and is related to npm not being able to find a file.
      npm ERR! enoent
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     C:\Users\User\AppData\Roaming\npm-cache\_logs\2018-01-31T22_12_02_270Z-debug.log
      Write "iobroker start" to start the ioBroker
      npm install https://github.com/arthurblake/node-windows/tarball/f1fd60e93e2469663b99a9cf3a64086ecedfe1e4 --production --save --prefix "C:/installs/ioBroker/"
      ioBroker service installed. Write "serviceIoBroker start" to start the service and go to http://localhost:8081 to open the admin UI.
      To see the outputs do not start the service, but write "node node_modules/iobroker.js-controller/controller"
      iobroker.inst@1.0.8 C:\installs\ioBroker
      `-- iobroker@1.0.8
      
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules\unix-dgram):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: `node-gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 (node_modules\ursa):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa@0.9.4 install: `node-gyp rebuild`
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1</anonymous></anonymous>
      

      Danach gebe ich serviceIoBroker start ein und es kommt:

      =============================
      Running Admin shell
      =============================
      Der Name für den Dienst ist ungültig.
      

      Was sollte ich als nächstes probieren? DANKE!

      posted in ioBroker Allgemein
      R
      RobertZ
    • RE: Unterstützung und Hardware für ein ioBroker-Projekt in Berlin (KNX, Homematic)

      @paul53:

      @RobertZ:

      Finde die io-box ganz interessant, weil es die auch in einer KNX-Version gibt, `
      Meinst Du damit https://www.knx-concept.com/produkt/io-box-mit-knx-schnittstelle/ ? Es wird zu einem stolzen Preis angeboten.

      Da für den KNX-Bus wahrscheinlich die UART-Schnittstelle des eingebauten Raspberry Pi verwendet wird, kann das HomeMatic Funkmodul nicht zusätzlich eingebaut werden. `

      und genau weil ich keinen Schimmer habe was eine UART-Schnittstelle ist, und ich nach dem Lesen der Wikipedia-Seite trotzdem noch nicht die Zusammenhänge verstehe, dachte ich ich frag hier im Forum mal, ob Ihr jemanden (Firma, Service, Privatperson was auch immer) kennt, der mir beim Aufsetzen des System helfen kann.

      Danke!

      posted in ioBroker Allgemein
      R
      RobertZ
    • RE: Unterstützung und Hardware für ein ioBroker-Projekt in Berlin (KNX, Homematic)

      @RappiRN:

      Was erwartest du?

      Ohne dich ein bisschen mit der Materie zu beschäftigen wirst du nicht weit kommen! Wer soll denn den Support übernehmen? Wenn du keine Zeit oder Lust oder wie auch immer hast, dann musst du auf kommerzielle Smarthome-Software setzen! Auch die von dir angesprochene io-Box bietet nur die Hardware ohne Support für irgendwas!

      Also wenn du dich für ioBroker ernsthaft interessierst belies dich, fange von mir aus mit HM-Hardware an, das ist relativ einfach und wenn dann Fragen kommen, dann kann dir hier geholfen werden!

      Eine Sache noch, wenn du von Elektroinstallation gar keine Ahnung hast musst du dir auch noch jemanden holen, der die Hardware einbaut, jedenfalls alles was die 230V Schiene betrifft!

      Enrico `
      Naja, "ein bisschen" habe ich mich schon mit der Materie beschäftigt; aber es ist einfach überwältigend viel, dass ich mir für den Start Unterstützung suchen möchte.

      Ich würde ja auch kommerzielle Smarthome-Software einsetzen, aber ich finde nichts, womit ich Homematic, KNX und Zigbee (oder Zwave) zusammen ansteuern kann.

      Bei allem mit 230V bin ich selbst ganz gut dabei. Nur bei Linux hört mein Fachwissen halt direkt hinter crontab auf; und bei einem Lötkolben finde ich vielleiht noch den Anschalter.

      posted in ioBroker Allgemein
      R
      RobertZ
    • Unterstützung und Hardware für ein ioBroker-Projekt in Berlin (KNX, Homematic)

      Hallo,

      bin für Smarthome und ioProker ein kompletter Newbie. Könnt Ihr mir jemanden in (der Nähe von) Berlin empfehlen, der mir hilft, meine Wohnung zusammen mit ioBroker smart zu kriegen?

      Es ist noch gar keine Hardware vorhanden. Bräuchte etwas für KNX (für eine Lüftungsanlage, die nur darüber angesprochen werden kann) und Homematic für einen fixen Regensensor, der auch im Winter funktioniert (habe dafür nur https://www.elv.de/homematic-funk-regensensor-1.html gefunden). Außerdem noch ZigBee oder Z-Wave für die ganzen Aktoren. Wird also nicht komplett simpel.

      Finde die io-box ganz interessant, weil es die auch in einer KNX-Version gibt, bin da aber nicht festgelegt… (http://www.io-box.de ist offline?)

      DANKE!

      posted in ioBroker Allgemein
      R
      RobertZ
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo