Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Neuer Robonect HX Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Neuer Robonect HX Adapter

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
robonectgardenahusqvarnamährobotergarten
467 Beiträge 58 Kommentatoren 114.1k Aufrufe 42 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • miwiM miwi

    Hallo,

    mein Mäher läuft nicht jeden Tag und deshalb würde ich gerne den Adapter an den Tagen an denen nicht gemäht wird deaktivieren.

    Über den Timer bei den Instanzen kann ich keinen Zeitraum "von-bis" einstellen sondern nur einen in Abständen definierten Start des Adapters. (Falls ich das richtig interpretiere)

    Besteht die Möglichkeit Ruhetage in die Einstellungen des Adapters einzubauen?

    Gruß

    miwi

    D Offline
    D Offline
    darkiop
    Most Active
    schrieb am zuletzt editiert von
    #333

    @miwi

    Hier ein paar Anregungen, der Trigger dafür kann alles mögliche sein: Cron, Ping, Wetter, etc. 🙂

    Nutze das selbst bei vielen Adaptern, die Instanzen laufen dann nur wenn sie auch benötigt werden.

    <xml xmlns="https://developers.google.com/blockly/xml">
     <variables>
       <variable id="%g/ANJxNOs5Cicx-gOSb">log_info_text</variable>
       <variable type="cron" id="anschalten">anschalten</variable>
       <variable type="cron" id="abschalten">abschalten</variable>
     </variables>
     <block type="procedures_defnoreturn" id="WbqpR`y[Qa=l$cY#GDE1" x="88" y="-187">
       <mutation>
         <arg name="log_info_text" varid="%g/ANJxNOs5Cicx-gOSb"></arg>
       </mutation>
       <field name="NAME">log_info</field>
       <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
       <statement name="STACK">
         <block type="debug" id="@uTYL,c*-lg2}`lj``Sp" inline="true">
           <field name="Severity">log</field>
           <value name="TEXT">
             <shadow xmlns="http://www.w3.org/1999/xhtml" type="text">
               <field name="TEXT">test</field>
             </shadow>
             <block type="text_join" id="$-RFSHZtCOSbvJIWRY?O">
               <mutation items="4"></mutation>
               <value name="ADD0">
                 <block type="text" id="W%)RLtlj%wD_]OCq4Y2X">
                   <field name="TEXT">+++ </field>
                 </block>
               </value>
               <value name="ADD1">
                 <block type="text" id="7z?YGm)y_v-7]Y|fJ#v?">
                   <field name="TEXT">Adapter-start-stop: </field>
                 </block>
               </value>
               <value name="ADD2">
                 <block type="variables_get" id=")jdU}@]knGvpR}p`7ND*">
                   <field name="VAR" id="%g/ANJxNOs5Cicx-gOSb">log_info_text</field>
                 </block>
               </value>
               <value name="ADD3">
                 <block type="text" id="~:j;:=$LVR6I7Zr]Zt|e">
                   <field name="TEXT"> +++</field>
                 </block>
               </value>
             </block>
           </value>
         </block>
       </statement>
     </block>
     <block type="comment" id="Fl`6grzg2ed:Abq(acT-" x="88" y="13">
       <field name="COMMENT">robonect.0 - Anschalten - 07:55 Uhr</field>
       <next>
         <block type="schedule_create" id="bzBQ{#NitAXq#e9}cVYW">
           <field name="NAME">anschalten</field>
           <value name="SCHEDULE">
             <shadow type="field_cron" id="m;30qu9`gF:$XXY=`3jZ">
               <field name="CRON">{"time":{"exactTime":true,"start":"07:55"},"period":{"days":1}}</field>
             </shadow>
           </value>
           <statement name="STATEMENT">
             <block type="controls_if" id="+IR[|cn2SOK7Q:!8`8|9">
               <value name="IF0">
                 <block type="logic_compare" id="tkJ^K?Iz*!U?I4S(=t%j">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="get_value" id="JT$D#Dzwj5U28GqI8VO@">
                       <field name="ATTR">val</field>
                       <field name="OID">system.adapter.robonect.0.alive</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="logic_boolean" id="Ie!31U/lLL?XcsLV,XwL">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="comment" id="m=xBUfQaE2d5iR3CGG4t">
                   <field name="COMMENT">Aktiviere robonect.0</field>
                   <next>
                     <block type="exec" id=")cuUEC{k4Gp}WVErjdT;" inline="true">
                       <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                       <field name="WITH_STATEMENT">FALSE</field>
                       <field name="LOG"></field>
                       <value name="COMMAND">
                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                           <field name="TEXT"></field>
                         </shadow>
                         <block type="text_join" id="4MPRuA6)hMRb.SpUvC*x">
                           <mutation items="3"></mutation>
                           <value name="ADD0">
                             <block type="text" id="X.EvLr:Cd7O3.5fm[G];">
                               <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                             </block>
                           </value>
                           <value name="ADD1">
                             <block type="text" id="w@U]^gbB2Y{EqpMA2{;b">
                               <field name="TEXT">start </field>
                             </block>
                           </value>
                           <value name="ADD2">
                             <block type="text" id="W*%{dzBt9/M@pD}!{j%^">
                               <field name="TEXT">robonect.0</field>
                             </block>
                           </value>
                         </block>
                       </value>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
           </statement>
           <next>
             <block type="comment" id="v[|CgS#.FQ_K?74,36?#">
               <field name="COMMENT">robonect.0 - Abschalten - 20:00 Uhr</field>
               <next>
                 <block type="schedule_create" id="DJJ^_k)T(H8-pVtgQ}N+">
                   <field name="NAME">abschalten</field>
                   <value name="SCHEDULE">
                     <shadow type="field_cron" id="G$Wu,C}=f(c[8:C6uPpc">
                       <field name="CRON">{"time":{"exactTime":true,"start":"20:00"},"period":{"days":1}}</field>
                     </shadow>
                   </value>
                   <statement name="STATEMENT">
                     <block type="controls_if" id="g01zZHcWwqBr7m5aJuKM">
                       <value name="IF0">
                         <block type="logic_compare" id="QPVb+bmm{6nWSTb;T9%D">
                           <field name="OP">EQ</field>
                           <value name="A">
                             <block type="get_value" id="W~B@7B|HD|NBwz6B8MRI">
                               <field name="ATTR">val</field>
                               <field name="OID">system.adapter.robonect.0.alive</field>
                             </block>
                           </value>
                           <value name="B">
                             <block type="logic_boolean" id="g0mu^#;IlzsOS4;U*A.`">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="comment" id="BFqXcxo*#(oEf0ulW9zs">
                           <field name="COMMENT">Deaktiviere robonect.0</field>
                           <next>
                             <block type="exec" id="sPuQC~fLz]HOVnZJn)3]" inline="true">
                               <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                               <field name="WITH_STATEMENT">FALSE</field>
                               <field name="LOG"></field>
                               <value name="COMMAND">
                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                   <field name="TEXT"></field>
                                 </shadow>
                                 <block type="text_join" id="5xXj]ArvxeN}/zJqBL8y">
                                   <mutation items="3"></mutation>
                                   <value name="ADD0">
                                     <block type="text" id="DuMf%-=[9$*[@lcrF^I.">
                                       <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                     </block>
                                   </value>
                                   <value name="ADD1">
                                     <block type="text" id="{~zx{)l=tk-MSgCjs6.0">
                                       <field name="TEXT">stop </field>
                                     </block>
                                   </value>
                                   <value name="ADD2">
                                     <block type="text" id="d9d{(QM6xxHp7*L%s+6r">
                                       <field name="TEXT">robonect.0</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                             </block>
                           </next>
                         </block>
                       </statement>
                     </block>
                   </statement>
                   <next>
                     <block type="comment" id="R0KhbI1j$TXRgA17Krc,">
                       <field name="COMMENT">robonect.0 - dolly ist tagsüber nicht erreichbar</field>
                       <next>
                         <block type="on_ext" id="E/rFHyJvBT_VkBU{Z(l2">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                           <field name="CONDITION">ne</field>
                           <field name="ACK_CONDITION"></field>
                           <value name="OID0">
                             <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="7~6P7qG?h*C%l{sv4d^s">
                               <field name="oid">ping.0.iobroker-master.192_168_1_75</field>
                             </shadow>
                             <block type="text" id="Hb:e+,jt+{=)Oh(!x{;j">
                               <field name="TEXT">ping.0.dolly</field>
                             </block>
                           </value>
                           <statement name="STATEMENT">
                             <block type="controls_if" id="/J9vQ26(H#m(SU/;G{$y">
                               <value name="IF0">
                                 <block type="logic_operation" id="W}*JK4kW8U|;-K,Jl[rE" inline="false">
                                   <field name="OP">AND</field>
                                   <value name="A">
                                     <block type="time_compare_ex" id="a3t2F(q1?x-/TxoR|LI(">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false" actual_time="true"></mutation>
                                       <field name="USE_ACTUAL_TIME">TRUE</field>
                                       <field name="OPTION">&gt;</field>
                                       <value name="START_TIME">
                                         <shadow type="text" id="oNWrle62dX3A)?C7.0yL">
                                           <field name="TEXT">07:54</field>
                                         </shadow>
                                       </value>
                                     </block>
                                   </value>
                                   <value name="B">
                                     <block type="time_compare_ex" id="ZY$f|+PnF(t9b#C/luLa">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false" actual_time="true"></mutation>
                                       <field name="USE_ACTUAL_TIME">TRUE</field>
                                       <field name="OPTION">&lt;</field>
                                       <value name="START_TIME">
                                         <shadow type="text" id="%ZqsZ?|NCHu-%5YBka,C">
                                           <field name="TEXT">16:56</field>
                                         </shadow>
                                       </value>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO0">
                                 <block type="controls_if" id="{*xRIob)S/,|w8OyH#WC">
                                   <mutation elseif="1"></mutation>
                                   <value name="IF0">
                                     <block type="logic_negate" id="v6rXX@+25N:1vCD_?[it">
                                       <value name="BOOL">
                                         <block type="on_source" id=".A4eTP^bSy!Q03K`)?cK">
                                           <field name="ATTR">state.val</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <statement name="DO0">
                                     <block type="comment" id="ir3rgLex9m{cSn%0,!oc">
                                       <field name="COMMENT">Stop</field>
                                       <next>
                                         <block type="debug" id="pW/YZFQZIDuGzoF/svZH">
                                           <field name="Severity">log</field>
                                           <value name="TEXT">
                                             <shadow type="text" id="U;Ryr~UU.o:H|%s9yWH/">
                                               <field name="TEXT">+++ dolly ist nicht erreichbar - robonect.0 deaktiviert +++</field>
                                             </shadow>
                                           </value>
                                           <next>
                                             <block type="exec" id="r)f@7Ifb6i|}qV@e#_?+" inline="true">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                               <field name="WITH_STATEMENT">FALSE</field>
                                               <field name="LOG"></field>
                                               <value name="COMMAND">
                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                                   <field name="TEXT"></field>
                                                 </shadow>
                                                 <block type="text_join" id=":,?cdtV3Sj`@2[g%A~0;">
                                                   <mutation items="3"></mutation>
                                                   <value name="ADD0">
                                                     <block type="text" id="{!dc/rN.jIU4XBnO[8ky">
                                                       <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD1">
                                                     <block type="text" id="ml~#wR.XxQhI@QBGZZBw">
                                                       <field name="TEXT">stop </field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD2">
                                                     <block type="text" id="TeLuuHuUnK5Gj:vLEU4+">
                                                       <field name="TEXT">robonect.0</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </statement>
                                   <value name="IF1">
                                     <block type="on_source" id="p8o/]Z;xCLG`7z:j0Hj9">
                                       <field name="ATTR">state.val</field>
                                     </block>
                                   </value>
                                   <statement name="DO1">
                                     <block type="comment" id="XB]bx_orCmcPlq~0[j#}">
                                       <field name="COMMENT">Start</field>
                                       <next>
                                         <block type="debug" id="*as7tA#cg@SZB|t;u4S=">
                                           <field name="Severity">log</field>
                                           <value name="TEXT">
                                             <shadow type="text" id="9rP!kZ+Y!%=pb$LjA%I}">
                                               <field name="TEXT">+++ dolly ist wieder erreichbar - robonect.0 aktiviert +++</field>
                                             </shadow>
                                           </value>
                                           <next>
                                             <block type="exec" id="j3l*4LmRnAFx7riSfv!B" inline="true">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                               <field name="WITH_STATEMENT">FALSE</field>
                                               <field name="LOG"></field>
                                               <value name="COMMAND">
                                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                                   <field name="TEXT"></field>
                                                 </shadow>
                                                 <block type="text_join" id="}uK$pq}v9HfAaCc-A2AU">
                                                   <mutation items="3"></mutation>
                                                   <value name="ADD0">
                                                     <block type="text" id="o,IR1D.t(p.Yrz#ydOX#">
                                                       <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD1">
                                                     <block type="text" id="MvA6/mhQGvzzlvBUK/MK">
                                                       <field name="TEXT">start </field>
                                                     </block>
                                                   </value>
                                                   <value name="ADD2">
                                                     <block type="text" id="Glva6ey5F3oyg5_Zh0+?">
                                                       <field name="TEXT">robonect.0</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </statement>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                           <next>
                             <block type="comment" id="]4c+DuBu97,zxU?C#{`d">
                               <field name="COMMENT">robonect.0 - Skript für Status</field>
                               <next>
                                 <block type="on_ext" id="S(ApYimTOGcsPm%B.Y{q">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                   <field name="CONDITION">ne</field>
                                   <field name="ACK_CONDITION"></field>
                                   <value name="OID0">
                                     <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="axe#-JT}-G`f9OCENDmK">
                                       <field name="oid">default</field>
                                     </shadow>
                                     <block type="text" id="HH;Zug2(}X7ae[RDr?Te">
                                       <field name="TEXT">system.adapter.robonect.0.alive</field>
                                     </block>
                                   </value>
                                   <statement name="STATEMENT">
                                     <block type="controls_if" id="qoC=/cs~j``)gTyk%)~o">
                                       <mutation else="1"></mutation>
                                       <value name="IF0">
                                         <block type="on_source" id="*+$tLNw|]o/|O|j4eR8T">
                                           <field name="ATTR">state.val</field>
                                         </block>
                                       </value>
                                       <statement name="DO0">
                                         <block type="comment" id="n*ooP9?gO(99%1cppLqO">
                                           <field name="COMMENT">Starte Skript zum Auslesen der Fehlercodes</field>
                                           <next>
                                             <block type="control" id="#}=y:Y~.VHj=W?44sF5P">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                               <field name="OID">javascript.0.scriptEnabled.PRODUKTIV.Garten.Rasenmaeher.01_Status_Auslesen_fuer_VIS</field>
                                               <field name="WITH_DELAY">FALSE</field>
                                               <value name="VALUE">
                                                 <block type="logic_boolean" id="Q?W69Eb7^GP#83~,FG)@">
                                                   <field name="BOOL">TRUE</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                       <statement name="ELSE">
                                         <block type="comment" id="Yb~g^xq%ug6G}mF$G5p6">
                                           <field name="COMMENT">Stoppe Skript zum Auslesen der Fehlercodes</field>
                                           <next>
                                             <block type="control" id="6iMDW5tZLIJAVj7l=](A">
                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                               <field name="OID">javascript.0.scriptEnabled.PRODUKTIV.Garten.Rasenmaeher.01_Status_Auslesen_fuer_VIS</field>
                                               <field name="WITH_DELAY">FALSE</field>
                                               <value name="VALUE">
                                                 <block type="logic_boolean" id="eq3uoA]Z{NLBNiI,khe[">
                                                   <field name="BOOL">FALSE</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                     </block>
                                   </statement>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </next>
         </block>
       </next>
     </block>
    </xml>
    

    Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

    miwiM 1 Antwort Letzte Antwort
    0
    • D darkiop

      @miwi

      Hier ein paar Anregungen, der Trigger dafür kann alles mögliche sein: Cron, Ping, Wetter, etc. 🙂

      Nutze das selbst bei vielen Adaptern, die Instanzen laufen dann nur wenn sie auch benötigt werden.

      <xml xmlns="https://developers.google.com/blockly/xml">
       <variables>
         <variable id="%g/ANJxNOs5Cicx-gOSb">log_info_text</variable>
         <variable type="cron" id="anschalten">anschalten</variable>
         <variable type="cron" id="abschalten">abschalten</variable>
       </variables>
       <block type="procedures_defnoreturn" id="WbqpR`y[Qa=l$cY#GDE1" x="88" y="-187">
         <mutation>
           <arg name="log_info_text" varid="%g/ANJxNOs5Cicx-gOSb"></arg>
         </mutation>
         <field name="NAME">log_info</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="debug" id="@uTYL,c*-lg2}`lj``Sp" inline="true">
             <field name="Severity">log</field>
             <value name="TEXT">
               <shadow xmlns="http://www.w3.org/1999/xhtml" type="text">
                 <field name="TEXT">test</field>
               </shadow>
               <block type="text_join" id="$-RFSHZtCOSbvJIWRY?O">
                 <mutation items="4"></mutation>
                 <value name="ADD0">
                   <block type="text" id="W%)RLtlj%wD_]OCq4Y2X">
                     <field name="TEXT">+++ </field>
                   </block>
                 </value>
                 <value name="ADD1">
                   <block type="text" id="7z?YGm)y_v-7]Y|fJ#v?">
                     <field name="TEXT">Adapter-start-stop: </field>
                   </block>
                 </value>
                 <value name="ADD2">
                   <block type="variables_get" id=")jdU}@]knGvpR}p`7ND*">
                     <field name="VAR" id="%g/ANJxNOs5Cicx-gOSb">log_info_text</field>
                   </block>
                 </value>
                 <value name="ADD3">
                   <block type="text" id="~:j;:=$LVR6I7Zr]Zt|e">
                     <field name="TEXT"> +++</field>
                   </block>
                 </value>
               </block>
             </value>
           </block>
         </statement>
       </block>
       <block type="comment" id="Fl`6grzg2ed:Abq(acT-" x="88" y="13">
         <field name="COMMENT">robonect.0 - Anschalten - 07:55 Uhr</field>
         <next>
           <block type="schedule_create" id="bzBQ{#NitAXq#e9}cVYW">
             <field name="NAME">anschalten</field>
             <value name="SCHEDULE">
               <shadow type="field_cron" id="m;30qu9`gF:$XXY=`3jZ">
                 <field name="CRON">{"time":{"exactTime":true,"start":"07:55"},"period":{"days":1}}</field>
               </shadow>
             </value>
             <statement name="STATEMENT">
               <block type="controls_if" id="+IR[|cn2SOK7Q:!8`8|9">
                 <value name="IF0">
                   <block type="logic_compare" id="tkJ^K?Iz*!U?I4S(=t%j">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="get_value" id="JT$D#Dzwj5U28GqI8VO@">
                         <field name="ATTR">val</field>
                         <field name="OID">system.adapter.robonect.0.alive</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="logic_boolean" id="Ie!31U/lLL?XcsLV,XwL">
                         <field name="BOOL">FALSE</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="comment" id="m=xBUfQaE2d5iR3CGG4t">
                     <field name="COMMENT">Aktiviere robonect.0</field>
                     <next>
                       <block type="exec" id=")cuUEC{k4Gp}WVErjdT;" inline="true">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                         <field name="WITH_STATEMENT">FALSE</field>
                         <field name="LOG"></field>
                         <value name="COMMAND">
                           <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                             <field name="TEXT"></field>
                           </shadow>
                           <block type="text_join" id="4MPRuA6)hMRb.SpUvC*x">
                             <mutation items="3"></mutation>
                             <value name="ADD0">
                               <block type="text" id="X.EvLr:Cd7O3.5fm[G];">
                                 <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                               </block>
                             </value>
                             <value name="ADD1">
                               <block type="text" id="w@U]^gbB2Y{EqpMA2{;b">
                                 <field name="TEXT">start </field>
                               </block>
                             </value>
                             <value name="ADD2">
                               <block type="text" id="W*%{dzBt9/M@pD}!{j%^">
                                 <field name="TEXT">robonect.0</field>
                               </block>
                             </value>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
             <next>
               <block type="comment" id="v[|CgS#.FQ_K?74,36?#">
                 <field name="COMMENT">robonect.0 - Abschalten - 20:00 Uhr</field>
                 <next>
                   <block type="schedule_create" id="DJJ^_k)T(H8-pVtgQ}N+">
                     <field name="NAME">abschalten</field>
                     <value name="SCHEDULE">
                       <shadow type="field_cron" id="G$Wu,C}=f(c[8:C6uPpc">
                         <field name="CRON">{"time":{"exactTime":true,"start":"20:00"},"period":{"days":1}}</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="controls_if" id="g01zZHcWwqBr7m5aJuKM">
                         <value name="IF0">
                           <block type="logic_compare" id="QPVb+bmm{6nWSTb;T9%D">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="get_value" id="W~B@7B|HD|NBwz6B8MRI">
                                 <field name="ATTR">val</field>
                                 <field name="OID">system.adapter.robonect.0.alive</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="logic_boolean" id="g0mu^#;IlzsOS4;U*A.`">
                                 <field name="BOOL">TRUE</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="comment" id="BFqXcxo*#(oEf0ulW9zs">
                             <field name="COMMENT">Deaktiviere robonect.0</field>
                             <next>
                               <block type="exec" id="sPuQC~fLz]HOVnZJn)3]" inline="true">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                 <field name="WITH_STATEMENT">FALSE</field>
                                 <field name="LOG"></field>
                                 <value name="COMMAND">
                                   <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                     <field name="TEXT"></field>
                                   </shadow>
                                   <block type="text_join" id="5xXj]ArvxeN}/zJqBL8y">
                                     <mutation items="3"></mutation>
                                     <value name="ADD0">
                                       <block type="text" id="DuMf%-=[9$*[@lcrF^I.">
                                         <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                       </block>
                                     </value>
                                     <value name="ADD1">
                                       <block type="text" id="{~zx{)l=tk-MSgCjs6.0">
                                         <field name="TEXT">stop </field>
                                       </block>
                                     </value>
                                     <value name="ADD2">
                                       <block type="text" id="d9d{(QM6xxHp7*L%s+6r">
                                         <field name="TEXT">robonect.0</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                               </block>
                             </next>
                           </block>
                         </statement>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="R0KhbI1j$TXRgA17Krc,">
                         <field name="COMMENT">robonect.0 - dolly ist tagsüber nicht erreichbar</field>
                         <next>
                           <block type="on_ext" id="E/rFHyJvBT_VkBU{Z(l2">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                             <field name="CONDITION">ne</field>
                             <field name="ACK_CONDITION"></field>
                             <value name="OID0">
                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="7~6P7qG?h*C%l{sv4d^s">
                                 <field name="oid">ping.0.iobroker-master.192_168_1_75</field>
                               </shadow>
                               <block type="text" id="Hb:e+,jt+{=)Oh(!x{;j">
                                 <field name="TEXT">ping.0.dolly</field>
                               </block>
                             </value>
                             <statement name="STATEMENT">
                               <block type="controls_if" id="/J9vQ26(H#m(SU/;G{$y">
                                 <value name="IF0">
                                   <block type="logic_operation" id="W}*JK4kW8U|;-K,Jl[rE" inline="false">
                                     <field name="OP">AND</field>
                                     <value name="A">
                                       <block type="time_compare_ex" id="a3t2F(q1?x-/TxoR|LI(">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false" actual_time="true"></mutation>
                                         <field name="USE_ACTUAL_TIME">TRUE</field>
                                         <field name="OPTION">&gt;</field>
                                         <value name="START_TIME">
                                           <shadow type="text" id="oNWrle62dX3A)?C7.0yL">
                                             <field name="TEXT">07:54</field>
                                           </shadow>
                                         </value>
                                       </block>
                                     </value>
                                     <value name="B">
                                       <block type="time_compare_ex" id="ZY$f|+PnF(t9b#C/luLa">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false" actual_time="true"></mutation>
                                         <field name="USE_ACTUAL_TIME">TRUE</field>
                                         <field name="OPTION">&lt;</field>
                                         <value name="START_TIME">
                                           <shadow type="text" id="%ZqsZ?|NCHu-%5YBka,C">
                                             <field name="TEXT">16:56</field>
                                           </shadow>
                                         </value>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO0">
                                   <block type="controls_if" id="{*xRIob)S/,|w8OyH#WC">
                                     <mutation elseif="1"></mutation>
                                     <value name="IF0">
                                       <block type="logic_negate" id="v6rXX@+25N:1vCD_?[it">
                                         <value name="BOOL">
                                           <block type="on_source" id=".A4eTP^bSy!Q03K`)?cK">
                                             <field name="ATTR">state.val</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                     <statement name="DO0">
                                       <block type="comment" id="ir3rgLex9m{cSn%0,!oc">
                                         <field name="COMMENT">Stop</field>
                                         <next>
                                           <block type="debug" id="pW/YZFQZIDuGzoF/svZH">
                                             <field name="Severity">log</field>
                                             <value name="TEXT">
                                               <shadow type="text" id="U;Ryr~UU.o:H|%s9yWH/">
                                                 <field name="TEXT">+++ dolly ist nicht erreichbar - robonect.0 deaktiviert +++</field>
                                               </shadow>
                                             </value>
                                             <next>
                                               <block type="exec" id="r)f@7Ifb6i|}qV@e#_?+" inline="true">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                 <field name="WITH_STATEMENT">FALSE</field>
                                                 <field name="LOG"></field>
                                                 <value name="COMMAND">
                                                   <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                                     <field name="TEXT"></field>
                                                   </shadow>
                                                   <block type="text_join" id=":,?cdtV3Sj`@2[g%A~0;">
                                                     <mutation items="3"></mutation>
                                                     <value name="ADD0">
                                                       <block type="text" id="{!dc/rN.jIU4XBnO[8ky">
                                                         <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD1">
                                                       <block type="text" id="ml~#wR.XxQhI@QBGZZBw">
                                                         <field name="TEXT">stop </field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD2">
                                                       <block type="text" id="TeLuuHuUnK5Gj:vLEU4+">
                                                         <field name="TEXT">robonect.0</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </statement>
                                     <value name="IF1">
                                       <block type="on_source" id="p8o/]Z;xCLG`7z:j0Hj9">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <statement name="DO1">
                                       <block type="comment" id="XB]bx_orCmcPlq~0[j#}">
                                         <field name="COMMENT">Start</field>
                                         <next>
                                           <block type="debug" id="*as7tA#cg@SZB|t;u4S=">
                                             <field name="Severity">log</field>
                                             <value name="TEXT">
                                               <shadow type="text" id="9rP!kZ+Y!%=pb$LjA%I}">
                                                 <field name="TEXT">+++ dolly ist wieder erreichbar - robonect.0 aktiviert +++</field>
                                               </shadow>
                                             </value>
                                             <next>
                                               <block type="exec" id="j3l*4LmRnAFx7riSfv!B" inline="true">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                                                 <field name="WITH_STATEMENT">FALSE</field>
                                                 <field name="LOG"></field>
                                                 <value name="COMMAND">
                                                   <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="V`po#;p:P_.KUR9.IKEQ">
                                                     <field name="TEXT"></field>
                                                   </shadow>
                                                   <block type="text_join" id="}uK$pq}v9HfAaCc-A2AU">
                                                     <mutation items="3"></mutation>
                                                     <value name="ADD0">
                                                       <block type="text" id="o,IR1D.t(p.Yrz#ydOX#">
                                                         <field name="TEXT">node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js </field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD1">
                                                       <block type="text" id="MvA6/mhQGvzzlvBUK/MK">
                                                         <field name="TEXT">start </field>
                                                       </block>
                                                     </value>
                                                     <value name="ADD2">
                                                       <block type="text" id="Glva6ey5F3oyg5_Zh0+?">
                                                         <field name="TEXT">robonect.0</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </statement>
                                   </block>
                                 </statement>
                               </block>
                             </statement>
                             <next>
                               <block type="comment" id="]4c+DuBu97,zxU?C#{`d">
                                 <field name="COMMENT">robonect.0 - Skript für Status</field>
                                 <next>
                                   <block type="on_ext" id="S(ApYimTOGcsPm%B.Y{q">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                     <field name="CONDITION">ne</field>
                                     <field name="ACK_CONDITION"></field>
                                     <value name="OID0">
                                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="field_oid" id="axe#-JT}-G`f9OCENDmK">
                                         <field name="oid">default</field>
                                       </shadow>
                                       <block type="text" id="HH;Zug2(}X7ae[RDr?Te">
                                         <field name="TEXT">system.adapter.robonect.0.alive</field>
                                       </block>
                                     </value>
                                     <statement name="STATEMENT">
                                       <block type="controls_if" id="qoC=/cs~j``)gTyk%)~o">
                                         <mutation else="1"></mutation>
                                         <value name="IF0">
                                           <block type="on_source" id="*+$tLNw|]o/|O|j4eR8T">
                                             <field name="ATTR">state.val</field>
                                           </block>
                                         </value>
                                         <statement name="DO0">
                                           <block type="comment" id="n*ooP9?gO(99%1cppLqO">
                                             <field name="COMMENT">Starte Skript zum Auslesen der Fehlercodes</field>
                                             <next>
                                               <block type="control" id="#}=y:Y~.VHj=W?44sF5P">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">javascript.0.scriptEnabled.PRODUKTIV.Garten.Rasenmaeher.01_Status_Auslesen_fuer_VIS</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="Q?W69Eb7^GP#83~,FG)@">
                                                     <field name="BOOL">TRUE</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                         <statement name="ELSE">
                                           <block type="comment" id="Yb~g^xq%ug6G}mF$G5p6">
                                             <field name="COMMENT">Stoppe Skript zum Auslesen der Fehlercodes</field>
                                             <next>
                                               <block type="control" id="6iMDW5tZLIJAVj7l=](A">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">javascript.0.scriptEnabled.PRODUKTIV.Garten.Rasenmaeher.01_Status_Auslesen_fuer_VIS</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="eq3uoA]Z{NLBNiI,khe[">
                                                     <field name="BOOL">FALSE</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                       </block>
                                     </statement>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </next>
       </block>
      </xml>
      

      miwiM Offline
      miwiM Offline
      miwi
      schrieb am zuletzt editiert von
      #334

      @darkiop
      Genau das habe ich gesucht. Gerade ausprobiert. Läuft hervorragend.

      Vielen Dank !!!

      1 Antwort Letzte Antwort
      0
      • M Offline
        M Offline
        Malz1902
        schrieb am zuletzt editiert von
        #335

        Hallo zusammen, ich würde gernen den Timer Töglich um 0 Uhr neu setzen Start Sonnenaufgang + 30 Minuten Ende Sonnenuntergang - 30 Minuten.
        Wie kann ich das bewerkstelligen?

        M 1 Antwort Letzte Antwort
        0
        • M Malz1902

          Hallo zusammen, ich würde gernen den Timer Töglich um 0 Uhr neu setzen Start Sonnenaufgang + 30 Minuten Ende Sonnenuntergang - 30 Minuten.
          Wie kann ich das bewerkstelligen?

          M Offline
          M Offline
          Malz1902
          schrieb am zuletzt editiert von
          #336

          Hallo zusammen, ich würde gernen über ein Skript den Timer von meinem Rasenmäher mit Robonect Modul setzen
          Wenn ich die URI im Browser aufrufe klappt es wie gewünscht. Jetzt habe ich ein JS erstellt und bekomme folgenden Fehler.

          Request error: Error: Parse Error: Expected HTTP/
          

          Wer kann mir helfen.

          schedule("0 0 4 * * *", function () {
          
              var request = require('request');
          
              var sonnenaufgang = "shuttercontrol.0.info.Sunrise";
          
              var sonnenuntergang = "shuttercontrol.0.info.Sunset";
          
           
          
              request('http://ip-vom-mäher/xml?cmd=timer&timer=1&start=06:00&end=22:00&enable=1', function (error, response) {
          
           
          
              });
          
          });
          
          A bahnuhrB 2 Antworten Letzte Antwort
          0
          • M Malz1902

            Hallo zusammen, ich würde gernen über ein Skript den Timer von meinem Rasenmäher mit Robonect Modul setzen
            Wenn ich die URI im Browser aufrufe klappt es wie gewünscht. Jetzt habe ich ein JS erstellt und bekomme folgenden Fehler.

            Request error: Error: Parse Error: Expected HTTP/
            

            Wer kann mir helfen.

            schedule("0 0 4 * * *", function () {
            
                var request = require('request');
            
                var sonnenaufgang = "shuttercontrol.0.info.Sunrise";
            
                var sonnenuntergang = "shuttercontrol.0.info.Sunset";
            
             
            
                request('http://ip-vom-mäher/xml?cmd=timer&timer=1&start=06:00&end=22:00&enable=1', function (error, response) {
            
             
            
                });
            
            });
            
            A Offline
            A Offline
            Aiouh
            schrieb am zuletzt editiert von
            #337

            Hi, Ich versuche verzweifelt die Timer per VIS (fancyswitch) zu aktivieren und zu deaktivieren. Leider klappt schon das deaktivieren nicht richtig.
            Wenn ich mir das Objekt robonect.0.timer.0.enabled anschaue wird das bei betätigen des switch auf false gesetzt, damit hotte ich den timer deaktvieren zu können. Leider wird es nach einiger Zeit jedoch automatisch wieder auf "true" gesetzt. Weshalb ist mir unklar.
            Ähnliches passiert wenn ich den robonect.0.status.mode z.B. von Manuell auf "Auto" setze. Das Objekt geht zunächst auf Auto, wechselt aber nach ca 1 Sekunde zurück auf "Manuell".
            Hab ich was Generelles übersehen?

            D 1 Antwort Letzte Antwort
            0
            • A Aiouh

              Hi, Ich versuche verzweifelt die Timer per VIS (fancyswitch) zu aktivieren und zu deaktivieren. Leider klappt schon das deaktivieren nicht richtig.
              Wenn ich mir das Objekt robonect.0.timer.0.enabled anschaue wird das bei betätigen des switch auf false gesetzt, damit hotte ich den timer deaktvieren zu können. Leider wird es nach einiger Zeit jedoch automatisch wieder auf "true" gesetzt. Weshalb ist mir unklar.
              Ähnliches passiert wenn ich den robonect.0.status.mode z.B. von Manuell auf "Auto" setze. Das Objekt geht zunächst auf Auto, wechselt aber nach ca 1 Sekunde zurück auf "Manuell".
              Hab ich was Generelles übersehen?

              D Offline
              D Offline
              darkiop
              Most Active
              schrieb am zuletzt editiert von
              #338

              @aiouh sagte in Neuer Robonect HX Adapter:

              robonect.0.timer.0.enabled

              fce315a0-5c2e-47d6-b67d-90d09fcc00b4-grafik.png

              -> Der Adapter kann diese DPs aktuell nicht schreiben / an Robonect senden. Er liest sie nur aus.

              Proxmox-ioBroker-Redis-HA Doku: https://forum.iobroker.net/topic/47478/dokumentation-einer-proxmox-iobroker-redis-ha-umgebung

              A 1 Antwort Letzte Antwort
              1
              • D darkiop

                @aiouh sagte in Neuer Robonect HX Adapter:

                robonect.0.timer.0.enabled

                fce315a0-5c2e-47d6-b67d-90d09fcc00b4-grafik.png

                -> Der Adapter kann diese DPs aktuell nicht schreiben / an Robonect senden. Er liest sie nur aus.

                A Offline
                A Offline
                Aiouh
                schrieb am zuletzt editiert von
                #339

                @darkiop Danke, dann ist es klar

                opossumO 1 Antwort Letzte Antwort
                0
                • A Aiouh

                  @darkiop Danke, dann ist es klar

                  opossumO Offline
                  opossumO Offline
                  opossum
                  schrieb am zuletzt editiert von opossum
                  #340

                  Hallo,
                  ich bitte um Entschuldigung, wenn ich mich hier mal einklinke. Habe eine Frage zu Robonect. Es gibt dort unter Kommunikation den Punkt Pushservice. Leider ist die Doku dazu recht dürftig. Habe daher versucht, mal einen eigenen Pushserver mit Gotify aufzusetzen. Der läuft jetzt in einer eigenen VM unter Debian.

                  Meine Testconfig für den Pushservice:

                  21c77154-bd60-44d8-81e5-6c055d4bd2e9-image.png

                  Ich kann auch die Meldung sehen, leider wird das in der zugehörigen App nicht angezeigt.

                  debian@gotify:/$ sudo ./gotify-linux-amd64
                  Starting Gotify version 2.0.22@2021-04-16-18:16:19
                  Started Listening for plain HTTP connection on :80
                  [GIN] 2021/06/16 - 11:30:54 | 200 |   10.396953ms |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-79&status=2&stopped=0&duration=2                                                            655&mode=0&battery=62&hours=636&distance=12"
                  [GIN] 2021/06/16 - 11:31:24 | 200 |     335.492µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-75&status=2&stopped=0&duration=2                                                            685&mode=0&battery=62&hours=636&distance=12"
                  [GIN] 2021/06/16 - 11:31:54 | 200 |     383.137µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-74&status=2&stopped=0&duration=2715&mode=0&battery=62&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:32:24 | 200 |     247.415µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-66&status=2&stopped=0&duration=2745&mode=0&battery=61&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:32:54 | 200 |     949.674µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-79&status=2&stopped=0&duration=2775&mode=0&battery=61&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:33:24 | 200 |     228.203µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-78&status=2&stopped=0&duration=2805&mode=0&battery=60&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:33:54 | 200 |     232.514µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-74&status=2&stopped=0&duration=2835&mode=0&battery=60&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:34:24 | 200 |     268.568µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-78&status=2&stopped=0&duration=2865&mode=0&battery=59&hours=636&dista                       nce=12"
                  [GIN] 2021/06/16 - 11:34:54 | 200 |     415.223µs |    192.168.1.66 | GET      "/?id=877609&name=karlchen&signal=-66&status=2&stopped=0&duration=2896&mode=0&battery=59&hours=636&distance=12"
                  
                  

                  Hat das vielleicht jemand mit einem anderen Pushservice am Laufen?

                  https://schlepper-petersdorf.jimdofree.com/

                  1 Antwort Letzte Antwort
                  0
                  • M Malz1902

                    Hallo zusammen, ich würde gernen über ein Skript den Timer von meinem Rasenmäher mit Robonect Modul setzen
                    Wenn ich die URI im Browser aufrufe klappt es wie gewünscht. Jetzt habe ich ein JS erstellt und bekomme folgenden Fehler.

                    Request error: Error: Parse Error: Expected HTTP/
                    

                    Wer kann mir helfen.

                    schedule("0 0 4 * * *", function () {
                    
                        var request = require('request');
                    
                        var sonnenaufgang = "shuttercontrol.0.info.Sunrise";
                    
                        var sonnenuntergang = "shuttercontrol.0.info.Sunset";
                    
                     
                    
                        request('http://ip-vom-mäher/xml?cmd=timer&timer=1&start=06:00&end=22:00&enable=1', function (error, response) {
                    
                     
                    
                        });
                    
                    });
                    
                    bahnuhrB Online
                    bahnuhrB Online
                    bahnuhr
                    Forum Testing Most Active
                    schrieb am zuletzt editiert von bahnuhr
                    #341

                    @malz1902 sagte in Neuer Robonect HX Adapter:

                    request('http://ip-vom-mäher/xml?cmd=timer&timer=1&start=06:00&end=22:00&enable=1', function (error, response) { });

                    Benutzer und Passwort fehlt.
                    Und zum Schluss fehlt "save"

                    richtig ist:

                    request('http://192.168.xxx.xx/json?user=xxx&pass=xxx&cmd=timer&timer=1&start=06:00&end=15:00&mo=1&tu=1&enable=1&save=1', function (error, response, body) {  if (error) {  log('Error: request Fehler!',"error");  }  });  
                    

                    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                    Danke.
                    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                    ScreenToGif :https://www.screentogif.com/downloads.html

                    bahnuhrB 1 Antwort Letzte Antwort
                    1
                    • bahnuhrB bahnuhr

                      @malz1902 sagte in Neuer Robonect HX Adapter:

                      request('http://ip-vom-mäher/xml?cmd=timer&timer=1&start=06:00&end=22:00&enable=1', function (error, response) { });

                      Benutzer und Passwort fehlt.
                      Und zum Schluss fehlt "save"

                      richtig ist:

                      request('http://192.168.xxx.xx/json?user=xxx&pass=xxx&cmd=timer&timer=1&start=06:00&end=15:00&mo=1&tu=1&enable=1&save=1', function (error, response, body) {  if (error) {  log('Error: request Fehler!',"error");  }  });  
                      
                      bahnuhrB Online
                      bahnuhrB Online
                      bahnuhr
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #342

                      @Malz1902
                      Hättest ja mal schreiben können, dass du dein Problem im robonect forum schon geklärt hast.


                      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                      Danke.
                      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                      ScreenToGif :https://www.screentogif.com/downloads.html

                      M 1 Antwort Letzte Antwort
                      0
                      • bahnuhrB bahnuhr

                        @Malz1902
                        Hättest ja mal schreiben können, dass du dein Problem im robonect forum schon geklärt hast.

                        M Offline
                        M Offline
                        Malz1902
                        schrieb am zuletzt editiert von
                        #343

                        @bahnuhr sorry nicht dran gedacht:-D aber evtl hilft das @Aiouh weiter, damit er seinen Timer aktivieren/deaktivieren kann.
                        Bedenke nur wenn alle Time deaktiviert sind, so wird 24/ gemäht

                        1 Antwort Letzte Antwort
                        0
                        • S Offline
                          S Offline
                          Sweatchuck
                          schrieb am zuletzt editiert von
                          #344

                          Hallo,
                          ich habe meinen ioBroker auf den neuesten Stand gebracht, nun funktioniert der Robonect Adaptr nicht mehr. Keine Verbindung zum Robbi.

                          Kann es sein, dass sich der Adapter mit der neuesten Version (Admin) von iobroker nicht mehr versteht?

                          Grüße

                          LatziL 1 Antwort Letzte Antwort
                          0
                          • S Sweatchuck

                            Hallo,
                            ich habe meinen ioBroker auf den neuesten Stand gebracht, nun funktioniert der Robonect Adaptr nicht mehr. Keine Verbindung zum Robbi.

                            Kann es sein, dass sich der Adapter mit der neuesten Version (Admin) von iobroker nicht mehr versteht?

                            Grüße

                            LatziL Online
                            LatziL Online
                            Latzi
                            schrieb am zuletzt editiert von
                            #345

                            Hat jemand den Adapter mit Admin5 schon erfolgreich am laufen?

                            M 1 Antwort Letzte Antwort
                            0
                            • M Offline
                              M Offline
                              Malz1902
                              schrieb am zuletzt editiert von
                              #346

                              Bis zum Winterschlaf Anfang Oktober war alles gut. Ich kann gerne im Frühjahr bescheid geben

                              LatziL 1 Antwort Letzte Antwort
                              1
                              • M Malz1902

                                Bis zum Winterschlaf Anfang Oktober war alles gut. Ich kann gerne im Frühjahr bescheid geben

                                LatziL Online
                                LatziL Online
                                Latzi
                                schrieb am zuletzt editiert von
                                #347

                                @malz1902 sagte in Neuer Robonect HX Adapter:

                                Bis zum Winterschlaf Anfang Oktober war alles gut

                                klingt gut! Danke für die Rückmeldung

                                @sweatchuck sagte in Neuer Robonect HX Adapter:

                                Kann es sein, dass sich der Adapter mit der neuesten Version (Admin) von iobroker nicht mehr versteht?

                                @Sweatchuck ist dein Problem gelöst?

                                1 Antwort Letzte Antwort
                                0
                                • bjoergB Offline
                                  bjoergB Offline
                                  bjoerg
                                  schrieb am zuletzt editiert von
                                  #348

                                  Moin
                                  Seit ein paar tagen steht im LOG
                                  "No connection to lawn mower. Check network connection."

                                  Habe an den Einstellungen nichts geändert.
                                  Die Angaben im Adapter stimmen
                                  und über Netzwerk ist dieser auch erreichbar.

                                  Was kann da das Problem sein ?
                                  BZW. Hat noch jemand anders das Problem ??

                                  mit freundlichsten Grüßen aus dem hohen Norden von Deutschland ;-)

                                  severendisS 1 Antwort Letzte Antwort
                                  0
                                  • LatziL Latzi

                                    Hat jemand den Adapter mit Admin5 schon erfolgreich am laufen?

                                    M Offline
                                    M Offline
                                    Malz1902
                                    schrieb am zuletzt editiert von
                                    #349

                                    @latzi Adapter läuft auch nach der Winterpause bestens.

                                    @bjoerg vielleicht das Passwort geändert oder so? Würde im Adapter die Daten nochmal neu eintragen

                                    bjoergB 1 Antwort Letzte Antwort
                                    0
                                    • M Malz1902

                                      @latzi Adapter läuft auch nach der Winterpause bestens.

                                      @bjoerg vielleicht das Passwort geändert oder so? Würde im Adapter die Daten nochmal neu eintragen

                                      bjoergB Offline
                                      bjoergB Offline
                                      bjoerg
                                      schrieb am zuletzt editiert von
                                      #350

                                      @malz1902

                                      nix geändert.
                                      alles neu eingegeben
                                      mehrfach neu gestartet

                                      keine änderung

                                      mit freundlichsten Grüßen aus dem hohen Norden von Deutschland ;-)

                                      A 1 Antwort Letzte Antwort
                                      0
                                      • bjoergB bjoerg

                                        @malz1902

                                        nix geändert.
                                        alles neu eingegeben
                                        mehrfach neu gestartet

                                        keine änderung

                                        A Offline
                                        A Offline
                                        Aiouh
                                        schrieb am zuletzt editiert von Aiouh
                                        #351

                                        @bjoerg hatte ein ähnliches Problem. Bei mir lag es daran, dass die Fritzbox dem Robonect Adapter nach der langen Winterpause eine neue IP Adresse vergeben hat. Hatte den Haken in der Fritzbox bei " immer dieselbe Adresse vergeben' vergessen.
                                        Habe das nicht gleich gefunden weil der Adapter Status trotz der falschen IP drei mal auf grün stand. Neue Adresse eingetragen und jetzt tuckert wieder alles.

                                        bjoergB 1 Antwort Letzte Antwort
                                        0
                                        • A Aiouh

                                          @bjoerg hatte ein ähnliches Problem. Bei mir lag es daran, dass die Fritzbox dem Robonect Adapter nach der langen Winterpause eine neue IP Adresse vergeben hat. Hatte den Haken in der Fritzbox bei " immer dieselbe Adresse vergeben' vergessen.
                                          Habe das nicht gleich gefunden weil der Adapter Status trotz der falschen IP drei mal auf grün stand. Neue Adresse eingetragen und jetzt tuckert wieder alles.

                                          bjoergB Offline
                                          bjoergB Offline
                                          bjoerg
                                          schrieb am zuletzt editiert von
                                          #352

                                          @aiouh
                                          Daran liegt es nicht.
                                          IP Adresse hat sich nicht geändert.

                                          1. Feste IP vergeben
                                          2. Zugriff über Webbrowser funktioniert ja noch

                                          mit freundlichsten Grüßen aus dem hohen Norden von Deutschland ;-)

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          515

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe