Navigation

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

    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 3
    • Posts 21
    • Best 0
    • Groups 1

    andre-h

    @andre-h

    Starter

    0
    Reputation
    19
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    andre-h Follow
    Starter

    Latest posts made by andre-h

    • RE: Jeelink Adapter liefert keine Daten mehr

      Hallo zusammen,
      bin jetzt endlich mal dazu gekommen, mir den Code anzuschauen...
      Die Fehlermeldung "ReferenceError: tmpp is not defined at logHMS100TF" sagt es eigentlich - die Zeile, mit var tmpp=tmp.splice(x,y); fehlt.
      Ich habe leider gerade nicht so viel Zeit, den Code weiter zu analysieren und die Bytes entsprechend der Vorgaben auszuwerten.
      Mir ist etwas schleierhaft, warum diese im sourcecode in git fehlt...und warum das vorher aus irgendeinem Grund funktioniert hat.
      Kann dazu jemand etwas beisteuern?

      VG, Andre

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: Jeelink Adapter liefert keine Daten mehr

      Ich habe jetzt "kurzerhand" mal das System neu aufgesetzt. Das Jeelink Problem besteht immernoch.
      Von welchen Adaptern ist denn Jeelink abhängig? Wurde evtl. ein Update an anderer Stelle gemacht, was zu diesem Fehler führt?
      Viele Grüße,
      Andre

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: Jeelink Adapter liefert keine Daten mehr

      @Thomas-Braun
      Danke für den Tip! Leider bringt das keine Änderung.

      
      pi@raspberrypi:~ $ node -v
      v12.18.4
      pi@raspberrypi:~ $ nodejs -v
      v12.18.4
      pi@raspberrypi:~ $ npm -v
      6.14.8
      

      update & upgrade habe ich natürlich vorher durchgeführt.
      Lohnt evtl. eine Neuinstallation des Gesamtsystems?

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: Jeelink Adapter liefert keine Daten mehr

      Hallo zusammen,

      hier nochmal ein Log nach dem Update des Jeelink Adapters - die Daten kommen offenbar noch richtig im Adapter an - bei der Verarbeitung gibts wohl ein Problem.

      host.raspberrypi	2020-09-19 08:01:30.520	info	instance system.adapter.jeelink.0 terminated with code 0 (NO_ERROR)
      jeelink.0	2020-09-19 08:01:29.936	info	(9249) Terminated (NO_ERROR): Without reason
      jeelink.0	2020-09-19 08:01:29.933	info	(9249) terminating
      jeelink.0	2020-09-19 08:01:29.908	info	(9249) cleaned everything up...
      jeelink.0	2020-09-19 08:01:29.906	error	(9249) ReferenceError: tmpp is not defined at logHMS100TF (/opt/iobroker/node_modules/iobroker.jeelink/jeelink.js:508:28) at ReadLineParser.<anonymous> (/opt/iobroker/node_modules/iobroker.jee
      jeelink.0	2020-09-19 08:01:29.902	error	(9249) unhandled promise rejection: tmpp is not defined
      jeelink.0	2020-09-19 08:01:29.901	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      jeelink.0	2020-09-19 08:01:29.878	info	(9249) data received: H005700240257
      jeelink.0	2020-09-19 08:01:28.313	info	(9249) data received: [LaCrosseITPlusReader.10.1q_HMS_mod4 (RFM69 f:868300 r:17241)]
      jeelink.0	2020-09-19 08:01:25.508	info	(9249) open
      jeelink.0	2020-09-19 08:01:25.476	debug	(9249) options : {"baudRate":57600}
      jeelink.0	2020-09-19 08:01:25.475	debug	(9249) configured baudrate : 57600
      jeelink.0	2020-09-19 08:01:25.474	debug	(9249) configured port : /dev/ttyUSB0
      jeelink.0	2020-09-19 08:01:25.470	info	(9249) RFM12B setting up object = HMS100TF 1
      jeelink.0	2020-09-19 08:01:25.466	debug	(9249) start of main
      jeelink.0	2020-09-19 08:01:25.421	info	(9249) starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.jeelink, node: v10.22.0, js-controller: 3.1.6
      host.raspberrypi	2020-09-19 08:01:23.125	info	instance system.adapter.jeelink.0 started with pid 9249
      

      Könnt Ihr mir bitte weiterhelfen?

      Viele Grüße,
      Andre

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: Jeelink Adapter liefert keine Daten mehr

      Hallo zusammen,

      hat denn hier keiner eine Idee, oder ein ähnliches Problem? Es wäre schön, wenn ich die Temperatursensoren wieder zum laufen kriegen würde - die Heizsaison beginnt sicher in Kürze...

      Viele Grüße,
      Andre

      Edit: Ich habe gerade alle verfügbaren Updates gemacht - u.A. den Jeelink Adapter...keine Besserung...

      posted in ioBroker Allgemein
      A
      andre-h
    • Jeelink Adapter liefert keine Daten mehr

      Hallo zusammen,
      ich habe seit längerem einen LaCrosse USB Stick mit dem Jeelinkadapter laufen, was auch bisher problemlos funktioniert hat.
      Jetzt bekomme ich keine Daten mehr von dem Stick in ioBroker geschrieben.
      Der Adapter wird nach einem Fehler immer wieder neu gestartet.
      Im Log steht folgendes:

      host.raspberrypi	2020-09-17 12:02:20.650	info	instance system.adapter.jeelink.0 terminated with code 0 (NO_ERROR)
      jeelink.0	2020-09-17 12:02:20.117	info	(27097) Terminated (NO_ERROR): Without reason
      jeelink.0	2020-09-17 12:02:20.115	info	(27097) terminating
      jeelink.0	2020-09-17 12:02:20.062	info	(27097) cleaned everything up...
      jeelink.0	2020-09-17 12:02:20.059	error	(27097) TypeError: Cannot read property 'write' of null at write_cmd (/opt/iobroker/node_modules/iobroker.jeelink/jeelink.js:1545:16) at SerialPort.<anonymous> (/opt/iobroker/node_modules/iobr
      jeelink.0	2020-09-17 12:02:20.056	error	(27097) unhandled promise rejection: Cannot read property 'write' of null
      jeelink.0	2020-09-17 12:02:20.055	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      jeelink.0	2020-09-17 12:02:20.036	info	(27097) open
      jeelink.0	2020-09-17 12:02:19.994	debug	(27097) options : {"baudRate":57600}
      jeelink.0	2020-09-17 12:02:19.993	debug	(27097) configured baudrate : 57600
      jeelink.0	2020-09-17 12:02:19.991	debug	(27097) configured port : /dev/ttyUSB0
      jeelink.0	2020-09-17 12:02:19.988	info	(27097) RFM12B setting up object = HMS100TF 3
      jeelink.0	2020-09-17 12:02:19.983	info	(27097) RFM12B setting up object = HMS100TF 2
      jeelink.0	2020-09-17 12:02:19.977	info	(27097) RFM12B setting up object = HMS100TF 1
      jeelink.0	2020-09-17 12:02:19.971	debug	(27097) start of main
      jeelink.0	2020-09-17 12:02:19.911	info	(27097) starting. Version 0.1.3 in /opt/iobroker/node_modules/iobroker.jeelink, node: v10.22.0, js-controller: 3.1.6
      host.raspberrypi	2020-09-17 12:02:17.481	info	instance system.adapter.jeelink.0 started with pid 27097
      

      Der LaCrosse Stick liefert die Daten der Sensoren wie gehabt - z.B. H005700340261

      Ich bin mir nicht sicher, ob es ein Update gab, nach welchem es nicht mehr lief.
      Ich habe auch die Instanz gelöscht und neu angelegt - leider ohne Erfolg.

      Hat jemand von Euch einen Tip?

      Viele Grüße,
      Andre

      Edit: auch nach Neuinstallation des Jeelink Adapters und löschen der Beispielsensoren läuft der Jeelink Adapter nicht

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: [HowTo] IOBroker Installation Raspi 3

      Ich habe jetzt nochmal alles neu aufgesetzt, nochmals den Raspi aus der FritzBox entfernt und schwupps...schon gehts....
      Leider weiß ich nicht, woran es am Ende wirklich lag - jedes Mal alles komplett neu aufsetzen kann ja auch nicht die Lösung sein...falls jemand von Euch eine Idee hat, an welcher Schraube gedreht werden muss, wäre ich für eine kurze Erklärung sehr dankbar.

      @AlCalzone & @simatec: Vielen Dank für Eure Hinweise!

      Viele Grüße,
      Andre

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: [HowTo] IOBroker Installation Raspi 3

      Oha, das ist interessant...Update, Upgrade, npm usw. klappen, und IOBroker nicht...an welcher Stelle muss ich denn da suchen? Werden irgendwelche speziellen Portfreigaben benötigt? Die FritzBox weist dem Raspi lediglich eine feste IP Adresse zu. Mehr ist nicht konfiguriert
      Mit anderen Geräten gibt es auch keinerlei Internetschwierigkeiten...
      Habe mal den Raspi aus der FritzBox Config entfernt und beide neu gestartet. Bei der IOBroker Installation taucht wieder das selbe Problem auf.

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: [HowTo] IOBroker Installation Raspi 3

      Leider genau das gleich Dilemma...

      
      pi@raspberrypi:~ $ node -v
      -bash: node: command not found
      pi@raspberrypi:~ $ npm -v
      -bash: npm: command not found
      pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
      
      ## Installing the NodeSource Node.js 10.x repo...
      
      
      ## Populating apt-get cache...
      
      + apt-get update
      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Reading package lists... Done
      
      ## Confirming "buster" is supported...
      
      + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/buster/Release'
      
      ## Adding the NodeSource signing key to your keyring...
      
      + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
      OK
      
      ## Creating apt sources list file for the NodeSource Node.js 10.x repo...
      
      + echo 'deb https://deb.nodesource.com/node_10.x buster main' > /etc/apt/sources.list.d/nodesource.list
      + echo 'deb-src https://deb.nodesource.com/node_10.x buster main' >> /etc/apt/sources.list.d/nodesource.list
      
      ## Running `apt-get update` for you...
      
      + apt-get update
      Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:2 http://archive.raspberrypi.org/debian buster InRelease
      Get:3 https://deb.nodesource.com/node_10.x buster InRelease [4,584 B]
      Get:4 https://deb.nodesource.com/node_10.x buster/main armhf Packages [764 B]
      Fetched 5,348 B in 11s (478 B/s)
      Reading package lists... Done
      
      ## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm
      ## You may also need development tools to build native addons:
           sudo apt-get install gcc g++ make
      ## To install the Yarn package manager, run:
           curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
           echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
           sudo apt-get update && sudo apt-get install yarn
      
      
      pi@raspberrypi:~ $ sudo apt install -y nodejs
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following NEW packages will be installed:
        nodejs
      0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
      Need to get 14.6 MB of archives.
      After this operation, 77.3 MB of additional disk space will be used.
      Get:1 https://deb.nodesource.com/node_10.x buster/main armhf nodejs armhf 10.18.1-1nodesource1 [14.6 MB]
      Fetched 14.6 MB in 4s (3,368 kB/s)
      Selecting previously unselected package nodejs.
      (Reading database ... 39860 files and directories currently installed.)
      Preparing to unpack .../nodejs_10.18.1-1nodesource1_armhf.deb ...
      Unpacking nodejs (10.18.1-1nodesource1) ...
      Setting up nodejs (10.18.1-1nodesource1) ...
      Processing triggers for man-db (2.8.5-2) ...
      pi@raspberrypi:~ $ sudo reboot
      login as: pi
      pi@192.168.1.5's password:
      Linux raspberrypi 4.19.93-v7+ #1290 SMP Fri Jan 10 16:39:50 GMT 2020 armv7l
      
      The programs included with the Debian GNU/Linux system are free software;
      the exact distribution terms for each program are described in the
      individual files in /usr/share/doc/*/copyright.
      
      Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
      permitted by applicable law.
      Last login: Thu Jan 23 17:19:52 2020 from 192.168.1.3
      
      SSH is enabled and the default password for the 'pi' user has not been changed.
      This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
      
      pi@raspberrypi:~ $ node -v
      v10.18.1
      pi@raspberrypi:~ $ nodejs -v
      v10.18.1
      pi@raspberrypi:~ $ npm -v
      6.13.4
      pi@raspberrypi:~ $ curl -sL https://iobroker.net/install.sh | bash -
      library: loaded
      Library version=2020-01-13
      
      ==========================================================================
      
          Welcome to the ioBroker installer!
          Installer version: 2019-11-29
      
          You might need to enter your password a couple of times.
      
      ==========================================================================
      
      
      ==========================================================================
          Installing prerequisites (1/4)
      ==========================================================================
      
      Hit:1 http://archive.raspberrypi.org/debian buster InRelease
      Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
      Hit:3 https://deb.nodesource.com/node_10.x buster InRelease
      Reading package lists... Done
      Changing npm registry to https://registry.npmjs.org
      Installed acl
      Installed gcc-c++
      Installed libavahi-compat-libdnssd-dev
      Installed libudev-dev
      Installed libpam0g-dev
      Installed git
      Installed python-dev
      Installed video
      
      ==========================================================================
          Creating ioBroker user and directory (2/4)
      ==========================================================================
      
      User iobroker created
      Created /etc/sudoers.d/iobroker
      Directory /opt/iobroker created
      
      ==========================================================================
          Installing ioBroker (3/4)
      ==========================================================================
      
      npm ERR! code EAI_AGAIN
      npm ERR! errno EAI_AGAIN
      npm ERR! request to https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org registry.npmjs.org:443
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2020-01-23T16_34_50_306Z-debug.log
      
      ==========================================================================
          Finalizing installation (4/4)
      ==========================================================================
      
      Enabling autostart...
      Created symlink /etc/systemd/system/multi-user.target.wants/iobroker.service → /lib/systemd/system/iobroker.service.
      Autostart enabled!
      Fixing directory permissions...
      
      ==========================================================================
      
          ioBroker was installed successfully
          Open http://:8081 in a browser and start configuring!
      
      ==========================================================================
      
      
      You need to re-login before doing anything else on the console!
      
      

      Fehlt dem Buster Lite Image noch irgendetwas Essentielles? Mit den Fehlermeldungen komme ich nicht weiter.

      Ich bitte um weitere Vorschläge, wie ich den IOBroker sauber auf meinen Raspi bekomme 🙂

      Vielen Dank und Grüße,
      Andre

      posted in ioBroker Allgemein
      A
      andre-h
    • RE: [HowTo] IOBroker Installation Raspi 3

      Danke für die schnelle Rückmeldung!
      Ich beginne nochmal von vorne und melde mich später wieder...

      Viele Grüße,
      Andre

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