Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 402
    • Best 22
    • Groups 2

    emil70

    @emil70

    22
    Reputation
    22
    Profile views
    402
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    emil70 Follow
    Pro Starter

    Best posts made by emil70

    • RE: Unifi G4 doorbell | Intercom | IoBroker | Tablet | Blockly

      @jackdaniel sagte in Unifi G4 doorbell | Intercom | IoBroker | Tablet | Blockly:

      unifi-protect adapter

      man benötigt kein unifi-protect adapter dafür

      ich habe mir ein View für mein Kamerabild am Eingang erstellt. Welches man nicht in der normalen VIS am Tablet sieht

      [{"tpl":"tplMfdCamMjpg","data":{"g_fixed":false,"g_visibility":false,"g_css_font_text":false,"g_css_background":false,"g_css_shadow_padding":false,"g_css_border":false,"g_gestures":false,"g_signals":false,"g_last_change":false,"visibility-cond":"==","visibility-val":1,"visibility-groups-action":"hide","asButton":"true","signals-cond-0":"==","signals-val-0":true,"signals-icon-0":"/vis/signals/lowbattery.png","signals-icon-size-0":0,"signals-blink-0":false,"signals-horz-0":0,"signals-vert-0":0,"signals-hide-edit-0":false,"signals-cond-1":"==","signals-val-1":true,"signals-icon-1":"/vis/signals/lowbattery.png","signals-icon-size-1":0,"signals-blink-1":false,"signals-horz-1":0,"signals-vert-1":0,"signals-hide-edit-1":false,"signals-cond-2":"==","signals-val-2":true,"signals-icon-2":"/vis/signals/lowbattery.png","signals-icon-size-2":0,"signals-blink-2":false,"signals-horz-2":0,"signals-vert-2":0,"signals-hide-edit-2":false,"lc-type":"last-change","lc-is-interval":true,"lc-is-moment":false,"lc-format":"","lc-position-vert":"top","lc-position-horz":"right","lc-offset-vert":0,"lc-offset-horz":0,"lc-font-size":"12px","lc-font-family":"","lc-font-style":"","lc-bkg-color":"","lc-color":"","lc-border-width":"0","lc-border-style":"","lc-border-color":"","lc-border-radius":10,"lc-zindex":0,"g_dialog":false,"dialog_width":"640","dialog_height":"480","icon":"http://192.168.178.65/snap.jpeg","icon_interval":"500"},"style":{"left":"5px","top":"5px","width":"1280px","height":"800px"},"widgetSet":"jqui-mfd"}]
      

      icon_interval":"500" steht auf 500ms. Bedeutet alle 500 MS wird ein neues Bild erzeugt. Sieht dann wie ein Livebild aus. Die Zeiten kann man im Widgets anpassen

      In den Einstellungen(Webif) der Kamera kann man
      Screenshot 2024-02-24 at 09-04-22 UniFi Protect.png
      aktivieren

      Über den Link http://192.168.178.65/snap.jpeg :IP angepasst bekommt man dann ein Standbild

      Mein Blockly sieht dann so aus

      Screenshot 2024-02-24 at 09-05-39 javascript - f7c478effa45.png

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on" id="mB8U4~enKq{inDA}C=9Z" x="-612" y="-287">
          <field name="OID">alias.0.Flur.Klingelstatus.ACTUAL</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="R17Tu(_+g5V7Y@X[3I4q">
              <mutation elseif="1"></mutation>
              <value name="IF0">
                <block type="logic_negate" id="5:rBm7?ek205^Y_EpBNx">
                  <value name="BOOL">
                    <block type="get_value" id="lb|Pb~V0jx^s-vI{Mdw,">
                      <field name="ATTR">val</field>
                      <field name="OID">alias.0.Flur.Klingelstatus.ACTUAL</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="timeouts_settimeout" id="{=r^fq`cVYKBP$zRjb|;">
                  <field name="NAME">timeout</field>
                  <field name="DELAY">15</field>
                  <field name="UNIT">sec</field>
                  <statement name="STATEMENT">
                    <block type="procedures_callcustomnoreturn" id="J^7h5R~=dUOOB3$X?E#7">
                      <mutation name="Startseite an"></mutation>
                    </block>
                  </statement>
                </block>
              </statement>
              <value name="IF1">
                <block type="get_value" id="ad[ek;%W_jM),X(c#Q0j">
                  <field name="ATTR">val</field>
                  <field name="OID">alias.0.Flur.Klingelstatus.ACTUAL</field>
                </block>
              </value>
              <statement name="DO1">
                <block type="procedures_callcustomnoreturn" id="9bTJ07cel.ON7gr7Uzi?">
                  <mutation name="Bild Kamera Eingang an"></mutation>
                  <next>
                    <block type="control" id="L%YrHlJRwVxq!^-w;{`=">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                      <field name="OID">fully-tablet-control.0.device.wandtablet.commands.triggerMotion</field>
                      <field name="WITH_DELAY">TRUE</field>
                      <field name="DELAY_MS">1000</field>
                      <field name="UNIT">ms</field>
                      <field name="CLEAR_RUNNING">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="=;kFsK40T-![zW6N]*tD">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
        <block type="procedures_defcustomnoreturn" id="An;{RLE$}|QcMD]a,bL_" x="-387" y="-287">
          <mutation statements="false"></mutation>
          <field name="NAME">Bild Kamera Eingang an</field>
          <field name="SCRIPT">IHNldFN0YXRlKCJ2aXMuMC5jb250cm9sLmNvbW1hbmQiLCAneyJpbnN0YW5jZSI6ICIqIiwgImNvbW1hbmQiOiAiY2hhbmdlVmlldyIsICJkYXRhIjogIm1haW4vS2FtZXJhRWluZ2FuZ1dhbmRUYWJsZXQifScpOw==</field>
          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
        </block>
        <block type="procedures_defcustomnoreturn" id="^PMwI:/Z/Ox*et`e7BUS" x="-387" y="-238">
          <mutation statements="false"></mutation>
          <field name="NAME">Startseite an</field>
          <field name="SCRIPT">IHNldFN0YXRlKCJ2aXMuMC5jb250cm9sLmNvbW1hbmQiLCAneyJpbnN0YW5jZSI6ICIqIiwgImNvbW1hbmQiOiAiY2hhbmdlVmlldyIsICJkYXRhIjogIm1haW4vU3RhcnRzZWl0ZSJ9Jyk7</field>
          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
        </block>
      </xml>
      

      Inhalt javascript Funktion

       setState("vis.0.control.command", '{"instance": "*", "command": "changeView", "data": "main/KameraEingangWandTablet"}');
      
       setState("vis.0.control.command", '{"instance": "*", "command": "changeView", "data": "main/Startseite"}');
      
      posted in ioBroker Allgemein
      E
      emil70
    • RE: iot-Adapater Geofence

      @michihorn

      bei mir funktionierte das auch nicht mehr. HAbe es lange nicht mehr genutzt und iobroker auch schon mal aufgesetzt mit einem Backup Gleicher Fehler

      Nach
      Screenshot 2024-12-05 at 20-02-09 instances - c085e79aaebc.png

      und eingabe des neus Key im App geht es wieder. Vorher im Browser getestet

      posted in Cloud Dienste
      E
      emil70
    • RE: [Vorlage] Servicemeldungen Volume2

      @looxer01

      Der LOWBAT Datenpunkt sieht so aus

      {
        "type": "state",
        "common": {
          "name": "Heizung Büro:0.LOWBAT",
          "role": "indicator.lowbat",
          "def": false,
          "type": "boolean",
          "read": true,
          "write": false
        },
        "native": {
          "DEFAULT": false,
          "FLAGS": 9,
          "ID": "LOWBAT",
          "MAX": true,
          "MIN": false,
          "OPERATIONS": 5,
          "TAB_ORDER": 3,
          "TYPE": "BOOL",
          "UNIT": ""
        },
        "from": "system.adapter.hm-rega.0",
        "user": "system.user.admin",
        "ts": 1733764617734,
        "_id": "hm-rpc.0.NEQ0871182.0.LOWBAT",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      der LOWBAT_ALARM Datenpunkt so

      {
        "type": "state",
        "common": {
          "name": "Heizung Büro:0.LOWBAT_ALARM",
          "type": "number",
          "role": "indicator.alarm",
          "read": true,
          "write": true,
          "def": 0,
          "states": {
            "0": "NO ALARM",
            "1": "ALARM",
            "2": "ACKNOWLEDGED"
          }
        },
        "native": {
          "Name": "Heizung Büro:0.LOWBAT_ALARM",
          "TypeName": "ALARM",
          "DP": "16869"
        },
        "from": "system.adapter.hm-rega.0",
        "user": "system.user.admin",
        "ts": 1733806812677,
        "_id": "hm-rpc.0.NEQ0871182.0.LOWBAT_ALARM",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      der BATTERY_STATE Datenpunkt so

      {
        "type": "state",
        "common": {
          "name": "Heizung Büro.BATTERY_STATE",
          "role": "value.voltage",
          "def": 0,
          "type": "number",
          "read": true,
          "write": false,
          "min": 1.5,
          "max": 4.6,
          "unit": "V"
        },
        "native": {
          "CONTROL": "NONE",
          "DEFAULT": 0,
          "FLAGS": 1,
          "ID": "BATTERY_STATE",
          "MAX": 4.6,
          "MIN": 1.5,
          "OPERATIONS": 5,
          "TAB_ORDER": 2,
          "TYPE": "FLOAT",
          "UNIT": "V"
        },
        "from": "system.adapter.hm-rega.0",
        "user": "system.user.admin",
        "ts": 1733764617915,
        "_id": "hm-rpc.0.NEQ0871182.4.BATTERY_STATE",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      Screenshot 2025-03-19 at 12-33-17 objects - f5529c8310eb.png
      Hoffe das ist das was du brauchst

      posted in Skripten / Logik
      E
      emil70
    • RE: [erledigt] Müllkalender, keine Benachrichtigung

      @accuface

      Mein Blockly für die Alexaansage am Tag vor der Abholung um 19 Uhr sieht so aus
      Screenshot 2024-10-29 at 19-22-39 javascript - 4c5c1fa7680f.png

      posted in Blockly
      E
      emil70
    • RE: [iot] iot Adapter erfolgreich Verbunden, Steuerung per Alexa klappt nicht

      Muss hier auch mal nachfragen. Nutze iot Adapter schon 11 Monate .
      Abonnement für Assistenten (pro)
      Gültig bis:
      12.12.2021 23:59:59

      Seid heute geht kein Gerät (115) mehr die in iot drin sind über Alexa. Habe mal Alle Geräte entfernt und neu suchen lassen.
      Es wird keins gefunden

      Adapter ist bei allen 3 Punkten grün

      Alexa und iot Adapter schon neu gestartet.

      Jemand eine Idee??

      PlatformBetriebssystem:linux
      Architektur:x64
      CPUs:4
      Geschwindigkeit:1501 MHz
      Modell:Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      RAM:11.5 GB
      System-Betriebszeit:5 T. 04:20:36
      Node.js:v12.22.7
      NPM:6.14.15
      Datenträgergröße:3572.6 GB
      Festplatte frei:2114.7 GB
      Adapter-Anzahl:363
      Betriebszeit:5 T. 04:17:46
      Aktive Instanzen:23
      Pfad:/opt/iobroker/
      admin v5.1.25
      

      Edit: 19:25

      Nach deaktivieren/aktivieren des Skills geht es wieder

      posted in ioBroker Allgemein
      E
      emil70
    • RE: JS Denon Lautstärke bei bestimmten Eingang

      @olli_m sagte in JS Denon Lautstärke bei bestimmten Eingang:

      @emil70
      bzw. magst dein ganzes blockly mal zeigen?

      Klar

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="comment" id="%N*@JtUl[]=~FPkn/G^?" x="-5637" y="-1388">
          <field name="COMMENT">Denon-Receiver Eingangsquellen und Lautstärke schalten</field>
          <next>
            <block type="on_ext" id="Cf|gLI@7/kXJi.qc(A#[">
              <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
              <field name="CONDITION">true</field>
              <field name="ACK_CONDITION"></field>
              <value name="OID0">
                <shadow type="field_oid" id="dC+)C;VAkR82m)yr]~St">
                  <field name="oid">0_userdata.0.Denon.Sat</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="T^Px.q_J/`b8OKON(Rlc">
                  <value name="IF0">
                    <block type="logic_compare" id="lT=[=pXY,Ugk2,URoNGP">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="v4*tYSP[~;LWZ_OZ|rPQ">
                          <field name="ATTR">val</field>
                          <field name="OID">0_userdata.0.Denon.FireTvStick</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_boolean" id="C[[L9cX/1v9z/SR*x|1:">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="comment" id="?upP#3onMGIQDM-6t4i=">
                      <field name="COMMENT">aktualisieren immer bei eigenen Datenpunkten</field>
                      <next>
                        <block type="update" id="sU*O@vc5SLiL;Js5KrLn">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.Denon.FireTvStick</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="^S-Z)lmg`)fK|CC|KfV|">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <next>
                    <block type="comment" id="yx*C-2},46^+mUB6!Nh3">
                      <field name="COMMENT">Sony-TV und Denon</field>
                      <next>
                        <block type="controls_if" id="M?SRQ]KIepP$G_:zJtdb">
                          <value name="IF0">
                            <block type="logic_compare" id="Z(n+NObAhpX31~ZmeuWY">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="FAXa}}|w.~=oLVL9C`vf">
                                  <field name="ATTR">val</field>
                                  <field name="OID">alias.0.Wohnzimmer.Sony-TV.SET</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_boolean" id="49*zrHY=:a7bI53};*WM">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="control" id="Z6$]q=QyEe*m%oOf74yj">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">alias.0.Wohnzimmer.Sony-TV.SET</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="7kx/V_1yCx_96TWfFvq/">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                              <next>
                                <block type="control" id="$@79xAGK|%VJ(nt{MC|}">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">denon.0.zoneMain.powerZone</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="833wNNE$Sv#+YBIe}o5A">
                                      <field name="BOOL">TRUE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="c-(bX2*;5~mzJC75X_Qt">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">hm-rega.0.43542</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="#[:IdY43q,cM3bj1;sfN">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </statement>
                          <next>
                            <block type="timeouts_wait" id="50g{,qK:aCq$bnY;(x|#">
                              <field name="DELAY">2</field>
                              <field name="UNIT">sec</field>
                              <next>
                                <block type="controls_if" id="W=%ady/VvuT@B41,BJ`x">
                                  <value name="IF0">
                                    <block type="logic_compare" id="nv?wkJ|kss@E]Z:$a/sX">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="#)yH~#*_Z(w|/1+uqLW.">
                                          <field name="ATTR">val</field>
                                          <field name="OID">enigma2.0.enigma2.STANDBY</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="YR4}^2G,*07hfz6mUR_k">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="control" id="#4E4jDNM7H8t?Ah@BZ`n">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">alias.0.Wohnzimmer.Fernseher.PRESS_SHORT_2</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="HlJu={k/}B{hGXn/wRIa">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="update" id="IhBXg:lnKh{.A^89]y`5">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">0_userdata.0.Denon.VuReceiverStatus</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="text" id="!0s+;Wv(NPhCiGEU%;SI">
                                              <field name="TEXT">Aktiv</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="control" id="s7M0u/]azh,}0m41pZ0E">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">hm-rega.0.43708</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="TLXL%q0)@r.!?O^5Jq/[">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                  <next>
                                    <block type="timeouts_wait" id="6KmZ@Eg^y}e0Xjc3U7M(">
                                      <field name="DELAY">5</field>
                                      <field name="UNIT">sec</field>
                                      <next>
                                        <block type="comment" id="2^@;R7TVq?R_wSJ2/yTG">
                                          <field name="COMMENT">Denon-Kanalwahl</field>
                                          <next>
                                            <block type="control" id=".hhPmj/z73gaa}qXU1.r">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">denon.0.zoneMain.selectInput</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="text" id="Qqd3jyfGE-b.0oJ5rCrV">
                                                  <field name="TEXT">6</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="update" id="z?kFE;g%2m)jq,95Ms|v">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">0_userdata.0.Denon.Eingangsquelle</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="text" id="JExAAi|gF.Ul,QWBkDvk">
                                                      <field name="TEXT">Receiver</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="comment" id=",C*_#SR8Yu3a@~m{2fa!">
                                                      <field name="COMMENT">Denon  Lautstärke</field>
                                                      <next>
                                                        <block type="control" id="L:7)}YeBbXO`G%g;4{Rs">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">denon.0.zoneMain.volume</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id=":YV/[)hEll]M]A]n|,VE">
                                                              <field name="NUM">70.5</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="control" id="xj]3B|Y2sIkSN]m``bW`">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                              <field name="OID">denon.0.zoneMain.volumeDown</field>
                                                              <field name="WITH_DELAY">TRUE</field>
                                                              <field name="DELAY_MS">10</field>
                                                              <field name="UNIT">sec</field>
                                                              <field name="CLEAR_RUNNING">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="logic_boolean" id="5tHjpM:|K81wrv]UTEmP">
                                                                  <field name="BOOL">TRUE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
              <next>
                <block type="on_ext" id="=,I=lmT6YLz*`Jw!Nxmb">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                  <field name="CONDITION">false</field>
                  <field name="ACK_CONDITION"></field>
                  <value name="OID0">
                    <shadow type="field_oid" id="?F9jj{sXbBjv`k1t2r30">
                      <field name="oid">0_userdata.0.Denon.Sat</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="timeouts_wait" id="o/v6,Mqs=Xf`S2:k-+Ui">
                      <field name="DELAY">1</field>
                      <field name="UNIT">sec</field>
                      <next>
                        <block type="controls_if" id="eR-|G?tB.IWLVV?9TF8v">
                          <value name="IF0">
                            <block type="logic_compare" id="uv(bo|Z6jBVYG|^CY,.q">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="I5WSr!#lhVEho;#a(:Tt">
                                  <field name="ATTR">val</field>
                                  <field name="OID">enigma2.0.enigma2.STANDBY</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_boolean" id="StcOdxzm]P/EZN#bGYfk">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="control" id="sF%RdVlZLK}0y7j}7o+`">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">alias.0.Wohnzimmer.Fernseher.PRESS_SHORT</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="F6cwN,e^)W-GF])T/R4_">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                              <next>
                                <block type="update" id="rMCP8C;8qFTX|*r@fInw">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">0_userdata.0.Denon.VuReceiverStatus</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="text" id="Q/w?OYH:qK]H|]3?.dAy">
                                      <field name="TEXT">Standby</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="6zSilyX%K_i6j.xKDR0!">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">hm-rega.0.43708</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="!)krZ*aEB+/}=A4^-u(q">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </statement>
                          <next>
                            <block type="timeouts_wait" id="K`pU}ht%,qJC[.`Xk:-O">
                              <field name="DELAY">2</field>
                              <field name="UNIT">sec</field>
                              <next>
                                <block type="controls_if" id="R4NbT3JtmfK`P~=;:IPq">
                                  <mutation else="1"></mutation>
                                  <value name="IF0">
                                    <block type="logic_compare" id="ZXZ?F@#2YrKE2d9%-631">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="NIL}KJwnV^AbZ.keJTwG">
                                          <field name="ATTR">val</field>
                                          <field name="OID">0_userdata.0.Denon.FireTvStick</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="M,eXbL?2G1Lu,bJJq,0[">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="comment" id="51_ApM,S6lnmRa0.J`E6">
                                      <field name="COMMENT">Sony-TV</field>
                                      <next>
                                        <block type="control" id="YPJE$UggOxU7[Mv]Mu6a">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">alias.0.Wohnzimmer.Sony-TV.SET</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="logic_boolean" id="@=W[AVHu{?6?zcXh8c)1">
                                              <field name="BOOL">TRUE</field>
                                            </block>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                  <statement name="ELSE">
                                    <block type="control" id="`o0aa{`u|M+!vVMdKcsM">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">alias.0.Wohnzimmer.Sony-TV.SET</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="Z|$_m_05mx3.(s~[#sst">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="control" id="psgKlR;udvGsU^nvTd%v">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">denon.0.zoneMain.powerZone</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="logic_boolean" id="-;L*`q#fP!)@Sg(5F/?s">
                                              <field name="BOOL">FALSE</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="control" id="*!P@wKo/5~HoG1]fXZOh">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">hm-rega.0.43542</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="=jKuCQ^[5#~*~?Anrj^z">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="update" id="9S{+Y^!zwd/KAokPG|PK">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">0_userdata.0.Denon.Eingangsquelle</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="text" id="MjF~x3_rrHV%}_)rq+?y">
                                                      <field name="TEXT"></field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="update" id="kabKFOk7p9I`,3+zHOqc">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">0_userdata.0.Denon.VuReceiverStatus</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text" id="se*,9J8fF*HsnHgex.`s">
                                                          <field name="TEXT">Standby</field>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="*Tsn]M3@bN7WQPJRkm.B">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">hm-rega.0.43708</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="e7Iso[QE#)kj_7FKa%_=">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </next>
        </block>
      </xml>
      
      posted in JavaScript
      E
      emil70
    • RE: [Neuer Adapter] Hiob (Handy App)

      @mor15euro

      Danke dir

      Ist wohl ein Bug im Admin Adapter

      posted in Tester
      E
      emil70
    • RE: Alexa2 3.26.x

      @apollon77

      bei mir geht es wieder

      Danke dir

      posted in Entwicklung
      E
      emil70
    • RE: Ausfallsicherung

      @smartin

      Ich lass meine Sonoff mit der Software überwachen, ob sie online sind. Wenn nicht werden sie neu gestartet.


      #!/bin/bash

      check and log if a host is reachable by ping

      #CONFIGURATION

      #IP of host
      GERAET=Buerobeleuchtung
      WATCH_IP="192.168.178.40"
      #path to logfile
      LOGFILE="/var/log/Sonoff/Buerobeleuchtung.log"
      #duration between pings
      PAUSE=60
      #how many failed pings before log
      TESTS=10

      #SCRIPT

      #initialize
      MISSED=0
      #touch $LOGFILE

      #-lt = lesser than = kleiner als
      #-eq = equal = Gleichheit
      #-ne = not equal = Ungleichheit
      #-le = lesser or equal = kleiner oder gleich
      #-ge = greater or equal = größer oder gleich
      #-gt = greater than = größer als

      while true; do
      if ! ping -c 1 -w 1 $WATCH_IP > /dev/null; then echo $MISSED
      ((MISSED++))
      else
      if [ $MISSED -ge $TESTS ]; then
      echo date "-" $GERAET "ist wieder online." >> $LOGFILE;
      fi
      MISSED=0
      fi;
      if [ $MISSED -eq $TESTS ]; then
      echo date "-" $GERAET "wurde neu gestartet." >> $LOGFILE;
      echo "reboot" | socat - udp-sendto:192.168.178.40:6676
      fi
      sleep $PAUSE;
      done

      Müsste man anpassen

      Das script arbeitet als Schleife

      socat muss installiert sein

      posted in ioBroker Allgemein
      E
      emil70
    • RE: Endgerät Visualisierung Kaufempfehlung & Übersicht

      ich habe ein

      	SM-T510 (samsung) Model 2019 und 2 GB Ram
      

      und nutze die

      Motion Detection (PLUS)
      

      Gleichzeitig nutze ich ein Blockly umd dieses ein und auszuschalten, Wenn der TV läuft.
      da sonst das Teil ständig an und aus geht

      Screenshot 2023-02-03 at 17-34-51 javascript - iobroker.png

      posted in Hardware
      E
      emil70

    Latest posts made by emil70

    • RE: Kamera Snapshot

      @all die go2rtc nutzen,

      gibt es dazu eine gute Anleitung( am besten in deutsch), wie man die Kameras einbindet und wie man das System erstmal richtig einstellt unter docker?

      Nutze bis jetzt motioneye

      posted in Visualisierung
      E
      emil70
    • RE: Grafana in Docker installieren

      @legro

      ich habe grafana vorgestern über Portainer ganz normal installieren können unter docker. benutzen tue ich das Image

      mit den angelegten Einstellungen

      Screenshot 2025-08-22 at 05-09-30 Portainer local.png

      ich nutzte macvlan

      Nutzt du das Gleiche?

      posted in Grafana
      E
      emil70
    • RE: Test Adapter drops-weather 1.2.x

      @david-g

      Weiß ich nicht

      posted in Tester
      E
      emil70
    • RE: Test Adapter drops-weather 1.2.x

      @ilovegym
      Kann ich dir nicht sagen. Wie sehe ich das unter docker?

      posted in Tester
      E
      emil70
    • RE: panasonic-comfort-cloud LÄUFT --> liefert aber keine Daten

      Das App wurde aktualisiert

      In den Adapter muss jetzt

      3.0.0 
      

      rein

      Klick

      posted in ioBroker Allgemein
      E
      emil70
    • RE: Test Adapter drops-weather 1.2.x

      @david-g

      HAbe etzt das nachinstalliert und nun geht es

      sudo apt update
      
      sudo apt install libnss3
      
      sudo apt install libatk1.0-0
      
      sudo apt install libxkbcommon-x11-0
      
      sudo apt-get install libxcomposite-dev
      
      sudo apt-get install libxdamage1
      
      sudo apt-get install libxrandr2
      
      sudo apt-get install libgbm-dev
      
      sudo apt-get install libasound2
      
      sudo apt-get install -y libatk-bridge2.0-0 libgtk-3.0
      
      posted in Tester
      E
      emil70
    • RE: Test Adapter drops-weather 1.2.x

      Habe es mal unter Docker auf Synologie aufgespielt

      Fehlermeldung

      drops-weather.0
      	2025-08-04 18:54:08.665	error	unhandled promise rejection: Cannot read properties of null (reading 'pages')
      drops-weather.0
      	2025-08-04 18:54:08.665	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().
      drops-weather.0
      	2025-08-04 18:54:08.664	warn	TypeError: Cannot read properties of null (reading 'newPage')
      drops-weather.0
      	2025-08-04 18:54:08.662	warn	setTimeout called, but adapter is shutting down
      drops-weather.0
      	2025-08-04 18:54:08.661	error	error launching browser undefined - Error: Failed to launch the browser process!/opt/iobroker/.cache/puppeteer/chrome/linux-138.0.7204.168/chrome-linux64/chrome: error while loading shared libraries: libnspr4.so: cannot open shared object file: No such file or directoryTROUBLESHOOTING: https://pptr.dev/troubleshooting
      drops-weather.0
      	2025-08-04 18:54:08.651	error	Cannot read properties of null (reading 'pages')
      
      PlatformBetriebssystem:linux
      Architektur:x64
      CPUs:4
      Geschwindigkeit:2197 MHz
      Modell:Intel(R) Celeron(R) CPU J3455 @ 1.50GHz
      RAM:11.5 GB
      System-Betriebszeit:2 T. 19:58:12
      Node.js:v20.18.2
      Zeit:1754276673997
      Zeitversatz:-120
      NPM:10.8.2
      Adapter-Anzahl:572
      Datenträgergröße:3572.6 GB
      Freier Festplattenspeicher:2158.0 GB
      Aktive Instanzen:29
      Pfad:/opt/iobroker/
      Betriebszeit:2 T. 19:08:42
      aktiv:true
      _nodeCurrent:20.18.2
      _nodeNewest:20.19.4
      _nodeNewestNext:20.19.4
      _npmCurrent:10.8.2
      _npmNewest:10.8.2
      _npmNewestNext:10.8.2
      
      

      Bekommt man das da gelöst??

      posted in Tester
      E
      emil70
    • RE: Adapter Worx Landroid v3.x.x

      ich nutze schon ewig die v3.2.0 und habe bis jetzt noch keine Probleme.

      Nur zur Info, falls es von Bedeutung ist

      posted in Entwicklung
      E
      emil70
    • RE: tr-064 Adapter Anwesenheitssteuerung zu genau.

      @dasbrot

      ich habe das früher auch so gemacht. Nutze jetzt das
      script und bin sehr zu frieden

      posted in ioBroker Allgemein
      E
      emil70
    • RE: Tasmota CAM Blockly, um Bilder an Telegram zu schicken

      @eddy-ray

      Kannst du das Blockly mal zur Verfügung stellen?

      posted in Hardware
      E
      emil70
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo