Navigation

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

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    Test Adapter Accuweather 2.x.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Micha 3 last edited by

      Danke, gemacht.

      1 Reply Last reply Reply Quote 0
      • M
        Micha 3 last edited by Micha 3

        Hallo, ich hab es hinbekommen. es gibt mit Sicherheit einen besseren weg aber ich bin absoluter Neuling mit Blockly usw.
        Ich weiß nun nicht wie ich den "Location Key" in den Adapter geschrieben bekomme.
        Schöne Ostern euch noch.
        .

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable id="t{9+flX*7=dsZdJ6pUDs">Position</variable>
            <variable id="InM51wH+hhRZ1K}Uo6R:">result</variable>
          </variables>
          <block type="on" id="4ru.qSpei2XH^rB2vH-S" x="-497" y="415">
            <field name="OID">sonoff.0.Temp-GPS.GPS_Lat</field>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <statement name="STATEMENT">
              <block type="update" id="h)dlnR3^Q.](=4QSEJ(b">
                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                <field name="OID">0_userdata.0.GPS.lat</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="math_rndfixed" id="bnK{F#|CqXlA9xawHkpf">
                    <field name="n">2</field>
                    <value name="x">
                      <shadow type="math_number" id=")M%}Y+;HO~[uh;VgZ{;(">
                        <field name="NUM">3.1234</field>
                      </shadow>
                      <block type="get_value" id="3Eb+zb%2/#@Y9I9so4Op">
                        <field name="ATTR">val</field>
                        <field name="OID">sonoff.0.Temp-GPS.GPS_Lat</field>
                      </block>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="update" id="wW)4.o_sZ)fb.atnCmR/">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">0_userdata.0.GPS.lon</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="math_rndfixed" id="JcP!P6GG*4.MkJcUV$Ib">
                        <field name="n">2</field>
                        <value name="x">
                          <shadow type="math_number" id="rCU]GgK3f!WC~Hog`l_3">
                            <field name="NUM">3.1234</field>
                          </shadow>
                          <block type="get_value" id="L`):Oz%6hIWG2!kXZ7KX">
                            <field name="ATTR">val</field>
                            <field name="OID">sonoff.0.Temp-GPS.GPS_Lon</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="update" id="nP9xglS.aA[MbTbkYIl0">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                        <field name="OID">0_userdata.0.GPS.accuweather_GPS</field>
                        <field name="WITH_DELAY">TRUE</field>
                        <field name="DELAY_MS">200</field>
                        <field name="UNIT">ms</field>
                        <field name="CLEAR_RUNNING">FALSE</field>
                        <value name="VALUE">
                          <block type="text_join" id="q9N5_(eD8@Lo^lj|3N~2">
                            <mutation items="3"></mutation>
                            <value name="ADD0">
                              <block type="get_value" id="%}aB6;vIAApy1bl/X+{i">
                                <field name="ATTR">val</field>
                                <field name="OID">0_userdata.0.GPS.lat</field>
                              </block>
                            </value>
                            <value name="ADD1">
                              <block type="text" id="KPp.^#63Ii89Zr{@h!d6">
                                <field name="TEXT">,</field>
                              </block>
                            </value>
                            <value name="ADD2">
                              <block type="get_value" id="1I~Jd)wr|w~m]AAhkQfC">
                                <field name="ATTR">val</field>
                                <field name="OID">0_userdata.0.GPS.lon</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
            <next>
              <block type="schedule" id="vYdlZ#*^/Jl[Rjx_VzK:">
                <field name="SCHEDULE">1 0 * * *</field>
                <statement name="STATEMENT">
                  <block type="request" id="HBz]y9px}77;NcpbI!aw">
                    <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="k|B7oOKzm7EWM^m6kbY(">
                        <field name="TEXT">http://</field>
                      </shadow>
                      <block type="text_join" id="%AIgcwHNe/@sw*U01y$j">
                        <mutation items="2"></mutation>
                        <value name="ADD0">
                          <block type="text" id="w`-_6V`Q}otb@4S:2plf">
                            <field name="TEXT">https://dataservice.accuweather.com/locations/v1/cities/geoposition/search?apikey=xxxxxxxxxxxxx=</field>
                          </block>
                        </value>
                        <value name="ADD1">
                          <block type="get_value" id="SKOaXNue28T!,3USSm[}">
                            <field name="ATTR">val</field>
                            <field name="OID">0_userdata.0.GPS.accuweather_GPS</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="STATEMENT">
                      <block type="variables_set" id="B.8O%)EDl50Pxp@#{+%.">
                        <field name="VAR" id="t{9+flX*7=dsZdJ6pUDs">Position</field>
                        <value name="VALUE">
                          <block type="text_getSubstring" id="owiE8!SuQ*Q%@^B#G8=2">
                            <mutation at1="true" at2="true"></mutation>
                            <field name="WHERE1">FROM_START</field>
                            <field name="WHERE2">FROM_START</field>
                            <value name="STRING">
                              <block type="variables_get" id="e4z]G)3d#LQfW2QN0ZM!">
                                <field name="VAR" id="InM51wH+hhRZ1K}Uo6R:">result</field>
                              </block>
                            </value>
                            <value name="AT1">
                              <block type="math_number" id="/`f+By;MjuAQu~YW(O(4">
                                <field name="NUM">21</field>
                              </block>
                            </value>
                            <value name="AT2">
                              <block type="math_number" id="6!?5#)73q+T{zE_B].7O">
                                <field name="NUM">27</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="update" id="{b$:l~qpE|8N{)e*U6~I">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.GPS.accuweather_Position</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="convert_tonumber" id="QWY0%hWvBuBR#=3oK=L*">
                                <value name="VALUE">
                                  <block type="variables_get" id="AMy:l(Q?52+HV;3@1K@N">
                                    <field name="VAR" id="t{9+flX*7=dsZdJ6pUDs">Position</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </xml>
        
        1 Reply Last reply Reply Quote 0
        • M
          Micha 3 last edited by Micha 3

          Die Standortsuche über GPS-Koordinaten geht nicht mehr.
          Oder hier? https://developer.accuweather.com/core-weather/text-search#location-search

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

            Hallo Zusammen,

            ich bekomme seit geraumer Zeit stündlich eine Fehlermeldung beim accuweather-Adapter:

            Status: 401 text: Unauthorized - User action required!
            

            Habe allerdings keine Idee, wie ich dies beheben kann.

            Gruß
            Gregor

            T 1 Reply Last reply Reply Quote 0
            • T
              ticaki @GregorS last edited by ticaki

              @gregors
              Apizugang von Accuweather wurde geändert, entweder bei Accuweather ein Bezahlabo abschließen oder einen andere Adapter (anderen Anbieter von Wetterdaten)wählen.

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

                Hallo zusammen,

                bei mir kommt beim Adapter Accuweather seit dem 10.09.25 keine Daten mehr rein.
                Im log kommt folgende Meldung -> siehe Screenshot.
                Hat noch jemand das Problem? Weiß jemand ob das evtl. jetzt kostenpflichtig wurde? Oder warum funktioniert es auf einmal nicht mehr?

                fd9a2f8a-a96a-478c-8185-837186cb26eb-grafik.png

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Atifan last edited by

                  @atifan sagte in Adapter Accuweather funktioniert nicht mehr:

                  Weiß jemand ob das evtl. jetzt kostenpflichtig wurde? Oder warum funktioniert es auf einmal nicht mehr?

                  Ja, ist kostenpflichtig.

                  Atifan 1 Reply Last reply Reply Quote 0
                  • Atifan
                    Atifan @Thomas Braun last edited by

                    @thomas-braun Ahso, alles klar, danke 🙂

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Atifan last edited by

                      @atifan

                      https://forum.iobroker.net/topic/82380/accuweather-fehlermeldung

                      1 Reply Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators last edited by Homoran

                        Mod Edit: diverse verstreute Threads hier zusammengefasst

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        952
                        Online

                        32.4k
                        Users

                        81.3k
                        Topics

                        1.3m
                        Posts

                        8
                        23
                        1537
                        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