Navigation

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

    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

    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 17
    • Best 0
    • Groups 1

    Biele

    @Biele

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

    Biele Follow
    Starter

    Latest posts made by Biele

    • RE: [Skript] Absolute Feuchte berechnen

      @paul53 Super Danke....
      Jetzt hab ich noch eine spezielle Frage.

      Bei meiner Lüftung gibt es eine Sommerlüften-Funktion.
      Dazu müssen beide Schalter auf an sein, durch 1 x Schalten aus/an wird die Sommerluftfunktion für 8h gestartet.

      Wie kann ich sowas in Blockly machen? Steh komplett auf dem Schlauch.

      Grüße

      Steffen

      posted in JavaScript
      B
      Biele
    • RE: Array

      Hallo ,

      naja ich habe beruflich bin ich Roboter-Prozessoptimierter.

      Warum eigentlich let und nicht var ?

      Grüße

      posted in Skripten / Logik
      B
      Biele
    • RE: Array

      Super vielen Dank

      Ich teste Mal .

      Gibt es noch ein syntax Handbuch ?

      Vielen Dank

      posted in Skripten / Logik
      B
      Biele
    • Array

      Hallo Zusammen,

      kann mir Jemand helfen bin noch ein NOOB.

      Hab ein Problem mit meinem Array geht das so nicht wie ich geschrieben hab?

      Gruß und Danke```
      `//Rolladen Steuerung
      //Auswerten von Sonnenstand,Automatik,Tag,Nacht,Schatten, Frost und Rolladen_LEVEL
      //******************************
      // Erdgeschoss
      //******************************
      //[0]=HWR/WC
      //[1]=DIELE
      //[2]=BÜRO
      //[3]=KÜCHE
      //[4]=LINKES FENSTER WOHNZIMMER
      //[5]=TERRASSENTÜR WOHNZIMMER
      //[6]=RECHTES FENSTER WOHNZIMMER
      //[7]=KLEINES FENSTER WOHNZIMMER
      //[8]=BAD
      //[9]=ELTERN
      //[10]=LINA
      //[11]=MARIE

      // Zuweisen Rollo ID
      String[] rollo = new String[11];
      rollo[0] = '("hm-rpc.1.MEQ18521.3.LEVEL").val)';
      rollo[1] = '("hm-rpc.1.MEQ18528.3.LEVEL").val)';
      rollo[2] = '("hm-rpc.1.MEQ18532.3.LEVEL").val)';
      rollo[3] = '("hm-rpc.1.MEQ18535.3.LEVEL").val)';
      rollo[4] = '("hm-rpc.1.MEQ18551.3.LEVEL").val)';
      rollo[5] = '("hm-rpc.1.MEQ18527.3.LEVEL").val)';
      rollo[6] = '("hm-rpc.1.MEQ18520.3.LEVEL").val)';
      rollo[7] = '("hm-rpc.1.MEQ18514.3.LEVEL").val)';
      rollo[8] = '("hm-rpc.1.MEQ18595.3.LEVEL").val)';
      rollo[9] = '("hm-rpc.1.MEQ18509.3.LEVEL").val)';
      rollo[10] = '("hm-rpc.1.MEQ18525.3.LEVEL").val)';
      rollo[11] = '("hm-rpc.1.MEQ1851.3.LEVEL").val)';

      // Festlegen Azimut für Beschattung
      var (min_azimut = new int[11]);
      min_azimut[0] = 30;
      min_azimut[1] = 30;
      min_azimut[2] = 30;
      min_azimut[3] = 83;
      min_azimut[4] = 165;
      min_azimut[5] = 167;
      min_azimut[6] = 165;
      min_azimut[7] = 250;
      min_azimut[8] = 250;
      min_azimut[9] = 82;
      min_azimut[10] = 83;
      min_azimut[11] = 250;

      int[] max_azimut = new int[10];
      max_azimut[0] = 150;
      max_azimut[1] = 150;
      max_azimut[2] = 150;
      max_azimut[3] = 250;
      max_azimut[4] = 330;
      max_azimut[5] = 330;
      max_azimut[6] = 330;
      max_azimut[7] = 359;
      max_azimut[8] = 359;
      max_azimut[9] = 250;
      max_azimut[10] = 251;
      max_azimut[11] = 359;
      //Level für Beschattung festlegen
      int[] schatten = new int[11];
      schatten[0] = 20;
      schatten[1] = 50;
      schatten[2] = 20;
      schatten[3] = 20;
      schatten[4] = 20;
      schatten[5] = 50;
      schatten[6] = 20;
      schatten[7] = 20;
      schatten[8] = 20;
      schatten[9] = 20;
      schatten[10] = 20;
      schatten[11] = 20;
      //Level Nacht Tag und Frost definieren
      var nacht=0;
      var tag=100;
      var tag_frost=95;
      // Festlegen Automatik für Fenster
      // einlesen über auto[0] = '"hm-rpc.1.IEQ057xxxx.3.State"'; möglich
      boolean[] auto = new boolean[10];
      auto[0] = true;
      auto[1] = true;
      auto[2] = true;
      auto[3] = true;
      auto[4] = true;
      auto[5] = true;
      auto[6] = true;
      auto[7] = true;
      auto[8] = true;
      auto[9] = true;
      auto[10] = false;
      auto[11]= true;

      //******************************
      //Variablen von Homematic
      //******************************
      var aussen_temp=null;
      var sonne_elevation=null;
      var sonnen_azimut=null;
      var rollo_nacht=null;
      var rollo_schatten=null;
      var rollo_auto=null;
      var rollo_auto_tag=null;
      var temp_rollo_level=null;
      //******************************
      //Rollo Steuern
      //******************************
      "schedule({* * * * *}", function () {
      for (int i = 0; i < rollo.lenght; i++){
      if (rollo_schatten==true && min_azimut[i]>sonne_azimut && max_azimut[i]<sonne_azimut &&/rollo_nacht="=false" rollo_auto="=true" rollo_auto_tag="=true){" var/temp_rollo_level="(rollo[i],val);" if/(temp_rollo_level="">schatten[i] && auto[i]==true){
      setState(rollo[i],schatten[i]);
      }
      }
      if (rollo_nacht==true && rollo_auto==true && rollo_auto_tag==true){
      var temp_rollo_level=(rollo[i],val);
      if (temp_rollo_level>nacht && auto[i]==true){
      setState(rollo[i],nacht);
      }
      }
      if (rollo_nacht==false && rollo_schatten==false && rollo_auto==true && rollo_auto_tag==true){
      if (auto[i]==true && aussen_temp>2){
      setState(rollo[i],tag);
      } else if (auto[i]==true && aussen_temp<2){
      setState(rollo[i],tag_frost);
      }
      }
      }
      });</sonne_azimut>` [/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i]

      posted in Skripten / Logik
      B
      Biele
    • RE: Problem beim harmony Installation

      Ich komm mit aktivem Filter nicht auf die Seite.

      Gruß

      posted in ioBroker Allgemein
      B
      Biele
    • RE: Problem beim harmony Installation

      Hallo ,

      ich habe glaub das Problem gefunden .

      Lag an meiner Fritzbox Einstellungen es wurde Toredo blockiert .

      Dadurch hatte ich kein Zugriff auf GitHub.

      Grüße

      posted in ioBroker Allgemein
      B
      Biele
    • RE: Problem beim harmony Installation

      hier nochmal ping Google.de

      root@ioBroker-Pi:~# ping google.de
      PING google.de(fra15s29-in-x03.1e100.net (2a00:1450:4001:806::2003)) 56 data bytes
      64 bytes from fra15s29-in-x03.1e100.net (2a00:1450:4001:806::2003): icmp_seq=1 ttl=56 time=14.6 ms
      64 bytes from fra15s29-in-x03.1e100.net (2a00:1450:4001:806::2003): icmp_seq=2 ttl=56 time=13.3 ms
      64 bytes from fra15s29-in-x03.1e100.net (2a00:1450:4001:806::2003): icmp_seq=3 ttl=56 time=13.6 ms
      64 bytes from fra15s29-in-x03.1e100.net (2a00:1450:4001:806::2003): icmp_seq=4 ttl=56 time=13.4 ms
      ^C
      --- google.de ping statistics ---
      4 packets transmitted, 4 received, 0% packet loss, time 3004ms
      rtt min/avg/max/mdev = 13.398/13.797/14.646/0.500 ms
      
      
      posted in ioBroker Allgemein
      B
      Biele
    • RE: Problem beim harmony Installation
      root@ioBroker-Pi:~# ping 8.8.8.8
      PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
      64 bytes from 8.8.8.8: icmp_seq=1 ttl=60 time=13.5 ms
      64 bytes from 8.8.8.8: icmp_seq=2 ttl=60 time=12.7 ms
      64 bytes from 8.8.8.8: icmp_seq=3 ttl=60 time=13.1 ms
      ^C
      --- 8.8.8.8 ping statistics ---
      3 packets transmitted, 3 received, 0% packet loss, time 2003ms
      rtt min/avg/max/mdev = 12.781/13.159/13.517/0.300 ms
      
      
      root@ioBroker-Pi:~# ping github.com
      ping: github.com: Temporärer Fehler bei der Namensauflösung
      root@ioBroker-Pi:~#
      
      
      root@ioBroker-Pi:~# sudo npm install ltx
      /root
      └── ltx@2.7.1
      
      npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
      npm WARN root No description
      npm WARN root No repository field.
      npm WARN root No README data
      npm WARN root No license field.
      
      

      ! root@ioBroker-Pi:~# root@ioBroker-Pi:~# sudo npm install ltx
      ! -bash: root@ioBroker-Pi:~#: Kommando nicht gefunden.
      ! root@ioBroker-Pi:~# /root
      ! -bash: /root: Ist ein Verzeichnis
      ! root@ioBroker-Pi:~# └── ltx@2.7.1
      ! -bash: └──: Kommando nicht gefunden.
      ! root@ioBroker-Pi:~#
      ! root@ioBroker-Pi:~# npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
      ! Usage: npm<command></command>
      ! where <command></command>is one of:
      ! access, adduser, bin, bugs, c, cache, completion, config,
      ! ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
      ! explore, get, help, help-search, i, init, install,
      ! install-test, it, link, list, ln, login, logout, ls,
      ! outdated, owner, pack, ping, prefix, prune, publish, rb,
      ! rebuild, repo, restart, root, run, run-script, s, se,
      ! search, set, shrinkwrap, star, stars, start, stop, t, team,
      ! test, tst, un, uninstall, unpublish, unstar, up, update, v,
      ! version, view, whoami
      ! npm <command></command>-h quick help on<command></command>
      ! npm -l display full usage info
      ! npm help <term>search for help on <term>npm help npm involved overview
      ! Specify configs in the ini-formatted file:
      ! /root/.npmrc
      ! or on the command line via: npm <command></command>–key value
      ! Config info can be viewed via: npm help config
      ! npm@4.6.1 /usr/local/lib/node_modules/npm
      ! root@ioBroker-Pi:~# npm WARN root No description
      ! Usage: npm<command></command>
      ! where <command></command>is one of:
      ! access, adduser, bin, bugs, c, cache, completion, config,
      ! ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
      ! explore, get, help, help-search, i, init, install,
      ! install-test, it, link, list, ln, login, logout, ls,
      ! outdated, owner, pack, ping, prefix, prune, publish, rb,
      ! rebuild, repo, restart, root, run, run-script, s, se,
      ! search, set, shrinkwrap, star, stars, start, stop, t, team,
      ! test, tst, un, uninstall, unpublish, unstar, up, update, v,
      ! version, view, whoami
      ! npm <command></command>-h quick help on<command></command>
      ! npm -l display full usage info
      ! npm help <term>search for help on <term>npm help npm involved overview
      ! Specify configs in the ini-formatted file:
      ! /root/.npmrc
      ! or on the command line via: npm <command></command>--key value
      ! Config info can be viewed via: npm help config
      ! npm@4.6.1 /usr/local/lib/node_modules/npm
      ! root@ioBroker-Pi:~# npm WARN root No repository field.
      ! Usage: npm<command></command>
      ! where <command></command>is one of:
      ! access, adduser, bin, bugs, c, cache, completion, config,
      ! ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
      ! explore, get, help, help-search, i, init, install,
      ! install-test, it, link, list, ln, login, logout, ls,
      ! outdated, owner, pack, ping, prefix, prune, publish, rb,
      ! rebuild, repo, restart, root, run, run-script, s, se,
      ! search, set, shrinkwrap, star, stars, start, stop, t, team,
      ! test, tst, un, uninstall, unpublish, unstar, up, update, v,
      ! version, view, whoami
      ! npm <command></command>-h quick help on<command></command>
      ! npm -l display full usage info
      ! npm help <term>search for help on <term>npm help npm involved overview
      ! Specify configs in the ini-formatted file:
      ! /root/.npmrc
      ! or on the command line via: npm <command></command>--key value
      ! Config info can be viewed via: npm help config
      ! npm@4.6.1 /usr/local/lib/node_modules/npm
      ! root@ioBroker-Pi:~# npm WARN root No README data
      ! Usage: npm<command></command>
      ! where <command></command>is one of:
      ! access, adduser, bin, bugs, c, cache, completion, config,
      ! ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
      ! explore, get, help, help-search, i, init, install,
      ! install-test, it, link, list, ln, login, logout, ls,
      ! outdated, owner, pack, ping, prefix, prune, publish, rb,
      ! rebuild, repo, restart, root, run, run-script, s, se,
      ! search, set, shrinkwrap, star, stars, start, stop, t, team,
      ! test, tst, un, uninstall, unpublish, unstar, up, update, v,
      ! version, view, whoami
      ! npm <command></command>-h quick help on<command></command>
      ! npm -l display full usage info
      ! npm help <term>search for help on <term>npm help npm involved overview
      ! Specify configs in the ini-formatted file:
      ! /root/.npmrc
      ! or on the command line via: npm <command></command>--key value
      ! Config info can be viewed via: npm help config
      ! npm@4.6.1 /usr/local/lib/node_modules/npm
      ! root@ioBroker-Pi:~# npm WARN root No license field.
      ! Usage: npm<command></command>
      ! where <command></command>is one of:
      ! access, adduser, bin, bugs, c, cache, completion, config,
      ! ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
      ! explore, get, help, help-search, i, init, install,
      ! install-test, it, link, list, ln, login, logout, ls,
      ! outdated, owner, pack, ping, prefix, prune, publish, rb,
      ! rebuild, repo, restart, root, run, run-script, s, se,
      ! search, set, shrinkwrap, star, stars, start, stop, t, team,
      ! test, tst, un, uninstall, unpublish, unstar, up, update, v,
      ! version, view, whoami
      ! npm <command></command>-h quick help on<command></command>
      ! npm -l display full usage info
      ! npm help <term>search for help on <term>npm help npm involved overview
      ! Specify configs in the ini-formatted file:
      ! /root/.npmrc
      ! or on the command line via: npm <command></command>--key value
      ! Config info can be viewed via: npm help config
      ! npm@4.6.1 /usr/local/lib/node_modules/npm
      ! root@ioBroker-Pi:~# root@ioBroker-Pi:~#
      ! -bash: root@ioBroker-Pi:~#: Kommando nicht gefunden.</term></term></term></term></term></term></term></term></term></term>

      Ich hoffe das ist das was Du wolltest:-)

      posted in ioBroker Allgemein
      B
      Biele
    • RE: Problem beim harmony Installation

      pi@ioBroker-Pi:~ $ ping auf 8.8.8.8

      ping: auf: Der Name oder der Dienst ist nicht bekannt

      pi@ioBroker-Pi:~ $ ping google.de

      PING google.de(fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003)) 56 data bytes

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=1 ttl=56 time=14.0 ms

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=2 ttl=56 time=13.0 ms

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=3 ttl=56 time=13.4 ms

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=4 ttl=56 time=13.2 ms

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=5 ttl=56 time=13.4 ms

      64 bytes from fra16s18-in-x03.1e100.net (2a00:1450:4001:81e::2003): icmp_seq=6 ttl=56 time=16.0 ms

      ^C

      –- google.de ping statistics ---

      6 packets transmitted, 6 received, 0% packet loss, time 5007ms

      rtt min/avg/max/mdev = 13.095/13.883/16.041/1.009 ms

      posted in ioBroker Allgemein
      B
      Biele
    • RE: Problem beim harmony Installation

      Das Pi hängt an einem Switch und

      es hat auch Internet.

      Hab mal einen Ping an google gesendet.

      Ist ein fertiges Image von IoBroker.

      Was brauchst Du noch?

      posted in ioBroker Allgemein
      B
      Biele
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo