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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. [Vorlage Blockly] Wunderground Upload

NEWS

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

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

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

[Vorlage Blockly] Wunderground Upload

Geplant Angeheftet Gesperrt Verschoben Skripten / Logik
48 Beiträge 9 Kommentatoren 7.8k Aufrufe 12 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • crunchipC crunchip

    @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

    Es war das obere Script

    mir schon klar, dein geändertes sollst du zeigen

    C Offline
    C Offline
    c1olli
    schrieb am zuletzt editiert von
    #33

    @crunchip
    Ich weiss nicht was ich gemacht habe, aber es läuft wieder, aber Fehlermeldungen kommen immer noch.
    Hier das Script: (blockly export)

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable id="y0*3*6I2Yi,CF`]M~h[2">ID</variable>
        <variable id="M#rIoys:i17;BN8w{52D">PWD</variable>
        <variable id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</variable>
        <variable id="t_Uq913Tw~AGFBze$7A[">rain_in</variable>
        <variable id="Y0[w@0OIDX^XCUp|haUU">rain_daily</variable>
        <variable id="?SVbcJ?1**tBw$l1~Xh`">baro_in</variable>
        <variable id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</variable>
        <variable id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</variable>
        <variable id="L[-9VuA$TtC{}Aw7Z_4t">url</variable>
        <variable id="qYP~o]}86Ah?{kkywtVa">result</variable>
      </variables>
      <block type="schedule" id="NVQ4`W#p(8mnMqzc.so@" x="28" y="56">
        <field name="SCHEDULE">*/2 * * * *</field>
        <statement name="STATEMENT">
          <block type="create" id="Ryy@[}Z8I!]_}]:y!y#Z">
            <field name="NAME">javascript.0.WEATHERMAN.Last_Wunderground_upload</field>
            <next>
              <block type="variables_set" id="J6pfV3Pv:-PcV-U8o3e(">
                <field name="VAR" id="y0*3*6I2Yi,CF`]M~h[2">ID</field>
                <value name="VALUE">
                  <block type="text" id="4o}!@aUA-7n3A_,+!Zf=">
                    <field name="TEXT">xxxxxx</field>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="lNS})+2:]k7-.RJdgaeC">
                    <field name="VAR" id="M#rIoys:i17;BN8w{52D">PWD</field>
                    <value name="VALUE">
                      <block type="text" id="*`IA18YFG:Rqdhs/%lt.">
                        <field name="TEXT">xxxxx</field>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="IuV!Ik{*|@RQ?@o@p54s">
                        <field name="VAR" id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</field>
                        <value name="VALUE">
                          <block type="math_rndfixed" id=")Nr+l:1Yegww1EF#^trH">
                            <field name="n">2</field>
                            <value name="x">
                              <shadow type="math_number" id="vN~A3f_oOWr=sNCfrH;w">
                                <field name="NUM">3.1234</field>
                              </shadow>
                              <block type="math_arithmetic" id="Hr]VNoyEq)zWSA3Ov.!B">
                                <field name="OP">DIVIDE</field>
                                <value name="A">
                                  <shadow type="math_number" id="y8`^YX%BoO1CEijv?e;J">
                                    <field name="NUM">1.60934</field>
                                  </shadow>
                                  <block type="get_value" id="PcDIA^0^.^0!CyEyQ%Ih">
                                    <field name="ATTR">val</field>
                                    <field name="OID">alias.0.Wetter.Windgeschwindigkeit</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <shadow type="math_number" id="Q-V3X%h4_JnJ%4vwTwe(">
                                    <field name="NUM">1.60934</field>
                                  </shadow>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="comment" id="[|mfN)utM;gIrF5{Q{r2">
                            <field name="COMMENT">mph instantaneous wind speed</field>
                            <next>
                              <block type="variables_set" id=")G^m+8#;HudLoG-nk7to">
                                <field name="VAR" id="t_Uq913Tw~AGFBze$7A[">rain_in</field>
                                <value name="VALUE">
                                  <block type="math_rndfixed" id="Twaj.z}A5()!7aQJ,x;-">
                                    <field name="n">2</field>
                                    <value name="x">
                                      <shadow type="math_number" id="{P6Og~1k=Pd=tt)}|/e}">
                                        <field name="NUM">3.1234</field>
                                      </shadow>
                                      <block type="math_arithmetic" id="EJ:zeKou)@z-Z2-COK:-">
                                        <field name="OP">DIVIDE</field>
                                        <value name="A">
                                          <shadow type="math_number" id="(Vv26H}x0lkP`+Ono/*~">
                                            <field name="NUM">3.937</field>
                                          </shadow>
                                          <block type="get_value" id="loyLQaYwd;tGF{H~%?S_">
                                            <field name="ATTR">val</field>
                                            <field name="OID">alias.0.Wetter.Regenmenge_Heute</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id="P86!-zN:C~XagS8aI*Rh">
                                            <field name="NUM">25.4</field>
                                          </shadow>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <next>
                                  <block type="comment" id="b4+*^4yIKMi*J_4;%E.Q">
                                    <field name="COMMENT">rain inches over the past hour</field>
                                    <next>
                                      <block type="variables_set" id="KavP@R0V/~7;G^;G/*lE">
                                        <field name="VAR" id="Y0[w@0OIDX^XCUp|haUU">rain_daily</field>
                                        <value name="VALUE">
                                          <block type="math_rndfixed" id="(FWK!~Yi~,OS$aLgb+q$">
                                            <field name="n">2</field>
                                            <value name="x">
                                              <shadow type="math_number" id="KgBvBA!Ys-8Vr-zwC)Gu">
                                                <field name="NUM">3.1234</field>
                                              </shadow>
                                              <block type="math_arithmetic" id="xx2y4{FP^qg).tBzcw4i">
                                                <field name="OP">DIVIDE</field>
                                                <value name="A">
                                                  <shadow type="math_number" id="q}Qu!!A_q*bMo2]/6npC">
                                                    <field name="NUM">3.937</field>
                                                  </shadow>
                                                  <block type="get_value" id="{OwS|_!RcuS#gd9I7dYB">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">alias.0.Wetter.Regen_Gestern</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <shadow type="math_number" id="mZ)Ma|[J(lS$pA]lv,ZD">
                                                    <field name="NUM">25.4</field>
                                                  </shadow>
                                                </value>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="comment" id="p9gJJn~3#ucjv)%.FfXj">
                                            <field name="COMMENT">rain inches so far today in local time</field>
                                            <next>
                                              <block type="variables_set" id="2o.mspN{c2VuYMvet|^e">
                                                <field name="VAR" id="?SVbcJ?1**tBw$l1~Xh`">baro_in</field>
                                                <value name="VALUE">
                                                  <block type="math_rndfixed" id="j+z|al.?V$$Se*GaQ7Z*">
                                                    <field name="n">4</field>
                                                    <value name="x">
                                                      <shadow type="math_number" id="EVsQxzS+I0ET:Yeyzo_!">
                                                        <field name="NUM">3.1234</field>
                                                      </shadow>
                                                      <block type="math_arithmetic" id="IOs;[N;fdtiNHk2GC:3K">
                                                        <field name="OP">DIVIDE</field>
                                                        <value name="A">
                                                          <shadow type="math_number" id="X-R?36spX2@GhM+Bhih[">
                                                            <field name="NUM">0.0295301</field>
                                                          </shadow>
                                                          <block type="get_value" id="yuXUY_6Kz%x6D2742NaL">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">alias.0.Wetter.Luftdruck</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <shadow type="math_number" id="m%SnK7;T58uvrpj1Kq/X">
                                                            <field name="NUM">33.8639</field>
                                                          </shadow>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="comment" id="?gZQ[RcS)+@Y[Ah|r|T=">
                                                    <field name="COMMENT">barometric pressure inches</field>
                                                    <next>
                                                      <block type="variables_set" id="}ZNtE{YDT~uH^(9oC@uJ">
                                                        <field name="VAR" id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</field>
                                                        <value name="VALUE">
                                                          <block type="math_rndfixed" id="@/~BOZH,*T=u;l?1:3Vq">
                                                            <field name="n">2</field>
                                                            <value name="x">
                                                              <shadow type="math_number" id="Fn`edZw$aNhYzWP(UbBY">
                                                                <field name="NUM">3.1234</field>
                                                              </shadow>
                                                              <block type="math_arithmetic" id="~)9T~(f~8P[fqQ+zVlzZ">
                                                                <field name="OP">ADD</field>
                                                                <value name="A">
                                                                  <shadow type="math_number" id="%PDN|YJ@naL)yZi3QAvx">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="math_arithmetic" id="c,;et0f(JDhiPflCEvQ~">
                                                                    <field name="OP">MULTIPLY</field>
                                                                    <value name="A">
                                                                      <shadow type="math_number" id="#wm=O,l0nAF9wv.iOX11">
                                                                        <field name="NUM">1.8</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="qOqzkEcqx~:Aulh^61Hv">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">alias.0.Wetter.Aktuelle_Temperatur</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <shadow type="math_number" id="pYs?t#+euS,=;_ewnVvA">
                                                                        <field name="NUM">1.8</field>
                                                                      </shadow>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <shadow type="math_number" id="j*@d,/*5vtdrrXk|~.Eh">
                                                                    <field name="NUM">32</field>
                                                                  </shadow>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="comment" id="$wwhg|u6gN%RPi*}b?QL">
                                                            <field name="COMMENT">F outdoor temperature</field>
                                                            <next>
                                                              <block type="variables_set" id="Knc[}47D!:t{BiPPIyJ:">
                                                                <field name="VAR" id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</field>
                                                                <value name="VALUE">
                                                                  <block type="math_rndfixed" id="!5=YyjNY*^/{6H5Vq!*t">
                                                                    <field name="n">2</field>
                                                                    <value name="x">
                                                                      <shadow type="math_number" id="Ylxb+}~1N:%JSN9:F%Wt">
                                                                        <field name="NUM">3.1234</field>
                                                                      </shadow>
                                                                      <block type="math_arithmetic" id="m@.@N{d2^z2,pWl!#Y/Z">
                                                                        <field name="OP">ADD</field>
                                                                        <value name="A">
                                                                          <shadow type="math_number" id="R9pFQUxb@:t@(9z*L/*S">
                                                                            <field name="NUM">1</field>
                                                                          </shadow>
                                                                          <block type="math_arithmetic" id="T9Zak.4H!|p9Dz%/2Q*7">
                                                                            <field name="OP">MULTIPLY</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="jr=|Q#kfdxO06J8TbJ_C">
                                                                                <field name="NUM">1.8</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="5RZwE.v6`GbvVn~}pscq">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">0_userdata.0.Taupunkt</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="5qN=4(xR43jIk`U_eaIz">
                                                                                <field name="NUM">1.8</field>
                                                                              </shadow>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <shadow type="math_number" id="2l~{%NSZ-_q6yG.n/PMH">
                                                                            <field name="NUM">32</field>
                                                                          </shadow>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="comment" id="/_WCHMB2m5G]4-OEzOFc">
                                                                    <field name="COMMENT">F outdoor dewpoint F</field>
                                                                    <next>
                                                                      <block type="variables_set" id="(..4D@D}1bg(~)~wtU]Y">
                                                                        <field name="VAR" id="L[-9VuA$TtC{}Aw7Z_4t">url</field>
                                                                        <value name="VALUE">
                                                                          <block type="text_join" id="(`%c8pO+2VPBopp8V2uE">
                                                                            <mutation items="21"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id="Q!k*6kwCyW4I4Cz|wd@P">
                                                                                <field name="TEXT">https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="variables_get" id="xj,x#Q6z02@Ne;(-k1!A">
                                                                                <field name="VAR" id="y0*3*6I2Yi,CF`]M~h[2">ID</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD2">
                                                                              <block type="text" id=".T_p}5;J!Dc{8-CNah?H">
                                                                                <field name="TEXT">&amp;PASSWORD=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD3">
                                                                              <block type="variables_get" id="fx56Av]MfZot/a{Dmc|{">
                                                                                <field name="VAR" id="M#rIoys:i17;BN8w{52D">PWD</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD4">
                                                                              <block type="text" id="?bO.l@nfrfe/i5II,y7O">
                                                                                <field name="TEXT">&amp;dateutc=now&amp;winddir=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD5">
                                                                              <block type="get_value" id="_:4@dKfy1.kKNK8pTkt|">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">hmip.0.devices.3014F711A0001860C98C9DF5.channels.1.windDirection</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD6">
                                                                              <block type="text" id="RhOt)(e[UY[^%b7r.[.{">
                                                                                <field name="TEXT">&amp;windspeedmph=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD7">
                                                                              <block type="variables_get" id="9E;ZOzzC~ZqX=C:x/GjB">
                                                                                <field name="VAR" id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD8">
                                                                              <block type="text" id="XCSzJxAajajF*^G=U3QM">
                                                                                <field name="TEXT">&amp;baromin=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD9">
                                                                              <block type="variables_get" id="Jy|66pdKM[;Ymn@O]cSc">
                                                                                <field name="VAR" id="?SVbcJ?1**tBw$l1~Xh`">baro_in</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD10">
                                                                              <block type="text" id="av~BQ)iAy6I1n{#25:+N" disabled="true">
                                                                                <field name="TEXT">&amp;rainin=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD11">
                                                                              <block type="variables_get" id="/*W]fWFF=nd;?[h@:Y]:" disabled="true">
                                                                                <field name="VAR" id="t_Uq913Tw~AGFBze$7A[">rain_in</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD12">
                                                                              <block type="text" id="hQzg`g3NFN@z%M290qg5">
                                                                                <field name="TEXT">&amp;humidity=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD13">
                                                                              <block type="get_value" id="c8]Z},O.#(X:^fh8BQDR">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">alias.0.Wetter.Luftfeuchtigkeit</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD14">
                                                                              <block type="text" id="(b%5Hm@:BUeV)lr3NKjd">
                                                                                <field name="TEXT">&amp;tempf=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD15">
                                                                              <block type="variables_get" id="EY.SScRsM@YGFg^QlVM-">
                                                                                <field name="VAR" id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD16">
                                                                              <block type="text" id="uY~}7_2RK10$YisP5]Bt">
                                                                                <field name="TEXT">&amp;dailyrainin=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD17">
                                                                              <block type="variables_get" id="kIjIuh}xDg+=O7c?Ujk}">
                                                                                <field name="VAR" id="Y0[w@0OIDX^XCUp|haUU">rain_daily</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD18">
                                                                              <block type="text" id="RP}t]iGo4~kAFBDlLtMn">
                                                                                <field name="TEXT">&amp;dewptf=</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD19">
                                                                              <block type="variables_get" id="DHDV?62iQQ_nxWXc];[Y">
                                                                                <field name="VAR" id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD20">
                                                                              <block type="text" id="{}f?h+FLZDi[/K#P`3C]">
                                                                                <field name="TEXT">&amp;action=updateraw</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <next>
                                                                          <block type="http_get" id="r)o6iKOUDP=*(Z5f66A;">
                                                                            <field name="TIMEOUT">2000</field>
                                                                            <field name="UNIT">ms</field>
                                                                            <field name="TYPE">text</field>
                                                                            <value name="URL">
                                                                              <shadow type="text" id="rjYmYz$A(1M]GVp-gGdp">
                                                                                <field name="TEXT">http://</field>
                                                                              </shadow>
                                                                              <block type="variables_get" id="vr9m*ZXavDVMWFaR_iN[">
                                                                                <field name="VAR" id="L[-9VuA$TtC{}Aw7Z_4t">url</field>
                                                                              </block>
                                                                            </value>
                                                                            <statement name="STATEMENT">
                                                                              <block type="controls_if" id="=dHWKib4(|bqIz[deQxp">
                                                                                <mutation else="1"></mutation>
                                                                                <value name="IF0">
                                                                                  <block type="logic_compare" id="3^Or==q!t};6PCe3yo3a">
                                                                                    <field name="OP">GT</field>
                                                                                    <value name="A">
                                                                                      <block type="text_indexOf" id="M6}Pr%6[L-p@i:~0v:uR">
                                                                                        <field name="END">FIRST</field>
                                                                                        <value name="VALUE">
                                                                                          <block type="variables_get" id=";r~4V,}SMS,3}E((4rq:">
                                                                                            <field name="VAR" id="qYP~o]}86Ah?{kkywtVa">result</field>
                                                                                          </block>
                                                                                        </value>
                                                                                        <value name="FIND">
                                                                                          <shadow type="text" id="B[@H~FSpM_!7B}%5XsAX">
                                                                                            <field name="TEXT">false</field>
                                                                                          </shadow>
                                                                                        </value>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </statement>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
      </block>
    </xml>
    

    Fehlermeldung:

    
    javascript.0
    2024-05-26 18:34:00.347	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
    
    javascript.0
    2024-05-26 18:34:00.347	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
    
    javascript.0
    2024-05-26 18:34:00.347	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
    
    javascript.0
    2024-05-26 18:34:00.347	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
    
    javascript.0
    2024-05-26 18:32:00.452	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
    
    javascript.0
    2024-05-26 18:32:00.452	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
    
    javascript.0
    2024-05-26 18:32:00.452	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
    
    javascript.0
    2024-05-26 18:32:00.452	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
    
    javascript.0
    2024-05-26 18:30:00.447	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
    
    javascript.0
    2024-05-26 18:30:00.447	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
    
    javascript.0
    2024-05-26 18:30:00.447	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
    
    javascript.0
    2024-05-26 18:30:00.446	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
    
    javascript.0
    2024-05-26 18:28:00.634	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
    
    javascript.0
    2024-05-26 18:28:00.634	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
    
    javascript.0
    2024-05-26 18:28:00.634	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
    
    javascript.0
    2024-05-26 18:28:00.633	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
    
    

    Gruß
    Olli

    crunchipC 1 Antwort Letzte Antwort
    0
    • C c1olli

      @crunchip
      Ich weiss nicht was ich gemacht habe, aber es läuft wieder, aber Fehlermeldungen kommen immer noch.
      Hier das Script: (blockly export)

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id="y0*3*6I2Yi,CF`]M~h[2">ID</variable>
          <variable id="M#rIoys:i17;BN8w{52D">PWD</variable>
          <variable id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</variable>
          <variable id="t_Uq913Tw~AGFBze$7A[">rain_in</variable>
          <variable id="Y0[w@0OIDX^XCUp|haUU">rain_daily</variable>
          <variable id="?SVbcJ?1**tBw$l1~Xh`">baro_in</variable>
          <variable id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</variable>
          <variable id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</variable>
          <variable id="L[-9VuA$TtC{}Aw7Z_4t">url</variable>
          <variable id="qYP~o]}86Ah?{kkywtVa">result</variable>
        </variables>
        <block type="schedule" id="NVQ4`W#p(8mnMqzc.so@" x="28" y="56">
          <field name="SCHEDULE">*/2 * * * *</field>
          <statement name="STATEMENT">
            <block type="create" id="Ryy@[}Z8I!]_}]:y!y#Z">
              <field name="NAME">javascript.0.WEATHERMAN.Last_Wunderground_upload</field>
              <next>
                <block type="variables_set" id="J6pfV3Pv:-PcV-U8o3e(">
                  <field name="VAR" id="y0*3*6I2Yi,CF`]M~h[2">ID</field>
                  <value name="VALUE">
                    <block type="text" id="4o}!@aUA-7n3A_,+!Zf=">
                      <field name="TEXT">xxxxxx</field>
                    </block>
                  </value>
                  <next>
                    <block type="variables_set" id="lNS})+2:]k7-.RJdgaeC">
                      <field name="VAR" id="M#rIoys:i17;BN8w{52D">PWD</field>
                      <value name="VALUE">
                        <block type="text" id="*`IA18YFG:Rqdhs/%lt.">
                          <field name="TEXT">xxxxx</field>
                        </block>
                      </value>
                      <next>
                        <block type="variables_set" id="IuV!Ik{*|@RQ?@o@p54s">
                          <field name="VAR" id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</field>
                          <value name="VALUE">
                            <block type="math_rndfixed" id=")Nr+l:1Yegww1EF#^trH">
                              <field name="n">2</field>
                              <value name="x">
                                <shadow type="math_number" id="vN~A3f_oOWr=sNCfrH;w">
                                  <field name="NUM">3.1234</field>
                                </shadow>
                                <block type="math_arithmetic" id="Hr]VNoyEq)zWSA3Ov.!B">
                                  <field name="OP">DIVIDE</field>
                                  <value name="A">
                                    <shadow type="math_number" id="y8`^YX%BoO1CEijv?e;J">
                                      <field name="NUM">1.60934</field>
                                    </shadow>
                                    <block type="get_value" id="PcDIA^0^.^0!CyEyQ%Ih">
                                      <field name="ATTR">val</field>
                                      <field name="OID">alias.0.Wetter.Windgeschwindigkeit</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <shadow type="math_number" id="Q-V3X%h4_JnJ%4vwTwe(">
                                      <field name="NUM">1.60934</field>
                                    </shadow>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="comment" id="[|mfN)utM;gIrF5{Q{r2">
                              <field name="COMMENT">mph instantaneous wind speed</field>
                              <next>
                                <block type="variables_set" id=")G^m+8#;HudLoG-nk7to">
                                  <field name="VAR" id="t_Uq913Tw~AGFBze$7A[">rain_in</field>
                                  <value name="VALUE">
                                    <block type="math_rndfixed" id="Twaj.z}A5()!7aQJ,x;-">
                                      <field name="n">2</field>
                                      <value name="x">
                                        <shadow type="math_number" id="{P6Og~1k=Pd=tt)}|/e}">
                                          <field name="NUM">3.1234</field>
                                        </shadow>
                                        <block type="math_arithmetic" id="EJ:zeKou)@z-Z2-COK:-">
                                          <field name="OP">DIVIDE</field>
                                          <value name="A">
                                            <shadow type="math_number" id="(Vv26H}x0lkP`+Ono/*~">
                                              <field name="NUM">3.937</field>
                                            </shadow>
                                            <block type="get_value" id="loyLQaYwd;tGF{H~%?S_">
                                              <field name="ATTR">val</field>
                                              <field name="OID">alias.0.Wetter.Regenmenge_Heute</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <shadow type="math_number" id="P86!-zN:C~XagS8aI*Rh">
                                              <field name="NUM">25.4</field>
                                            </shadow>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="comment" id="b4+*^4yIKMi*J_4;%E.Q">
                                      <field name="COMMENT">rain inches over the past hour</field>
                                      <next>
                                        <block type="variables_set" id="KavP@R0V/~7;G^;G/*lE">
                                          <field name="VAR" id="Y0[w@0OIDX^XCUp|haUU">rain_daily</field>
                                          <value name="VALUE">
                                            <block type="math_rndfixed" id="(FWK!~Yi~,OS$aLgb+q$">
                                              <field name="n">2</field>
                                              <value name="x">
                                                <shadow type="math_number" id="KgBvBA!Ys-8Vr-zwC)Gu">
                                                  <field name="NUM">3.1234</field>
                                                </shadow>
                                                <block type="math_arithmetic" id="xx2y4{FP^qg).tBzcw4i">
                                                  <field name="OP">DIVIDE</field>
                                                  <value name="A">
                                                    <shadow type="math_number" id="q}Qu!!A_q*bMo2]/6npC">
                                                      <field name="NUM">3.937</field>
                                                    </shadow>
                                                    <block type="get_value" id="{OwS|_!RcuS#gd9I7dYB">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">alias.0.Wetter.Regen_Gestern</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <shadow type="math_number" id="mZ)Ma|[J(lS$pA]lv,ZD">
                                                      <field name="NUM">25.4</field>
                                                    </shadow>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="comment" id="p9gJJn~3#ucjv)%.FfXj">
                                              <field name="COMMENT">rain inches so far today in local time</field>
                                              <next>
                                                <block type="variables_set" id="2o.mspN{c2VuYMvet|^e">
                                                  <field name="VAR" id="?SVbcJ?1**tBw$l1~Xh`">baro_in</field>
                                                  <value name="VALUE">
                                                    <block type="math_rndfixed" id="j+z|al.?V$$Se*GaQ7Z*">
                                                      <field name="n">4</field>
                                                      <value name="x">
                                                        <shadow type="math_number" id="EVsQxzS+I0ET:Yeyzo_!">
                                                          <field name="NUM">3.1234</field>
                                                        </shadow>
                                                        <block type="math_arithmetic" id="IOs;[N;fdtiNHk2GC:3K">
                                                          <field name="OP">DIVIDE</field>
                                                          <value name="A">
                                                            <shadow type="math_number" id="X-R?36spX2@GhM+Bhih[">
                                                              <field name="NUM">0.0295301</field>
                                                            </shadow>
                                                            <block type="get_value" id="yuXUY_6Kz%x6D2742NaL">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">alias.0.Wetter.Luftdruck</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <shadow type="math_number" id="m%SnK7;T58uvrpj1Kq/X">
                                                              <field name="NUM">33.8639</field>
                                                            </shadow>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="comment" id="?gZQ[RcS)+@Y[Ah|r|T=">
                                                      <field name="COMMENT">barometric pressure inches</field>
                                                      <next>
                                                        <block type="variables_set" id="}ZNtE{YDT~uH^(9oC@uJ">
                                                          <field name="VAR" id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</field>
                                                          <value name="VALUE">
                                                            <block type="math_rndfixed" id="@/~BOZH,*T=u;l?1:3Vq">
                                                              <field name="n">2</field>
                                                              <value name="x">
                                                                <shadow type="math_number" id="Fn`edZw$aNhYzWP(UbBY">
                                                                  <field name="NUM">3.1234</field>
                                                                </shadow>
                                                                <block type="math_arithmetic" id="~)9T~(f~8P[fqQ+zVlzZ">
                                                                  <field name="OP">ADD</field>
                                                                  <value name="A">
                                                                    <shadow type="math_number" id="%PDN|YJ@naL)yZi3QAvx">
                                                                      <field name="NUM">1</field>
                                                                    </shadow>
                                                                    <block type="math_arithmetic" id="c,;et0f(JDhiPflCEvQ~">
                                                                      <field name="OP">MULTIPLY</field>
                                                                      <value name="A">
                                                                        <shadow type="math_number" id="#wm=O,l0nAF9wv.iOX11">
                                                                          <field name="NUM">1.8</field>
                                                                        </shadow>
                                                                        <block type="get_value" id="qOqzkEcqx~:Aulh^61Hv">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">alias.0.Wetter.Aktuelle_Temperatur</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <shadow type="math_number" id="pYs?t#+euS,=;_ewnVvA">
                                                                          <field name="NUM">1.8</field>
                                                                        </shadow>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <shadow type="math_number" id="j*@d,/*5vtdrrXk|~.Eh">
                                                                      <field name="NUM">32</field>
                                                                    </shadow>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="comment" id="$wwhg|u6gN%RPi*}b?QL">
                                                              <field name="COMMENT">F outdoor temperature</field>
                                                              <next>
                                                                <block type="variables_set" id="Knc[}47D!:t{BiPPIyJ:">
                                                                  <field name="VAR" id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_rndfixed" id="!5=YyjNY*^/{6H5Vq!*t">
                                                                      <field name="n">2</field>
                                                                      <value name="x">
                                                                        <shadow type="math_number" id="Ylxb+}~1N:%JSN9:F%Wt">
                                                                          <field name="NUM">3.1234</field>
                                                                        </shadow>
                                                                        <block type="math_arithmetic" id="m@.@N{d2^z2,pWl!#Y/Z">
                                                                          <field name="OP">ADD</field>
                                                                          <value name="A">
                                                                            <shadow type="math_number" id="R9pFQUxb@:t@(9z*L/*S">
                                                                              <field name="NUM">1</field>
                                                                            </shadow>
                                                                            <block type="math_arithmetic" id="T9Zak.4H!|p9Dz%/2Q*7">
                                                                              <field name="OP">MULTIPLY</field>
                                                                              <value name="A">
                                                                                <shadow type="math_number" id="jr=|Q#kfdxO06J8TbJ_C">
                                                                                  <field name="NUM">1.8</field>
                                                                                </shadow>
                                                                                <block type="get_value" id="5RZwE.v6`GbvVn~}pscq">
                                                                                  <field name="ATTR">val</field>
                                                                                  <field name="OID">0_userdata.0.Taupunkt</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="B">
                                                                                <shadow type="math_number" id="5qN=4(xR43jIk`U_eaIz">
                                                                                  <field name="NUM">1.8</field>
                                                                                </shadow>
                                                                              </value>
                                                                            </block>
                                                                          </value>
                                                                          <value name="B">
                                                                            <shadow type="math_number" id="2l~{%NSZ-_q6yG.n/PMH">
                                                                              <field name="NUM">32</field>
                                                                            </shadow>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="comment" id="/_WCHMB2m5G]4-OEzOFc">
                                                                      <field name="COMMENT">F outdoor dewpoint F</field>
                                                                      <next>
                                                                        <block type="variables_set" id="(..4D@D}1bg(~)~wtU]Y">
                                                                          <field name="VAR" id="L[-9VuA$TtC{}Aw7Z_4t">url</field>
                                                                          <value name="VALUE">
                                                                            <block type="text_join" id="(`%c8pO+2VPBopp8V2uE">
                                                                              <mutation items="21"></mutation>
                                                                              <value name="ADD0">
                                                                                <block type="text" id="Q!k*6kwCyW4I4Cz|wd@P">
                                                                                  <field name="TEXT">https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD1">
                                                                                <block type="variables_get" id="xj,x#Q6z02@Ne;(-k1!A">
                                                                                  <field name="VAR" id="y0*3*6I2Yi,CF`]M~h[2">ID</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD2">
                                                                                <block type="text" id=".T_p}5;J!Dc{8-CNah?H">
                                                                                  <field name="TEXT">&amp;PASSWORD=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD3">
                                                                                <block type="variables_get" id="fx56Av]MfZot/a{Dmc|{">
                                                                                  <field name="VAR" id="M#rIoys:i17;BN8w{52D">PWD</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD4">
                                                                                <block type="text" id="?bO.l@nfrfe/i5II,y7O">
                                                                                  <field name="TEXT">&amp;dateutc=now&amp;winddir=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD5">
                                                                                <block type="get_value" id="_:4@dKfy1.kKNK8pTkt|">
                                                                                  <field name="ATTR">val</field>
                                                                                  <field name="OID">hmip.0.devices.3014F711A0001860C98C9DF5.channels.1.windDirection</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD6">
                                                                                <block type="text" id="RhOt)(e[UY[^%b7r.[.{">
                                                                                  <field name="TEXT">&amp;windspeedmph=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD7">
                                                                                <block type="variables_get" id="9E;ZOzzC~ZqX=C:x/GjB">
                                                                                  <field name="VAR" id="_g}m6=-Y!_;d_q6.nYj%">windspeed_mph</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD8">
                                                                                <block type="text" id="XCSzJxAajajF*^G=U3QM">
                                                                                  <field name="TEXT">&amp;baromin=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD9">
                                                                                <block type="variables_get" id="Jy|66pdKM[;Ymn@O]cSc">
                                                                                  <field name="VAR" id="?SVbcJ?1**tBw$l1~Xh`">baro_in</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD10">
                                                                                <block type="text" id="av~BQ)iAy6I1n{#25:+N" disabled="true">
                                                                                  <field name="TEXT">&amp;rainin=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD11">
                                                                                <block type="variables_get" id="/*W]fWFF=nd;?[h@:Y]:" disabled="true">
                                                                                  <field name="VAR" id="t_Uq913Tw~AGFBze$7A[">rain_in</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD12">
                                                                                <block type="text" id="hQzg`g3NFN@z%M290qg5">
                                                                                  <field name="TEXT">&amp;humidity=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD13">
                                                                                <block type="get_value" id="c8]Z},O.#(X:^fh8BQDR">
                                                                                  <field name="ATTR">val</field>
                                                                                  <field name="OID">alias.0.Wetter.Luftfeuchtigkeit</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD14">
                                                                                <block type="text" id="(b%5Hm@:BUeV)lr3NKjd">
                                                                                  <field name="TEXT">&amp;tempf=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD15">
                                                                                <block type="variables_get" id="EY.SScRsM@YGFg^QlVM-">
                                                                                  <field name="VAR" id="!]N$0-~^=*se;mdt~|GV">Aussentemp_F</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD16">
                                                                                <block type="text" id="uY~}7_2RK10$YisP5]Bt">
                                                                                  <field name="TEXT">&amp;dailyrainin=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD17">
                                                                                <block type="variables_get" id="kIjIuh}xDg+=O7c?Ujk}">
                                                                                  <field name="VAR" id="Y0[w@0OIDX^XCUp|haUU">rain_daily</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD18">
                                                                                <block type="text" id="RP}t]iGo4~kAFBDlLtMn">
                                                                                  <field name="TEXT">&amp;dewptf=</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD19">
                                                                                <block type="variables_get" id="DHDV?62iQQ_nxWXc];[Y">
                                                                                  <field name="VAR" id="ac2QCA3id7.c|WGkY8U-">Taupunkt_F</field>
                                                                                </block>
                                                                              </value>
                                                                              <value name="ADD20">
                                                                                <block type="text" id="{}f?h+FLZDi[/K#P`3C]">
                                                                                  <field name="TEXT">&amp;action=updateraw</field>
                                                                                </block>
                                                                              </value>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="http_get" id="r)o6iKOUDP=*(Z5f66A;">
                                                                              <field name="TIMEOUT">2000</field>
                                                                              <field name="UNIT">ms</field>
                                                                              <field name="TYPE">text</field>
                                                                              <value name="URL">
                                                                                <shadow type="text" id="rjYmYz$A(1M]GVp-gGdp">
                                                                                  <field name="TEXT">http://</field>
                                                                                </shadow>
                                                                                <block type="variables_get" id="vr9m*ZXavDVMWFaR_iN[">
                                                                                  <field name="VAR" id="L[-9VuA$TtC{}Aw7Z_4t">url</field>
                                                                                </block>
                                                                              </value>
                                                                              <statement name="STATEMENT">
                                                                                <block type="controls_if" id="=dHWKib4(|bqIz[deQxp">
                                                                                  <mutation else="1"></mutation>
                                                                                  <value name="IF0">
                                                                                    <block type="logic_compare" id="3^Or==q!t};6PCe3yo3a">
                                                                                      <field name="OP">GT</field>
                                                                                      <value name="A">
                                                                                        <block type="text_indexOf" id="M6}Pr%6[L-p@i:~0v:uR">
                                                                                          <field name="END">FIRST</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="variables_get" id=";r~4V,}SMS,3}E((4rq:">
                                                                                              <field name="VAR" id="qYP~o]}86Ah?{kkywtVa">result</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <value name="FIND">
                                                                                            <shadow type="text" id="B[@H~FSpM_!7B}%5XsAX">
                                                                                              <field name="TEXT">false</field>
                                                                                            </shadow>
                                                                                          </value>
                                                                                        </block>
                                                                                      </value>
                                                                                    </block>
                                                                                  </value>
                                                                                </block>
                                                                              </statement>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </next>
            </block>
          </statement>
        </block>
      </xml>
      

      Fehlermeldung:

      
      javascript.0
      2024-05-26 18:34:00.347	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
      
      javascript.0
      2024-05-26 18:34:00.347	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
      
      javascript.0
      2024-05-26 18:34:00.347	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
      
      javascript.0
      2024-05-26 18:34:00.347	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
      
      javascript.0
      2024-05-26 18:32:00.452	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
      
      javascript.0
      2024-05-26 18:32:00.452	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
      
      javascript.0
      2024-05-26 18:32:00.452	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
      
      javascript.0
      2024-05-26 18:32:00.452	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
      
      javascript.0
      2024-05-26 18:30:00.447	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
      
      javascript.0
      2024-05-26 18:30:00.447	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
      
      javascript.0
      2024-05-26 18:30:00.447	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
      
      javascript.0
      2024-05-26 18:30:00.446	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
      
      javascript.0
      2024-05-26 18:28:00.634	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
      
      javascript.0
      2024-05-26 18:28:00.634	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
      
      javascript.0
      2024-05-26 18:28:00.634	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:16)
      
      javascript.0
      2024-05-26 18:28:00.633	error	script.js.common.Wetter_Homeatic_2: TypeError: Cannot read properties of undefined (reading 'indexOf')
      
      
      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #34

      @c1olli zeig es mal als screen

      umgestiegen von Proxmox auf Unraid

      C 1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @c1olli zeig es mal als screen

        C Offline
        C Offline
        c1olli
        schrieb am zuletzt editiert von
        #35

        @crunchip
        Siehe PDFblocklyhomatic.pdf

        Gruß
        Olli

        haus-automatisierungH HomoranH 2 Antworten Letzte Antwort
        0
        • C c1olli

          @crunchip
          Siehe PDFblocklyhomatic.pdf

          haus-automatisierungH Offline
          haus-automatisierungH Offline
          haus-automatisierung
          Developer Most Active
          schrieb am zuletzt editiert von
          #36

          @c1olli Größer als was? 0 wahrscheinlich?

          Screenshot 2024-05-27 at 11.15.32.png

          🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
          🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
          📚 Meine inoffizielle ioBroker Dokumentation

          HomoranH 1 Antwort Letzte Antwort
          0
          • C c1olli

            @crunchip
            Siehe PDFblocklyhomatic.pdf

            HomoranH Offline
            HomoranH Offline
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #37

            @c1olli wieso pdf?
            Bilder bitte hier mit der Uploadfunktion für Bilder einbinden

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            C 1 Antwort Letzte Antwort
            0
            • haus-automatisierungH haus-automatisierung

              @c1olli Größer als was? 0 wahrscheinlich?

              Screenshot 2024-05-27 at 11.15.32.png

              HomoranH Offline
              HomoranH Offline
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #38

              @haus-automatisierung sagte in [Vorlage Blockly] Wunderground Upload:

              @c1olli Größer als was? 0 wahrscheinlich?

              Screenshot 2024-05-27 at 11.15.32.png

              und auch nicht result sondern Data

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              haus-automatisierungH C 2 Antworten Letzte Antwort
              0
              • HomoranH Homoran

                @haus-automatisierung sagte in [Vorlage Blockly] Wunderground Upload:

                @c1olli Größer als was? 0 wahrscheinlich?

                Screenshot 2024-05-27 at 11.15.32.png

                und auch nicht result sondern Data

                haus-automatisierungH Offline
                haus-automatisierungH Offline
                haus-automatisierung
                Developer Most Active
                schrieb am zuletzt editiert von
                #39

                @homoran Stimmt, habe gar nicht weiter geschaut als ich den halbfertigen Block gesehen hab :)

                🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                📚 Meine inoffizielle ioBroker Dokumentation

                1 Antwort Letzte Antwort
                1
                • HomoranH Homoran

                  @c1olli wieso pdf?
                  Bilder bitte hier mit der Uploadfunktion für Bilder einbinden

                  C Offline
                  C Offline
                  c1olli
                  schrieb am zuletzt editiert von
                  #40

                  @homoran
                  Hab es als Bild nicht hinbekommen.

                  Gruß
                  Olli

                  1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @haus-automatisierung sagte in [Vorlage Blockly] Wunderground Upload:

                    @c1olli Größer als was? 0 wahrscheinlich?

                    Screenshot 2024-05-27 at 11.15.32.png

                    und auch nicht result sondern Data

                    C Offline
                    C Offline
                    c1olli
                    schrieb am zuletzt editiert von
                    #41

                    @homoran
                    @haus-automatisierung
                    Ich habe die Änderungen durchgeführt, aber leider ist es das nicht allein.
                    hmaticwetter.jpg

                    
                    javascript.0
                    2024-05-27 12:06:00.437	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
                    
                    javascript.0
                    2024-05-27 12:06:00.437	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
                    
                    javascript.0
                    2024-05-27 12:06:00.437	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:5)
                    
                    javascript.0
                    2024-05-27 12:06:00.437	error	script.js.common.Wetter_Homeatic_2: ReferenceError: data is not defined
                    

                    Gruß
                    Olli

                    haus-automatisierungH HomoranH 2 Antworten Letzte Antwort
                    0
                    • C c1olli

                      @homoran
                      @haus-automatisierung
                      Ich habe die Änderungen durchgeführt, aber leider ist es das nicht allein.
                      hmaticwetter.jpg

                      
                      javascript.0
                      2024-05-27 12:06:00.437	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
                      
                      javascript.0
                      2024-05-27 12:06:00.437	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
                      
                      javascript.0
                      2024-05-27 12:06:00.437	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:5)
                      
                      javascript.0
                      2024-05-27 12:06:00.437	error	script.js.common.Wetter_Homeatic_2: ReferenceError: data is not defined
                      
                      haus-automatisierungH Offline
                      haus-automatisierungH Offline
                      haus-automatisierung
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #42

                      @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                      Ich habe die Änderungen durchgeführt, aber leider ist es das nicht allein.

                      Du hast den falschen "Data-Block" genommen. Der ist für Datei-Operationen gedacht. Ich hatte durch das Icon eigentlich probiert, zusammengehörige Blöcke zu kennzeichnen.

                      Daher ist davor ja auch ein Ausrufezeichen / eine Warnung. Auch das bringt ja scheinbar nichts das anzuzeigen :( Langsam verzweifle ich noch

                      🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                      🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                      📚 Meine inoffizielle ioBroker Dokumentation

                      C 1 Antwort Letzte Antwort
                      2
                      • C c1olli

                        @homoran
                        @haus-automatisierung
                        Ich habe die Änderungen durchgeführt, aber leider ist es das nicht allein.
                        hmaticwetter.jpg

                        
                        javascript.0
                        2024-05-27 12:06:00.437	error	at processTicksAndRejections (node:internal/process/task_queues:95:5)
                        
                        javascript.0
                        2024-05-27 12:06:00.437	error	at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1190:38
                        
                        javascript.0
                        2024-05-27 12:06:00.437	error	at Object.<anonymous> (script.js.common.Wetter_Homeatic_2:27:5)
                        
                        javascript.0
                        2024-05-27 12:06:00.437	error	script.js.common.Wetter_Homeatic_2: ReferenceError: data is not defined
                        
                        HomoranH Offline
                        HomoranH Offline
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #43

                        @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                        Ich habe die Änderungen durchgeführt,

                        falsches Data

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • haus-automatisierungH haus-automatisierung

                          @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                          Ich habe die Änderungen durchgeführt, aber leider ist es das nicht allein.

                          Du hast den falschen "Data-Block" genommen. Der ist für Datei-Operationen gedacht. Ich hatte durch das Icon eigentlich probiert, zusammengehörige Blöcke zu kennzeichnen.

                          Daher ist davor ja auch ein Ausrufezeichen / eine Warnung. Auch das bringt ja scheinbar nichts das anzuzeigen :( Langsam verzweifle ich noch

                          C Offline
                          C Offline
                          c1olli
                          schrieb am zuletzt editiert von
                          #44

                          @haus-automatisierung
                          Woran verzweifeln? An mir? Ich hatte doch geschrieben, das ich nicht wirklich fit im Blockly bin. Mich wundert nur, dass es bisher ohne Fehlermeldung funktioniert hat und jetzt beim Austausch des einen Blocks zickt es rum.

                          Wo finde finde ich denn das richtige Data? Unter Variablen hab ich einen Data Block erstellt, aber das bringt die gleiche Fehlermeldung

                          Gruß
                          Olli

                          haus-automatisierungH 1 Antwort Letzte Antwort
                          0
                          • C c1olli

                            @haus-automatisierung
                            Woran verzweifeln? An mir? Ich hatte doch geschrieben, das ich nicht wirklich fit im Blockly bin. Mich wundert nur, dass es bisher ohne Fehlermeldung funktioniert hat und jetzt beim Austausch des einen Blocks zickt es rum.

                            Wo finde finde ich denn das richtige Data? Unter Variablen hab ich einen Data Block erstellt, aber das bringt die gleiche Fehlermeldung

                            haus-automatisierungH Offline
                            haus-automatisierungH Offline
                            haus-automatisierung
                            Developer Most Active
                            schrieb am zuletzt editiert von haus-automatisierung
                            #45

                            @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                            Woran verzweifeln? An mir?

                            Nur daran, dass ich versuche alles mögliche in die Blöcke einzubauen, damit man die nicht falsch verwenden kann. Daher taucht da auch ein Ausrufezeichen an dem Data-Block auf, dass der dort nicht verwendet werden kann.

                            @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                            Unter Variablen hab ich einen Data Block erstellt

                            Das ist auch nicht mehr nötig. Die neuen Blöcke sollen ja verhindern dass man das manuell machen muss. Data ist nur ein Name in Blockly. Der generierte Code sieht anders aus - daher klappt es nicht.

                            @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                            Wo finde finde ich denn das richtige Data?

                            Unter den http-Blöcken (wo die anderen auch sind). Also nicht versteckt und alles zusammen an einer Stelle unter "Aktionen".

                            🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                            🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                            📚 Meine inoffizielle ioBroker Dokumentation

                            haus-automatisierungH 1 Antwort Letzte Antwort
                            0
                            • haus-automatisierungH haus-automatisierung

                              @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                              Woran verzweifeln? An mir?

                              Nur daran, dass ich versuche alles mögliche in die Blöcke einzubauen, damit man die nicht falsch verwenden kann. Daher taucht da auch ein Ausrufezeichen an dem Data-Block auf, dass der dort nicht verwendet werden kann.

                              @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                              Unter Variablen hab ich einen Data Block erstellt

                              Das ist auch nicht mehr nötig. Die neuen Blöcke sollen ja verhindern dass man das manuell machen muss. Data ist nur ein Name in Blockly. Der generierte Code sieht anders aus - daher klappt es nicht.

                              @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                              Wo finde finde ich denn das richtige Data?

                              Unter den http-Blöcken (wo die anderen auch sind). Also nicht versteckt und alles zusammen an einer Stelle unter "Aktionen".

                              haus-automatisierungH Offline
                              haus-automatisierungH Offline
                              haus-automatisierung
                              Developer Most Active
                              schrieb am zuletzt editiert von
                              #46

                              Dachte eigentlich, dass das mit den Icons klar wird, was zusammengehört.

                              Screenshot 2024-05-27 at 12.31.17.png

                              🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                              🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                              📚 Meine inoffizielle ioBroker Dokumentation

                              C 1 Antwort Letzte Antwort
                              1
                              • haus-automatisierungH haus-automatisierung

                                Dachte eigentlich, dass das mit den Icons klar wird, was zusammengehört.

                                Screenshot 2024-05-27 at 12.31.17.png

                                C Offline
                                C Offline
                                c1olli
                                schrieb am zuletzt editiert von
                                #47

                                @haus-automatisierung
                                Ok- es scheint nun zu funktionieren :)
                                Und bitte nicht böse sein, aber seit einem Schlaganfall (mit etwas über 50) vor 3 Jahren tue ich mich sehr schwer diese Dinge in meinen Kopf zu bekommen.
                                Keinen stört das so sehr wie mich selbst.
                                Ich bin froh, wenn ich einfache Blocklys zusammen bekomme, bzw. solche wie dieses anwenden kann.
                                Ach ja - mit dem unteren Bild kann ich es auch nachvollziehen, ich muß
                                halt mit der Nase darauf gestoßen werden.
                                Kannst Du vielleicht einen einfachen Kurs empfehlen?

                                Gruß
                                Olli

                                haus-automatisierungH 1 Antwort Letzte Antwort
                                1
                                • C c1olli

                                  @haus-automatisierung
                                  Ok- es scheint nun zu funktionieren :)
                                  Und bitte nicht böse sein, aber seit einem Schlaganfall (mit etwas über 50) vor 3 Jahren tue ich mich sehr schwer diese Dinge in meinen Kopf zu bekommen.
                                  Keinen stört das so sehr wie mich selbst.
                                  Ich bin froh, wenn ich einfache Blocklys zusammen bekomme, bzw. solche wie dieses anwenden kann.
                                  Ach ja - mit dem unteren Bild kann ich es auch nachvollziehen, ich muß
                                  halt mit der Nase darauf gestoßen werden.
                                  Kannst Du vielleicht einen einfachen Kurs empfehlen?

                                  haus-automatisierungH Offline
                                  haus-automatisierungH Offline
                                  haus-automatisierung
                                  Developer Most Active
                                  schrieb am zuletzt editiert von
                                  #48

                                  @c1olli sagte in [Vorlage Blockly] Wunderground Upload:

                                  Kannst Du vielleicht einen einfachen Kurs empfehlen?

                                  Ich habe das alles in meinem Online-Kurs zum ioBroker ausführlich erklärt. Mit vielen Beispielen (auch für http): https://haus-automatisierung.com/iobroker-kurs/

                                  🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                                  🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                                  📚 Meine inoffizielle ioBroker Dokumentation

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


                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  335

                                  Online

                                  32.4k

                                  Benutzer

                                  81.5k

                                  Themen

                                  1.3m

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

                                  • Du hast noch kein Konto? Registrieren

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