Navigation

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

    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

    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 17
    • Best 0
    • Groups 1

    avunculo

    @avunculo

    Starter

    0
    Reputation
    4
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    avunculo Follow
    Starter

    Latest posts made by avunculo

    • RE: Gaszähler BK-G4 auslesen mit Zigbee-Fensterkontakt

      @ralfth
      Hey danke für deine Antwort, kannst du mir sonst nochmal dein script zukommen lassen, danke.

      posted in Hardware
      A
      avunculo
    • RE: Gaszähler BK-G4 auslesen mit Zigbee-Fensterkontakt

      @ralfth
      Hallo,
      ich habe das Script hier von der Seite her:
      https://www.smarthomejetzt.de/den-gaszaehler-smart-machen-und-den-verbrauch-mit-tuerkontakt-im-iobroker-aufzeichnen/
      Gruß avunculo

      posted in Hardware
      A
      avunculo
    • RE: Gaszähler BK-G4 auslesen mit Zigbee-Fensterkontakt

      Hallo,
      ich habe meinen Aqara Fensterkontakt unter iobroker einbinden können. Leider funktioniert das Script noch nicht richtig, welchen Punkt muss ich unter Trigger Objekt ändern?
      iobroker.png iobroker blocky.png

      posted in Hardware
      A
      avunculo
    • RE: Gaszähler BK-G4 auslesen mit Zigbee-Fensterkontakt

      @w00dst0ck
      Hallo ich hatte das Foto hochgeladen. Wurde nicht als vorschau angezeigt hier nochmal.977F0BBC-3F25-46FA-AC5D-AC58290EC9E6.jpeg

      posted in Hardware
      A
      avunculo
    • RE: Gaszähler BK-G4 auslesen mit Zigbee-Fensterkontakt

      Hallo, ich habe mir auch einen aqara fensterkontakt gekauft. Muss bei dem Gaszähler irgendwas geöffnet werden? Die Platine ist einfach via tesafilm festgeklebt ist dies richtig?!
      Muss die nirgendwo reingesteckt werden?FDD724A0-7A4A-4F2D-B1A3-E0B32EF243DE.jpeg
      68DB16BD-0E7B-4988-9D49-9B86151B8DCF.jpeg

      posted in Hardware
      A
      avunculo
    • RE: iobroker startet nach Stromausfall nicht mehr

      @thomas-braun said in iobroker startet nach Stromausfall nicht mehr:

                                                                                                                                                                              sudo -H -u iobroker npm install iobroker.js-controller                                            
      

      VIELEN DANK! 🙂 🙂 Zugriff auf meinen iobroker habe ich schonmal!!!

      posted in ioBroker Allgemein
      A
      avunculo
    • RE: iobroker startet nach Stromausfall nicht mehr

      @thomas-braun

      pi@raspberrypi:~ $ iobroker stop
      pi@raspberrypi:~ $ iobroker fix
      library: loaded
      Library version=2022-02-10
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2022-02-13
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease                                                            
      Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
      Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
      Get:5 https://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]    
      Get:6 https://archive.raspbian.org/raspbian bullseye/contrib Sources [81.9 kB]
      Get:7 https://archive.raspbian.org/raspbian bullseye/main Sources [12.2 MB]
      Get:8 https://archive.raspbian.org/raspbian bullseye/non-free Sources [140 kB]
      Get:9 https://archive.raspbian.org/raspbian bullseye/main armhf Packages [13.2 MB]
      Get:10 https://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [60.2 kB]
      Get:11 https://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [106 kB]
      Fetched 25.9 MB in 11s (2,460 kB/s)                                                                                       
      Reading package lists... Done
      Installed gcc-c++
      Installed python-dev
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/3)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      
      ==========================================================================
          Checking autostart (3/3)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      pi@raspberrypi:~ $ iobroker start
      
      pi@raspberrypi:~ $ iobroker status
      Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
          at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
          at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
          at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
          at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
          at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
          at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
          at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
      
      posted in ioBroker Allgemein
      A
      avunculo
    • RE: iobroker startet nach Stromausfall nicht mehr
      deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
      # Uncomment line below then 'apt-get update' to enable 'apt-get source'
      #deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
      deb https://archive.raspbian.org/raspbian buster main contrib non-free
      deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
      

      Ich habe

      deb https://archive.raspbian.org/raspbian buster main contrib non-free
      deb-src https://archive.raspbian.org/raspbian buster main contrib non-free
      

      gelöscht. Und dann nochmal iobroker status
      iobroker stop
      iobroker fix
      iobroker start
      durchgeführt, leider nach wie vor kein Zugriff:/

      posted in ioBroker Allgemein
      A
      avunculo
    • RE: iobroker startet nach Stromausfall nicht mehr

      @thomas-braun

      nano /etc/apt/sources.list.d/influxdb.list
      
        GNU nano 5.4                               /etc/apt/sources.list.d/influxdb.list                                         
      deb https://repos.influxdata.com/debian bullseye stable
      

      Was muss ich mit der Quelle machen?

      posted in ioBroker Allgemein
      A
      avunculo
    • RE: iobroker startet nach Stromausfall nicht mehr

      @thomas-braun

      iobroker status
      Uncaught Rejection: TypeError: Cannot read properties of undefined (reading 'warning')
          at ObjectsInMemoryServer.initBackupDir (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:187:22)
          at new InMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-base/lib/inMemFileDB.js:83:18)
          at new ObjectsInMemoryFileDB (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemFileDB.js:34:9)
          at new ObjectsInMemoryJsonlDB (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemJsonlDB.js:58:9)
          at new ObjectsInMemoryServer (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerRedis.js:57:9)
          at new ObjectsInMemoryServerClass (/opt/iobroker/node_modules/@iobroker/db-objects-jsonl/lib/objects/objectsInMemServerClass.js:34:30)
          at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3123:27)
      
      iobroker stop
      pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker fix
      library: loaded
      Library version=2022-02-10
      
      ==========================================================================
      
          Welcome to the ioBroker installation fixer!
          Script version: 2022-02-13
          
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/3)
      ==========================================================================
      
      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
      Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]                                                  
      Hit:3 https://repos.influxdata.com/debian bullseye InRelease                                                              
      Hit:4 https://deb.nodesource.com/node_16.x bullseye InRelease                                                             
      Get:5 https://archive.raspbian.org/raspbian buster InRelease [15.0 kB]      
      Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [279 kB]
      Fetched 317 kB in 1s (213 kB/s)  
      Reading package lists... Done
      Installed gcc-c++
      Installed python-dev
      
      ==========================================================================
          Checking ioBroker user and directory permissions (2/3)
      ==========================================================================
      
      Created /etc/sudoers.d/iobroker
      Fixing directory permissions...
      
      ==========================================================================
          Checking autostart (3/3)
      ==========================================================================
      
      Enabling autostart...
      Autostart enabled!
      
      ==========================================================================
      
          Your installation was fixed successfully
          Run iobroker start to start ioBroker again!
      
      ==========================================================================
      
      pi@raspberrypi:/opt/iobroker/iobroker-data/backup-objects $ iobroker start
      
      

      Nach wie vor kein Zugriff via ip auf meinem iobroker

      posted in ioBroker Allgemein
      A
      avunculo
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo