Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. [gelöst] Gerät per Mac Adr & Blockly ansprechen

    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

    [gelöst] Gerät per Mac Adr & Blockly ansprechen

    This topic has been deleted. Only users with topic management privileges can see it.
    • Aphofis
      Aphofis @fastfoot last edited by Aphofis

      @fastfoot sagte in Gerät per Mac Adr & Blockly ansprechen:

      <xml xmlns="https://developers.google.com/blockly/xml">

      jetzt kommen fehler!!!
      der erste Blockly war besser nur das halt im datenpunkt die IP doppelt angegeben ist

      javascript.0	2020-06-23 23:07:29.237	warn	(31412) at Pipe._handle.close (net.js:607:12)
      javascript.0	2020-06-23 23:07:29.237	warn	(31412) at Socket.EventEmitter.emit (domain.js:448:20)
      javascript.0	2020-06-23 23:07:29.236	warn	(31412) at Socket.emit (events.js:198:13)
      javascript.0	2020-06-23 23:07:29.235	warn	(31412) at Socket.stream.socket.on (internal/child_process.js:389:11)
      javascript.0	2020-06-23 23:07:29.234	warn	(31412) at maybeClose (internal/child_process.js:982:16)
      javascript.0	2020-06-23 23:07:29.233	warn	(31412) at ChildProcess.EventEmitter.emit (domain.js:448:20)
      javascript.0	2020-06-23 23:07:29.232	warn	(31412) at ChildProcess.emit (events.js:198:13)
      javascript.0	2020-06-23 23:07:29.231	warn	(31412) at ChildProcess.exithandler (child_process.js:285:7)
      javascript.0	2020-06-23 23:07:29.230	warn	(31412) at script.js.ESP_Reboot.Aqu_Control_IP_Abfrage:10:3
      javascript.0	2020-06-23 23:07:29.229	warn	(31412) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1355:20)
      javascript.0	2020-06-23 23:07:29.225	warn	(31412) You are assigning a string to the state "Aqua_Control.0.IP_MAC_Abgleich.Aqua_Control" which expects a number. Please fix your code to use a number or change the state type to string. This war
      javascript.0	2020-06-23 23:07:29.224	info	192.168.0.57/cm?user=benutzer&passwort=passwort
      javascript.0	2020-06-23 23:07:29.224	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: http://192.168.0.57
      javascript.0	2020-06-23 23:07:29.188	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: registered 0 subscriptions and 0 schedules
      javascript.0	2020-06-23 23:07:29.146	info	(31412) Start javascript script.js.ESP_Reboot.Aqu_Control_IP_Abfrage
      javascript.0	2020-06-23 23:07:28.224	info	(31412) Stop script script.js.ESP_Reboot.Aqu_Control_IP_Abfrage
      

      Kopierte Datenpunkt Ausgabe ist so:

      192.168.0.57192.168.0.57
      
      F 1 Reply Last reply Reply Quote 0
      • F
        fastfoot @Aphofis last edited by

        @Aphofis
        das liegt an deinem DP!!! auch die reine IP ist ein string und keine number. Musst du abändern, ist dann evtl auch der Grund für das doppelte Erscheinen

        Aphofis 1 Reply Last reply Reply Quote 0
        • Aphofis
          Aphofis @fastfoot last edited by Aphofis

          @fastfoot
          Ich prüfe
          klappt nicht am besten wir machen morgen weiter!

          F 1 Reply Last reply Reply Quote 0
          • F
            fastfoot @Aphofis last edited by

            @Aphofis sagte in Gerät per Mac Adr & Blockly ansprechen:

            @fastfoot
            Ich prüfe
            klappt nicht am besten wir machen morgen weiter!

            im RAW unter common den type von number nach string abändern, das sollte es tun

            Aphofis 1 Reply Last reply Reply Quote 0
            • Aphofis
              Aphofis @fastfoot last edited by

              @fastfoot
              ist so trotzdessen doppelte IP

              Aqua_Control	state     IP MAC Abgleich.Aqua_Control      state	       string			192.168.0.57 192.168.0.57 
              
              F 1 Reply Last reply Reply Quote 0
              • F
                fastfoot @Aphofis last edited by

                @Aphofis sagte in Gerät per Mac Adr & Blockly ansprechen:

                @fastfoot
                ist so trotzdessen doppelte IP

                Aqua_Control	state     IP MAC Abgleich.Aqua_Control      state	       string			192.168.0.57 192.168.0.57 
                

                und im LOG ist der Fehler weg?

                Aphofis 1 Reply Last reply Reply Quote 0
                • Aphofis
                  Aphofis @fastfoot last edited by Aphofis

                  @fastfoot
                  In der LOG stehts so da:

                  javascript.0	2020-06-23 23:30:26.524	info	192.168.0.57
                  javascript.0	2020-06-23 23:30:26.524	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: http://192.168.0.57
                  javascript.0	2020-06-23 23:30:26.481	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: registered 0 subscriptions and 0 schedules
                  javascript.0	2020-06-23 23:30:26.456	info	(31412) Start javascript script.js.ESP_Reboot.Aqu_Control_IP_Abfrage
                  

                  so ist es komplett ab dem stoppen

                  javascript.0	2020-06-23 23:30:26.524	info	/cm?user=benutzer&passwort=passwort
                  javascript.0	2020-06-23 23:30:26.524	info	192.168.0.57
                  javascript.0	2020-06-23 23:30:26.524	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: http://192.168.0.57
                  javascript.0	2020-06-23 23:30:26.481	info	(31412) script.js.ESP_Reboot.Aqu_Control_IP_Abfrage: registered 0 subscriptions and 0 schedules
                  javascript.0	2020-06-23 23:30:26.456	info	(31412) Start javascript script.js.ESP_Reboot.Aqu_Control_IP_Abfrage
                  javascript.0	2020-06-23 23:30:25.485	info	(31412) Stop script script.js.ESP_Reboot.Aqu_Control_IP_Abfrage
                  
                  F 1 Reply Last reply Reply Quote 0
                  • F
                    fastfoot @Aphofis last edited by

                    @Aphofis
                    wenn du in den state reinklickst, ist es dann auch so? Kann eig. nicht sein

                    Aphofis 1 Reply Last reply Reply Quote 0
                    • Aphofis
                      Aphofis @fastfoot last edited by

                      @fastfoot Unbenannt.png

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        fastfoot @Aphofis last edited by

                        @Aphofis
                        probier mal noch die role zu ändern

                          "common": {
                            "name": "Aqua_Control.0.IP_MAC_Abgleich.Aqua_Control",
                            "role": "text",
                            "type": "string",
                        
                        
                        Aphofis 1 Reply Last reply Reply Quote 0
                        • Aphofis
                          Aphofis @fastfoot last edited by

                          @fastfoot wird trotzdessen doppelt angezeigt

                          1 Reply Last reply Reply Quote 0
                          • Aphofis
                            Aphofis last edited by

                            lass uns Morgen weiter machen ich muss Augenlappenpflege machen morgen eine Stressige Grossbaustelle!

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              fastfoot @Aphofis last edited by

                              @Aphofis sagte in Gerät per Mac Adr & Blockly ansprechen:

                              lass uns Morgen weiter machen ich muss Augenlappenpflege machen morgen eine Stressige Grossbaustelle!

                              ja ok, ich hätte auch nur noch eine einzige Idee, die du morgen testen kannst: ein Blockly mit nur diesem Inhalt
                              MAC_zu_IP3.PNG

                              Aphofis 1 Reply Last reply Reply Quote 0
                              • Aphofis
                                Aphofis @fastfoot last edited by

                                @fastfoot
                                Hatte ich heute früh getestet! Wenn nur die Aktualisierung wird nur einmal die IP angezeigt.
                                Aber woran es liebt das die nun zweimal ausgegeben wird keine Ahnung

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  fastfoot @Aphofis last edited by

                                  @Aphofis sagte in Gerät per Mac Adr & Blockly ansprechen:

                                  @fastfoot
                                  Hatte ich heute früh getestet! Wenn nur die Aktualisierung wird nur einmal die IP angezeigt.
                                  Aber woran es liebt das die nun zweimal ausgegeben wird keine Ahnung

                                  da fällt mir jetzt auch nichts mehr ein, die Länge der IP beträgt 14 Zeichen. Ich denke es liegt an deinem DP oder ein anderes Skrip ist noch im Spiel. Du könntest noch den DP neu erstellen, mit type=string. Ansonsten wäre interessant was denn Andere hier für Ergebnisse haben. Hier noch einmal das Endergebnis:
                                  MAC_zu_IP4.PNG

                                  <xml xmlns="https://developers.google.com/blockly/xml">
                                   <variables>
                                     <variable id="aQubq9Vy-qj1gT{2OW;x">MAC</variable>
                                     <variable id="@[II(5R#h[a47`qET5k.">cmd</variable>
                                     <variable id="0N!Pxj|%o,hrP:$Wm2WE">ip</variable>
                                     <variable id="Fk6H`kq}eo!FPH!Ld2Ii">result</variable>
                                   </variables>
                                   <block type="variables_set" id="Gj`MNS[$a0S:B!TUcx-%" x="38" y="138">
                                     <field name="VAR" id="aQubq9Vy-qj1gT{2OW;x">MAC</field>
                                     <value name="VALUE">
                                       <block type="text" id="V?)NQY:Z1bfh@J6KO8xg">
                                         <field name="TEXT">MACADRESSE_ENTRAGEN keine Großbuchstaben!!!</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="comment" id="H;=Y7NT2TXV-Gs]VB$O+">
                                         <field name="COMMENT">ermittelt den Gerätenamen</field>
                                         <next>
                                           <block type="variables_set" id="ANCrs)lzX+xxTghREp[.">
                                             <field name="VAR" id="@[II(5R#h[a47`qET5k.">cmd</field>
                                             <value name="VALUE">
                                               <block type="text_join" id="IxyBhYQL+iZa#PFe)9~7" inline="true">
                                                 <mutation items="3"></mutation>
                                                 <value name="ADD0">
                                                   <block type="text" id="0s)wG{GvjG1.@@+V/aSr">
                                                     <field name="TEXT">arp -a|grep </field>
                                                   </block>
                                                 </value>
                                                 <value name="ADD1">
                                                   <block type="variables_get" id="{S|p_K(0Lf_(^t{(8,b?">
                                                     <field name="VAR" id="aQubq9Vy-qj1gT{2OW;x">MAC</field>
                                                   </block>
                                                 </value>
                                                 <value name="ADD2">
                                                   <block type="text" id="I^t@Iu.(q%D!J*WaRFQa">
                                                     <field name="TEXT">|cut -f1 -d" "</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="comment" id="+Ys6+MxbbJZ#NA)9)0{2">
                                                 <field name="COMMENT">ermittelt IP-Adresse</field>
                                                 <next>
                                                   <block type="variables_set" id="$c5Ud:#38C(q.uOF_;YC">
                                                     <field name="VAR" id="@[II(5R#h[a47`qET5k.">cmd</field>
                                                     <value name="VALUE">
                                                       <block type="text_join" id="2t+}?FeN#iG0J=~8q#|w" inline="true">
                                                         <mutation items="3"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="w;^U.Vi%Z+6O=_j{oVD(">
                                                             <field name="TEXT">arp -a|grep </field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD1">
                                                           <block type="variables_get" id="tH;y-cdpJdNS0#XCa8{X">
                                                             <field name="VAR" id="aQubq9Vy-qj1gT{2OW;x">MAC</field>
                                                           </block>
                                                         </value>
                                                         <value name="ADD2">
                                                           <block type="text" id="/t^Hm3;6![lRLzr3V@FX">
                                                             <field name="TEXT">|cut -f2 -d"("|cut -f1 -d")"</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="exec" id="2!bNa75D5snVE!jky@@." inline="true">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="true"></mutation>
                                                         <field name="WITH_STATEMENT">TRUE</field>
                                                         <field name="LOG"></field>
                                                         <value name="COMMAND">
                                                           <shadow type="text" id="^!S#xfBrYSkE3IIEA|rP">
                                                             <field name="TEXT">arp -a|grep 24:5e:be:0d:f1:b9|cut -f2 -d" "|cut -f2|cut -c2-16|cut -f1 -d ")"</field>
                                                           </shadow>
                                                           <block type="variables_get" id="OCMYegrGVigEscI9|L(L">
                                                             <field name="VAR" id="@[II(5R#h[a47`qET5k.">cmd</field>
                                                           </block>
                                                         </value>
                                                         <statement name="STATEMENT">
                                                           <block type="variables_set" id="L]J.=sLuX-3~:q^phHdI">
                                                             <field name="VAR" id="0N!Pxj|%o,hrP:$Wm2WE">ip</field>
                                                             <value name="VALUE">
                                                               <block type="text_trim" id="ieQ%=JdT2@lsW*HynVxx">
                                                                 <field name="MODE">BOTH</field>
                                                                 <value name="TEXT">
                                                                   <shadow type="text" id="PYvpEBV*CvA*:pz@RD@9">
                                                                     <field name="TEXT">abc</field>
                                                                   </shadow>
                                                                   <block type="convert_tostring" id="Lm-b^FX_25OE0xK.;2lJ">
                                                                     <value name="VALUE">
                                                                       <block type="variables_get" id="=({0X#Vd(gZfW5P7YuI(">
                                                                         <field name="VAR" id="Fk6H`kq}eo!FPH!Ld2Ii">result</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="controls_if" id="z`?p:wuv4qf@FB.^P`IN">
                                                                 <mutation else="1"></mutation>
                                                                 <value name="IF0">
                                                                   <block type="logic_negate" id="oS4QJFW.#h11BEG)C]6#">
                                                                     <value name="BOOL">
                                                                       <block type="logic_compare" id="kmSbl@isO%v0V2M2KV%q">
                                                                         <field name="OP">EQ</field>
                                                                         <value name="A">
                                                                           <block type="variables_get" id="!2hJmAo:{WQVvmo#MSpw">
                                                                             <field name="VAR" id="0N!Pxj|%o,hrP:$Wm2WE">ip</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="B">
                                                                           <block type="text" id="D,uO-gM;I-Q]GD6b~D,0">
                                                                             <field name="TEXT"></field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <statement name="DO0">
                                                                   <block type="update" id="[8fA(|Z;CZFWcXyOVkM.">
                                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                     <field name="OID">0_userdata.0.ipaddress</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="variables_get" id="57Ns7WblYc`pSoPfT[we">
                                                                         <field name="VAR" id="0N!Pxj|%o,hrP:$Wm2WE">ip</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                                 <statement name="ELSE">
                                                                   <block type="debug" id="[[H]7mGw_,7D]-2K[vi9" inline="true">
                                                                     <field name="Severity">log</field>
                                                                     <value name="TEXT">
                                                                       <shadow type="text" id="FP4|qtV]4IE}b_oww8Gh">
                                                                         <field name="TEXT">Keine IP Adresse gefunden!</field>
                                                                       </shadow>
                                                                     </value>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                  </xml>
                                  

                                  liv-in-sky 1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @fastfoot last edited by liv-in-sky

                                    @fastfoot
                                    habe es getestet - arp funktioniert jetzt bei mir

                                    die richtge ipadresse steht im datenpunkt - so wie es sein soll

                                    Image 2.png

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      fastfoot @liv-in-sky last edited by fastfoot

                                      @liv-in-sky sagte in Gerät per Mac Adr & Blockly ansprechen:

                                      @fastfoot

                                      die richtge ipadresse steht im datenpunkt - so wie es sein soll

                                      Danke fürs Testen, somit bleibt nur die Fage weshalb es beim Fragesteller doppelt eingetragen wird.

                                      Aphofis 1 Reply Last reply Reply Quote 0
                                      • Aphofis
                                        Aphofis @fastfoot last edited by

                                        @fastfoot
                                        Also ich hab den DP noch mal neu erstellt und den Blockly Code komplett noch mal neu gemacht und ich hatte mal in der Pi Konsole den Befehl eingegeben und arp postet zweimal den Geräte Namen und keine IP adresse!

                                        arp -a|grep 2c:f4:32:57:b7:14 |cut -f1 -d" "
                                        

                                        ergibt in der Konsolen Ausgabe folgendes

                                        Aqua-Control.fritz.box
                                        ?
                                        Aqua-Control.fritz.box
                                        

                                        gebe ich die zweite abfrage in die Konsole ein! kommt das

                                        pi@AquaPi:~ $ arp -a|grep 2c:f4:32:57:b7:14 |cut -f2 -d"("|cut -f1 -d")"
                                        192.168.0.5
                                        192.168.0.57
                                        192.168.0.5
                                        

                                        Wieder hat das Gerät in der Fritzbox eine neue IP bekommen vorher war es die 57 jetzt ist es die 5 obwohl die 57 für das Gerät fixiert ist. Ich weiß auch nicht mehr weiter

                                        harrym 1 Reply Last reply Reply Quote 0
                                        • harrym
                                          harrym @Aphofis last edited by harrym

                                          @Aphofis such doch mal den Fehler in deinem Netzwerk bevor Du da jetzt noch mehr Zeit mit nem "Workaround" versuchst .... just my 2 cents

                                          und gerade bei nem Salzwasseraquarium musste dich auf die Steuerung zu 100% verlassen können. Hab das auch hinter mir.

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            fastfoot last edited by

                                            ohhhhh, da wird mehrfach gelistet, das könnte evtl. die zweifachen Einträge erklären(werde ich mal prüfen). um einen schnellen Workaround zu bekommen, kannst du mal arp -|grep mac machen, mich würden die kompletten 3 zeilen interessieren

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            852
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            158
                                            10383
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo