Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ice Road

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter ice Road

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bommel_030 @liv-in-sky last edited by

      @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-sky 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @bommel_030 last edited by

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

        Quarkmax 1 Reply Last reply Reply Quote 0
        • Quarkmax
          Quarkmax @liv-in-sky last edited by 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>
          
          ? S 2 Replies Last reply Reply Quote 1
          • ?
            A Former User @Quarkmax last edited by

            @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.

            Quarkmax liv-in-sky 2 Replies Last reply Reply Quote 1
            • Quarkmax
              Quarkmax @Guest last edited by

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

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

                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

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

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

                  ? 1 Reply Last reply Reply Quote 0
                  • S
                    Siggi0904 last edited by Siggi0904

                    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 Reply Quote 0
                    • ?
                      A Former User @liv-in-sky last edited by

                      @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-sky 1 Reply Last reply Reply Quote 1
                      • liv-in-sky
                        liv-in-sky @Guest last edited by

                        @ilovegym tausend dank - werde es morgen mal installieren

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

                          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-sky 1 Reply Last reply Reply Quote 1
                          • liv-in-sky
                            liv-in-sky @apollon77 last edited by

                            @apollon77 vielen dank - habe getestet - funktioniert

                            sigi234 1 Reply Last reply Reply Quote 1
                            • sigi234
                              sigi234 Forum Testing Most Active @liv-in-sky last edited by

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

                              @apollon77 vielen dank - habe getestet - funktioniert

                              Dito

                              1 Reply Last reply Reply Quote 1
                              • apollon77
                                apollon77 last edited by

                                Release und latest kommt

                                1 Reply Last reply Reply Quote 0
                                • D
                                  Dan_Ce last edited by

                                  @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?

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @Dan_Ce last edited by

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

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      Dan_Ce last edited by

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

                                      1 Reply Last reply Reply Quote 0
                                      • X
                                        xmace last edited by

                                        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-sky apollon77 2 Replies Last reply Reply Quote 0
                                        • liv-in-sky
                                          liv-in-sky @xmace last edited by liv-in-sky

                                          @xmace

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

                                          1 Reply Last reply Reply Quote 0
                                          • David G.
                                            David G. last edited by 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 Braun apollon77 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            473
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

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