Navigation

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

    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

    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 55
    • Best 3
    • Groups 1

    ZeroQool

    @ZeroQool

    3
    Reputation
    35
    Profile views
    55
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ZeroQool Follow
    Starter

    Best posts made by ZeroQool

    • RE: EZOGateway; Watermonitoring

      Hiermit wird der Datenpunkt erzeugt.

      var url = "http://192.168.178.141/api/fetch";
      var idTemp = "javascript.0.EzoGateway.Temperatur";
      var idPH = "javascript.0.EzoGateway.pH_Wert";
      var idRedox = "javascript.0.EzoGateway.Redox_Potential";
       
      // Erzeugen der Objekte in ioBroker
      createState(idTemp, 0, {
          name: 'Temperatur',
          desc: 'Temperatur',
          type: 'number',
          role: 'value',
          unit: '°C'
      });
      createState(idPH, 0, {
          name: 'pH_Wert',
          desc: 'pH Wert',
          type: 'number',
          role: 'value',
          unit: ''
      });
      createState(idRedox, 0, {
          name: 'Redox_Potential',
          desc: 'Redox potential',
          type: 'number',
          role: 'value',
          unit: 'mV'
      });
      
      // schedule('* * * * *', function() { //every minute
      schedule("*/2 * * * * *", function() { // every 2s
          request(url, function(error, response, result) {
               if (result) {
                  let obj = JSON.parse(result);
                  setState(idTemp, obj['1'].Value, true);
                  setState(idPH, obj['2'].Value, true);
                  setState(idRedox, obj['3'].Value, true);
               } else {
                  var errorMessage = "(" + error + ") ERROR bei Abfrage von: " + url;
                  log(errorMessage, "warn");
              }
          });
      });```
      posted in Hardware
      Z
      ZeroQool
    • RE: [Javascript] Midas (Aquatemp) Poolheizung

      @oxident

      Habe ich auch gelesen, aber zum Testen habe ich mir die App heruntergeladen und bei der Registrierung kommt keine Bestätigungsmail an. Steht auch im Apple Store als Rezension das es seit einem Monat nicht mehr geht. Deshalb wäre das wlan Modul beim poolsana Modell nutzlos. 😞

      posted in Praktische Anwendungen (Showcase)
      Z
      ZeroQool
    • RE: Xiaomi Bewegungsmelder am iobroker

      Habe die gleiche Problematik und bin mit der Lösung nicht so ganz zufrieden. Was mich wundert, wenn man über die MI APP bei einer Bewegung sich eine PushNachricht aufs Handy senden lässt funktioniert das lückenlos. Sprich Bewegung findet statt, ich bekomme eine Pushnachricht. Ist bspw. innerhalb der nächsten 10 Sekunden noch einmal eine Bewegung wird wieder eine Pushnachricht versendet. Schade, dass es im ioBroker nicht so ist.

      posted in Blockly
      Z
      ZeroQool

    Latest posts made by ZeroQool

    • RE: Senvolon Hersteller von Sensorik-Lösungen

      @fabio Habe mir auch die Präsenzmelder geholt, aber ich bekomme über MQTT nicht alle Messwerte rein. Das ist im Moment Schade. Gruß

      posted in Plauderecke
      Z
      ZeroQool
    • RE: Syntax Error seit Stromausfall

      @codierknecht Stimmt

      ======================= SUMMARY =======================
                              v.2025-02-23
      
      
       Static hostname: iobroker
             Icon name: computer-container
               Chassis: container ☐
        Virtualization: lxc
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.5.13-3-pve
          Architecture: x86-64
      
      Installation:           lxc
      Kernel:                 x86_64
      Userland:               64 bit
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                1001
      Display-Server:         false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     0
      Pending iob updates:    0
      
      Nodejs-Installation:
      /usr/bin/nodejs         v20.19.2
      /usr/bin/node           v20.19.2
      /usr/bin/npm            10.8.2
      /usr/bin/npx            10.8.2
      /usr/bin/corepack       0.31.0
      
      Recommended versions are nodejs 20.19.2 and npm 10.8.2
      nodeJS installation is correct
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:             10G        4.6G        3.4G        167K        2.7G        6.1G
      Swap:           8.6G         22M        8.6G
      Total:           19G        4.7G         11G
      
      Active iob-Instances:   53
      Upgrade policy: none
      
      ioBroker Core:          js-controller           7.0.6
                              admin                   7.6.3
      
      ioBroker Status:        iobroker is running on this host.
      
      At least one iobroker host is running.
      
      Objects type: redis
      States  type: redis
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.83 (SSL), run as: admin
      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
      
      Objects:                99529
      States:                 60899
      
      Size of iob-Database:
      
      find: Failed to change directory: /root: Permission denied
      find: Failed to restore initial working directory: /root: Permission denied
      find: Failed to change directory: /root: Permission denied
      find: Failed to restore initial working directory: /root: Permission denied
      
      
      Operating System is the current Debian stable version codenamed 'bookworm'!
      
      
      
      posted in ioBroker Allgemein
      Z
      ZeroQool
    • RE: Syntax Error seit Stromausfall

      Also ich habe genau das gleiche Problem. Der ioBroker fährt sogar gar nicht hoch. Ich muss die Import Referenz hier ändern: /opt/iobroker/node_modules/@iobroker/js-controller-cli/build/esm/lib/setup/setupBackup.js dann fährt der ioBroker hoch, aber ich habe dennoch Probleme Adapter zu installieren. Denn dort kommt die gleiche TAR Fehlermeldung.

      Verfügbar js-controller:7.0.6
      Installiert js-controller:7.0.6
      
      Node.js
      v20.15.1 (Es gibt eine neuere Version: v20.19.2 - Empfohlene Version v18.20.8)
      

      der iob diag spuckt auch seltsames aus:

      ======================= SUMMARY =======================
                              v.2025-02-23
      
      
       Static hostname: iobroker
             Icon name: computer-container
               Chassis: container ☐
        Virtualization: lxc
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.5.13-3-pve
          Architecture: x86-64
      
      Installation:           lxc
      Kernel:                 x86_64
      Userland:               64 bit
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                1001
      Display-Server:         false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     152
      /opt/iobroker/node_modules/standard-as-callback/built/index.js:6
              throw e;
              ^
      
      Error: Connection is closed.
          at close (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:184:25)
          at Socket.<anonymous> (/opt/iobroker/node_modules/ioredis/built/redis/event_handler.js:151:20)
          at Object.onceWrapper (node:events:634:26)
          at Socket.emit (node:events:519:28)
          at TCP.<anonymous> (node:net:338:12)
      Emitted 'error' event on ScanStream instance at:
          at /opt/iobroker/node_modules/ioredis/built/ScanStream.js:38:22
          at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:12:23)
          at /opt/iobroker/node_modules/standard-as-callback/built/index.js:33:51
          at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      
      Node.js v20.15.1
      Pending iob updates:    0
      
      Nodejs-Installation:
      /usr/bin/nodejs         v20.15.1
      /usr/bin/node           v20.15.1
      /usr/bin/npm            10.7.0
      /usr/bin/npx            10.7.0
      /usr/bin/corepack       0.28.1
      
      Recommended versions are nodejs 20.19.2 and npm 10.8.2
      nodeJS installation is correct
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:             10G        3.5G        6.2G         86K        1.1G        7.2G
      Swap:           8.6G        2.3G        6.3G
      Total:           19G        5.8G         12G
      
      Active iob-Instances:   53
      Upgrade policy: none
      
      ioBroker Core:          js-controller           7.0.6
                              admin                   7.6.3
      
      ioBroker Status:        iobroker is running on this host.
      
      At least one iobroker host is running.
      
      Objects type: redis
      States  type: redis
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.83 (SSL), run as: admin
      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
      
      Objects:                99529
      States:                 60846
      
      Size of iob-Database:
      
      find: Failed to change directory: /root: Permission denied
      find: Failed to restore initial working directory: /root: Permission denied
      find: Failed to change directory: /root: Permission denied
      find: Failed to restore initial working directory: /root: Permission denied
      
      
      Operating System is the current Debian stable version codenamed 'bookworm'!
      
      =================== END OF SUMMARY ====================
      
      
      posted in ioBroker Allgemein
      Z
      ZeroQool
    • RE: Roborock - Adapter stürzt ständig ab

      @wendy2702 Habe erst danach gesehen, dass dies der falsche Thread ist.

      posted in ioBroker Allgemein
      Z
      ZeroQool
    • RE: Neuer Adapter für Roborock-Staubsauger

      Kennt jemand diesen Fehler bei der Installation des Adapter?

      $ iobroker add roborock --host iobroker

      file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/build/esm/lib/setup/setupBackup.js:5import tar from 'tar'; ^^^SyntaxError: The requested module 'tar' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21) at async ModuleJob.run (node:internal/modules/esm/module_job:217:5) at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)Node.js v20.15.1

      ERROR: Process exited with code 1

      posted in ioBroker Allgemein
      Z
      ZeroQool
    • RE: Roborock - Adapter stürzt ständig ab

      Wenn ich den Adapter installieren möchte kommt der Fehler:
      $ iobroker add roborock --host iobroker

      file:///opt/iobroker/node_modules/@iobroker/js-controller-cli/build/esm/lib/setup/setupBackup.js:5import tar from 'tar'; ^^^SyntaxError: The requested module 'tar' does not provide an export named 'default' at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21) at async ModuleJob.run (node:internal/modules/esm/module_job:217:5) at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)Node.js v20.15.1

      ERROR: Process exited with code 1

      Weißt jemand was das sein könnte?

      Danke

      Gruß

      posted in ioBroker Allgemein
      Z
      ZeroQool
    • RE: Test Adapter sma-em v1.2.x Latest

      @pdbjjens Hab es gelöst. Code muss gefixt werden. Steht als issue im github

      posted in Tester
      Z
      ZeroQool
    • RE: Test Adapter sma-em v1.2.x Latest

      Hallo zusammen, im Log habe ich folgenden Fehler: Invalid own IP address 192.168.178.83, please try another one from the Multicast Settings configuration panel

      Ich kann mir nicht erklären warum. Das ist die IP Adresse des iobroker. Die hinterlegte IP des SMA Smartmeter ist auch korrekt. Würde mich über Hilfe sehr freuen. Danke. Gruß

      posted in Tester
      Z
      ZeroQool
    • RE: iobroker exit 25 bei Adapter-Update

      @thomas-braun Hast Recht:

      Copy text starting here:

      ======================= SUMMARY =======================
                              v.2023-10-10
      
      
       Static hostname: iobroker
             Icon name: computer-container
               Chassis: container ☐
        Virtualization: lxc
      Operating System: Debian GNU/Linux 12 (bookworm)
                Kernel: Linux 6.5.13-3-pve
          Architecture: x86-64
      
      Installation:           lxc
      Kernel:                 x86_64
      Userland:               amd64
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                1000
      X-Server:               false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     0
      Pending iob updates:    2
      
      Nodejs-Installation:    /usr/bin/nodejs         v18.20.1
                              /usr/local/bin/node             v18.0.0
                              /usr/local/bin/npm              8.6.0
                              /usr/local/bin/npx              8.6.0
                              /usr/local/bin/corepack         0.10.0
      
      Recommended versions are nodejs 18.20.1 and npm 10.5.0
      *** nodejs is NOT correctly installed ***
      Wrong installation path detected. This needs to be fixed.
      
      Please check
      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian
      for more information on how to fix these errors.
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:             10G        5.5G        2.2G        1.5M        3.1G        5.3G
      Swap:           8.6G        624M        8.0G
      Total:           19G        6.1G         10G
      
      Active iob-Instances:   55
      Active repo(s): Beta (latest)
      
      ioBroker Core:          js-controller           5.0.19
                              admin                   6.13.16
      
      ioBroker Status:        iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 192.168.178.83 (SSL), run as: admin
      + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0 (SSL), run as: admin
      
      Objects:                97434
      States:                 59358
      
      Size of iob-Database:
      
      91M     /opt/iobroker/iobroker-data/objects.jsonl
      37M     /opt/iobroker/iobroker-data/objects.json.migrated
      37M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
      69M     /opt/iobroker/iobroker-data/states.jsonl
      5.9M    /opt/iobroker/iobroker-data/states.json.migrated
      5.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
      
      
      
      =================== END OF SUMMARY ====================
      

      === Mark text until here for copying ===
      iobroker@iobroker:/opt/iobroker$

      posted in Error/Bug
      Z
      ZeroQool
    • RE: iobroker exit 25 bei Adapter-Update

      @zeroqool Habe es gelöst. Manuell NodeJS installiert und dann lief alles

      posted in Error/Bug
      Z
      ZeroQool
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo