Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Adapter Worx Landroid v3.x.x

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

Adapter Worx Landroid v3.x.x

Scheduled Pinned Locked Moved Entwicklung
788 Posts 87 Posters 125.4k Views 74 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AFiA Offline
    AFiA Offline
    AFi
    wrote on last edited by
    #177

    Hi,
    möchte meinen Worx WR105SI.1 via Adapter mit der Variable mowTimeExtend vom Fahren abhalten, z.B. bei Regenwahrscheinlichkeit > x% oder Feiertag. Dies möchte ich über Blockly ausführen. Der Wert von mowTimeExtend läßt sich verändern im Objektbaum, jedoch schreibt die APP auf dem Handy (Cloud) die alten Daten wieder zurück. Was mach ich falsch.

    Anbei mögliches Blockly:

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</variable>
      </variables>
      <block type="variables_set" id="g0x.E]O(vQHx+H87Cj_L" x="37" y="12">
        <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
        <value name="VALUE">
          <block type="math_number" id=",~h^i4:C_Muv;Q+f)R_B">
            <field name="NUM">0</field>
          </block>
        </value>
        <next>
          <block type="comment" id="PgzY]3jEv}Z:8cj[FU%9">
            <field name="COMMENT">PrüfungRegen um 6 Uhr</field>
            <next>
              <block type="schedule" id="2o)BhUxk5_ymp$0D|J0=">
                <field name="SCHEDULE">{"time":{"exactTime":true,"start":"16:18"},"period":{"days":1}}</field>
                <statement name="STATEMENT">
                  <block type="update" id="+4n+_!!SiKzzr?^Z]=7V">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">javascript.0.AFiHome.WertVariablen.Regenwahrsch16Uhr</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="get_value" id="BJTK??dUA;Ei;$jU{a^U">
                        <field name="ATTR">val</field>
                        <field name="OID">weatherunderground.0.forecastHourly.6h.precipitationChance</field>
                      </block>
                    </value>
                    <next>
                      <block type="controls_if" id="r[_/gYdggZ3VK}kJ?v0:">
                        <value name="IF0">
                          <block type="logic_compare" id="`TxB-p`zW}[+?gLG0P#)">
                            <field name="OP">EQ</field>
                            <value name="A">
                              <block type="get_value" id="}hfIX4S(VFv}@#s*[df[">
                                <field name="ATTR">val</field>
                                <field name="OID">javascript.0.AFiHome.TrueFalseVariablen.MA_Rasenmaeher</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="math_number" id="{a5!tWNSKc0C0[igtF2J">
                                <field name="NUM">0</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="controls_if" id="@;r4qg]:B]LNEiH12I/;">
                            <value name="IF0">
                              <block type="logic_multi_or" id="0w1eg6CF{,O!znN}OCtB">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
                                <value name="OR0">
                                  <block type="logic_compare" id="l:J23l4)ke1Ryj@r+kCt">
                                    <field name="OP">GTE</field>
                                    <value name="A">
                                      <block type="get_value" id="yO%WTD|xWFbUTyQ]s(=L">
                                        <field name="ATTR">val</field>
                                        <field name="OID">weatherunderground.0.forecastHourly.6h.precipitationChance</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="MxB3zy^=!AM1U?(Deyr;">
                                        <field name="NUM">40</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="OR1">
                                  <block type="logic_compare" id="nqjx2q2EC7aNrH!*No:/">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id="hiIP.)@;uR_MC=/{0bpE">
                                        <field name="ATTR">val</field>
                                        <field name="OID">feiertage.0.heute.boolean</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="A{g}GK*Zr^8_`5hfEQC4">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="controls_whileUntil" id="v)+VERC]RRA+waTM{l}z">
                                <field name="MODE">WHILE</field>
                                <value name="BOOL">
                                  <block type="logic_compare" id="*IUjl!(G_j9NRawE,rav">
                                    <field name="OP">LTE</field>
                                    <value name="A">
                                      <block type="get_value" id="~=v[[9%p5-/1h83BM8Kh">
                                        <field name="ATTR">val</field>
                                        <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="%3KJOKC|WFu0^9=kKR3)">
                                        <field name="NUM">-100</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO">
                                  <block type="variables_set" id="`qR|T7oykJ8Z-4-=3ox]">
                                    <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
                                    <value name="VALUE">
                                      <block type="get_value" id="E1jr9{t;s=glVO[R53w1">
                                        <field name="ATTR">val</field>
                                        <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="update" id=")lQmF~H_.3Oe|CoaxS:=">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="math_arithmetic" id="3OXI?oJr.G-#M9i!-,Hl">
                                            <field name="OP">ADD</field>
                                            <value name="A">
                                              <shadow type="math_number" id="Q7Ui_QSUl5$GV^2t*b@m">
                                                <field name="NUM">1</field>
                                              </shadow>
                                              <block type="variables_get" id="y6%wKBswx.Y#S#09#%el">
                                                <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <shadow type="math_number" id="tYB!m$lLgA~VN,)g_q]^">
                                                <field name="NUM">1</field>
                                              </shadow>
                                              <block type="math_number" id="8N3)T)`yxn%U:Ef=jW5e">
                                                <field name="NUM">-10</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="timeouts_wait" id="SA9wMYWfKBldob6)@Y{0">
                                            <field name="DELAY">10</field>
                                            <field name="UNIT">sec</field>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <next>
                                  <block type="control" id="];ww$p-u(Ea)Wb5].,Vw" disabled="true">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id=".^cPV.*)YLGi(p4wBBpb">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="control" id="#ZFq9L.40AiGtnvVb~Q]" disabled="true">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">worx.0.20183019090500523351.mower.mowerActive</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="/qOh(/@W.~uIkGw0MX,8">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="update" id="4K^QAWX+ZC$A_zo4%p5." disabled="true">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">worx.0.20183019090500523351.mower.mowerActive</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="i|5:boulGjj6C%:6|fqy">
                                                <field name="BOOL">FALSE</field>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="update" id="`A0~{xK(x]]vl9Jcu]Bc" disabled="true">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="lE3(h3NNubkka_8%9*Y8">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="pushover" id="F.Od!XHZi`kW;ClY+YT~">
                                                    <field name="INSTANCE"></field>
                                                    <field name="SOUND"></field>
                                                    <field name="PRIORITY">0</field>
                                                    <field name="LOG"></field>
                                                    <field name="FORMAT">none</field>
                                                    <value name="MESSAGE">
                                                      <shadow type="text" id="vIl%cNNcq2DJW0epM(wM">
                                                        <field name="TEXT">FiFi arbeitet heute nicht, Feiertag oder Regen!</field>
                                                      </shadow>
                                                    </value>
                                                    <value name="SOUND_CUSTOM">
                                                      <shadow type="text" id="-{.5de6pL=AdF5L:;de=">
                                                        <field name="TEXT"></field>
                                                      </shadow>
                                                    </value>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </statement>
                <next>
                  <block type="schedule" id="m@M%6hr/aV_gxE4hl,:,">
                    <field name="SCHEDULE">{"time":{"exactTime":true,"start":"22:00"},"period":{"days":1}}</field>
                    <statement name="STATEMENT">
                      <block type="controls_if" id="7KlYU|[[p_I$y-Zma57g">
                        <value name="IF0">
                          <block type="logic_compare" id="%v|(Hze3%n3+On}r|^]6">
                            <field name="OP">EQ</field>
                            <value name="A">
                              <block type="get_value" id="~|00*89xK~7B;J=RG(^h">
                                <field name="ATTR">val</field>
                                <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_boolean" id="$o1`zeMzbVHYSXs4D5W~">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="control" id="uB[PrDmocP+yb^nRnT$_">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="`3~OZ?x2E}25XV2b~lHG">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                            <next>
                              <block type="update" id="^%=]xGx]x]xy|J@f$L2I" disabled="true">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="Lv!:r~Tr=WVdv8xOTfg$">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="debug" id="t/I@8M4DOmGh,-e0Nquk">
                                    <field name="Severity">info</field>
                                    <value name="TEXT">
                                      <shadow type="text" id="*W1JGoOCL0fh;z[X^/IO">
                                        <field name="TEXT">Pause ausgeschalten!</field>
                                      </shadow>
                                    </value>
                                    <next>
                                      <block type="update" id="f3pm(*A9:@WtLtFHz66U">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">javascript.0.AFiHome.Meldungen</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="text" id="s|?.L]aAh}:3fumuOgiB">
                                            <field name="TEXT">Pause ausgeschalten!</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </statement>
                      </block>
                    </statement>
                    <next>
                      <block type="on_ext" id="kh-yPTy%9;vgWa3SzN3O">
                        <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 type="field_oid" id="iy*y#!~b.sd/J(a@gv2{">
                            <field name="oid">worx.0.20183019090500523351.mower.status</field>
                          </shadow>
                        </value>
                        <statement name="STATEMENT">
                          <block type="controls_if" id="0Fzm8iUq#rRC0p=x@*D/">
                            <value name="IF0">
                              <block type="logic_multi_or" id="-c?vRIx;j_yaF$a?$:ei">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" items="3"></mutation>
                                <value name="OR0">
                                  <block type="logic_compare" id="EuOXVJ!lr/I7olVQ-4VZ">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id="ptuq/+?qy!R*4Bt7V(m?">
                                        <field name="ATTR">val</field>
                                        <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="s-O;Uh?f%hSVj$R}hMy0">
                                        <field name="NUM">8</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="OR1">
                                  <block type="logic_compare" id="Xva=m=AaQN5xo|z0bbyz">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id="TpnJLBEci5j?oRfr.j@C">
                                        <field name="ATTR">val</field>
                                        <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="FI@BDX~cAnCN[t)STNW[">
                                        <field name="NUM">33</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="OR2">
                                  <block type="logic_compare" id="TJV=UTcj8jyU/#h==SE~">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id=")VhB6qJ%rzJ5hi]rz[H5">
                                        <field name="ATTR">val</field>
                                        <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="vx)*njY(V~TwU)5XEJUy">
                                        <field name="NUM">9</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="pushover" id="8Uqky?V9vg9Er6~1YPoD">
                                <field name="INSTANCE"></field>
                                <field name="SOUND"></field>
                                <field name="PRIORITY">0</field>
                                <field name="LOG"></field>
                                <field name="FORMAT">none</field>
                                <value name="MESSAGE">
                                  <shadow type="text" id="z^@bvB-G0Q=COxmv(O);">
                                    <field name="TEXT">FiFi hat Fehlermeldung!</field>
                                  </shadow>
                                </value>
                                <value name="SOUND_CUSTOM">
                                  <shadow type="text" id="HRRn/McHPT?]iNY!Wq)o">
                                    <field name="TEXT"></field>
                                  </shadow>
                                </value>
                                <next>
                                  <block type="update" id="5!n~okSQS9buz!}lpDN4">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">javascript.0.AFiHome.Meldungen</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="text" id="[@[eXM+{ssJ5)EyrCqG7">
                                        <field name="TEXT">FiFi Fehlermeldung!</field>
                                      </block>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </xml>
    

    Freue mich auf die Unterstützung.

    VG Axel

    AFi

    CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
    ioBroker auf NUC

    Mittelständler in ioBroker

    L 1 Reply Last reply
    0
    • AFiA AFi

      Hi,
      möchte meinen Worx WR105SI.1 via Adapter mit der Variable mowTimeExtend vom Fahren abhalten, z.B. bei Regenwahrscheinlichkeit > x% oder Feiertag. Dies möchte ich über Blockly ausführen. Der Wert von mowTimeExtend läßt sich verändern im Objektbaum, jedoch schreibt die APP auf dem Handy (Cloud) die alten Daten wieder zurück. Was mach ich falsch.

      Anbei mögliches Blockly:

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</variable>
        </variables>
        <block type="variables_set" id="g0x.E]O(vQHx+H87Cj_L" x="37" y="12">
          <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
          <value name="VALUE">
            <block type="math_number" id=",~h^i4:C_Muv;Q+f)R_B">
              <field name="NUM">0</field>
            </block>
          </value>
          <next>
            <block type="comment" id="PgzY]3jEv}Z:8cj[FU%9">
              <field name="COMMENT">PrüfungRegen um 6 Uhr</field>
              <next>
                <block type="schedule" id="2o)BhUxk5_ymp$0D|J0=">
                  <field name="SCHEDULE">{"time":{"exactTime":true,"start":"16:18"},"period":{"days":1}}</field>
                  <statement name="STATEMENT">
                    <block type="update" id="+4n+_!!SiKzzr?^Z]=7V">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">javascript.0.AFiHome.WertVariablen.Regenwahrsch16Uhr</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="get_value" id="BJTK??dUA;Ei;$jU{a^U">
                          <field name="ATTR">val</field>
                          <field name="OID">weatherunderground.0.forecastHourly.6h.precipitationChance</field>
                        </block>
                      </value>
                      <next>
                        <block type="controls_if" id="r[_/gYdggZ3VK}kJ?v0:">
                          <value name="IF0">
                            <block type="logic_compare" id="`TxB-p`zW}[+?gLG0P#)">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="}hfIX4S(VFv}@#s*[df[">
                                  <field name="ATTR">val</field>
                                  <field name="OID">javascript.0.AFiHome.TrueFalseVariablen.MA_Rasenmaeher</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="math_number" id="{a5!tWNSKc0C0[igtF2J">
                                  <field name="NUM">0</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="controls_if" id="@;r4qg]:B]LNEiH12I/;">
                              <value name="IF0">
                                <block type="logic_multi_or" id="0w1eg6CF{,O!znN}OCtB">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
                                  <value name="OR0">
                                    <block type="logic_compare" id="l:J23l4)ke1Ryj@r+kCt">
                                      <field name="OP">GTE</field>
                                      <value name="A">
                                        <block type="get_value" id="yO%WTD|xWFbUTyQ]s(=L">
                                          <field name="ATTR">val</field>
                                          <field name="OID">weatherunderground.0.forecastHourly.6h.precipitationChance</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="MxB3zy^=!AM1U?(Deyr;">
                                          <field name="NUM">40</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="OR1">
                                    <block type="logic_compare" id="nqjx2q2EC7aNrH!*No:/">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="hiIP.)@;uR_MC=/{0bpE">
                                          <field name="ATTR">val</field>
                                          <field name="OID">feiertage.0.heute.boolean</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="A{g}GK*Zr^8_`5hfEQC4">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="controls_whileUntil" id="v)+VERC]RRA+waTM{l}z">
                                  <field name="MODE">WHILE</field>
                                  <value name="BOOL">
                                    <block type="logic_compare" id="*IUjl!(G_j9NRawE,rav">
                                      <field name="OP">LTE</field>
                                      <value name="A">
                                        <block type="get_value" id="~=v[[9%p5-/1h83BM8Kh">
                                          <field name="ATTR">val</field>
                                          <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="%3KJOKC|WFu0^9=kKR3)">
                                          <field name="NUM">-100</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO">
                                    <block type="variables_set" id="`qR|T7oykJ8Z-4-=3ox]">
                                      <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
                                      <value name="VALUE">
                                        <block type="get_value" id="E1jr9{t;s=glVO[R53w1">
                                          <field name="ATTR">val</field>
                                          <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="update" id=")lQmF~H_.3Oe|CoaxS:=">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">worx.0.20183019090500523351.mower.mowTimeExtend</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="math_arithmetic" id="3OXI?oJr.G-#M9i!-,Hl">
                                              <field name="OP">ADD</field>
                                              <value name="A">
                                                <shadow type="math_number" id="Q7Ui_QSUl5$GV^2t*b@m">
                                                  <field name="NUM">1</field>
                                                </shadow>
                                                <block type="variables_get" id="y6%wKBswx.Y#S#09#%el">
                                                  <field name="VAR" id="g|7alm-2=4x+,Dh5s_40">RasenmaehZeit</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <shadow type="math_number" id="tYB!m$lLgA~VN,)g_q]^">
                                                  <field name="NUM">1</field>
                                                </shadow>
                                                <block type="math_number" id="8N3)T)`yxn%U:Ef=jW5e">
                                                  <field name="NUM">-10</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="timeouts_wait" id="SA9wMYWfKBldob6)@Y{0">
                                              <field name="DELAY">10</field>
                                              <field name="UNIT">sec</field>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                  <next>
                                    <block type="control" id="];ww$p-u(Ea)Wb5].,Vw" disabled="true">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id=".^cPV.*)YLGi(p4wBBpb">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="control" id="#ZFq9L.40AiGtnvVb~Q]" disabled="true">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">worx.0.20183019090500523351.mower.mowerActive</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="logic_boolean" id="/qOh(/@W.~uIkGw0MX,8">
                                              <field name="BOOL">FALSE</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="update" id="4K^QAWX+ZC$A_zo4%p5." disabled="true">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">worx.0.20183019090500523351.mower.mowerActive</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="i|5:boulGjj6C%:6|fqy">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="update" id="`A0~{xK(x]]vl9Jcu]Bc" disabled="true">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="lE3(h3NNubkka_8%9*Y8">
                                                      <field name="BOOL">TRUE</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="pushover" id="F.Od!XHZi`kW;ClY+YT~">
                                                      <field name="INSTANCE"></field>
                                                      <field name="SOUND"></field>
                                                      <field name="PRIORITY">0</field>
                                                      <field name="LOG"></field>
                                                      <field name="FORMAT">none</field>
                                                      <value name="MESSAGE">
                                                        <shadow type="text" id="vIl%cNNcq2DJW0epM(wM">
                                                          <field name="TEXT">FiFi arbeitet heute nicht, Feiertag oder Regen!</field>
                                                        </shadow>
                                                      </value>
                                                      <value name="SOUND_CUSTOM">
                                                        <shadow type="text" id="-{.5de6pL=AdF5L:;de=">
                                                          <field name="TEXT"></field>
                                                        </shadow>
                                                      </value>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <next>
                    <block type="schedule" id="m@M%6hr/aV_gxE4hl,:,">
                      <field name="SCHEDULE">{"time":{"exactTime":true,"start":"22:00"},"period":{"days":1}}</field>
                      <statement name="STATEMENT">
                        <block type="controls_if" id="7KlYU|[[p_I$y-Zma57g">
                          <value name="IF0">
                            <block type="logic_compare" id="%v|(Hze3%n3+On}r|^]6">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="~|00*89xK~7B;J=RG(^h">
                                  <field name="ATTR">val</field>
                                  <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_boolean" id="$o1`zeMzbVHYSXs4D5W~">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="control" id="uB[PrDmocP+yb^nRnT$_">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="`3~OZ?x2E}25XV2b~lHG">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                              <next>
                                <block type="update" id="^%=]xGx]x]xy|J@f$L2I" disabled="true">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">worx.0.20183019090500523351.mower.pause</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="Lv!:r~Tr=WVdv8xOTfg$">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="debug" id="t/I@8M4DOmGh,-e0Nquk">
                                      <field name="Severity">info</field>
                                      <value name="TEXT">
                                        <shadow type="text" id="*W1JGoOCL0fh;z[X^/IO">
                                          <field name="TEXT">Pause ausgeschalten!</field>
                                        </shadow>
                                      </value>
                                      <next>
                                        <block type="update" id="f3pm(*A9:@WtLtFHz66U">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">javascript.0.AFiHome.Meldungen</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="text" id="s|?.L]aAh}:3fumuOgiB">
                                              <field name="TEXT">Pause ausgeschalten!</field>
                                            </block>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                      </statement>
                      <next>
                        <block type="on_ext" id="kh-yPTy%9;vgWa3SzN3O">
                          <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 type="field_oid" id="iy*y#!~b.sd/J(a@gv2{">
                              <field name="oid">worx.0.20183019090500523351.mower.status</field>
                            </shadow>
                          </value>
                          <statement name="STATEMENT">
                            <block type="controls_if" id="0Fzm8iUq#rRC0p=x@*D/">
                              <value name="IF0">
                                <block type="logic_multi_or" id="-c?vRIx;j_yaF$a?$:ei">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="3"></mutation>
                                  <value name="OR0">
                                    <block type="logic_compare" id="EuOXVJ!lr/I7olVQ-4VZ">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="ptuq/+?qy!R*4Bt7V(m?">
                                          <field name="ATTR">val</field>
                                          <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="s-O;Uh?f%hSVj$R}hMy0">
                                          <field name="NUM">8</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="OR1">
                                    <block type="logic_compare" id="Xva=m=AaQN5xo|z0bbyz">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="TpnJLBEci5j?oRfr.j@C">
                                          <field name="ATTR">val</field>
                                          <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="FI@BDX~cAnCN[t)STNW[">
                                          <field name="NUM">33</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="OR2">
                                    <block type="logic_compare" id="TJV=UTcj8jyU/#h==SE~">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id=")VhB6qJ%rzJ5hi]rz[H5">
                                          <field name="ATTR">val</field>
                                          <field name="OID">worx.0.20183019090500523351.mower.status</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="vx)*njY(V~TwU)5XEJUy">
                                          <field name="NUM">9</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="pushover" id="8Uqky?V9vg9Er6~1YPoD">
                                  <field name="INSTANCE"></field>
                                  <field name="SOUND"></field>
                                  <field name="PRIORITY">0</field>
                                  <field name="LOG"></field>
                                  <field name="FORMAT">none</field>
                                  <value name="MESSAGE">
                                    <shadow type="text" id="z^@bvB-G0Q=COxmv(O);">
                                      <field name="TEXT">FiFi hat Fehlermeldung!</field>
                                    </shadow>
                                  </value>
                                  <value name="SOUND_CUSTOM">
                                    <shadow type="text" id="HRRn/McHPT?]iNY!Wq)o">
                                      <field name="TEXT"></field>
                                    </shadow>
                                  </value>
                                  <next>
                                    <block type="update" id="5!n~okSQS9buz!}lpDN4">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">javascript.0.AFiHome.Meldungen</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="text" id="[@[eXM+{ssJ5)EyrCqG7">
                                          <field name="TEXT">FiFi Fehlermeldung!</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </next>
            </block>
          </next>
        </block>
      </xml>
      

      Freue mich auf die Unterstützung.

      VG Axel

      L Offline
      L Offline
      Lucky_ESA
      Developer Most Active
      wrote on last edited by
      #178

      @afi sagte in Adapter Worx Landroid v3.x.x:

      Hi,
      möchte meinen Worx WR105SI.1 via Adapter mit der Variable mowTimeExtend vom Fahren abhalten, z.B. bei Regenwahrscheinlichkeit > x% oder Feiertag. Dies möchte ich über Blockly ausführen. Der Wert von mowTimeExtend läßt sich verändern im Objektbaum, jedoch schreibt die APP auf dem Handy (Cloud) die alten Daten wieder zurück. Was mach ich falsch.

      Anbei mögliches Blockly:

      Freue mich auf die Unterstützung.

      VG Axel

      Verwende das Objekt mower.partyModus und setze den State auf true für pausieren oder false für Zeitplan wieder aktivieren.

      Blocklys immer per Screenshot posten!

      Gruß//Lucky

      AFiA 1 Reply Last reply
      0
      • L Lucky_ESA

        @afi sagte in Adapter Worx Landroid v3.x.x:

        Hi,
        möchte meinen Worx WR105SI.1 via Adapter mit der Variable mowTimeExtend vom Fahren abhalten, z.B. bei Regenwahrscheinlichkeit > x% oder Feiertag. Dies möchte ich über Blockly ausführen. Der Wert von mowTimeExtend läßt sich verändern im Objektbaum, jedoch schreibt die APP auf dem Handy (Cloud) die alten Daten wieder zurück. Was mach ich falsch.

        Anbei mögliches Blockly:

        Freue mich auf die Unterstützung.

        VG Axel

        Verwende das Objekt mower.partyModus und setze den State auf true für pausieren oder false für Zeitplan wieder aktivieren.

        Blocklys immer per Screenshot posten!

        Gruß//Lucky

        AFiA Offline
        AFiA Offline
        AFi
        wrote on last edited by
        #179

        @lucky_esa Hi, leider gibt es bei mir diesen Datenpunkt nicht, liegt eventuell an dem alten Worx aus 2018, WR 105 SI.1. VG Axel

        AFi

        CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
        ioBroker auf NUC

        Mittelständler in ioBroker

        L 1 Reply Last reply
        0
        • AFiA AFi

          @lucky_esa Hi, leider gibt es bei mir diesen Datenpunkt nicht, liegt eventuell an dem alten Worx aus 2018, WR 105 SI.1. VG Axel

          L Offline
          L Offline
          Lucky_ESA
          Developer Most Active
          wrote on last edited by
          #180

          @afi sagte in Adapter Worx Landroid v3.x.x:

          WR 105 SI.1

          Wie kann man denn der Mäher per APP pausieren?

          hsteinmeH 1 Reply Last reply
          0
          • L Lucky_ESA

            @afi sagte in Adapter Worx Landroid v3.x.x:

            WR 105 SI.1

            Wie kann man denn der Mäher per APP pausieren?

            hsteinmeH Online
            hsteinmeH Online
            hsteinme
            wrote on last edited by
            #181

            @AFi Überprüf doch mal bitte mit der Landroid App oder der Ava DeskApp, ob Dein Mäher mit mowTimeExtend = -100% zu einer Pause verdonnert werden kann. Sollte dies klappen, so müssen wir mal tiefer hinsehen, warum die selbe Anweisung aus ioBroker heraus keinen Erfolg zeigt. Funktioniert's bei den Apps nicht, so hat auch ioBroker keine Chance.

            aea8bdac-3f3b-44ee-8c08-907f3eb06ba7-image.png
            c5bdee0c-fcbb-4861-ac99-22a0b9dfc043-image.png

            AFiA 1 Reply Last reply
            0
            • hsteinmeH hsteinme

              @AFi Überprüf doch mal bitte mit der Landroid App oder der Ava DeskApp, ob Dein Mäher mit mowTimeExtend = -100% zu einer Pause verdonnert werden kann. Sollte dies klappen, so müssen wir mal tiefer hinsehen, warum die selbe Anweisung aus ioBroker heraus keinen Erfolg zeigt. Funktioniert's bei den Apps nicht, so hat auch ioBroker keine Chance.

              aea8bdac-3f3b-44ee-8c08-907f3eb06ba7-image.png
              c5bdee0c-fcbb-4861-ac99-22a0b9dfc043-image.png

              AFiA Offline
              AFiA Offline
              AFi
              wrote on last edited by
              #182

              @hsteinme Hi, anbei die Bilder, ergo es funktioniert aus der APP bis zum ioBroker, leider nur in diese Richtung.

              Bildschirmfoto 2025-04-20 um 22.20.22.jpeg

              Bildschirmfoto 2025-04-20 um 22.21.15.jpeg

              Screenshot 2025-04-20 222441.png

              VG Axel

              AFi

              CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
              ioBroker auf NUC

              Mittelständler in ioBroker

              hsteinmeH 1 Reply Last reply
              0
              • AFiA AFi

                @hsteinme Hi, anbei die Bilder, ergo es funktioniert aus der APP bis zum ioBroker, leider nur in diese Richtung.

                Bildschirmfoto 2025-04-20 um 22.20.22.jpeg

                Bildschirmfoto 2025-04-20 um 22.21.15.jpeg

                Screenshot 2025-04-20 222441.png

                VG Axel

                hsteinmeH Online
                hsteinmeH Online
                hsteinme
                wrote on last edited by
                #183

                @afi Zeigt denn die App einen veränderten Wert an, wenn Du den Wert im ioBroker änderst?

                AFiA 1 Reply Last reply
                0
                • hsteinmeH hsteinme

                  @afi Zeigt denn die App einen veränderten Wert an, wenn Du den Wert im ioBroker änderst?

                  AFiA Offline
                  AFiA Offline
                  AFi
                  wrote on last edited by
                  #184

                  @hsteinme Hi, wenn ich im ioBroker in mowTimeExtend von -100 (gestern in der APP eingestellt) auf -90 gehe springt er nach kurzer zeit wieder auf -100. Heute ist sowieso alles komisch, er will laufend die Kanten schneiden ohne dies in der APP eingestellt zu haben?🙄
                  VG Axel

                  AFi

                  CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
                  ioBroker auf NUC

                  Mittelständler in ioBroker

                  L 1 Reply Last reply
                  0
                  • AFiA AFi

                    @hsteinme Hi, wenn ich im ioBroker in mowTimeExtend von -100 (gestern in der APP eingestellt) auf -90 gehe springt er nach kurzer zeit wieder auf -100. Heute ist sowieso alles komisch, er will laufend die Kanten schneiden ohne dies in der APP eingestellt zu haben?🙄
                    VG Axel

                    L Offline
                    L Offline
                    Lucky_ESA
                    Developer Most Active
                    wrote on last edited by
                    #185

                    @afi sagte in Adapter Worx Landroid v3.x.x:

                    @hsteinme Hi, wenn ich im ioBroker in mowTimeExtend von -100 (gestern in der APP eingestellt) auf -90 gehe springt er nach kurzer zeit wieder auf -100. Heute ist sowieso alles komisch, er will laufend die Kanten schneiden ohne dies in der APP eingestellt zu haben?🙄
                    VG Axel

                    Stelle den Adapter mal auf debug und setze dann erneut -100. Poste dann mal dein Log.

                    Habe mir die alte Funktion mal angeschaut. Hier wird eigentlich alles mitgesendet was gar nicht notwendig ist. Und ja, auch der Kantenschnitt.

                    Gruß//Lucky

                    AFiA 1 Reply Last reply
                    0
                    • L Lucky_ESA

                      @afi sagte in Adapter Worx Landroid v3.x.x:

                      @hsteinme Hi, wenn ich im ioBroker in mowTimeExtend von -100 (gestern in der APP eingestellt) auf -90 gehe springt er nach kurzer zeit wieder auf -100. Heute ist sowieso alles komisch, er will laufend die Kanten schneiden ohne dies in der APP eingestellt zu haben?🙄
                      VG Axel

                      Stelle den Adapter mal auf debug und setze dann erneut -100. Poste dann mal dein Log.

                      Habe mir die alte Funktion mal angeschaut. Hier wird eigentlich alles mitgesendet was gar nicht notwendig ist. Und ja, auch der Kantenschnitt.

                      Gruß//Lucky

                      AFiA Offline
                      AFiA Offline
                      AFi
                      wrote on last edited by
                      #186

                      @lucky_esa Hi, anbei das Protokoll

                      2025-04-21 13:12:16.624 - debug: worx.0 (1797618) {"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-21 10:46:15","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"21/04/2025","tm":"12:46:15","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":7,"le":0,"bt":{"t":23.1,"v":18.58,"p":80,"nr":1296,"c":0,"m":0},"dmp":[0.5,-2.4,278.4],"st":{"b":74381,"d":1343622,"wt":81824},"rsi":-63,"lk":0,"lz":8}}},"last_gps_status":null}
                      2025-04-21 13:12:16.627 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"21/04/2025","tm":"12:46:15","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":7,"le":0,"bt":{"t":23.1,"v":18.58,"p":80,"nr":1296,"c":0,"m":0},"dmp":[0.5,-2.4,278.4],"st":{"b":74381,"d":1343622,"wt":81824},"rsi":-63,"lk":0,"lz":8}}
                      2025-04-21 13:12:16.704 - debug: worx.0 (1797618) Test Status: 7
                      2025-04-21 13:12:16.823 - debug: worx.0 (1797618) Index Update: 0
                      2025-04-21 13:12:16.823 - debug: worx.0 (1797618) Update this.deviceArray: 0
                      2025-04-21 13:12:16.825 - debug: worx.0 (1797618) MowerID: 20183019090500523351
                      2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Action: mowerStatus - send: false
                      2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Check: ["20183019090500523351"]
                      2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Message for ["20183019090500523351"] is available
                      2025-04-21 13:17:19.894 - debug: worx.0 (1797618) Connection interrupted: Error: libaws-c-mqtt: AWS_ERROR_MQTT_TIMEOUT, Time limit between request and response has been exceeded.
                      2025-04-21 13:17:19.894 - debug: worx.0 (1797618) Last interrupt 0 ms
                      2025-04-21 13:17:20.184 - debug: worx.0 (1797618) Resumed: rc: 0 existing session: true
                      2025-04-21 13:17:20.184 - debug: worx.0 (1797618) MQTT reconnect: 0
                      2025-04-21 13:17:20.185 - debug: worx.0 (1797618) Reconnect since adapter start: 0
                      2025-04-21 13:17:20.802 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"13:16:50","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":24.8,"v":19.2,"p":59,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.7,138.1],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:20.803 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                      2025-04-21 13:17:20.803 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2025-04-21 13:17:20.803 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                      2025-04-21 13:17:20.804 - debug: worx.0 (1797618) Set new timestamp
                      2025-04-21 13:17:20.897 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"13:16:50","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":24.8,"v":19.2,"p":59,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.7,138.1],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:20.982 - debug: worx.0 (1797618) Test Status: 1
                      2025-04-21 13:17:21.027 - debug: worx.0 (1797618) SET loadActivity on true
                      2025-04-21 13:17:37.491 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:37.492 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                      2025-04-21 13:17:37.492 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2025-04-21 13:17:37.492 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                      2025-04-21 13:17:37.492 - debug: worx.0 (1797618) Response ID 23202 from mower
                      2025-04-21 13:17:37.493 - debug: worx.0 (1797618) lastCommand_start: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:37.493 - debug: worx.0 (1797618) Set new timestamp
                      2025-04-21 13:17:37.558 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234257513,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:37.659 - debug: worx.0 (1797618) Test Status: 1
                      2025-04-21 13:17:47.435 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:47.436 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                      2025-04-21 13:17:47.436 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2025-04-21 13:17:47.436 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                      2025-04-21 13:17:47.436 - debug: worx.0 (1797618) Response ID 43112 from mower
                      2025-04-21 13:17:47.436 - debug: worx.0 (1797618) lastCommand_start: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:47.437 - debug: worx.0 (1797618) Set new timestamp
                      2025-04-21 13:17:47.554 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234267481,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                      2025-04-21 13:17:47.622 - debug: worx.0 (1797618) Test Status: 1
                      2025-04-21 13:18:16.457 - debug: worx.0 (1797618) START UPDATE CHANGE
                      2025-04-21 13:18:24.252 - debug: worx.0 (1797618) this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                      2025-04-21 13:18:24.252 - debug: worx.0 (1797618) state change: id_____ worx.0.20183019090500523351.mower.mowTimeExtend Mower 20183019090500523351_____mowTimeExtend______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234267481,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}},"timestamp":"2025-04-21 13:17:47.437"},"last_gps_status":""}
                      2025-04-21 13:18:24.253 - debug: worx.0 (1797618) MowerTimeExtend JSON : {"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}
                      2025-04-21 13:18:24.253 - debug: worx.0 (1797618) Worxcloud MQTT sendMessage to 20183019090500523351 Message: {"sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:18:24.253 - info: worx.0 (1797618) Request Counter: 2
                      2025-04-21 13:18:24.253 - debug: worx.0 (1797618) length: 1
                      2025-04-21 13:18:24.253 - debug: worx.0 (1797618) Start MQTT ping: {"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:18:24.254 - debug: worx.0 (1797618) MowerTimeExtend set to : 0
                      2025-04-21 13:18:24.254 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}}
                      2025-04-21 13:18:24.306 - debug: worx.0 (1797618) this.mqtt_response_check: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234304301,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                      2025-04-21 13:18:24.306 - debug: worx.0 (1797618) sendData: {"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:18:24.858 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                      2025-04-21 13:18:24.859 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                      2025-04-21 13:18:24.859 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2025-04-21 13:18:24.859 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                      2025-04-21 13:18:24.860 - debug: worx.0 (1797618) Request ID 22815 has been passed to the mower
                      2025-04-21 13:18:24.860 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234304301,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                      2025-04-21 13:18:24.860 - debug: worx.0 (1797618) Set new timestamp
                      2025-04-21 13:18:24.909 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                      2025-04-21 13:18:24.994 - debug: worx.0 (1797618) Test Status: 1
                      2025-04-21 13:18:26.726 - debug: worx.0 (1797618) product-items/20183019090500523351/activity-log
                      2025-04-21 13:18:26.727 - debug: worx.0 (1797618) [{"_id":"5ab770c3-1b48-40a3-818b-e45713f0509b","timestamp":"2025-04-21 11:16:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:16:50","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"27c143aa-4edc-4ef3-b2c8-e416879783f0","timestamp":"2025-04-21 10:23:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:23:08","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4db91654-1023-46ff-8ca5-8a36c254fb0c","timestamp":"2025-04-21 10:03:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:03:50","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"de04e22b-85aa-4c80-b5de-2184119b6cce","timestamp":"2025-04-21 09:55:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:55:08","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"622fe04c-2e64-45f3-b316-f40e549582d8","timestamp":"2025-04-21 08:26:17","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:26:17","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"47734590-ebd9-4e50-a759-94a072cb853c","timestamp":"2025-04-21 08:09:28","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:09:28","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":1},"lk":0,"lz":8}}},{"_id":"89b69187-9d42-402f-8537-c7b5bba5a80f","timestamp":"2025-04-21 08:07:24","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:07:23","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"f1d00e83-6614-415f-b61a-65d96aac2a6d","timestamp":"2025-04-21 08:00:54","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:53","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"a008814a-9216-4734-ac5f-8a6778b8c187","timestamp":"2025-04-21 08:00:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:42","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":3,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"ca5ec0da-5e1f-4878-9f5a-bfe6b08038e1","timestamp":"2025-04-21 07:54:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:43","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"a6a1627a-2deb-46fd-af99-b25f6d504f02","timestamp":"2025-04-21 07:54:14","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:13","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"9115bf23-d5a5-470d-a6e8-7fd8e85ab872","timestamp":"2025-04-21 07:51:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:51:36","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"2df45b42-aaf8-4e8c-8047-6ef46c1d4d4a","timestamp":"2025-04-21 07:50:38","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:37","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"df50e5b2-7ca0-446a-96c0-deff27f2fc58","timestamp":"2025-04-21 07:50:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:00","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"7f4d03e1-2bbc-403d-b2b6-505dc1abeab4","timestamp":"2025-04-21 07:49:51","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:49:50","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"232acde9-c6d6-426c-93dd-800a8afeaf6a","timestamp":"2025-04-21 07:49:44","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:49:43","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":11,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"23f6cf90-098a-4956-8bc0-4b2a9ce432c7","timestamp":"2025-04-21 07:47:59","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:47:58","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"e60de33f-f501-4c5c-894a-398a03045c01","timestamp":"2025-04-21 07:38:02","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:38:01","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ef0d1214-3158-4cbd-be9a-f4394825c78b","timestamp":"2025-04-21 07:21:31","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:30","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":1},"lk":0,"lz":8}}},{"_id":"0ec28494-a005-4c48-a4a3-08397afbd855","timestamp":"2025-04-21 07:21:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:08","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":6,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"a1859b1f-bda9-4173-a267-278f379d184a","timestamp":"2025-04-21 07:21:00","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:20:59","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"9a063e47-c8d2-445f-8f2f-357f868e2565","timestamp":"2025-04-21 07:10:57","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:10:56","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"59f494e1-607c-4dd2-b251-0627c68c6307","timestamp":"2025-04-21 07:00:32","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:00:31","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"cb7bf0b0-2378-4913-8772-fc3a55224dcc","timestamp":"2025-04-21 07:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:00:29","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":3,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"bee07c8c-a47e-49cb-b346-5f4b84f3d880","timestamp":"2025-04-20 08:53:04","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:53:02","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"e440d8f8-6c8b-4cfd-9488-552e248fdc33","timestamp":"2025-04-20 08:33:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:33:03","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"91c97270-6bff-4803-bc19-d2904c9b1fb6","timestamp":"2025-04-20 07:55:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:55:52","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"ce71096e-cf24-42a5-9182-a89acee8d9e2","timestamp":"2025-04-20 07:55:24","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:55:23","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"91e33b97-c214-4a96-bf74-bc6e92106b55","timestamp":"2025-04-20 07:54:25","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:25","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"2b5cdf74-d272-4eb1-9553-74130c57923c","timestamp":"2025-04-20 07:50:39","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:39","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"1465379b-ca9c-49fb-849b-3b183f957018","timestamp":"2025-04-20 07:34:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:33:59","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"f0e012c1-8198-4d2b-874b-8829303d82f5","timestamp":"2025-04-20 07:30:12","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:11","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"3dc73b36-d952-45e4-8959-7532f864363a","timestamp":"2025-04-20 07:30:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:02","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"499d185a-b1b6-45be-8535-2d42bc67168e","timestamp":"2025-04-20 07:30:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:00","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":2,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"0e24a0d9-719e-4d07-97d5-641ffc90e9f1","timestamp":"2025-04-20 07:29:12","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:29:11","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":34,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"36ec2366-2083-4c5e-9b18-5d5440352c68","timestamp":"2025-04-20 07:24:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:24:46","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"6ce47393-cae6-4534-bc4e-d48043cca47d","timestamp":"2025-04-20 07:24:19","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:24:17","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"301ffe2e-e0c0-4840-8e2a-326ceaf542ca","timestamp":"2025-04-20 07:21:45","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:44","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"fb4d6472-8d78-40b2-a86b-c5ba499a8da3","timestamp":"2025-04-20 07:18:40","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:18:39","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"4031da6e-f6c2-4ac7-8011-f3ff1f08a5f0","timestamp":"2025-04-20 07:18:11","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:18:10","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ad4902b5-9172-471f-ad5c-7915fcca0a2f","timestamp":"2025-04-20 07:17:23","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:17:22","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ede2b259-25f4-4c8e-bc32-1f150019affa","timestamp":"2025-04-20 07:15:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:15:28","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"2b949a79-1fbc-478f-83c7-0dda562f66e3","timestamp":"2025-04-19 12:53:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:53:52","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"07f71b39-6509-4920-bf2e-24e2952297fd","timestamp":"2025-04-19 12:13:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:13:52","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"b69fbfd9-2995-45f2-8d52-26749fb8270f","timestamp":"2025-04-19 12:06:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:06:30","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"7ffea28a-fca4-44e3-b209-dbbf32ccead2","timestamp":"2025-04-19 12:03:37","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:03:36","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"72117076-e1f3-4b44-9c9f-206aa83e7c85","timestamp":"2025-04-19 11:25:19","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:25:19","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"b3e5e51b-ec1c-4250-b9ba-dd99c79c131c","timestamp":"2025-04-19 10:53:21","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:53:20","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4768a77f-0dbf-4b76-92b5-a9d44cc515d5","timestamp":"2025-04-19 09:52:48","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:52:48","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":11,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"75082102-7a70-4a81-912e-3382b2d37a34","timestamp":"2025-04-19 09:33:49","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:33:47","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"5961e464-36bf-41cf-8d96-252299d33bff","timestamp":"2025-04-19 09:33:44","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:33:42","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4b6d5d49-f2f8-4589-9a9d-9eedfdfb62f5","timestamp":"2025-04-19 09:07:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:07:46","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"435fb6b4-4792-42de-b1d3-12a2389bfdaa","timestamp":"2025-04-19 07:30:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:28","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"bf708ef7-9eea-4bc4-b722-842c8eb42733","timestamp":"2025-04-18 09:14:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:14:42","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"58811a0b-1a28-422c-b833-dc6fa5c35af4","timestamp":"2025-04-18 08:44:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:44:42","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"a553d57f-d081-4174-ab6e-ec1955ef70aa","timestamp":"2025-04-18 08:37:00","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:36:59","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"6bad85f2-37b9-4bc3-b32e-1000bc5342bf","timestamp":"2025-04-18 08:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"8eaff5f5-1696-4ae1-919f-3089ec973cc4","timestamp":"2025-04-17 16:46:34","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:46:32","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"06550e04-c0a8-48b9-8c25-e9ee5950520c","timestamp":"2025-04-17 16:16:34","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:16:32","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"18363a9f-f8e9-4b20-8752-fc84824c2afb","timestamp":"2025-04-17 14:55:04","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:55:02","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"99c03773-ea62-48c9-81cf-14922e2945b4","timestamp":"2025-04-17 14:30:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:30:41","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"1d91db43-5f0a-452b-95d3-6354e72d079e","timestamp":"2025-04-17 12:30:59","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:30:58","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"6a89b489-82f3-47ae-bc3a-595464c910a4","timestamp":"2025-04-17 12:07:18","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:07:16","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"e5bfcea4-aeaf-452b-b04b-a1f0a4470a61","timestamp":"2025-04-17 10:42:31","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:42:30","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"1d1c85df-34a7-4ace-ba1b-6e0077b49d1d","timestamp":"2025-04-17 09:38:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:37:59","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"0d8dc93d-fe25-4deb-b84d-075efc06868f","timestamp":"2025-04-17 09:03:21","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:03:19","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"20fa0bba-869f-48be-acfe-53e6f24c540f","timestamp":"2025-04-17 09:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:00:28","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"98ca523a-6089-4af0-bd27-16bdfcc6e34e","timestamp":"2025-04-17 08:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"d3391a6a-65e9-42d6-89a5-4a3d37306e63","timestamp":"2025-04-15 16:42:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:42:34","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"550318b7-a9e6-4f31-a749-66696042fed8","timestamp":"2025-04-15 16:02:35","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:02:34","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"dd950b02-c369-4b68-869c-38b4422f2c4a","timestamp":"2025-04-15 14:35:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:35:45","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"8db4c2f4-3419-469a-96d4-5a14e9d580f7","timestamp":"2025-04-15 13:58:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"15:58:27","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"54f8e978-689a-49b9-aa75-779d6009b96c","timestamp":"2025-04-15 12:16:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:16:01","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"58e6acd0-387b-4a14-bf85-fa41b638f810","timestamp":"2025-04-15 11:40:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:40:48","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"c2ca08f6-233e-4742-9840-31619c26f11b","timestamp":"2025-04-15 10:09:17","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:09:16","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"eaeb7fb5-ed88-4e4a-a95d-ccf48db821f9","timestamp":"2025-04-15 09:30:57","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:30:56","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"3fc0eacd-20c0-4d98-b7ce-bbeae6e74457","timestamp":"2025-04-15 09:25:45","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:25:44","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"5b7bef56-1f56-4e55-bbd4-15a1168dcfd1","timestamp":"2025-04-15 08:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"c851b11a-b610-4b72-9791-c7a315765589","timestamp":"2025-04-14 17:04:37","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"19:04:36","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"bc33756f-4b22-4ec7-a495-a69ad0deae6f","timestamp":"2025-04-14 16:24:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:24:36","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"200c3559-9fff-4cd6-a7e8-ffdd5a1ec20b","timestamp":"2025-04-14 16:20:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:20:28","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"cb714221-874b-4561-b4e4-91c6d84962ad","timestamp":"2025-04-14 15:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"17:00:28","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}}]
                      2025-04-21 13:18:26.727 - debug: worx.0 (1797618) UPDATE CHANGE
                      2025-04-21 13:19:24.590 - debug: worx.0 (1797618) this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                      2025-04-21 13:19:24.590 - debug: worx.0 (1797618) state change: id_____ worx.0.20183019090500523351.mower.mowTimeExtend Mower 20183019090500523351_____mowTimeExtend______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}},"timestamp":"2025-04-21 13:18:24.861"},"last_gps_status":""}
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) MowerTimeExtend JSON : {"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) Worxcloud MQTT sendMessage to 20183019090500523351 Message: {"sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:19:24.591 - info: worx.0 (1797618) Request Counter: 3
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) length: 1
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) Start MQTT ping: {"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) MowerTimeExtend set to : -100
                      2025-04-21 13:19:24.591 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}}
                      2025-04-21 13:19:24.603 - debug: worx.0 (1797618) this.mqtt_response_check: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234364598,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                      2025-04-21 13:19:24.603 - debug: worx.0 (1797618) sendData: {"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                      2025-04-21 13:19:25.172 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                      2025-04-21 13:19:25.172 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                      2025-04-21 13:19:25.173 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                      2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                      2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Request ID 23583 has been passed to the mower
                      2025-04-21 13:19:25.173 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234364598,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                      2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Set new timestamp
                      2025-04-21 13:19:25.222 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                      2025-04-21 13:19:25.307 - debug: worx.0 (1797618) Test Status: 1
                      

                      VG Axel

                      AFi

                      CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
                      ioBroker auf NUC

                      Mittelständler in ioBroker

                      L 1 Reply Last reply
                      0
                      • AFiA AFi

                        @lucky_esa Hi, anbei das Protokoll

                        2025-04-21 13:12:16.624 - debug: worx.0 (1797618) {"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-21 10:46:15","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"21/04/2025","tm":"12:46:15","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":7,"le":0,"bt":{"t":23.1,"v":18.58,"p":80,"nr":1296,"c":0,"m":0},"dmp":[0.5,-2.4,278.4],"st":{"b":74381,"d":1343622,"wt":81824},"rsi":-63,"lk":0,"lz":8}}},"last_gps_status":null}
                        2025-04-21 13:12:16.627 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"21/04/2025","tm":"12:46:15","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":7,"le":0,"bt":{"t":23.1,"v":18.58,"p":80,"nr":1296,"c":0,"m":0},"dmp":[0.5,-2.4,278.4],"st":{"b":74381,"d":1343622,"wt":81824},"rsi":-63,"lk":0,"lz":8}}
                        2025-04-21 13:12:16.704 - debug: worx.0 (1797618) Test Status: 7
                        2025-04-21 13:12:16.823 - debug: worx.0 (1797618) Index Update: 0
                        2025-04-21 13:12:16.823 - debug: worx.0 (1797618) Update this.deviceArray: 0
                        2025-04-21 13:12:16.825 - debug: worx.0 (1797618) MowerID: 20183019090500523351
                        2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Action: mowerStatus - send: false
                        2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Check: ["20183019090500523351"]
                        2025-04-21 13:12:16.825 - debug: worx.0 (1797618) Message for ["20183019090500523351"] is available
                        2025-04-21 13:17:19.894 - debug: worx.0 (1797618) Connection interrupted: Error: libaws-c-mqtt: AWS_ERROR_MQTT_TIMEOUT, Time limit between request and response has been exceeded.
                        2025-04-21 13:17:19.894 - debug: worx.0 (1797618) Last interrupt 0 ms
                        2025-04-21 13:17:20.184 - debug: worx.0 (1797618) Resumed: rc: 0 existing session: true
                        2025-04-21 13:17:20.184 - debug: worx.0 (1797618) MQTT reconnect: 0
                        2025-04-21 13:17:20.185 - debug: worx.0 (1797618) Reconnect since adapter start: 0
                        2025-04-21 13:17:20.802 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"13:16:50","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":24.8,"v":19.2,"p":59,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.7,138.1],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:20.803 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                        2025-04-21 13:17:20.803 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2025-04-21 13:17:20.803 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                        2025-04-21 13:17:20.804 - debug: worx.0 (1797618) Set new timestamp
                        2025-04-21 13:17:20.897 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"13:16:50","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":24.8,"v":19.2,"p":59,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.7,138.1],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:20.982 - debug: worx.0 (1797618) Test Status: 1
                        2025-04-21 13:17:21.027 - debug: worx.0 (1797618) SET loadActivity on true
                        2025-04-21 13:17:37.491 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:37.492 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                        2025-04-21 13:17:37.492 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2025-04-21 13:17:37.492 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                        2025-04-21 13:17:37.492 - debug: worx.0 (1797618) Response ID 23202 from mower
                        2025-04-21 13:17:37.493 - debug: worx.0 (1797618) lastCommand_start: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:37.493 - debug: worx.0 (1797618) Set new timestamp
                        2025-04-21 13:17:37.558 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23202,"lg":"it","tm":"13:17:06","dt":"21/04/2025","sc":{"m":1,"p":-20,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234257513,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25,"v":19.22,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:37.659 - debug: worx.0 (1797618) Test Status: 1
                        2025-04-21 13:17:47.435 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:47.436 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                        2025-04-21 13:17:47.436 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2025-04-21 13:17:47.436 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                        2025-04-21 13:17:47.436 - debug: worx.0 (1797618) Response ID 43112 from mower
                        2025-04-21 13:17:47.436 - debug: worx.0 (1797618) lastCommand_start: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:47.437 - debug: worx.0 (1797618) Set new timestamp
                        2025-04-21 13:17:47.554 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234267481,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}}
                        2025-04-21 13:17:47.622 - debug: worx.0 (1797618) Test Status: 1
                        2025-04-21 13:18:16.457 - debug: worx.0 (1797618) START UPDATE CHANGE
                        2025-04-21 13:18:24.252 - debug: worx.0 (1797618) this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                        2025-04-21 13:18:24.252 - debug: worx.0 (1797618) state change: id_____ worx.0.20183019090500523351.mower.mowTimeExtend Mower 20183019090500523351_____mowTimeExtend______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":43112,"lg":"it","tm":"13:17:16","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351","request":0,"response":1745234267481,"action":"APP","user":"APP"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.1,"v":19.24,"p":60,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.9],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-87,"lk":0}},"timestamp":"2025-04-21 13:17:47.437"},"last_gps_status":""}
                        2025-04-21 13:18:24.253 - debug: worx.0 (1797618) MowerTimeExtend JSON : {"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}
                        2025-04-21 13:18:24.253 - debug: worx.0 (1797618) Worxcloud MQTT sendMessage to 20183019090500523351 Message: {"sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:18:24.253 - info: worx.0 (1797618) Request Counter: 2
                        2025-04-21 13:18:24.253 - debug: worx.0 (1797618) length: 1
                        2025-04-21 13:18:24.253 - debug: worx.0 (1797618) Start MQTT ping: {"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:18:24.254 - debug: worx.0 (1797618) MowerTimeExtend set to : 0
                        2025-04-21 13:18:24.254 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}}
                        2025-04-21 13:18:24.306 - debug: worx.0 (1797618) this.mqtt_response_check: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234304301,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                        2025-04-21 13:18:24.306 - debug: worx.0 (1797618) sendData: {"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:18:24.858 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                        2025-04-21 13:18:24.859 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                        2025-04-21 13:18:24.859 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2025-04-21 13:18:24.859 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                        2025-04-21 13:18:24.860 - debug: worx.0 (1797618) Request ID 22815 has been passed to the mower
                        2025-04-21 13:18:24.860 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"22815":{"id":22815,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234304301,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                        2025-04-21 13:18:24.860 - debug: worx.0 (1797618) Set new timestamp
                        2025-04-21 13:18:24.909 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                        2025-04-21 13:18:24.994 - debug: worx.0 (1797618) Test Status: 1
                        2025-04-21 13:18:26.726 - debug: worx.0 (1797618) product-items/20183019090500523351/activity-log
                        2025-04-21 13:18:26.727 - debug: worx.0 (1797618) [{"_id":"5ab770c3-1b48-40a3-818b-e45713f0509b","timestamp":"2025-04-21 11:16:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:16:50","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"27c143aa-4edc-4ef3-b2c8-e416879783f0","timestamp":"2025-04-21 10:23:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:23:08","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4db91654-1023-46ff-8ca5-8a36c254fb0c","timestamp":"2025-04-21 10:03:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:03:50","dt":"21/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"de04e22b-85aa-4c80-b5de-2184119b6cce","timestamp":"2025-04-21 09:55:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:55:08","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"622fe04c-2e64-45f3-b316-f40e549582d8","timestamp":"2025-04-21 08:26:17","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:26:17","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"47734590-ebd9-4e50-a759-94a072cb853c","timestamp":"2025-04-21 08:09:28","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:09:28","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":1},"lk":0,"lz":8}}},{"_id":"89b69187-9d42-402f-8537-c7b5bba5a80f","timestamp":"2025-04-21 08:07:24","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:07:23","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"f1d00e83-6614-415f-b61a-65d96aac2a6d","timestamp":"2025-04-21 08:00:54","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:53","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"a008814a-9216-4734-ac5f-8a6778b8c187","timestamp":"2025-04-21 08:00:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:42","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":3,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"ca5ec0da-5e1f-4878-9f5a-bfe6b08038e1","timestamp":"2025-04-21 07:54:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:43","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"a6a1627a-2deb-46fd-af99-b25f6d504f02","timestamp":"2025-04-21 07:54:14","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:13","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"9115bf23-d5a5-470d-a6e8-7fd8e85ab872","timestamp":"2025-04-21 07:51:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:51:36","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"2df45b42-aaf8-4e8c-8047-6ef46c1d4d4a","timestamp":"2025-04-21 07:50:38","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:37","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"df50e5b2-7ca0-446a-96c0-deff27f2fc58","timestamp":"2025-04-21 07:50:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:00","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"7f4d03e1-2bbc-403d-b2b6-505dc1abeab4","timestamp":"2025-04-21 07:49:51","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:49:50","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"232acde9-c6d6-426c-93dd-800a8afeaf6a","timestamp":"2025-04-21 07:49:44","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:49:43","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":11,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"23f6cf90-098a-4956-8bc0-4b2a9ce432c7","timestamp":"2025-04-21 07:47:59","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:47:58","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"e60de33f-f501-4c5c-894a-398a03045c01","timestamp":"2025-04-21 07:38:02","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:38:01","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ef0d1214-3158-4cbd-be9a-f4394825c78b","timestamp":"2025-04-21 07:21:31","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:30","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":1},"lk":0,"lz":8}}},{"_id":"0ec28494-a005-4c48-a4a3-08397afbd855","timestamp":"2025-04-21 07:21:09","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:08","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":6,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"a1859b1f-bda9-4173-a267-278f379d184a","timestamp":"2025-04-21 07:21:00","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:20:59","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"9a063e47-c8d2-445f-8f2f-357f868e2565","timestamp":"2025-04-21 07:10:57","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:10:56","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":8,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"59f494e1-607c-4dd2-b251-0627c68c6307","timestamp":"2025-04-21 07:00:32","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:00:31","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":32,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"cb7bf0b0-2378-4913-8772-fc3a55224dcc","timestamp":"2025-04-21 07:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:00:29","dt":"21/04/2025","sc":{"m":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":3,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"bee07c8c-a47e-49cb-b346-5f4b84f3d880","timestamp":"2025-04-20 08:53:04","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:53:02","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"e440d8f8-6c8b-4cfd-9488-552e248fdc33","timestamp":"2025-04-20 08:33:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:33:03","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"91c97270-6bff-4803-bc19-d2904c9b1fb6","timestamp":"2025-04-20 07:55:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:55:52","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"ce71096e-cf24-42a5-9182-a89acee8d9e2","timestamp":"2025-04-20 07:55:24","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:55:23","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"91e33b97-c214-4a96-bf74-bc6e92106b55","timestamp":"2025-04-20 07:54:25","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:54:25","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"2b5cdf74-d272-4eb1-9553-74130c57923c","timestamp":"2025-04-20 07:50:39","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:50:39","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"1465379b-ca9c-49fb-849b-3b183f957018","timestamp":"2025-04-20 07:34:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:33:59","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"f0e012c1-8198-4d2b-874b-8829303d82f5","timestamp":"2025-04-20 07:30:12","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:11","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"3dc73b36-d952-45e4-8959-7532f864363a","timestamp":"2025-04-20 07:30:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:02","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"499d185a-b1b6-45be-8535-2d42bc67168e","timestamp":"2025-04-20 07:30:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:00","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":2,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"0e24a0d9-719e-4d07-97d5-641ffc90e9f1","timestamp":"2025-04-20 07:29:12","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:29:11","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":34,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"36ec2366-2083-4c5e-9b18-5d5440352c68","timestamp":"2025-04-20 07:24:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:24:46","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"6ce47393-cae6-4534-bc4e-d48043cca47d","timestamp":"2025-04-20 07:24:19","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:24:17","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"301ffe2e-e0c0-4840-8e2a-326ceaf542ca","timestamp":"2025-04-20 07:21:45","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:21:44","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"fb4d6472-8d78-40b2-a86b-c5ba499a8da3","timestamp":"2025-04-20 07:18:40","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:18:39","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"4031da6e-f6c2-4ac7-8011-f3ff1f08a5f0","timestamp":"2025-04-20 07:18:11","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:18:10","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ad4902b5-9172-471f-ad5c-7915fcca0a2f","timestamp":"2025-04-20 07:17:23","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:17:22","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"ede2b259-25f4-4c8e-bc32-1f150019affa","timestamp":"2025-04-20 07:15:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:15:28","dt":"20/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"2b949a79-1fbc-478f-83c7-0dda562f66e3","timestamp":"2025-04-19 12:53:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:53:52","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"07f71b39-6509-4920-bf2e-24e2952297fd","timestamp":"2025-04-19 12:13:52","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:13:52","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"b69fbfd9-2995-45f2-8d52-26749fb8270f","timestamp":"2025-04-19 12:06:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:06:30","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"7ffea28a-fca4-44e3-b209-dbbf32ccead2","timestamp":"2025-04-19 12:03:37","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:03:36","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"72117076-e1f3-4b44-9c9f-206aa83e7c85","timestamp":"2025-04-19 11:25:19","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:25:19","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"b3e5e51b-ec1c-4250-b9ba-dd99c79c131c","timestamp":"2025-04-19 10:53:21","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:53:20","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4768a77f-0dbf-4b76-92b5-a9d44cc515d5","timestamp":"2025-04-19 09:52:48","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:52:48","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":11,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"75082102-7a70-4a81-912e-3382b2d37a34","timestamp":"2025-04-19 09:33:49","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:33:47","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"5961e464-36bf-41cf-8d96-252299d33bff","timestamp":"2025-04-19 09:33:44","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:33:42","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"4b6d5d49-f2f8-4589-9a9d-9eedfdfb62f5","timestamp":"2025-04-19 09:07:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:07:46","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"435fb6b4-4792-42de-b1d3-12a2389bfdaa","timestamp":"2025-04-19 07:30:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"09:30:28","dt":"19/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"bf708ef7-9eea-4bc4-b722-842c8eb42733","timestamp":"2025-04-18 09:14:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:14:42","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"58811a0b-1a28-422c-b833-dc6fa5c35af4","timestamp":"2025-04-18 08:44:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:44:42","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"a553d57f-d081-4174-ab6e-ec1955ef70aa","timestamp":"2025-04-18 08:37:00","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:36:59","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":5,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"6bad85f2-37b9-4bc3-b32e-1000bc5342bf","timestamp":"2025-04-18 08:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"18/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"8eaff5f5-1696-4ae1-919f-3089ec973cc4","timestamp":"2025-04-17 16:46:34","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:46:32","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"06550e04-c0a8-48b9-8c25-e9ee5950520c","timestamp":"2025-04-17 16:16:34","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:16:32","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"18363a9f-f8e9-4b20-8752-fc84824c2afb","timestamp":"2025-04-17 14:55:04","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:55:02","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"99c03773-ea62-48c9-81cf-14922e2945b4","timestamp":"2025-04-17 14:30:43","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:30:41","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"1d91db43-5f0a-452b-95d3-6354e72d079e","timestamp":"2025-04-17 12:30:59","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:30:58","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"6a89b489-82f3-47ae-bc3a-595464c910a4","timestamp":"2025-04-17 12:07:18","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:07:16","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"e5bfcea4-aeaf-452b-b04b-a1f0a4470a61","timestamp":"2025-04-17 10:42:31","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:42:30","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":0,"le":4,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"1d1c85df-34a7-4ace-ba1b-6e0077b49d1d","timestamp":"2025-04-17 09:38:01","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:37:59","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"0d8dc93d-fe25-4deb-b84d-075efc06868f","timestamp":"2025-04-17 09:03:21","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:03:19","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"20fa0bba-869f-48be-acfe-53e6f24c540f","timestamp":"2025-04-17 09:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:00:28","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"98ca523a-6089-4af0-bd27-16bdfcc6e34e","timestamp":"2025-04-17 08:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"17/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"d3391a6a-65e9-42d6-89a5-4a3d37306e63","timestamp":"2025-04-15 16:42:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:42:34","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"550318b7-a9e6-4f31-a749-66696042fed8","timestamp":"2025-04-15 16:02:35","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:02:34","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"dd950b02-c369-4b68-869c-38b4422f2c4a","timestamp":"2025-04-15 14:35:47","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"16:35:45","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"8db4c2f4-3419-469a-96d4-5a14e9d580f7","timestamp":"2025-04-15 13:58:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"15:58:27","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"54f8e978-689a-49b9-aa75-779d6009b96c","timestamp":"2025-04-15 12:16:03","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"14:16:01","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"58e6acd0-387b-4a14-bf85-fa41b638f810","timestamp":"2025-04-15 11:40:50","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"13:40:48","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"c2ca08f6-233e-4742-9840-31619c26f11b","timestamp":"2025-04-15 10:09:17","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"12:09:16","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"eaeb7fb5-ed88-4e4a-a95d-ccf48db821f9","timestamp":"2025-04-15 09:30:57","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:30:56","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"3fc0eacd-20c0-4d98-b7ce-bbeae6e74457","timestamp":"2025-04-15 09:25:45","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"11:25:44","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"5b7bef56-1f56-4e55-bbd4-15a1168dcfd1","timestamp":"2025-04-15 08:00:30","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"10:00:28","dt":"15/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"c851b11a-b610-4b72-9791-c7a315765589","timestamp":"2025-04-14 17:04:37","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"19:04:36","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":0,"m":0},"lk":0,"lz":8}}},{"_id":"bc33756f-4b22-4ec7-a495-a69ad0deae6f","timestamp":"2025-04-14 16:24:36","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:24:36","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":1,"le":0,"bt":{"c":1,"m":0},"lk":0,"lz":8}}},{"_id":"200c3559-9fff-4cd6-a7e8-ffdd5a1ec20b","timestamp":"2025-04-14 16:20:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"18:20:28","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":30,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}},{"_id":"cb714221-874b-4561-b4e4-91c6d84962ad","timestamp":"2025-04-14 15:00:29","product_item_id":254680,"protocol":0,"payload":{"cfg":{"tm":"17:00:28","dt":"14/04/2025","sc":{"m":1},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0]},"dat":{"fw":3.52,"fwb":null,"ls":7,"le":0,"bt":{"c":0,"m":1},"lk":0,"lz":8}}}]
                        2025-04-21 13:18:26.727 - debug: worx.0 (1797618) UPDATE CHANGE
                        2025-04-21 13:19:24.590 - debug: worx.0 (1797618) this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                        2025-04-21 13:19:24.590 - debug: worx.0 (1797618) state change: id_____ worx.0.20183019090500523351.mower.mowTimeExtend Mower 20183019090500523351_____mowTimeExtend______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":false,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1342442,"mower_work_time":81742,"blade_work_time":74303,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1295,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":22815,"lg":"it","tm":"13:18:24","dt":"21/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":25.6,"v":19.33,"p":64,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.5],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}},"timestamp":"2025-04-21 13:18:24.861"},"last_gps_status":""}
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) MowerTimeExtend JSON : {"m":1,"p":0,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) Worxcloud MQTT sendMessage to 20183019090500523351 Message: {"sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:19:24.591 - info: worx.0 (1797618) Request Counter: 3
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) length: 1
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) Start MQTT ping: {"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) MowerTimeExtend set to : -100
                        2025-04-21 13:19:24.591 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}}
                        2025-04-21 13:19:24.603 - debug: worx.0 (1797618) this.mqtt_response_check: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234364598,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                        2025-04-21 13:19:24.603 - debug: worx.0 (1797618) sendData: {"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                        2025-04-21 13:19:25.172 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                        2025-04-21 13:19:25.172 - debug: worx.0 (1797618) topic: DB510/F0FE6BB1AA86/commandOut
                        2025-04-21 13:19:25.173 - debug: worx.0 (1797618) getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                        2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                        2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Request ID 23583 has been passed to the mower
                        2025-04-21 13:19:25.173 - debug: worx.0 (1797618) lastCommand_start: {"20260":{"id":20260,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"12:57:16","dt":"21/04/2025","request":1745233036845,"response":0,"action":"startPing","user":"iobroker"},"23583":{"id":23583,"cmd":0,"lg":"it","sn":"20183019090500523351","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"request":1745234364598,"response":0,"action":"worx.0.20183019090500523351.mower.mowTimeExtend","user":"iobroker"}}
                        2025-04-21 13:19:25.173 - debug: worx.0 (1797618) Set new timestamp
                        2025-04-21 13:19:25.222 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                        2025-04-21 13:19:25.307 - debug: worx.0 (1797618) Test Status: 1
                        

                        VG Axel

                        L Offline
                        L Offline
                        Lucky_ESA
                        Developer Most Active
                        wrote on last edited by
                        #187

                        @afi Aber laut Protokoll versendest du -100 und dieser Wert wird auch bestätigt und übernommen.
                        Wird ein Wert übernommen wenn du diesen direkt über den State eingibst aber es funktioniert nicht über Blockly?

                        AFiA 1 Reply Last reply
                        0
                        • L Lucky_ESA

                          @afi Aber laut Protokoll versendest du -100 und dieser Wert wird auch bestätigt und übernommen.
                          Wird ein Wert übernommen wenn du diesen direkt über den State eingibst aber es funktioniert nicht über Blockly?

                          AFiA Offline
                          AFiA Offline
                          AFi
                          wrote on last edited by
                          #188

                          @lucky_esa Hi es scheint im moment zu funktionieren, habe es gerade auch getestet. Habe es seit unserem Test immer direkt im Objekt oder an der APP eingegeben nicht über blockly. Es scheint nicht zuverlässig zu sein. Kannst Du mir zeigen auf was ich im Debug Protokoll achten muss? VG Axel

                          AFi

                          CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
                          ioBroker auf NUC

                          Mittelständler in ioBroker

                          L 1 Reply Last reply
                          0
                          • AFiA AFi

                            @lucky_esa Hi es scheint im moment zu funktionieren, habe es gerade auch getestet. Habe es seit unserem Test immer direkt im Objekt oder an der APP eingegeben nicht über blockly. Es scheint nicht zuverlässig zu sein. Kannst Du mir zeigen auf was ich im Debug Protokoll achten muss? VG Axel

                            L Offline
                            L Offline
                            Lucky_ESA
                            Developer Most Active
                            wrote on last edited by Lucky_ESA
                            #189

                            @afi sagte in Adapter Worx Landroid v3.x.x:

                            @lucky_esa Hi es scheint im moment zu funktionieren, habe es gerade auch getestet. Habe es seit unserem Test immer direkt im Objekt oder an der APP eingegeben nicht über blockly. Es scheint nicht zuverlässig zu sein. Kannst Du mir zeigen auf was ich im Debug Protokoll achten muss? VG Axel

                            Der erste Eintrag sendet und die anderen 2 kommen als Bestätigung

                            2025-04-21 13:19:24.603 - debug: worx.0 (1797618) sendData: {"id":23583,"cmd":0,"lg":"it","sn":"xxx","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                            2025-04-21 13:19:25.172 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"xxx"},"dat":{"mac":"xxx","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                            2025-04-21 13:19:25.222 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"xxx"},"dat":{"mac":"xxx","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                            

                            Hierauf dann achten. Wenn du Blockly verwendest dann darauf achten, dass du eine Zahl setzt und kein string.

                            "p":-100
                            

                            Screenshot 2025-04-21 160227.png

                            Gruß//Lucky

                            AFiA 1 Reply Last reply
                            0
                            • L Lucky_ESA

                              @afi sagte in Adapter Worx Landroid v3.x.x:

                              @lucky_esa Hi es scheint im moment zu funktionieren, habe es gerade auch getestet. Habe es seit unserem Test immer direkt im Objekt oder an der APP eingegeben nicht über blockly. Es scheint nicht zuverlässig zu sein. Kannst Du mir zeigen auf was ich im Debug Protokoll achten muss? VG Axel

                              Der erste Eintrag sendet und die anderen 2 kommen als Bestätigung

                              2025-04-21 13:19:24.603 - debug: worx.0 (1797618) sendData: {"id":23583,"cmd":0,"lg":"it","sn":"xxx","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]}}
                              2025-04-21 13:19:25.172 - debug: worx.0 (1797618) Mower MQTT: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"xxx"},"dat":{"mac":"xxx","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                              2025-04-21 13:19:25.222 - debug: worx.0 (1797618) GET MQTT DATA from API: {"cfg":{"id":23583,"lg":"it","tm":"13:19:24","dt":"21/04/2025","sc":{"m":1,"p":-100,"d":[["09:00",0,0],["10:00",420,0],["10:00",480,0],["09:00",0,0],["10:00",480,0],["10:00",480,0],["09:30",150,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"xxx"},"dat":{"mac":"xxx","fw":3.52,"bt":{"t":26.1,"v":19.41,"p":66,"nr":1296,"c":1,"m":0},"dmp":[7.6,1.8,137.4],"st":{"b":74402,"d":1343894,"wt":81845},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                              

                              Hierauf dann achten. Wenn du Blockly verwendest dann darauf achten, dass du eine Zahl setzt und kein string.

                              "p":-100
                              

                              Screenshot 2025-04-21 160227.png

                              Gruß//Lucky

                              AFiA Offline
                              AFiA Offline
                              AFi
                              wrote on last edited by
                              #190

                              @lucky_esa Hi, vielen Dank für die Unterstützung, werde dies beobachten. Axel

                              AFi

                              CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
                              ioBroker auf NUC

                              Mittelständler in ioBroker

                              1 Reply Last reply
                              0
                              • B Offline
                                B Offline
                                BlueTang
                                wrote on last edited by
                                #191

                                Ich habe mir nochmal den Zeitlich limitierten Party Modus angeschaut. Während dessen Aktivierung wird am Mobiltelefon in der Landroid App der Status Party Modus bis zum Ablauf des Timers angezeigt. Dies sollte auch im Status der AvaDesktopApp so angezeigt werden. Also "Daheim Party Modus" anstelle von "Daheim". Nach Ablauf des Timers wäre es sinnvoll den Party Modus im PartyMode Plugin (v3.1) der AvaDesktopApp zurück auf "Current Party Mode setting off" zu setzen. Dieser bleibt zur Zeit auf "limited on" gesetzt obwohl der Party Modus beendet wurde.

                                Das sind meine Beobachtungen. Bitte mal überprüfen.

                                MfG
                                BlueTang

                                hsteinmeH 1 Reply Last reply
                                0
                                • B BlueTang

                                  Ich habe mir nochmal den Zeitlich limitierten Party Modus angeschaut. Während dessen Aktivierung wird am Mobiltelefon in der Landroid App der Status Party Modus bis zum Ablauf des Timers angezeigt. Dies sollte auch im Status der AvaDesktopApp so angezeigt werden. Also "Daheim Party Modus" anstelle von "Daheim". Nach Ablauf des Timers wäre es sinnvoll den Party Modus im PartyMode Plugin (v3.1) der AvaDesktopApp zurück auf "Current Party Mode setting off" zu setzen. Dieser bleibt zur Zeit auf "limited on" gesetzt obwohl der Party Modus beendet wurde.

                                  Das sind meine Beobachtungen. Bitte mal überprüfen.

                                  MfG
                                  BlueTang

                                  hsteinmeH Online
                                  hsteinmeH Online
                                  hsteinme
                                  wrote on last edited by
                                  #192

                                  @bluetang Dieses Forum bzw. dieser Thread haben den ioBroker bzw. dessen Worx Adapter zum Thema, keineswegs die AvaDesktopApp. Deren Entwickler liest hier nicht mit. Der Diskussionsplatz für die AvaDesktopApp befindet sich im Roboter-Forum: https://www.roboter-forum.com/threads/alternative-app-fuer-worx-kress-und-landxcape-ava-desk-app.67392/

                                  Es gäbe also mehr Sinn, Deine Hinweise dort zu platzieren.

                                  1 Reply Last reply
                                  0
                                  • B Offline
                                    B Offline
                                    BlueTang
                                    wrote on last edited by
                                    #193

                                    Vielen Dank für den Hinweis. Ich habe den Thread ins Roboter-Forum gestellt. Könnte dies nicht auch Auswirkungen auf das Iobroker Obect mowerActive haben?

                                    hsteinmeH 1 Reply Last reply
                                    0
                                    • B BlueTang

                                      Vielen Dank für den Hinweis. Ich habe den Thread ins Roboter-Forum gestellt. Könnte dies nicht auch Auswirkungen auf das Iobroker Obect mowerActive haben?

                                      hsteinmeH Online
                                      hsteinmeH Online
                                      hsteinme
                                      wrote on last edited by
                                      #194

                                      @bluetang Nööh!

                                      AFiA 1 Reply Last reply
                                      0
                                      • hsteinmeH hsteinme

                                        @bluetang Nööh!

                                        AFiA Offline
                                        AFiA Offline
                                        AFi
                                        wrote on last edited by
                                        #195

                                        Hi zusammen, bin eigentlich am verzweifel mit dem Adapter, es scheint er funktioniert und funktioniert nicht. Dies gilt für die Arbeitszeitverkürzung bzw. Verlängerung als auch die direkte Startzeiteingabe, Arbeitszeiteingabe und Kantenschnittvorgabe. Derzeit bin ich am letzteren und habe die Vorgaben in extra Variablen, die ich zur Zeit x übertrage per Blockly:

                                        Screenshot 2025-04-26 183420.png

                                        Protokoll Ausschnitte:

                                        worx.0
                                        	2025-04-26 18:23:50.485	debug	Test Status: 1
                                        worx.0
                                        	2025-04-26 18:23:50.397	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:23:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.1,"v":19.64,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7,1.2,141.2],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        worx.0
                                        	2025-04-26 18:23:50.266	debug	Set new timestamp
                                        worx.0
                                        	2025-04-26 18:23:50.266	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                        worx.0
                                        	2025-04-26 18:23:50.266	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                        worx.0
                                        	2025-04-26 18:23:50.266	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                        worx.0
                                        	2025-04-26 18:23:50.265	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:23:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.1,"v":19.64,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7,1.2,141.2],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 18:20:12.223	debug	Update this.deviceArray: 0
                                        worx.0
                                        	2025-04-26 18:20:12.223	debug	Index Update: 0
                                        worx.0
                                        	2025-04-26 18:20:12.126	debug	Test Status: 1
                                        worx.0
                                        	2025-04-26 18:20:12.041	debug	GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:13:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}
                                        worx.0
                                        	2025-04-26 18:20:12.034	debug	{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-26 16:13:50","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:13:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":null}
                                        
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 18:13:50.487	debug	Test Status: 1
                                        worx.0
                                        	2025-04-26 18:13:50.389	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:13:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        worx.0
                                        	2025-04-26 18:13:50.241	debug	Set new timestamp
                                        worx.0
                                        	2025-04-26 18:13:50.240	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                        worx.0
                                        	2025-04-26 18:13:50.240	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                        worx.0
                                        	2025-04-26 18:13:50.240	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                        worx.0
                                        	2025-04-26 18:13:50.239	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:13:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 18:06:00.106	debug	test cfg: 6 valID: 2 val: true sval: 1
                                        worx.0
                                        	2025-04-26 18:06:00.106	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,1]],"p":0}
                                        worx.0
                                        	2025-04-26 18:06:00.106	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.borderCut Mower 20183019090500523351_____borderCut______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                        worx.0
                                        	2025-04-26 18:06:00.106	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                        worx.0
                                        	2025-04-26 18:06:00.105	debug	test cfg: 6 valID: 1 val: 240 sval: 240
                                        worx.0
                                        	2025-04-26 18:06:00.105	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,0]],"p":0}
                                        worx.0
                                        	2025-04-26 18:06:00.105	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.workTime Mower 20183019090500523351_____workTime______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                        worx.0
                                        	2025-04-26 18:06:00.104	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                        worx.0
                                        	2025-04-26 18:06:00.097	debug	test cfg: 6 valID: 0 val: 15:00 sval: 15:00
                                        worx.0
                                        	2025-04-26 18:06:00.097	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",0,0]],"p":0}
                                        worx.0
                                        	2025-04-26 18:06:00.097	debug	h: 15 m: 00
                                        worx.0
                                        	2025-04-26 18:06:00.097	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.startTime Mower 20183019090500523351_____startTime______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                        worx.0
                                        	2025-04-26 18:06:00.096	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 18:05:12.160	debug	Update this.deviceArray: 0
                                        worx.0
                                        	2025-04-26 18:05:12.160	debug	Index Update: 0
                                        worx.0
                                        	2025-04-26 18:05:12.056	debug	Test Status: 1
                                        worx.0
                                        	2025-04-26 18:05:11.973	debug	GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}
                                        worx.0
                                        	2025-04-26 18:05:11.967	debug	{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-26 16:03:50","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":null}
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 18:03:50.524	debug	Test Status: 1
                                        worx.0
                                        	2025-04-26 18:03:50.433	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:03:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        worx.0
                                        	2025-04-26 18:03:50.340	debug	Set new timestamp
                                        worx.0
                                        	2025-04-26 18:03:50.340	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                        worx.0
                                        	2025-04-26 18:03:50.340	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                        worx.0
                                        	2025-04-26 18:03:50.339	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                        worx.0
                                        	2025-04-26 18:03:50.339	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:03:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                        
                                        
                                        
                                        
                                        worx.0
                                        	2025-04-26 17:59:00.162	debug	test cfg: 6 valID: 2 val: true sval: 1
                                        worx.0
                                        	2025-04-26 17:59:00.162	debug	Mowing time change at d to: {"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,1]]}
                                        

                                        VG Axel

                                        AFi

                                        CCU3 (Homematic Komponenten iP und Funk, Schalter, Thermostate, Bewegungsmelder, Rollos etc.), Wemos D1 mini und ALEXA
                                        ioBroker auf NUC

                                        Mittelständler in ioBroker

                                        L 1 Reply Last reply
                                        0
                                        • AFiA AFi

                                          Hi zusammen, bin eigentlich am verzweifel mit dem Adapter, es scheint er funktioniert und funktioniert nicht. Dies gilt für die Arbeitszeitverkürzung bzw. Verlängerung als auch die direkte Startzeiteingabe, Arbeitszeiteingabe und Kantenschnittvorgabe. Derzeit bin ich am letzteren und habe die Vorgaben in extra Variablen, die ich zur Zeit x übertrage per Blockly:

                                          Screenshot 2025-04-26 183420.png

                                          Protokoll Ausschnitte:

                                          worx.0
                                          	2025-04-26 18:23:50.485	debug	Test Status: 1
                                          worx.0
                                          	2025-04-26 18:23:50.397	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:23:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.1,"v":19.64,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7,1.2,141.2],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          worx.0
                                          	2025-04-26 18:23:50.266	debug	Set new timestamp
                                          worx.0
                                          	2025-04-26 18:23:50.266	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                          worx.0
                                          	2025-04-26 18:23:50.266	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                          worx.0
                                          	2025-04-26 18:23:50.266	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                          worx.0
                                          	2025-04-26 18:23:50.265	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:23:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.1,"v":19.64,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7,1.2,141.2],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 18:20:12.223	debug	Update this.deviceArray: 0
                                          worx.0
                                          	2025-04-26 18:20:12.223	debug	Index Update: 0
                                          worx.0
                                          	2025-04-26 18:20:12.126	debug	Test Status: 1
                                          worx.0
                                          	2025-04-26 18:20:12.041	debug	GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:13:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}
                                          worx.0
                                          	2025-04-26 18:20:12.034	debug	{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-26 16:13:50","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:13:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":null}
                                          
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 18:13:50.487	debug	Test Status: 1
                                          worx.0
                                          	2025-04-26 18:13:50.389	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:13:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          worx.0
                                          	2025-04-26 18:13:50.241	debug	Set new timestamp
                                          worx.0
                                          	2025-04-26 18:13:50.240	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                          worx.0
                                          	2025-04-26 18:13:50.240	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                          worx.0
                                          	2025-04-26 18:13:50.240	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                          worx.0
                                          	2025-04-26 18:13:50.239	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:13:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":22.8,"v":19.71,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,140.8],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 18:06:00.106	debug	test cfg: 6 valID: 2 val: true sval: 1
                                          worx.0
                                          	2025-04-26 18:06:00.106	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,1]],"p":0}
                                          worx.0
                                          	2025-04-26 18:06:00.106	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.borderCut Mower 20183019090500523351_____borderCut______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                          worx.0
                                          	2025-04-26 18:06:00.106	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                          worx.0
                                          	2025-04-26 18:06:00.105	debug	test cfg: 6 valID: 1 val: 240 sval: 240
                                          worx.0
                                          	2025-04-26 18:06:00.105	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,0]],"p":0}
                                          worx.0
                                          	2025-04-26 18:06:00.105	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.workTime Mower 20183019090500523351_____workTime______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                          worx.0
                                          	2025-04-26 18:06:00.104	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                          worx.0
                                          	2025-04-26 18:06:00.097	debug	test cfg: 6 valID: 0 val: 15:00 sval: 15:00
                                          worx.0
                                          	2025-04-26 18:06:00.097	debug	Mowing time change at d to: {"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",0,0]],"p":0}
                                          worx.0
                                          	2025-04-26 18:06:00.097	debug	h: 15 m: 00
                                          worx.0
                                          	2025-04-26 18:06:00.097	debug	state change: id_____ worx.0.20183019090500523351.calendar.saturday.startTime Mower 20183019090500523351_____startTime______{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":"","test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":"","capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":"","app_settings":"","warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":"","auto_schedule_settings":{"boost":0,"grass_type":"","irrigation":"","nutrition":{"n":0,"p":0,"k":0},"soil_type":""},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":""}
                                          worx.0
                                          	2025-04-26 18:06:00.096	debug	this.modules! {"20183019090500523351":{"edgeCut":false,"notify":true}}
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 18:05:12.160	debug	Update this.deviceArray: 0
                                          worx.0
                                          	2025-04-26 18:05:12.160	debug	Index Update: 0
                                          worx.0
                                          	2025-04-26 18:05:12.056	debug	Test Status: 1
                                          worx.0
                                          	2025-04-26 18:05:11.973	debug	GET MQTT DATA from API: {"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}
                                          worx.0
                                          	2025-04-26 18:05:11.967	debug	{"id":254680,"uuid":"96c52dac-c81c-4002-add9-e8bfdaeab50e","product_id":37,"user_id":156658,"serial_number":"20183019090500523351","mac_address":"F0FE6BB1AA86","locked":false,"firmware_version":"3.52.0+1","firmware_auto_upgrade":true,"sim":null,"test":false,"iot_registered":true,"mqtt_registered":true,"registered_at":"2019-03-17 00:00:00","online":true,"protocol":0,"pending_radio_link_validation":null,"capabilities":["follow_border","lock","mqtt","multi_zone","multi_zone_percentage","ota_upgrade","pairing_smartlink","rain_delay","unrestricted_mowing_time"],"capabilities_available":[],"mqtt_endpoint":"iot.eu-west-1.worxlandroid.com","mqtt_topics":{"command_in":"DB510/F0FE6BB1AA86/commandIn","command_out":"DB510/F0FE6BB1AA86/commandOut"},"name":"fifi","blade_height_shift":0,"push_notifications":false,"push_notifications_level":"warning","pin_code":null,"app_settings":null,"warranty_registered":true,"purchased_at":"2018-10-14 00:00:00","warranty_expires_at":"2020-10-14 00:00:00","setup_location":{"latitude":48.4928994,"longitude":12.0277211},"city":{"id":2811600,"country_id":276,"name":"Weixerau","latitude":48.5,"longitude":12.01667,"created_at":"2018-02-15 22:26:05","updated_at":"2018-02-15 22:26:05"},"time_zone":"Europe/Berlin","lawn_size":300,"lawn_perimeter":null,"auto_schedule_settings":{"boost":0,"grass_type":null,"irrigation":null,"nutrition":null,"soil_type":null},"auto_schedule":false,"improvement":true,"diagnostic":true,"distance_covered":1365164,"mower_work_time":83098,"blade_work_time":75558,"blade_work_time_reset":37646,"blade_work_time_reset_at":"2022-05-20 17:26:10","battery_charge_cycles":1311,"battery_charge_cycles_reset":813,"battery_charge_cycles_reset_at":"2022-05-20 17:26:06","created_at":"2018-07-16 06:41:33","updated_at":"2024-04-30 18:37:10","last_status":{"timestamp":"2025-04-26 16:03:50","payload":{"cfg":{"id":0,"sn":"20183019090500523351","dt":"26/04/2025","tm":"18:03:50","lg":"it","cmd":0,"sc":{"m":1,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]],"p":0},"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"ls":1,"le":0,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"rsi":-47,"lk":0,"lz":8}}},"last_gps_status":null}
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 18:03:50.524	debug	Test Status: 1
                                          worx.0
                                          	2025-04-26 18:03:50.433	debug	GET MQTT DATA from API: {"cfg":{"id":0,"lg":"it","tm":"18:03:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          worx.0
                                          	2025-04-26 18:03:50.340	debug	Set new timestamp
                                          worx.0
                                          	2025-04-26 18:03:50.340	debug	Worxcloud MQTT get Message for mower fifi (20183019090500523351)
                                          worx.0
                                          	2025-04-26 18:03:50.340	debug	getQueueStatistics: {"incompleteOperationCount":0,"incompleteOperationSize":0,"unackedOperationCount":0,"unackedOperationSize":0}
                                          worx.0
                                          	2025-04-26 18:03:50.339	debug	topic: DB510/F0FE6BB1AA86/commandOut
                                          worx.0
                                          	2025-04-26 18:03:50.339	debug	Mower MQTT: {"cfg":{"id":0,"lg":"it","tm":"18:03:50","dt":"26/04/2025","sc":{"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0]]},"cmd":0,"mz":[0,0,0,0],"mzv":[0,0,0,0,0,0,0,0,0,0],"rd":0,"sn":"20183019090500523351"},"dat":{"mac":"F0FE6BB1AA86","fw":3.52,"bt":{"t":23.5,"v":19.78,"p":100,"nr":1312,"c":0,"m":0},"dmp":[7.1,1.3,138.6],"st":{"b":75671,"d":1367361,"wt":83240},"ls":1,"le":0,"lz":8,"rsi":-47,"lk":0}}
                                          
                                          
                                          
                                          
                                          worx.0
                                          	2025-04-26 17:59:00.162	debug	test cfg: 6 valID: 2 val: true sval: 1
                                          worx.0
                                          	2025-04-26 17:59:00.162	debug	Mowing time change at d to: {"m":1,"p":0,"d":[["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["09:00",0,0],["15:00",240,1]]}
                                          

                                          VG Axel

                                          L Offline
                                          L Offline
                                          Lucky_ESA
                                          Developer Most Active
                                          wrote on last edited by
                                          #196

                                          @afi Wie man States absetzt ist in der Anleitung genau beschrieben. Wenn du da was nicht verstehst, dann frage bitte nach.

                                          So setzt man die Zeiten.

                                          Bei deinem Blockly fehlt das Versenden deiner Eingabe.

                                          Gruß//Lucky

                                          AFiA 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          445

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe