Navigation

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

    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 32
    • Best 5
    • Groups 1

    bigtwinch

    @bigtwinch

    b

    7
    Reputation
    27
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email info@helistore.ch Location CH-8153 Rümlang Age 68

    bigtwinch Follow
    Starter

    Best posts made by bigtwinch

    • RE: QClock Bildschirmschoner

      Habe heute ein bisschen gespielt. "Basteln und Spielen mit dem Testsystem" 😄

      Nicht wircklich ein ScreenSaver aber es läuft 😮 8-)

      7456_qclock.jpg
      JavaScript etc. von https://github.com/mbirth/js-qlocktwo

      • Virtuellen Server eingerichtet, eigene ip mit port 8888
      Download von GIT
      
      Unzip ins /var/www/qclock
      
      [http://192.x.x.x:8888](http://192.x.x.x:8888) und schon ist die Uhr auf dem Schirm.
      
      Danach View im VIS erstellt. 
      

      ca. 20 Minuten Arbeit

      Gruss

      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Whattsapp Nachrichten senden

      Habe soeben etwas gefunden....
      ioBroker sendet texte zu Whattsapp 👍
      siehe: https://www.callmebot.com
      funktioniert tadellos und es kostet nichts "Freiwillige Spenden".
      Nachricht z.B. Hilfe Deine Blume braucht Wasser

      Gruss
      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: [offen][Problem]Swisscom Box http request

      Hallo Minninnewah

      Ja ist schon über 1/2Jahr alt, da hätte ich wirklich auch Interesse. 😉

      Konntest du das Problem lösen ?

      Wenn Ja würdest du das Script freigeben.

      Habe noch etwas interessantes gefunden siehe https://www.tryption.ch/de/2018/12/16/b … ernet-box/

      LG

      Christian

      posted in Skripten / Logik
      B
      bigtwinch
    • RE: Whattsapp Nachrichten senden

      Blockly example:

      
      BlocklyJavascriptTypeScript
      Protokoll
      Ausgewählte Blöcke exportieren
      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id="%r(rQZHkp8CW,$H:uqPy" x="-537" y="613">
          <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="~l-JgF5uy`1(j(`ui~:V">
              <value name="IF0">
                <block type="logic_compare" id="qkX99Fr)HjG@9xahj7OL">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id="vMR{Rxs9fJOk|bi0$(=a">
                      <field name="ATTR">val</field>
                      <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id=":5!aa48v)(KA[sW+!3_4">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="request" id="b#/,5B=kBS%G?blay/R$">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG">debug</field>
                  <value name="URL">
                    <shadow type="text" id="0TM-TsN,6_U,_G*Nw,v)">
                      <field name="TEXT">https://api.callmebot.com/whatsapp.php?phone=+41xxxxxxxxx&amp;text=test&amp;apikey=562399</field>
                    </shadow>
                  </value>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id="%r(rQZHkp8CW,$H:uqPy" x="-537" y="613">
          <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="~l-JgF5uy`1(j(`ui~:V">
              <value name="IF0">
                <block type="logic_compare" id="qkX99Fr)HjG@9xahj7OL">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id="vMR{Rxs9fJOk|bi0$(=a">
                      <field name="ATTR">val</field>
                      <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id=":5!aa48v)(KA[sW+!3_4">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="request" id="b#/,5B=kBS%G?blay/R$">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG">debug</field>
                  <value name="URL">
                    <shadow type="text" id="0TM-TsN,6_U,_G*Nw,v)">
                      <field name="TEXT">https://api.callmebot.com/whatsapp.php?phone=+41xxxxxxxxx&amp;text=test&amp;apikey=deinapikey</field>
                    </shadow>
                  </value>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      

      Gruss
      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Software für Kameras

      @lemuba Super info Danke! Installiert und läuft. Ja ca. 5 Minuten inkl. Ubunto und Shinobi.
      Gruss Christian

      posted in ioBroker Allgemein
      B
      bigtwinch

    Latest posts made by bigtwinch

    • RE: [Verkaufe] Zigbee LAN/USB/WLAN Gateway CC2652P

      @dimaiv Danke für die schnelle Lieferung.
      100% Top! Alles verlief völlig problemlos. IoBroker Installiert auf Thinkstation M720q als vm in Proxmox 7.1-8
      Der 2te Adapter ist für die Backup Maschine.
      Gruss aus der Schweiz
      Christian

      posted in Marktplatz
      B
      bigtwinch
    • RE: Frage : Migrate MySQL nach Influxdb

      @jackgruber Danke für das Script import/migrierte von "Migrated: 2,697,221" hat auf Anhieb funktioniert ! 👍 😀
      1000 Dank
      Gruss
      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Software für Kameras

      @lemuba Super info Danke! Installiert und läuft. Ja ca. 5 Minuten inkl. Ubunto und Shinobi.
      Gruss Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Whattsapp Nachrichten senden

      @Dreamboy74de
      1000 Dank.. WIE BLÖD VON MIR. (Übersehen)
      Gruss Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Whattsapp Nachrichten senden

      Blockly example:

      
      BlocklyJavascriptTypeScript
      Protokoll
      Ausgewählte Blöcke exportieren
      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id="%r(rQZHkp8CW,$H:uqPy" x="-537" y="613">
          <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="~l-JgF5uy`1(j(`ui~:V">
              <value name="IF0">
                <block type="logic_compare" id="qkX99Fr)HjG@9xahj7OL">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id="vMR{Rxs9fJOk|bi0$(=a">
                      <field name="ATTR">val</field>
                      <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id=":5!aa48v)(KA[sW+!3_4">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="request" id="b#/,5B=kBS%G?blay/R$">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG">debug</field>
                  <value name="URL">
                    <shadow type="text" id="0TM-TsN,6_U,_G*Nw,v)">
                      <field name="TEXT">https://api.callmebot.com/whatsapp.php?phone=+41xxxxxxxxx&amp;text=test&amp;apikey=562399</field>
                    </shadow>
                  </value>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id="%r(rQZHkp8CW,$H:uqPy" x="-537" y="613">
          <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="~l-JgF5uy`1(j(`ui~:V">
              <value name="IF0">
                <block type="logic_compare" id="qkX99Fr)HjG@9xahj7OL">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id="vMR{Rxs9fJOk|bi0$(=a">
                      <field name="ATTR">val</field>
                      <field name="OID">zigbee.0.04cf8cdf3c75b754.button_1_click</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id=":5!aa48v)(KA[sW+!3_4">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="request" id="b#/,5B=kBS%G?blay/R$">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                  <field name="WITH_STATEMENT">FALSE</field>
                  <field name="LOG">debug</field>
                  <value name="URL">
                    <shadow type="text" id="0TM-TsN,6_U,_G*Nw,v)">
                      <field name="TEXT">https://api.callmebot.com/whatsapp.php?phone=+41xxxxxxxxx&amp;text=test&amp;apikey=deinapikey</field>
                    </shadow>
                  </value>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      

      Gruss
      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Whattsapp Nachrichten senden

      Habe soeben etwas gefunden....
      ioBroker sendet texte zu Whattsapp 👍
      siehe: https://www.callmebot.com
      funktioniert tadellos und es kostet nichts "Freiwillige Spenden".
      Nachricht z.B. Hilfe Deine Blume braucht Wasser

      Gruss
      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Aqara/Xiaomi Aqara Opple Scene Switch ?

      @arteck sagte in Aqara/Xiaomi Aqara Opple Scene Switch ?:

      @Mr-X per stick... aber der macht noch nicht das was ich will...

      @arteck Gibt es schon Neuigkeiten zum Aqara / OPPLE

      Gruss Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: Proxmox VE6

      Habe soeben 2 NUC's mit Proxmox 5.4-11 auf 6.0-4 angehoben. Läuft einwandfrei. Installiert habe ich über die Proxmox GUI.
      /etc/apt/sources.list ..

      #' für Update / Upgrade
      deb http://ftp.ch.debian.org/debian buster main contrib
      deb http://ftp.ch.debian.org/debian buster-updates main contrib

      #' PVE pve-no-subscription repository provided by proxmox.com,
      #' NOT recommended for production use
      deb http://download.proxmox.com/debian/pve buster pve-no-subscription

      #' security updates
      deb http://security.debian.org buster/updates main contrib

      Christian

      posted in ioBroker Allgemein
      B
      bigtwinch
    • RE: [Aufruf] ZigBee CC253x Adapter 0.9

      Hallo
      Habe viele syslog einträge von zigbee.
      System ist ein NUC6CAYH
      8GB 240GB SSD PROXMOX
      ioBroker auf VM
      cc2531 mit firmware CC2531ZNP-Prod_20190223
      zigbee adapter = 0.9.2
      /opt/iobroker/node_modules/zigbee-shepherd-converters$ = 7.2.8
      node v8.15.1
      nodejs v8.15.1
      npm 6.4.1

      ist das normal? !

      iobroker@iobroker:~$ sudo tail -f /var/log/syslog
      Mar 14 18:28:15 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:15 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:15 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:15 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:15 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:15 iobroker bash[722]: read: [Function],
      Mar 14 18:28:15 iobroker bash[722]: write: [Function],
      Mar 14 18:28:15 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:15 iobroker bash[722]: data: { cid: 'genOnOff', data: { onOff: 1 } },
      Mar 14 18:28:15 iobroker bash[722]: linkquality: 36 } { cid: 'genOnOff', modelId: 'lumi.router' }
      Mar 14 18:28:25 iobroker bash[722]: Thu, 14 Mar 2019 17:28:25 GMT cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 1030, srcaddr: 37726, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 47, securityuse: 0, timestamp: 5713323, transseqnumber: 0, len: 7, data: <Buffer 18 30 0a 00 00 18 01> }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.694Z zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.695Z zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.696Z zigbee:controller event msg { groupid: 0,
      Mar 14 18:28:25 iobroker bash[722]: clusterid: 1030,
      Mar 14 18:28:25 iobroker bash[722]: srcaddr: 37726,
      Mar 14 18:28:25 iobroker bash[722]: srcendpoint: 1,
      Mar 14 18:28:25 iobroker bash[722]: dstendpoint: 1,
      Mar 14 18:28:25 iobroker bash[722]: wasbroadcast: 0,
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 47,
      Mar 14 18:28:25 iobroker bash[722]: securityuse: 0,
      Mar 14 18:28:25 iobroker bash[722]: timestamp: 5713323,
      Mar 14 18:28:25 iobroker bash[722]: transseqnumber: 0,
      Mar 14 18:28:25 iobroker bash[722]: len: 7,
      Mar 14 18:28:25 iobroker bash[722]: data: { '0': 24, '1': 48, '2': 10, '3': 0, '4': 0, '5': 24, '6': 1 },
      Mar 14 18:28:25 iobroker bash[722]: zclMsg:
      Mar 14 18:28:25 iobroker bash[722]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
      Mar 14 18:28:25 iobroker bash[722]: manufCode: 0,
      Mar 14 18:28:25 iobroker bash[722]: seqNum: 48,
      Mar 14 18:28:25 iobroker bash[722]: cmdId: 'report',
      Mar 14 18:28:25 iobroker bash[722]: payload: [ [Object] ] } } { modelId: 'lumi.sensor_motion.aq2' }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.697Z zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.698Z zigbee:controller debug handleMessage { type: 'attReport',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msOccupancySensing', data: { occupancy: 1 } },
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 47 }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.699Z zigbee:controller event attReport { type: 'attReport',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msOccupancySensing', data: { occupancy: 1 } },
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 47 } { cid: 'msOccupancySensing', modelId: 'lumi.sensor_motion.aq2' }
      Mar 14 18:28:25 iobroker bash[722]: Thu, 14 Mar 2019 17:28:25 GMT cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 1024, srcaddr: 37726, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 44, securityuse: 0, timestamp: 5713684, transseqnumber: 0, len: 8, data: <Buffer 18 2f 0a 00 00 21 07 00> }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.809Z zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.810Z zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.811Z zigbee:controller event msg { groupid: 0,
      Mar 14 18:28:25 iobroker bash[722]: clusterid: 1024,
      Mar 14 18:28:25 iobroker bash[722]: srcaddr: 37726,
      Mar 14 18:28:25 iobroker bash[722]: srcendpoint: 1,
      Mar 14 18:28:25 iobroker bash[722]: dstendpoint: 1,
      Mar 14 18:28:25 iobroker bash[722]: wasbroadcast: 0,
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 44,
      Mar 14 18:28:25 iobroker bash[722]: securityuse: 0,
      Mar 14 18:28:25 iobroker bash[722]: timestamp: 5713684,
      Mar 14 18:28:25 iobroker bash[722]: transseqnumber: 0,
      Mar 14 18:28:25 iobroker bash[722]: len: 8,
      Mar 14 18:28:25 iobroker bash[722]: data: { '0': 24, '1': 47, '2': 10, '3': 0, '4': 0, '5': 33, '6': 7, '7': 0 },
      Mar 14 18:28:25 iobroker bash[722]: zclMsg:
      Mar 14 18:28:25 iobroker bash[722]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
      Mar 14 18:28:25 iobroker bash[722]: manufCode: 0,
      Mar 14 18:28:25 iobroker bash[722]: seqNum: 47,
      Mar 14 18:28:25 iobroker bash[722]: cmdId: 'report',
      Mar 14 18:28:25 iobroker bash[722]: payload: [ [Object] ] } } { modelId: 'lumi.sensor_motion.aq2' }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.812Z zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.813Z zigbee:controller debug handleMessage { type: 'attReport',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msIlluminanceMeasurement', data: { measuredValue: 7 } },
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 44 }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.814Z zigbee:controller event attReport { type: 'attReport',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msIlluminanceMeasurement', data: { measuredValue: 7 } },
      Mar 14 18:28:25 iobroker bash[722]: linkquality: 44 } { cid: 'msIlluminanceMeasurement',
      Mar 14 18:28:25 iobroker bash[722]: modelId: 'lumi.sensor_motion.aq2' }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.815Z zigbee:controller debug handleMessage { type: 'devChange',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msIlluminanceMeasurement', data: { measuredValue: 7 } } }
      Mar 14 18:28:25 iobroker bash[722]: 2019-03-14T17:28:25.818Z zigbee:controller event devChange { type: 'devChange',
      Mar 14 18:28:25 iobroker bash[722]: endpoints:
      Mar 14 18:28:25 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:25 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:25 iobroker bash[722]: device: [Object],
      Mar 14 18:28:25 iobroker bash[722]: profId: 260,
      Mar 14 18:28:25 iobroker bash[722]: epId: 1,
      Mar 14 18:28:25 iobroker bash[722]: devId: 263,
      Mar 14 18:28:25 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:25 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:25 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:25 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:25 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:25 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:25 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:25 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:25 iobroker bash[722]: read: [Function],
      Mar 14 18:28:25 iobroker bash[722]: write: [Function],
      Mar 14 18:28:25 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:25 iobroker bash[722]: data: { cid: 'msIlluminanceMeasurement', data: { measuredValue: 7 } } } { cid: 'msIlluminanceMeasurement',
      Mar 14 18:28:25 iobroker bash[722]: modelId: 'lumi.sensor_motion.aq2' }
      Mar 14 18:28:28 iobroker bash[722]: Thu, 14 Mar 2019 17:28:28 GMT cc-znp:AREQ <-- ZDO:srcRtgInd, { dstaddr: 2488, relaycount: 1, relaylist: <Buffer 18 f8> }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.706Z zigbee-shepherd:msgHdlr IND <-- ZDO:srcRtgInd
      Mar 14 18:28:28 iobroker bash[722]: Thu, 14 Mar 2019 17:28:28 GMT cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 2488, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 39, securityuse: 0, timestamp: 5722885, transseqnumber: 0, len: 44, data: <Buffer 18 84 0a 01 ff 42 25 01 21 bd 0b 04 21 a8 43 05 21 0c 00 06 24 01 00 00 00 00 64 29 6c 07 65 21 57 0d 66 2b 90 75 01 00 0a 21 18 f8> }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.757Z zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.761Z zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.761Z zigbee:controller event msg { groupid: 0,
      Mar 14 18:28:28 iobroker bash[722]: clusterid: 0,
      Mar 14 18:28:28 iobroker bash[722]: srcaddr: 2488,
      Mar 14 18:28:28 iobroker bash[722]: srcendpoint: 1,
      Mar 14 18:28:28 iobroker bash[722]: dstendpoint: 1,
      Mar 14 18:28:28 iobroker bash[722]: wasbroadcast: 0,
      Mar 14 18:28:28 iobroker bash[722]: linkquality: 39,
      Mar 14 18:28:28 iobroker bash[722]: securityuse: 0,
      Mar 14 18:28:28 iobroker bash[722]: timestamp: 5722885,
      Mar 14 18:28:28 iobroker bash[722]: transseqnumber: 0,
      Mar 14 18:28:28 iobroker bash[722]: len: 44,
      Mar 14 18:28:28 iobroker bash[722]: data:
      Mar 14 18:28:28 iobroker bash[722]: { '0': 24,
      Mar 14 18:28:28 iobroker bash[722]: '1': 132,
      Mar 14 18:28:28 iobroker bash[722]: '2': 10,
      Mar 14 18:28:28 iobroker bash[722]: '3': 1,
      Mar 14 18:28:28 iobroker bash[722]: '4': 255,
      Mar 14 18:28:28 iobroker bash[722]: '5': 66,
      Mar 14 18:28:28 iobroker bash[722]: '6': 37,
      Mar 14 18:28:28 iobroker bash[722]: '7': 1,
      Mar 14 18:28:28 iobroker bash[722]: '8': 33,
      Mar 14 18:28:28 iobroker bash[722]: '9': 189,
      Mar 14 18:28:28 iobroker bash[722]: '10': 11,
      Mar 14 18:28:28 iobroker bash[722]: '11': 4,
      Mar 14 18:28:28 iobroker bash[722]: '12': 33,
      Mar 14 18:28:28 iobroker bash[722]: '13': 168,
      Mar 14 18:28:28 iobroker bash[722]: '14': 67,
      Mar 14 18:28:28 iobroker bash[722]: '15': 5,
      Mar 14 18:28:28 iobroker bash[722]: '16': 33,
      Mar 14 18:28:28 iobroker bash[722]: '17': 12,
      Mar 14 18:28:28 iobroker bash[722]: '18': 0,
      Mar 14 18:28:28 iobroker bash[722]: '19': 6,
      Mar 14 18:28:28 iobroker bash[722]: '20': 36,
      Mar 14 18:28:28 iobroker bash[722]: '21': 1,
      Mar 14 18:28:28 iobroker bash[722]: '22': 0,
      Mar 14 18:28:28 iobroker bash[722]: '23': 0,
      Mar 14 18:28:28 iobroker bash[722]: '24': 0,
      Mar 14 18:28:28 iobroker bash[722]: '25': 0,
      Mar 14 18:28:28 iobroker bash[722]: '26': 100,
      Mar 14 18:28:28 iobroker bash[722]: '27': 41,
      Mar 14 18:28:28 iobroker bash[722]: '28': 108,
      Mar 14 18:28:28 iobroker bash[722]: '29': 7,
      Mar 14 18:28:28 iobroker bash[722]: '30': 101,
      Mar 14 18:28:28 iobroker bash[722]: '31': 33,
      Mar 14 18:28:28 iobroker bash[722]: '32': 87,
      Mar 14 18:28:28 iobroker bash[722]: '33': 13,
      Mar 14 18:28:28 iobroker bash[722]: '34': 102,
      Mar 14 18:28:28 iobroker bash[722]: '35': 43,
      Mar 14 18:28:28 iobroker bash[722]: '36': 144,
      Mar 14 18:28:28 iobroker bash[722]: '37': 117,
      Mar 14 18:28:28 iobroker bash[722]: '38': 1,
      Mar 14 18:28:28 iobroker bash[722]: '39': 0,
      Mar 14 18:28:28 iobroker bash[722]: '40': 10,
      Mar 14 18:28:28 iobroker bash[722]: '41': 33,
      Mar 14 18:28:28 iobroker bash[722]: '42': 24,
      Mar 14 18:28:28 iobroker bash[722]: '43': 248 },
      Mar 14 18:28:28 iobroker bash[722]: zclMsg:
      Mar 14 18:28:28 iobroker bash[722]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
      Mar 14 18:28:28 iobroker bash[722]: manufCode: 0,
      Mar 14 18:28:28 iobroker bash[722]: seqNum: 132,
      Mar 14 18:28:28 iobroker bash[722]: cmdId: 'report',
      Mar 14 18:28:28 iobroker bash[722]: payload: [ [Object] ] } } { modelId: 'lumi.weather' }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.762Z zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.763Z zigbee:controller debug handleMessage { type: 'attReport',
      Mar 14 18:28:28 iobroker bash[722]: endpoints:
      Mar 14 18:28:28 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:28 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:28 iobroker bash[722]: device: [Object],
      Mar 14 18:28:28 iobroker bash[722]: profId: 260,
      Mar 14 18:28:28 iobroker bash[722]: epId: 1,
      Mar 14 18:28:28 iobroker bash[722]: devId: 24321,
      Mar 14 18:28:28 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:28 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:28 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:28 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:28 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: read: [Function],
      Mar 14 18:28:28 iobroker bash[722]: write: [Function],
      Mar 14 18:28:28 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:28 iobroker bash[722]: data: { cid: 'genBasic', data: { '65281': [Object] } },
      Mar 14 18:28:28 iobroker bash[722]: linkquality: 39 }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.764Z zigbee:controller event attReport { type: 'attReport',
      Mar 14 18:28:28 iobroker bash[722]: endpoints:
      Mar 14 18:28:28 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:28 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:28 iobroker bash[722]: device: [Object],
      Mar 14 18:28:28 iobroker bash[722]: profId: 260,
      Mar 14 18:28:28 iobroker bash[722]: epId: 1,
      Mar 14 18:28:28 iobroker bash[722]: devId: 24321,
      Mar 14 18:28:28 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:28 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:28 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:28 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:28 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: read: [Function],
      Mar 14 18:28:28 iobroker bash[722]: write: [Function],
      Mar 14 18:28:28 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:28 iobroker bash[722]: data: { cid: 'genBasic', data: { '65281': [Object] } },
      Mar 14 18:28:28 iobroker bash[722]: linkquality: 39 } { cid: 'genBasic', modelId: 'lumi.weather' }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.767Z zigbee:controller debug handleMessage { type: 'devChange',
      Mar 14 18:28:28 iobroker bash[722]: endpoints:
      Mar 14 18:28:28 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:28 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:28 iobroker bash[722]: device: [Object],
      Mar 14 18:28:28 iobroker bash[722]: profId: 260,
      Mar 14 18:28:28 iobroker bash[722]: epId: 1,
      Mar 14 18:28:28 iobroker bash[722]: devId: 24321,
      Mar 14 18:28:28 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:28 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:28 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:28 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:28 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: read: [Function],
      Mar 14 18:28:28 iobroker bash[722]: write: [Function],
      Mar 14 18:28:28 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:28 iobroker bash[722]: data: { cid: 'genBasic', data: { '65281': [Array] } } }
      Mar 14 18:28:28 iobroker bash[722]: 2019-03-14T17:28:28.768Z zigbee:controller event devChange { type: 'devChange',
      Mar 14 18:28:28 iobroker bash[722]: endpoints:
      Mar 14 18:28:28 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:28 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:28 iobroker bash[722]: device: [Object],
      Mar 14 18:28:28 iobroker bash[722]: profId: 260,
      Mar 14 18:28:28 iobroker bash[722]: epId: 1,
      Mar 14 18:28:28 iobroker bash[722]: devId: 24321,
      Mar 14 18:28:28 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:28 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:28 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:28 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:28 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:28 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:28 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:28 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:28 iobroker bash[722]: read: [Function],
      Mar 14 18:28:28 iobroker bash[722]: write: [Function],
      Mar 14 18:28:28 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:28 iobroker bash[722]: data: { cid: 'genBasic', data: { '65281': [Array] } } } { cid: 'genBasic', modelId: 'lumi.weather' }
      Mar 14 18:28:50 iobroker bash[722]: Thu, 14 Mar 2019 17:28:50 GMT cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 257, srcaddr: 33792, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 5790789, transseqnumber: 0, len: 10, data: <Buffer 18 cb 0a 05 05 23 00 00 1b 00> }
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.482Z zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.484Z zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.484Z zigbee:controller event msg { groupid: 0,
      Mar 14 18:28:50 iobroker bash[722]: clusterid: 257,
      Mar 14 18:28:50 iobroker bash[722]: srcaddr: 33792,
      Mar 14 18:28:50 iobroker bash[722]: srcendpoint: 1,
      Mar 14 18:28:50 iobroker bash[722]: dstendpoint: 1,
      Mar 14 18:28:50 iobroker bash[722]: wasbroadcast: 0,
      Mar 14 18:28:50 iobroker bash[722]: linkquality: 118,
      Mar 14 18:28:50 iobroker bash[722]: securityuse: 0,
      Mar 14 18:28:50 iobroker bash[722]: timestamp: 5790789,
      Mar 14 18:28:50 iobroker bash[722]: transseqnumber: 0,
      Mar 14 18:28:50 iobroker bash[722]: len: 10,
      Mar 14 18:28:50 iobroker bash[722]: data:
      Mar 14 18:28:50 iobroker bash[722]: { '0': 24,
      Mar 14 18:28:50 iobroker bash[722]: '1': 203,
      Mar 14 18:28:50 iobroker bash[722]: '2': 10,
      Mar 14 18:28:50 iobroker bash[722]: '3': 5,
      Mar 14 18:28:50 iobroker bash[722]: '4': 5,
      Mar 14 18:28:50 iobroker bash[722]: '5': 35,
      Mar 14 18:28:50 iobroker bash[722]: '6': 0,
      Mar 14 18:28:50 iobroker bash[722]: '7': 0,
      Mar 14 18:28:50 iobroker bash[722]: '8': 27,
      Mar 14 18:28:50 iobroker bash[722]: '9': 0 },
      Mar 14 18:28:50 iobroker bash[722]: zclMsg:
      Mar 14 18:28:50 iobroker bash[722]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
      Mar 14 18:28:50 iobroker bash[722]: manufCode: 0,
      Mar 14 18:28:50 iobroker bash[722]: seqNum: 203,
      Mar 14 18:28:50 iobroker bash[722]: cmdId: 'report',
      Mar 14 18:28:50 iobroker bash[722]: payload: [ [Object] ] } } { modelId: 'lumi.vibration.aq1' }
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.485Z zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.486Z zigbee:controller debug handleMessage { type: 'attReport',
      Mar 14 18:28:50 iobroker bash[722]: endpoints:
      Mar 14 18:28:50 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:50 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:50 iobroker bash[722]: device: [Object],
      Mar 14 18:28:50 iobroker bash[722]: profId: 260,
      Mar 14 18:28:50 iobroker bash[722]: epId: 1,
      Mar 14 18:28:50 iobroker bash[722]: devId: 10,
      Mar 14 18:28:50 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:50 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:50 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:50 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:50 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: read: [Function],
      Mar 14 18:28:50 iobroker bash[722]: write: [Function],
      Mar 14 18:28:50 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:50 iobroker bash[722]: data: { cid: 'closuresDoorLock', data: { '1285': 1769472 } },
      Mar 14 18:28:50 iobroker bash[722]: linkquality: 118 }
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.487Z zigbee:controller event attReport { type: 'attReport',
      Mar 14 18:28:50 iobroker bash[722]: endpoints:
      Mar 14 18:28:50 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:50 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:50 iobroker bash[722]: device: [Object],
      Mar 14 18:28:50 iobroker bash[722]: profId: 260,
      Mar 14 18:28:50 iobroker bash[722]: epId: 1,
      Mar 14 18:28:50 iobroker bash[722]: devId: 10,
      Mar 14 18:28:50 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:50 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:50 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:50 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:50 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: read: [Function],
      Mar 14 18:28:50 iobroker bash[722]: write: [Function],
      Mar 14 18:28:50 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:50 iobroker bash[722]: data: { cid: 'closuresDoorLock', data: { '1285': 1769472 } },
      Mar 14 18:28:50 iobroker bash[722]: linkquality: 118 } { cid: 'closuresDoorLock', modelId: 'lumi.vibration.aq1' }
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.489Z zigbee:controller debug handleMessage { type: 'devChange',
      Mar 14 18:28:50 iobroker bash[722]: endpoints:
      Mar 14 18:28:50 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:50 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:50 iobroker bash[722]: device: [Object],
      Mar 14 18:28:50 iobroker bash[722]: profId: 260,
      Mar 14 18:28:50 iobroker bash[722]: epId: 1,
      Mar 14 18:28:50 iobroker bash[722]: devId: 10,
      Mar 14 18:28:50 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:50 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:50 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:50 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:50 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: read: [Function],
      Mar 14 18:28:50 iobroker bash[722]: write: [Function],
      Mar 14 18:28:50 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:50 iobroker bash[722]: data: { cid: 'closuresDoorLock', data: { '1285': 1769472 } } }
      Mar 14 18:28:50 iobroker bash[722]: 2019-03-14T17:28:50.491Z zigbee:controller event devChange { type: 'devChange',
      Mar 14 18:28:50 iobroker bash[722]: endpoints:
      Mar 14 18:28:50 iobroker bash[722]: [ Endpoint {
      Mar 14 18:28:50 iobroker bash[722]: isLocal: [Function],
      Mar 14 18:28:50 iobroker bash[722]: device: [Object],
      Mar 14 18:28:50 iobroker bash[722]: profId: 260,
      Mar 14 18:28:50 iobroker bash[722]: epId: 1,
      Mar 14 18:28:50 iobroker bash[722]: devId: 10,
      Mar 14 18:28:50 iobroker bash[722]: inClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: outClusterList: [Array],
      Mar 14 18:28:50 iobroker bash[722]: clusters: [Object],
      Mar 14 18:28:50 iobroker bash[722]: onAfDataConfirm: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfReflectError: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsg: null,
      Mar 14 18:28:50 iobroker bash[722]: onAfIncomingMsgExt: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFoundation: null,
      Mar 14 18:28:50 iobroker bash[722]: onZclFunctional: null,
      Mar 14 18:28:50 iobroker bash[722]: foundation: [Function],
      Mar 14 18:28:50 iobroker bash[722]: functional: [Function],
      Mar 14 18:28:50 iobroker bash[722]: bind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: unbind: [Function],
      Mar 14 18:28:50 iobroker bash[722]: read: [Function],
      Mar 14 18:28:50 iobroker bash[722]: write: [Function],
      Mar 14 18:28:50 iobroker bash[722]: report: [Function] } ],
      Mar 14 18:28:50 iobroker bash[722]: data: { cid: 'closuresDoorLock', data: { '1285': 1769472 } } } { cid: 'closuresDoorLock', modelId: 'lumi.vibration.aq1' }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.772Z zigbee:controller debug Check online 0xd0cf5efffe212f9c 0xd0cf5efffe212f9c
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.772Z zigbee:controller debug Check online 0x00124b001b7b302e 0x00124b001b7b302e
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.772Z zigbee:controller debug Check online 0x000b57fffe395926 0x000b57fffe395926
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.773Z zigbee:controller debug Check online 0x90fd9ffffe0facaa 0x90fd9ffffe0facaa
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.773Z zigbee-shepherd:request REQ --> ZDO:nodeDescReq
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 31855, nwkaddrofinterest: 31855 }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.774Z zigbee-shepherd:request REQ --> ZDO:nodeDescReq
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.775Z zigbee-shepherd:request REQ --> ZDO:nodeDescReq
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.775Z zigbee-shepherd:request REQ --> ZDO:nodeDescReq
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 46194, nwkaddrofinterest: 46194 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 11267, nwkaddrofinterest: 11267 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 63512, nwkaddrofinterest: 63512 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 }
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:AREQ <-- ZDO:srcRtgInd, { dstaddr: 46194, relaycount: 1, relaylist: <Buffer 18 f8> }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.844Z zigbee-shepherd:msgHdlr IND <-- ZDO:srcRtgInd
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:AREQ <-- ZDO:srcRtgInd, { dstaddr: 11267, relaycount: 1, relaylist: <Buffer 18 f8> }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.861Z zigbee-shepherd:msgHdlr IND <-- ZDO:srcRtgInd
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:AREQ <-- ZDO:srcRtgInd, { dstaddr: 63512, relaycount: 0, relaylist: <Buffer > }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.867Z zigbee-shepherd:msgHdlr IND <-- ZDO:srcRtgInd
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 11267, status: 0, nwkaddr: 11267, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 4476, maxbuffersize: 82, maxintransfersize: 82, servermask: 0, maxouttransfersize: 82, descriptorcap: 0 }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.895Z zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp
      Mar 14 18:29:05 iobroker bash[722]: Thu, 14 Mar 2019 17:29:05 GMT cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 63512, status: 0, nwkaddr: 63512, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 4476, maxbuffersize: 82, maxintransfersize: 82, servermask: 0, maxouttransfersize: 82, descriptorcap: 0 }
      Mar 14 18:29:05 iobroker bash[722]: 2019-03-14T17:29:05.908Z zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp
      Mar 14 18:29:06 iobroker bash[722]: Thu, 14 Mar 2019 17:29:06 GMT cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 46194, status: 0, nwkaddr: 46194, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 4447, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 }
      Mar 14 18:29:06 iobroker bash[722]: 2019-03-14T17:29:06.127Z zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp
      Mar 14 18:29:10 iobroker bash[722]: 2019-03-14T17:29:10.776Z zigbee-shepherd:request REQ --> ZDO:nodeDescReq
      Mar 14 18:29:10 iobroker bash[722]: Thu, 14 Mar 2019 17:29:10 GMT cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 31855, nwkaddrofinterest: 31855 }
      Mar 14 18:29:10 iobroker bash[722]: Thu, 14 Mar 2019 17:29:10 GMT cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 }
      Mar 14 18:29:15 iobroker bash[722]: Thu, 14 Mar 2019 17:29:15 GMT cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 46194, srcendpoint: 8, dstendpoint: 1, wasbroadcast: 0, linkquality: 60, securityuse: 0, timestamp: 5868666, transseqnumber: 0, len: 7, data: <Buffer 00 83 0a 00 00 20 01> }
      Mar 14 18:29:15 iobroker bash[722]: 2019-03-14T17:29:15.401Z zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
      Mar 14 18:29:15 iobroker bash[722]: 2019-03-14T17:29:15.405Z zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0
      Mar 14 18:29:15 iobroker bash[722]: 2019-03-14T17:29:15.406Z zigbee:controller event msg { groupid: 0,
      Mar 14 18:29:15 iobroker bash[722]: clusterid: 6,
      Mar 14 18:29:15 iobroker bash[722]: srcaddr: 46194,
      Mar 14 18:29:15 iobroker bash[722]: srcendpoint: 8,
      Mar 14 18:29:15 iobroker bash[722]: dstendpoint: 1,
      Mar 14 18:29:15 iobroker bash[722]: wasbroadcast: 0,
      Mar 14 18:29:15 iobroker bash[722]: linkquality: 60,
      Mar 14 18:29:15 iobroker bash[722]: securityuse: 0,
      Mar 14 18:29:15 iobroker bash[722]: timestamp: 5868666,
      Mar 14 18:29:15 iobroker bash[722]: transseqnumber: 0,
      Mar 14 18:29:15 iobroker bash[722]: len: 7,
      Mar 14 18:29:15 iobroker bash[722]: data: { '0': 0, '1': 131, '2': 10, '3': 0, '4': 0, '5': 32, '6': 1 },
      Mar 14 18:29:15 iobroker bash[722]: zclMsg:
      Mar 14 18:29:15 iobroker bash[722]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 0, disDefaultRsp: 0 },
      Mar 14 18:29:15 iobroker bash[722]: manufCode: 0,
      Mar 14 18:29:15 iobroker bash[722]: seqNum: 131,
      Mar 14 18:29:15 iobroker bash[722]: cmdId: 'report',
      Mar 14 18:29:15 iobroker bash[722]: payload: [ [Object] ] } } { modelId: 'lumi.router' }
      Mar 14 18:29:15 iobroker bash[722]: 2019-03-14T17:29:15.407Z zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
      Mar 14 18:29:15 iobroker bash[722]: 2019-03-14T17:29:15.408Z zigbee:controller debug handleMessage { type: 'attReport',
      ^C
      iobroker@iobroker:~$

      Wer hat einen Tip....
      Gruss
      Christian

      posted in Tester
      B
      bigtwinch
    • RE: [Aufruf] Test Shelly Adapter

      > ioBroker muss mit den Shellys im gleichen Subnetz sein. Sonst funktioniert es wegen des Multicast Protokolls nicht.

      Die beiden IP Addressen sind im selben Subnet und Ja die Shellys sind auch im gleichen Subnet der Shelly hatt die ip 192.168.1.146 !

      Netmask = 255.255.255.0 ! –> Das ist das gleiche Subnet!

      Subnetzmaske = 255.255.255.0

      32-Bit-Wert = 1111 1111 1111 1111 1111 1111 0000 0000

      oder Suffix = /24

      Das ist OK.

      Kann denn niemand mal zwei ip's Konfigurieren und schauen ob es läuft oder nicht ?

      posted in Tester
      B
      bigtwinch
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo