Navigation

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

    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

    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Groups 1

    matze0815

    @matze0815

    Starter

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

    matze0815 Follow
    Starter

    Latest posts made by matze0815

    • LinkTap Mqtt Verbindung iobroker

      Howdy an alle!

      Hat schon mal jemand LinkTap Ventile über MQTT in den Iobroker angebunden und diese steuern?

      Also ich kann bisher zumindest mal die Ventile auf und zu machen - aber die ganze andere Ansteuerung wie Dauer / Durchluss etc, das klappt absolut nicht.
      Diese ganzen Werte werden beim iobroker / mqtt alle wie folgt dargestellt (Beispiel Batteriezustand):
      {
      "name": "3BEC822C004B1200_1_battery",
      "obj_id": "3BEC822C004B1200_1_battery",
      "uniq_id": "3BEC822C004B1200_1_battery",
      "stat_t": "linktap/linktap/3BEC822C004B1200_1/state",
      "val_tpl": "{{ value_json.battery }}",
      "device": {
      "ids": "3BEC822C004B1200_1",
      "name": "Links",
      "mdl": "D1-B/N",
      "mf": "LinkTap"
      },
      "dev_cla": "battery",
      "unit_of_meas": "%"
      }

      .... das ist mir zu hoch, sorry....

      LinkTap hat zwar eine Anleitung wie man es bei HomeAssistant macht, aber damit komme ich nicht weiter...

      hat jemand eine Anleitung bzw. kann helfen?

      posted in Hardware
      M
      matze0815
    • RE: Test Adapter Husqvarna Automower v0.3.x

      Ah, jetzt hab ich's verstanden.
      Erzeugen der Instanz hat geholfen!
      DANKE

      posted in Tester
      M
      matze0815
    • RE: Test Adapter Husqvarna Automower v0.3.x

      Ins Menü vom Adapter komm ich ja auch nicht...

      posted in Tester
      M
      matze0815
    • RE: Test Adapter Husqvarna Automower v0.3.x

      Hallo,
      ich habe seit geraumer Zeit einen 430x im Einsatz. Diesen würde ich gerne über den Adapter in den Iobroker einbinden.
      Habe den Adapter installalliert von Github.
      Jedoch wird weder in Objekte noch in Instanzen angezeigt.

      Neuinstallation des Adapter und reboot vom Raspberry brachte keine änderung.

      Was mache ich falsch?

      LOG bei der Installation:
      "$ ./iobroker url "https://github.com/truegreyhound/ioBroker.husq-automower" --debug
      install https://github.com/truegreyhound/ioBroker.husq-automower/tarball/e63e7ee2227701f18e256433f4ae97ac540c602b
      NPM version: 6.14.4
      npm install https://github.com/truegreyhound/ioBroker.husq-automower/tarball/e63e7ee2227701f18e256433f4ae97ac540c602b --loglevel error --prefix "/opt/iobroker" (System call)

      canvas@2.6.1 install /opt/iobroker/node_modules/canvas> node-pre-gyp install --fallback-to-build
      Package pixman-1 was not found in the pkg-config search path.Perhaps you should add the directory containing pixman-1.pc'to the PKG_CONFIG_PATH environment variableNo package 'pixman-1' foundgyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack Error: gyp` failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)gyp ERR! stack at ChildProcess.emit (events.js:198:13)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)gyp ERR! System Linux 4.19.118-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_path=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v64"gyp ERR! cwd /opt/iobroker/node_modules/canvasgyp ERR! node -v v10.21.0gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok
      node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-pre-gyp/lib/util/compile.js:83:29)node-pre-gyp ERR! stack at ChildProcess.emit (events.js:198:13)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:982:16)node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)node-pre-gyp ERR! System Linux 4.19.118-v7l+node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvasnode-pre-gyp ERR! node -v v10.21.0node-pre-gyp ERR! node-pre-gyp -v v0.11.0node-pre-gyp ERR! not ok
      Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v64' (1)

      • iobroker.husq-automower@1.0.2added 1 package from 1 contributor in 17.243s
        22 packages are looking for funding run npm fund for details
        upload [4] husq-automower.admin /opt/iobroker/node_modules/iobroker.husq-automower/admin/words.js words.js application/javascript
        upload [3] husq-automower.admin /opt/iobroker/node_modules/iobroker.husq-automower/admin/index_m.html index_m.html text/html
        upload [2] husq-automower.admin /opt/iobroker/node_modules/iobroker.husq-automower/admin/index.html index.html text/html
        upload [1] husq-automower.admin /opt/iobroker/node_modules/iobroker.husq-automower/admin/husq-automower2.png husq-automower2.png image/png
        upload [0] husq-automower.admin /opt/iobroker/node_modules/iobroker.husq-automower/admin/husq-automower.png husq-automower.png image/png
        process exited with code 0"
      posted in Tester
      M
      matze0815
    • RE: Adapter für EcoMeter S von Proteus

      Also ich habe auch den EcoMeter S von Proteus.
      Gibt es mittlerweile eine Möglichkeit das Ding mit dem Iobroker zu verbinden?

      posted in ioBroker Allgemein
      M
      matze0815
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo