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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter ice Road

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    710

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Test Adapter ice Road

Scheduled Pinned Locked Moved Tester
103 Posts 18 Posters 15.6k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B bommel_030

    @liv-in-sky
    Hab nach deiner Antwort auf github mal die Instanz aus dem Sommerschlaf geholt.
    Nach dem Start holt er sich einmalig erfolgreich die Daten ab. Danach bekomme ich die gleiche Meldung im Stundentakt (Abrufintervall). Die Datenpunkte werden dann auch nicht mehr aktualisiert. Scheint als würde er sich nach dem Abruf nicht korrekt beenden. Hatte auch schon mal komplett deinstalliert und wieder neu installiert. Ergebnis bleibt leider gleich.

    liv-in-skyL Offline
    liv-in-skyL Offline
    liv-in-sky
    wrote on last edited by
    #38

    @bommel_030 ja - löschen und neuinstallation bringen bei mir auch nix

    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

    QuarkmaxQ 1 Reply Last reply
    0
    • liv-in-skyL liv-in-sky

      @bommel_030 ja - löschen und neuinstallation bringen bei mir auch nix

      QuarkmaxQ Offline
      QuarkmaxQ Offline
      Quarkmax
      wrote on last edited by Quarkmax
      #39

      Bei mir auch, ich habe mir ein Blockly gebastelt, was die selbst angelegten Datenpunkte in 0_userdata befüllt.
      API-Key und Koordinaten müssen angepasst werden. Am besten auch die Abfragezeit, damit der Server nicht zu gleichen Zeit beballert wird.
      IceRoad.png

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id="NEeY,S|j#!{h2-:;?RQl">forecastId</variable>
          <variable id="Z2j7X{T[0GQB[8PbWQgo">forecastText</variable>
          <variable id="c_2sg9u`Cc.3_w48SFX6">forecastCity</variable>
          <variable id="o)lntt?nBir`R*=-$N3B">result</variable>
          <variable id="4DVI-pjORp/8JYATV]sW">requestDate</variable>
          <variable id="0heT0dTyt^[^avXEGOEB">forecastDate</variable>
          <variable id="t@TFo%W?p`*sXa#G1^/(">callsLeft</variable>
          <variable id="waMWUDuPfz/k^Z=FowGc">message</variable>
          <variable id="llxyObNcVgCzK0wTpa:?">success</variable>
          <variable id="^xitj]gL}lf%0y{+-/@e">code</variable>
        </variables>
        <block type="schedule" id="?pgFvQ6{}?J$t+XJwpnU" x="13" y="13">
          <field name="SCHEDULE">5 */1 * * *</field>
          <statement name="STATEMENT">
            <block type="request" id="eJt(6JEBe03V}i!Ks+MV">
              <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="true"></mutation>
              <field name="WITH_STATEMENT">TRUE</field>
              <field name="LOG"></field>
              <value name="URL">
                <shadow type="text" id="b?S2mgHyO(]T{62xyff^">
                  <field name="TEXT">https://api.eiswarnung.de?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;lat=xx.1638&amp;lng=xx.9269</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="variables_set" id="4N:z*tB#Nh*X683Q+Np.">
                  <field name="VAR" id="NEeY,S|j#!{h2-:;?RQl">forecastId</field>
                  <value name="VALUE">
                    <block type="get_attr" id="?P)*Q.9AQ(*XhGdRHWrH">
                      <value name="PATH">
                        <shadow type="text" id="HbD-V!Cr3[d/Jbe{S2Ha">
                          <field name="TEXT">result.forecastId</field>
                        </shadow>
                      </value>
                      <value name="OBJECT">
                        <block type="convert_json2object" id=".aOXq2FQ,;;Nh~8$m=}5">
                          <value name="VALUE">
                            <block type="variables_get" id="]t3-]U9MUdt%L=tp$wg(">
                              <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <next>
                    <block type="variables_set" id="|ZKQPhuY?s}#uU17J/`!">
                      <field name="VAR" id="Z2j7X{T[0GQB[8PbWQgo">forecastText</field>
                      <value name="VALUE">
                        <block type="get_attr" id="o/b,m9F{~*C|uq=b(0+/">
                          <value name="PATH">
                            <shadow type="text" id=";pHSdqD6}H;R+ClyLdXl">
                              <field name="TEXT">result.forecastText</field>
                            </shadow>
                          </value>
                          <value name="OBJECT">
                            <block type="convert_json2object" id="Gc*GX*pqGTc?r#2VK`^3">
                              <value name="VALUE">
                                <block type="variables_get" id="x~5EI%VYF)E5)c@5v-N{">
                                  <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                </block>
                              </value>
                            </block>
                          </value>
                        </block>
                      </value>
                      <next>
                        <block type="variables_set" id="%Q[-g{smzzObTX/FV%=+">
                          <field name="VAR" id="c_2sg9u`Cc.3_w48SFX6">forecastCity</field>
                          <value name="VALUE">
                            <block type="get_attr" id="W6~ibSv_g]Z;RP:rH}q)">
                              <value name="PATH">
                                <shadow type="text" id="i{!oSBpCDSs;_|MXn|NY">
                                  <field name="TEXT">result.forecastCity</field>
                                </shadow>
                              </value>
                              <value name="OBJECT">
                                <block type="convert_json2object" id="zc]_w,ZaJ;FM-Y[:Ii@L">
                                  <value name="VALUE">
                                    <block type="variables_get" id="YSwPI31dN3g{D1EsMD,F">
                                      <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="variables_set" id="tsct@$F!SKjfIWY8qT3j">
                              <field name="VAR" id="4DVI-pjORp/8JYATV]sW">requestDate</field>
                              <value name="VALUE">
                                <block type="get_attr" id="P%iotEGsXwDk2}89bV)@">
                                  <value name="PATH">
                                    <shadow type="text" id="Cg(Y?E;A$0]fWb)Vi_Cy">
                                      <field name="TEXT">result.requestDate</field>
                                    </shadow>
                                  </value>
                                  <value name="OBJECT">
                                    <block type="convert_json2object" id="OD@+h?J(nAU*Z:?T/@_O">
                                      <value name="VALUE">
                                        <block type="variables_get" id="z9c=AjIITp#E(x.~O.x-">
                                          <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="variables_set" id=",R/]lz([@LV[Ih,zz#xo">
                                  <field name="VAR" id="0heT0dTyt^[^avXEGOEB">forecastDate</field>
                                  <value name="VALUE">
                                    <block type="get_attr" id="GZYCk@+e/,.s-@hh;?/4">
                                      <value name="PATH">
                                        <shadow type="text" id="@{Z7M;@Qr5imtdKv(sw{">
                                          <field name="TEXT">result.forecastDate</field>
                                        </shadow>
                                      </value>
                                      <value name="OBJECT">
                                        <block type="convert_json2object" id="%9S;*mW[*Ik[Gq;o!EQZ">
                                          <value name="VALUE">
                                            <block type="variables_get" id="FfsK`kSC1EGCm{=nA%;X">
                                              <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="variables_set" id=";9~WSD,PMY}t3-x#Naky">
                                      <field name="VAR" id="t@TFo%W?p`*sXa#G1^/(">callsLeft</field>
                                      <value name="VALUE">
                                        <block type="get_attr" id="R^XL*Lx[AW#b9(F!*`.Z">
                                          <value name="PATH">
                                            <shadow type="text" id="/;M(:yoLEV9vqkVHn.6t">
                                              <field name="TEXT">callsLeft</field>
                                            </shadow>
                                          </value>
                                          <value name="OBJECT">
                                            <block type="convert_json2object" id="O7J$lxhk{buLK.YOX6Pd">
                                              <value name="VALUE">
                                                <block type="variables_get" id="0Jio2?[%~sr`#sQN+`FB">
                                                  <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="variables_set" id="EY/JW/qz=V`9x4c^`$eu">
                                          <field name="VAR" id="waMWUDuPfz/k^Z=FowGc">message</field>
                                          <value name="VALUE">
                                            <block type="get_attr" id="hWp.!GHU]C{5G3E5i;%E">
                                              <value name="PATH">
                                                <shadow type="text" id="[e^82O/UKY2,x|qkPq1^">
                                                  <field name="TEXT">message</field>
                                                </shadow>
                                              </value>
                                              <value name="OBJECT">
                                                <block type="convert_json2object" id="o.~.(LFBDlc=RS,=1QxF">
                                                  <value name="VALUE">
                                                    <block type="variables_get" id="laC9L)yM+7+u@d5=W240">
                                                      <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="variables_set" id="j*a#ib/$jl:,`K2=!PXN">
                                              <field name="VAR" id="llxyObNcVgCzK0wTpa:?">success</field>
                                              <value name="VALUE">
                                                <block type="get_attr" id="}F(1Y`akgT_76%L;xI5@">
                                                  <value name="PATH">
                                                    <shadow type="text" id="oXK;ajoGF]Wmwhp:{eCf">
                                                      <field name="TEXT">success</field>
                                                    </shadow>
                                                  </value>
                                                  <value name="OBJECT">
                                                    <block type="convert_json2object" id=")M8f$^Jl5KF!?N[0II^9">
                                                      <value name="VALUE">
                                                        <block type="variables_get" id="6[j{z%[S}k-Dm]V$y^)|">
                                                          <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="variables_set" id="Mi9Qi0xAQSl(qJi4lkNT">
                                                  <field name="VAR" id="^xitj]gL}lf%0y{+-/@e">code</field>
                                                  <value name="VALUE">
                                                    <block type="get_attr" id="{vHY31HBh^A[L9zK,}9q">
                                                      <value name="PATH">
                                                        <shadow type="text" id="Bl$93J|Hp/Eu;V)HsrL%">
                                                          <field name="TEXT">code</field>
                                                        </shadow>
                                                      </value>
                                                      <value name="OBJECT">
                                                        <block type="convert_json2object" id="{By9!eG8F1SQ9O_|Vet~">
                                                          <value name="VALUE">
                                                            <block type="variables_get" id="^,F#rquyFkOr/sE,+h0*">
                                                              <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="update" id="t{kiDMxP!W3rbS/ZE3eP">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">0_userdata.0.Wetter.IceRoad.forecastId</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="variables_get" id="JUVyXQRDaEX,zLitsW6v">
                                                          <field name="VAR" id="NEeY,S|j#!{h2-:;?RQl">forecastId</field>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="update" id="Hm4z}q#m[%+l0*gNAv(T">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">0_userdata.0.Wetter.IceRoad.forecastText</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="variables_get" id="NQ5(sC7C;Jqr[l{cf24N">
                                                              <field name="VAR" id="Z2j7X{T[0GQB[8PbWQgo">forecastText</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="update" id="eD+k:UxojF5C@tj#~?m0">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">0_userdata.0.Wetter.IceRoad.forecastCity</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="POqW1tT)rJCsp;2$KA;l">
                                                                  <field name="VAR" id="c_2sg9u`Cc.3_w48SFX6">forecastCity</field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="update" id="icmYH**?.{`@dOqlm9Y?">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">0_userdata.0.Wetter.IceRoad.requestDate</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="9TH.zhvUTv4-lz6mAsrs">
                                                                      <field name="VAR" id="4DVI-pjORp/8JYATV]sW">requestDate</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="update" id="W71^w+[+c44]+^lJ?W;F">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">0_userdata.0.Wetter.IceRoad.forecastDate</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="variables_get" id="8Gu%`.tHI4`JF[uS!{2(">
                                                                          <field name="VAR" id="0heT0dTyt^[^avXEGOEB">forecastDate</field>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="update" id="v:jGMM|`osx1~{*#$Tzx">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">0_userdata.0.Wetter.IceRoad.callsLeft</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="variables_get" id="/2*apnCxH{VVjl2oEza~">
                                                                              <field name="VAR" id="t@TFo%W?p`*sXa#G1^/(">callsLeft</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="update" id="bjSrq~8i*7BF*jf-jej!">
                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                              <field name="OID">0_userdata.0.Wetter.IceRoad.message</field>
                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                              <value name="VALUE">
                                                                                <block type="variables_get" id="5Q|Q;|prCU:m|j8xyC^K">
                                                                                  <field name="VAR" id="waMWUDuPfz/k^Z=FowGc">message</field>
                                                                                </block>
                                                                              </value>
                                                                              <next>
                                                                                <block type="update" id="h6S^`1)UOpWlCV@e@O[b">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">0_userdata.0.Wetter.IceRoad.success</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="variables_get" id="eUC^qKOCkiGSr`4aHS`Z">
                                                                                      <field name="VAR" id="llxyObNcVgCzK0wTpa:?">success</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="update" id="6Gnxp?yKrplO%XbHx,Tb">
                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                      <field name="OID">0_userdata.0.Wetter.IceRoad.code</field>
                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                      <value name="VALUE">
                                                                                        <block type="variables_get" id="a+SE0?Q.K|oR$a4XLU=?">
                                                                                          <field name="VAR" id="^xitj]gL}lf%0y{+-/@e">code</field>
                                                                                        </block>
                                                                                      </value>
                                                                                    </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>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      ? Siggi0904S 2 Replies Last reply
      1
      • QuarkmaxQ Quarkmax

        Bei mir auch, ich habe mir ein Blockly gebastelt, was die selbst angelegten Datenpunkte in 0_userdata befüllt.
        API-Key und Koordinaten müssen angepasst werden. Am besten auch die Abfragezeit, damit der Server nicht zu gleichen Zeit beballert wird.
        IceRoad.png

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable id="NEeY,S|j#!{h2-:;?RQl">forecastId</variable>
            <variable id="Z2j7X{T[0GQB[8PbWQgo">forecastText</variable>
            <variable id="c_2sg9u`Cc.3_w48SFX6">forecastCity</variable>
            <variable id="o)lntt?nBir`R*=-$N3B">result</variable>
            <variable id="4DVI-pjORp/8JYATV]sW">requestDate</variable>
            <variable id="0heT0dTyt^[^avXEGOEB">forecastDate</variable>
            <variable id="t@TFo%W?p`*sXa#G1^/(">callsLeft</variable>
            <variable id="waMWUDuPfz/k^Z=FowGc">message</variable>
            <variable id="llxyObNcVgCzK0wTpa:?">success</variable>
            <variable id="^xitj]gL}lf%0y{+-/@e">code</variable>
          </variables>
          <block type="schedule" id="?pgFvQ6{}?J$t+XJwpnU" x="13" y="13">
            <field name="SCHEDULE">5 */1 * * *</field>
            <statement name="STATEMENT">
              <block type="request" id="eJt(6JEBe03V}i!Ks+MV">
                <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="true"></mutation>
                <field name="WITH_STATEMENT">TRUE</field>
                <field name="LOG"></field>
                <value name="URL">
                  <shadow type="text" id="b?S2mgHyO(]T{62xyff^">
                    <field name="TEXT">https://api.eiswarnung.de?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;lat=xx.1638&amp;lng=xx.9269</field>
                  </shadow>
                </value>
                <statement name="STATEMENT">
                  <block type="variables_set" id="4N:z*tB#Nh*X683Q+Np.">
                    <field name="VAR" id="NEeY,S|j#!{h2-:;?RQl">forecastId</field>
                    <value name="VALUE">
                      <block type="get_attr" id="?P)*Q.9AQ(*XhGdRHWrH">
                        <value name="PATH">
                          <shadow type="text" id="HbD-V!Cr3[d/Jbe{S2Ha">
                            <field name="TEXT">result.forecastId</field>
                          </shadow>
                        </value>
                        <value name="OBJECT">
                          <block type="convert_json2object" id=".aOXq2FQ,;;Nh~8$m=}5">
                            <value name="VALUE">
                              <block type="variables_get" id="]t3-]U9MUdt%L=tp$wg(">
                                <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="|ZKQPhuY?s}#uU17J/`!">
                        <field name="VAR" id="Z2j7X{T[0GQB[8PbWQgo">forecastText</field>
                        <value name="VALUE">
                          <block type="get_attr" id="o/b,m9F{~*C|uq=b(0+/">
                            <value name="PATH">
                              <shadow type="text" id=";pHSdqD6}H;R+ClyLdXl">
                                <field name="TEXT">result.forecastText</field>
                              </shadow>
                            </value>
                            <value name="OBJECT">
                              <block type="convert_json2object" id="Gc*GX*pqGTc?r#2VK`^3">
                                <value name="VALUE">
                                  <block type="variables_get" id="x~5EI%VYF)E5)c@5v-N{">
                                    <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="variables_set" id="%Q[-g{smzzObTX/FV%=+">
                            <field name="VAR" id="c_2sg9u`Cc.3_w48SFX6">forecastCity</field>
                            <value name="VALUE">
                              <block type="get_attr" id="W6~ibSv_g]Z;RP:rH}q)">
                                <value name="PATH">
                                  <shadow type="text" id="i{!oSBpCDSs;_|MXn|NY">
                                    <field name="TEXT">result.forecastCity</field>
                                  </shadow>
                                </value>
                                <value name="OBJECT">
                                  <block type="convert_json2object" id="zc]_w,ZaJ;FM-Y[:Ii@L">
                                    <value name="VALUE">
                                      <block type="variables_get" id="YSwPI31dN3g{D1EsMD,F">
                                        <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <next>
                              <block type="variables_set" id="tsct@$F!SKjfIWY8qT3j">
                                <field name="VAR" id="4DVI-pjORp/8JYATV]sW">requestDate</field>
                                <value name="VALUE">
                                  <block type="get_attr" id="P%iotEGsXwDk2}89bV)@">
                                    <value name="PATH">
                                      <shadow type="text" id="Cg(Y?E;A$0]fWb)Vi_Cy">
                                        <field name="TEXT">result.requestDate</field>
                                      </shadow>
                                    </value>
                                    <value name="OBJECT">
                                      <block type="convert_json2object" id="OD@+h?J(nAU*Z:?T/@_O">
                                        <value name="VALUE">
                                          <block type="variables_get" id="z9c=AjIITp#E(x.~O.x-">
                                            <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <next>
                                  <block type="variables_set" id=",R/]lz([@LV[Ih,zz#xo">
                                    <field name="VAR" id="0heT0dTyt^[^avXEGOEB">forecastDate</field>
                                    <value name="VALUE">
                                      <block type="get_attr" id="GZYCk@+e/,.s-@hh;?/4">
                                        <value name="PATH">
                                          <shadow type="text" id="@{Z7M;@Qr5imtdKv(sw{">
                                            <field name="TEXT">result.forecastDate</field>
                                          </shadow>
                                        </value>
                                        <value name="OBJECT">
                                          <block type="convert_json2object" id="%9S;*mW[*Ik[Gq;o!EQZ">
                                            <value name="VALUE">
                                              <block type="variables_get" id="FfsK`kSC1EGCm{=nA%;X">
                                                <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="variables_set" id=";9~WSD,PMY}t3-x#Naky">
                                        <field name="VAR" id="t@TFo%W?p`*sXa#G1^/(">callsLeft</field>
                                        <value name="VALUE">
                                          <block type="get_attr" id="R^XL*Lx[AW#b9(F!*`.Z">
                                            <value name="PATH">
                                              <shadow type="text" id="/;M(:yoLEV9vqkVHn.6t">
                                                <field name="TEXT">callsLeft</field>
                                              </shadow>
                                            </value>
                                            <value name="OBJECT">
                                              <block type="convert_json2object" id="O7J$lxhk{buLK.YOX6Pd">
                                                <value name="VALUE">
                                                  <block type="variables_get" id="0Jio2?[%~sr`#sQN+`FB">
                                                    <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="variables_set" id="EY/JW/qz=V`9x4c^`$eu">
                                            <field name="VAR" id="waMWUDuPfz/k^Z=FowGc">message</field>
                                            <value name="VALUE">
                                              <block type="get_attr" id="hWp.!GHU]C{5G3E5i;%E">
                                                <value name="PATH">
                                                  <shadow type="text" id="[e^82O/UKY2,x|qkPq1^">
                                                    <field name="TEXT">message</field>
                                                  </shadow>
                                                </value>
                                                <value name="OBJECT">
                                                  <block type="convert_json2object" id="o.~.(LFBDlc=RS,=1QxF">
                                                    <value name="VALUE">
                                                      <block type="variables_get" id="laC9L)yM+7+u@d5=W240">
                                                        <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="variables_set" id="j*a#ib/$jl:,`K2=!PXN">
                                                <field name="VAR" id="llxyObNcVgCzK0wTpa:?">success</field>
                                                <value name="VALUE">
                                                  <block type="get_attr" id="}F(1Y`akgT_76%L;xI5@">
                                                    <value name="PATH">
                                                      <shadow type="text" id="oXK;ajoGF]Wmwhp:{eCf">
                                                        <field name="TEXT">success</field>
                                                      </shadow>
                                                    </value>
                                                    <value name="OBJECT">
                                                      <block type="convert_json2object" id=")M8f$^Jl5KF!?N[0II^9">
                                                        <value name="VALUE">
                                                          <block type="variables_get" id="6[j{z%[S}k-Dm]V$y^)|">
                                                            <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="variables_set" id="Mi9Qi0xAQSl(qJi4lkNT">
                                                    <field name="VAR" id="^xitj]gL}lf%0y{+-/@e">code</field>
                                                    <value name="VALUE">
                                                      <block type="get_attr" id="{vHY31HBh^A[L9zK,}9q">
                                                        <value name="PATH">
                                                          <shadow type="text" id="Bl$93J|Hp/Eu;V)HsrL%">
                                                            <field name="TEXT">code</field>
                                                          </shadow>
                                                        </value>
                                                        <value name="OBJECT">
                                                          <block type="convert_json2object" id="{By9!eG8F1SQ9O_|Vet~">
                                                            <value name="VALUE">
                                                              <block type="variables_get" id="^,F#rquyFkOr/sE,+h0*">
                                                                <field name="VAR" id="o)lntt?nBir`R*=-$N3B">result</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="update" id="t{kiDMxP!W3rbS/ZE3eP">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">0_userdata.0.Wetter.IceRoad.forecastId</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="variables_get" id="JUVyXQRDaEX,zLitsW6v">
                                                            <field name="VAR" id="NEeY,S|j#!{h2-:;?RQl">forecastId</field>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="update" id="Hm4z}q#m[%+l0*gNAv(T">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">0_userdata.0.Wetter.IceRoad.forecastText</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="variables_get" id="NQ5(sC7C;Jqr[l{cf24N">
                                                                <field name="VAR" id="Z2j7X{T[0GQB[8PbWQgo">forecastText</field>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="update" id="eD+k:UxojF5C@tj#~?m0">
                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                <field name="OID">0_userdata.0.Wetter.IceRoad.forecastCity</field>
                                                                <field name="WITH_DELAY">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="variables_get" id="POqW1tT)rJCsp;2$KA;l">
                                                                    <field name="VAR" id="c_2sg9u`Cc.3_w48SFX6">forecastCity</field>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="update" id="icmYH**?.{`@dOqlm9Y?">
                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                    <field name="OID">0_userdata.0.Wetter.IceRoad.requestDate</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="variables_get" id="9TH.zhvUTv4-lz6mAsrs">
                                                                        <field name="VAR" id="4DVI-pjORp/8JYATV]sW">requestDate</field>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="update" id="W71^w+[+c44]+^lJ?W;F">
                                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                        <field name="OID">0_userdata.0.Wetter.IceRoad.forecastDate</field>
                                                                        <field name="WITH_DELAY">FALSE</field>
                                                                        <value name="VALUE">
                                                                          <block type="variables_get" id="8Gu%`.tHI4`JF[uS!{2(">
                                                                            <field name="VAR" id="0heT0dTyt^[^avXEGOEB">forecastDate</field>
                                                                          </block>
                                                                        </value>
                                                                        <next>
                                                                          <block type="update" id="v:jGMM|`osx1~{*#$Tzx">
                                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                            <field name="OID">0_userdata.0.Wetter.IceRoad.callsLeft</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="variables_get" id="/2*apnCxH{VVjl2oEza~">
                                                                                <field name="VAR" id="t@TFo%W?p`*sXa#G1^/(">callsLeft</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="update" id="bjSrq~8i*7BF*jf-jej!">
                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                <field name="OID">0_userdata.0.Wetter.IceRoad.message</field>
                                                                                <field name="WITH_DELAY">FALSE</field>
                                                                                <value name="VALUE">
                                                                                  <block type="variables_get" id="5Q|Q;|prCU:m|j8xyC^K">
                                                                                    <field name="VAR" id="waMWUDuPfz/k^Z=FowGc">message</field>
                                                                                  </block>
                                                                                </value>
                                                                                <next>
                                                                                  <block type="update" id="h6S^`1)UOpWlCV@e@O[b">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">0_userdata.0.Wetter.IceRoad.success</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="variables_get" id="eUC^qKOCkiGSr`4aHS`Z">
                                                                                        <field name="VAR" id="llxyObNcVgCzK0wTpa:?">success</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <next>
                                                                                      <block type="update" id="6Gnxp?yKrplO%XbHx,Tb">
                                                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                        <field name="OID">0_userdata.0.Wetter.IceRoad.code</field>
                                                                                        <field name="WITH_DELAY">FALSE</field>
                                                                                        <value name="VALUE">
                                                                                          <block type="variables_get" id="a+SE0?Q.K|oR$a4XLU=?">
                                                                                            <field name="VAR" id="^xitj]gL}lf%0y{+-/@e">code</field>
                                                                                          </block>
                                                                                        </value>
                                                                                      </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>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        
        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #40

        @quarkmax super, Danke, funktioniert einwandfrei!
        Wenn man die Datenpunkte anlegt, beachten, dass callsleft,code,forecastid auf Number und success auf boolean stehen, der Rest ist string.

        QuarkmaxQ liv-in-skyL 2 Replies Last reply
        1
        • ? A Former User

          @quarkmax super, Danke, funktioniert einwandfrei!
          Wenn man die Datenpunkte anlegt, beachten, dass callsleft,code,forecastid auf Number und success auf boolean stehen, der Rest ist string.

          QuarkmaxQ Offline
          QuarkmaxQ Offline
          Quarkmax
          wrote on last edited by
          #41

          @ilovegym
          Danke für die Ergänzung. Ich verweise auch gern nochmal auf die API Dokumentation auf
          eiswarnung.de

          1 Reply Last reply
          0
          • apollon77A Offline
            apollon77A Offline
            apollon77
            wrote on last edited by
            #42

            Ich werde mir iceroads ansehen die Tage ... also bitte alles was nicht tut mit Logs und allen Infos im GitHub schauen das es aktuell ist! Ich habe keine Zeit das Forum oder andere Quellen nach Issues zu durchsuchen ... Also bitte schaut das da alles ist

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • ? A Former User

              @quarkmax super, Danke, funktioniert einwandfrei!
              Wenn man die Datenpunkte anlegt, beachten, dass callsleft,code,forecastid auf Number und success auf boolean stehen, der Rest ist string.

              liv-in-skyL Offline
              liv-in-skyL Offline
              liv-in-sky
              wrote on last edited by
              #43

              @ilovegym falls du lust hast, könntest du einen export vom ordner mit deinen angelegten datenpunkten machen und posten :-) ?

              nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

              ? 1 Reply Last reply
              0
              • Siggi0904S Offline
                Siggi0904S Offline
                Siggi0904
                wrote on last edited by Siggi0904
                #44

                URL: https://api.eiswarnung.de?key=<KEY>&lat=<GPS_LAT>&lng=<GPS_LNG>

                Aber aufpassen, die Datenpunkt-Typen passen aus dem Post von Quarkmax nicht zur API.

                code zahl -> Statuscode (200=Aufruf erfolgreich; 300=Geokoordinaten fehlen; 400=API Key fehlt; 401=API Key ungültig; 402=Tägliches Call-Limit erreicht)

                success boolean -> War die Anfrage erfolgreich?
                message string -> Fehler- oder Erfolgsmeldung
                callsLeft zahl -> Für heute übrige Abfragen
                callsDailyLimit zahl -> Tägliches Kontingent an API Abfragen
                callsResetInSeconds zahl -> Sekunden bis zum nächsten Tag und Auffrischung des Kontingents

                requestDate string (YYYY-mm-dd HH:ii:ss) -> Zeitpunkt der Anfrage
                forecastId zahl -> Vorhersage 0 = kein Eis, 1 = Eis, 2 = evtl. Eis
                forecastText string -> Vorhersage in Worten
                forecastCity string -> Erkannter Ort zu den Geokoordinaten
                forecastDate string -> Tag, für welchen die Vorhersage gültig ist

                1 Reply Last reply
                0
                • liv-in-skyL liv-in-sky

                  @ilovegym falls du lust hast, könntest du einen export vom ordner mit deinen angelegten datenpunkten machen und posten :-) ?

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #45

                  @liv-in-sky sagte in Test Adapter ice Road:

                  @ilovegym falls du lust hast, könntest du einen export vom ordner mit deinen angelegten datenpunkten machen und posten :-) ?

                  klar, dann kann das hier jeder importieren! Gerne!

                  Export der Datenpunkte vom Blockly von @Quarkmax

                  0_userdata.0.Wetter.IceRoad.json

                  liv-in-skyL 1 Reply Last reply
                  1
                  • ? A Former User

                    @liv-in-sky sagte in Test Adapter ice Road:

                    @ilovegym falls du lust hast, könntest du einen export vom ordner mit deinen angelegten datenpunkten machen und posten :-) ?

                    klar, dann kann das hier jeder importieren! Gerne!

                    Export der Datenpunkte vom Blockly von @Quarkmax

                    0_userdata.0.Wetter.IceRoad.json

                    liv-in-skyL Offline
                    liv-in-skyL Offline
                    liv-in-sky
                    wrote on last edited by
                    #46

                    @ilovegym tausend dank - werde es morgen mal installieren

                    nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                    1 Reply Last reply
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      wrote on last edited by
                      #47

                      So trotz das Ihr ja den Adapter scheinbar gar nicht mehr braucht weil Ihr Euch Skripte baut ( ;-) ) hier mal eine Überarbeitung.

                      Bitte GitHub Version installieren und Feedback geben

                      https://github.com/iobroker-community-adapters/ioBroker.iceroad

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      liv-in-skyL 1 Reply Last reply
                      1
                      • apollon77A apollon77

                        So trotz das Ihr ja den Adapter scheinbar gar nicht mehr braucht weil Ihr Euch Skripte baut ( ;-) ) hier mal eine Überarbeitung.

                        Bitte GitHub Version installieren und Feedback geben

                        https://github.com/iobroker-community-adapters/ioBroker.iceroad

                        liv-in-skyL Offline
                        liv-in-skyL Offline
                        liv-in-sky
                        wrote on last edited by
                        #48

                        @apollon77 vielen dank - habe getestet - funktioniert

                        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                        sigi234S 1 Reply Last reply
                        1
                        • liv-in-skyL liv-in-sky

                          @apollon77 vielen dank - habe getestet - funktioniert

                          sigi234S Online
                          sigi234S Online
                          sigi234
                          Forum Testing Most Active
                          wrote on last edited by
                          #49

                          @liv-in-sky sagte in Test Adapter ice Road:

                          @apollon77 vielen dank - habe getestet - funktioniert

                          Dito

                          Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Immer Daten sichern!

                          1 Reply Last reply
                          1
                          • apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #50

                            Release und latest kommt

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            1 Reply Last reply
                            0
                            • D Offline
                              D Offline
                              Dan_Ce
                              wrote on last edited by
                              #51

                              @apollon77
                              Die gefrorenen Auto-Scheiben heute morgen haben mich an diesen Adapter erinnert, also wollte ich ihn installieren.
                              Bei mir taucht er in der Adapterliste bei Github nicht auf, also wollte ich es per Installation aus der Url versuchen. Leider bleibt die Installation hängen bei:

                              $ iobroker url https://github.com/iobroker-community-adapters/ioBroker.iceroad --host raspberrypi --debug
                              
                              install iobroker-community-adapters/ioBroker.iceroad#e913a88b8ed2db42f3fe4f77af6656e82e98eee9
                              
                              NPM version: 6.14.17
                              
                              Installing iobroker-community-adapters/ioBroker.iceroad#e913a88b8ed2db42f3fe4f77af6656e82e98eee9... (System call)
                              

                              Ist es korrekt, dass er in der Github Liste nicht auftaucht und hast du eine Ahnung, warum die Installation hängt?

                              apollon77A 1 Reply Last reply
                              0
                              • D Dan_Ce

                                @apollon77
                                Die gefrorenen Auto-Scheiben heute morgen haben mich an diesen Adapter erinnert, also wollte ich ihn installieren.
                                Bei mir taucht er in der Adapterliste bei Github nicht auf, also wollte ich es per Installation aus der Url versuchen. Leider bleibt die Installation hängen bei:

                                $ iobroker url https://github.com/iobroker-community-adapters/ioBroker.iceroad --host raspberrypi --debug
                                
                                install iobroker-community-adapters/ioBroker.iceroad#e913a88b8ed2db42f3fe4f77af6656e82e98eee9
                                
                                NPM version: 6.14.17
                                
                                Installing iobroker-community-adapters/ioBroker.iceroad#e913a88b8ed2db42f3fe4f77af6656e82e98eee9... (System call)
                                

                                Ist es korrekt, dass er in der Github Liste nicht auftaucht und hast du eine Ahnung, warum die Installation hängt?

                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #52

                                @dan_ce Aktuell können bei Nutzung von npm6 GitHub installs bis zu 10+ Minuten dauern. geduld haben. Ist ein npm bug

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Reply Last reply
                                0
                                • D Offline
                                  D Offline
                                  Dan_Ce
                                  wrote on last edited by
                                  #53

                                  @apollon77 Danke. Mit NPM8 ging es dann deutlich flotter.

                                  1 Reply Last reply
                                  0
                                  • X Offline
                                    X Offline
                                    xmace
                                    wrote on last edited by
                                    #54

                                    Hi, danke für den Adapter! Find ich super!

                                    Hab nur nen noch nen Änderungs / Verbesserungswunsch:

                                    Ich würd gern die Location Koordinaten an den Adapter als Objekt übergeben.

                                    Hintergrund: Ich nutze iobroker auf dem raspi auch im Wohnmobil für Alarmanlage und Beleuchtungssteuerung etc.
                                    GPS Tracker der Koordinaten liefert ist auch in iobroker integriert.

                                    Würde hier auch gerne entsprechend ne Warnung aufs Handy bekommen abhängig von der jeweiligen location an der ich stehe.

                                    Danke und Grüße,
                                    xmace

                                    liv-in-skyL apollon77A 2 Replies Last reply
                                    0
                                    • X xmace

                                      Hi, danke für den Adapter! Find ich super!

                                      Hab nur nen noch nen Änderungs / Verbesserungswunsch:

                                      Ich würd gern die Location Koordinaten an den Adapter als Objekt übergeben.

                                      Hintergrund: Ich nutze iobroker auf dem raspi auch im Wohnmobil für Alarmanlage und Beleuchtungssteuerung etc.
                                      GPS Tracker der Koordinaten liefert ist auch in iobroker integriert.

                                      Würde hier auch gerne entsprechend ne Warnung aufs Handy bekommen abhängig von der jeweiligen location an der ich stehe.

                                      Danke und Grüße,
                                      xmace

                                      liv-in-skyL Offline
                                      liv-in-skyL Offline
                                      liv-in-sky
                                      wrote on last edited by liv-in-sky
                                      #55

                                      @xmace

                                      du könntest dieses script für dich umbauen - https://forum.iobroker.net/post/861930

                                      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                      1 Reply Last reply
                                      0
                                      • David G.D Online
                                        David G.D Online
                                        David G.
                                        wrote on last edited by David G.
                                        #56

                                        Ich habe mir den Adapter jetzt auch nochmal aktiviert.

                                        Habe auch eben nochmal von git installiert.
                                        Doch leider startet der Adapter immer wieder neu und ruft die Daten immer wieder neu ab.
                                        Fast sekündlich.

                                        Screenshot_20221003-175713_Chrome.jpg

                                        iceroad.0
                                        2022-10-03 17:57:53.007	warn	Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:52.878	error	adapter disabled
                                        
                                        iceroad.0
                                        2022-10-03 17:57:47.740	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:47.739	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:47.625	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":40,"callsDailyLimit":50,"callsResetInSeconds":21733,"result":{"requestDate":"2022-10-03 17:57:47","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:47.623	info	response.data.result: {"requestDate":"2022-10-03 17:57:47","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:46.991	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:41.254	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:41.253	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:41.148	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":41,"callsDailyLimit":50,"callsResetInSeconds":21739,"result":{"requestDate":"2022-10-03 17:57:41","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:41.147	info	response.data.result: {"requestDate":"2022-10-03 17:57:41","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:40.503	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:33.095	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:33.093	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:33.015	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":42,"callsDailyLimit":50,"callsResetInSeconds":21748,"result":{"requestDate":"2022-10-03 17:57:32","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:33.014	info	response.data.result: {"requestDate":"2022-10-03 17:57:32","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:32.369	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:26.390	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:26.388	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:26.314	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":43,"callsDailyLimit":50,"callsResetInSeconds":21754,"result":{"requestDate":"2022-10-03 17:57:26","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:26.313	info	response.data.result: {"requestDate":"2022-10-03 17:57:26","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:25.640	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:20.224	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:20.222	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:20.122	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":44,"callsDailyLimit":50,"callsResetInSeconds":21760,"result":{"requestDate":"2022-10-03 17:57:20","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:20.121	info	response.data.result: {"requestDate":"2022-10-03 17:57:20","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:19.514	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:13.729	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:13.727	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:13.654	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":45,"callsDailyLimit":50,"callsResetInSeconds":21767,"result":{"requestDate":"2022-10-03 17:57:13","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:13.653	info	response.data.result: {"requestDate":"2022-10-03 17:57:13","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:13.094	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:57:07.768	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:57:07.766	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:57:07.662	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":46,"callsDailyLimit":50,"callsResetInSeconds":21773,"result":{"requestDate":"2022-10-03 17:57:07","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:07.661	info	response.data.result: {"requestDate":"2022-10-03 17:57:07","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:57:06.976	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:56:57.664	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:56:57.661	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:56:57.540	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":47,"callsDailyLimit":50,"callsResetInSeconds":21783,"result":{"requestDate":"2022-10-03 17:56:57","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:57.539	info	response.data.result: {"requestDate":"2022-10-03 17:56:57","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:56.972	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:56:51.547	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:56:51.544	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:56:51.420	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":48,"callsDailyLimit":50,"callsResetInSeconds":21789,"result":{"requestDate":"2022-10-03 17:56:51","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:51.419	info	response.data.result: {"requestDate":"2022-10-03 17:56:51","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:50.879	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        iceroad.0
                                        2022-10-03 17:56:45.168	info	Terminated (NO_ERROR): Without reason
                                        
                                        iceroad.0
                                        2022-10-03 17:56:45.167	info	terminating
                                        
                                        iceroad.0
                                        2022-10-03 17:56:45.022	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":49,"callsDailyLimit":50,"callsResetInSeconds":21796,"result":{"requestDate":"2022-10-03 17:56:44","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:45.020	info	response.data.result: {"requestDate":"2022-10-03 17:56:44","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                        
                                        iceroad.0
                                        2022-10-03 17:56:44.106	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                        
                                        pi@pi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                        armv7l
                                        /usr/bin/nodejs
                                        /usr/bin/node
                                        /usr/bin/npm
                                        v16.17.1
                                        v16.17.1
                                        8.15.0
                                        pi
                                        /home/pi
                                        

                                        Zeigt eure Lovelace-Visualisierung klick
                                        (Auch ideal um sich Anregungen zu holen)

                                        Meine Tabellen für eure Visualisierung klick

                                        Thomas BraunT apollon77A 2 Replies Last reply
                                        0
                                        • David G.D David G.

                                          Ich habe mir den Adapter jetzt auch nochmal aktiviert.

                                          Habe auch eben nochmal von git installiert.
                                          Doch leider startet der Adapter immer wieder neu und ruft die Daten immer wieder neu ab.
                                          Fast sekündlich.

                                          Screenshot_20221003-175713_Chrome.jpg

                                          iceroad.0
                                          2022-10-03 17:57:53.007	warn	Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:52.878	error	adapter disabled
                                          
                                          iceroad.0
                                          2022-10-03 17:57:47.740	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:47.739	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:47.625	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":40,"callsDailyLimit":50,"callsResetInSeconds":21733,"result":{"requestDate":"2022-10-03 17:57:47","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:47.623	info	response.data.result: {"requestDate":"2022-10-03 17:57:47","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:46.991	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:41.254	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:41.253	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:41.148	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":41,"callsDailyLimit":50,"callsResetInSeconds":21739,"result":{"requestDate":"2022-10-03 17:57:41","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:41.147	info	response.data.result: {"requestDate":"2022-10-03 17:57:41","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:40.503	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:33.095	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:33.093	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:33.015	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":42,"callsDailyLimit":50,"callsResetInSeconds":21748,"result":{"requestDate":"2022-10-03 17:57:32","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:33.014	info	response.data.result: {"requestDate":"2022-10-03 17:57:32","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:32.369	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:26.390	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:26.388	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:26.314	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":43,"callsDailyLimit":50,"callsResetInSeconds":21754,"result":{"requestDate":"2022-10-03 17:57:26","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:26.313	info	response.data.result: {"requestDate":"2022-10-03 17:57:26","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:25.640	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:20.224	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:20.222	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:20.122	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":44,"callsDailyLimit":50,"callsResetInSeconds":21760,"result":{"requestDate":"2022-10-03 17:57:20","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:20.121	info	response.data.result: {"requestDate":"2022-10-03 17:57:20","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:19.514	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:13.729	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:13.727	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:13.654	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":45,"callsDailyLimit":50,"callsResetInSeconds":21767,"result":{"requestDate":"2022-10-03 17:57:13","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:13.653	info	response.data.result: {"requestDate":"2022-10-03 17:57:13","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:13.094	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:57:07.768	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:57:07.766	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:57:07.662	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":46,"callsDailyLimit":50,"callsResetInSeconds":21773,"result":{"requestDate":"2022-10-03 17:57:07","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:07.661	info	response.data.result: {"requestDate":"2022-10-03 17:57:07","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:57:06.976	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:56:57.664	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:56:57.661	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:56:57.540	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":47,"callsDailyLimit":50,"callsResetInSeconds":21783,"result":{"requestDate":"2022-10-03 17:56:57","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:57.539	info	response.data.result: {"requestDate":"2022-10-03 17:56:57","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:56.972	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:56:51.547	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:56:51.544	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:56:51.420	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":48,"callsDailyLimit":50,"callsResetInSeconds":21789,"result":{"requestDate":"2022-10-03 17:56:51","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:51.419	info	response.data.result: {"requestDate":"2022-10-03 17:56:51","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:50.879	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          iceroad.0
                                          2022-10-03 17:56:45.168	info	Terminated (NO_ERROR): Without reason
                                          
                                          iceroad.0
                                          2022-10-03 17:56:45.167	info	terminating
                                          
                                          iceroad.0
                                          2022-10-03 17:56:45.022	info	response.data: {"success":true,"message":"Request successful!","code":200,"callsLeft":49,"callsDailyLimit":50,"callsResetInSeconds":21796,"result":{"requestDate":"2022-10-03 17:56:44","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:45.020	info	response.data.result: {"requestDate":"2022-10-03 17:56:44","forecastId":0,"forecastText":"Kein Eis.","forecastCity":"Hilchenbach","forecastDate":"2022-10-04"}
                                          
                                          iceroad.0
                                          2022-10-03 17:56:44.106	info	starting. Version 0.1.1 (non-npm: iobroker-community-adapters/ioBroker.iceroad#99c619ea3f1ebd3544a22fe33518a2d98b97a3f0) in /opt/iobroker/node_modules/iobroker.iceroad, node: v16.17.1, js-controller: 4.0.23
                                          
                                          pi@pi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          armv7l
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v16.17.1
                                          v16.17.1
                                          8.15.0
                                          pi
                                          /home/pi
                                          
                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #57

                                          @david-g

                                          Schedule verstellt? Der Adapter soll nur einmal in der Stunde gestartet werden.

                                          Linux-Werkzeugkasten:
                                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                          NodeJS Fixer Skript:
                                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                          David G.D 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          570

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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