Ankündigung

Einklappen
Keine Ankündigung bisher.

Deutsche Bahn Monitor - Denkanstöße gesucht

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Deutsche Bahn Monitor - Denkanstöße gesucht

    Guten Abend aus Berlin,

    ich habe vor kurzen das Thema Bezinpreise in meiner OpenHab (inkl. CometVisu) umgesetzt.

    Dabei ist mir die Idee gekommen, mir auch die möglichen Verspätungen meiner täglichen Bahnverbindung anzeigen zu lassen, bzw meiner Frau zeigen zu können wie viel später ich nach Hause komme.

    Leider habe ich mit der Suche noch nichts gefunden. Nur in einem Homatic-Forum (http://homematic-forum.de/forum/view...p?f=48&t=20924) findet sich ein entsprechender Ansatz.

    Kann mir jemand von euch einen Tipp geben wie man sowas für OpenHab umsetzen kann?

    Danke und viele Grüße

    Jan

    #2
    Hallo,
    ich habe das auf dieser Basis gelöst: http://aseier.de/bahn/

    Code:
    Group item=gWeather label="Abfahrt Teltow Stadt" icon="__traffic_Deutsche_Bahn_AG_S_Bahn" {
                    Webview item=Fenster_EG_Gast
                        label="Abfahrt Teltow Stadt"
                        icon="__traffic_Deutsche_Bahn_AG_S_Bahn"
                        url="https://iris.noncd.db.de/wbt/js/index.html?typ=ab&bhf=8080450&bhfname=&zugtyp=&platform=&zeilen=10&paging=1&pagingdauer=60&via=1&impressum=0&style=ab&lang=de&SecLang="
                        height=26    
                }
    Viele Grüße Mirko

    Kommentar


      #3
      Hallo Mirko,

      vielen Dank für den Hinweis. Ich habe das mal ausprobiert. Leider ist es das noch nicht ganz. Da ich täglich immer nur den einen Zug hin und zurücknehmen, würde ich gern nur den anzeigen.

      Danke und viele Grüße

      Jan

      Kommentar


        #4
        Hallo in die Runde,

        habe jetzt nochmal versucht die im ersten Post angebende Quelle auf openHAB anzupassen.

        Leider liefert die Bahn kein JSON das man auswerten könnte, deshalb habe ich per REGEX versucht die Informationen zu holen.

        Aktuell habe ich folgendes Item eingetragen, um mich an das Thema heranzuarbeiten:

        String Zug "Ankunft " { http="<[http://reiseauskunft.bahn.de/bin/query.exe/dox?S=8002548&Z=8011160&time=17:25&start=1:60000:R EGEX(.*?<title>(.*?)</title>.*)]"}

        Nach meinem Verständnis sollte das eigentlich den Titel der Seite anzeigen.Leider erscheint gar nichts. Kann mir jemand auf die Sprünge helfen? Ziel ist es dann die erste Verbindung inkl möglicher Verspätung auszulesen, um damit weiter Arbeiten zu können.

        Das http-Binding liegt im Addon Ordner.

        Danke und viele Grüße aus der Hauptstadt.

        Jan

        Kommentar


          #5
          Hi,

          doch die Bahn liefert JSON:

          Code:
          http://reiseauskunft.bahn.de/bin/query.exe/dn?cb=processFahrtmoeglichkeiten&nrCons=4&S=Berlin&SBH=1&Z=Hamburg&ZBH=1&journeyProducts=1023&wTime=&widget=1&start=1&now=Sun Feb 21 16 19:15 Europe/Berlin+0100&encoding=utf-819
          Damit sollte das ganz gut gehen.

          Gruß Marc

          Kommentar


            #6
            Hallo Marc,

            vielen Dank für die Info, dass macht das ganze deutlich leichter ;o)

            Jan

            Kommentar


              #7
              Hallo,

              leider steh ich noch etwas auf dem Schlauch. ich habe das folgende Item angelegt:

              Code:
              String Zug "Abfahrt" { http="<[http://reiseauskunft.bahn.de/bin/query.exe/dn?cb=processFahrtmoeglichkeiten&nrCons=1&S=8002548&SBH=1&Z=8011160&ZBH=1&journeyProducts=1023&wTime=17:25&widget=1&start=1&encoding=utf-819:30000:JS(bahn.js)]"}
              Und in der bahn.js steht
              JSON.parse(input).abpm;

              Eigentlich müsste dann die Variable Zug mit "pünktlich" gefüllt werden. Laut event.log kommt aber das ganze JSON in die Variable:

              Code:
              2016-02-21 21:28:34 - Zug state updated to BAHN_MNB.fm = {
              "S": "Hamburg Dammtor",
              "Z": "Berlin Hbf",
              "fl": [
              {
              "ab":"21:45",
              "abps":0,
              "abpm":"p?nktlich",
              "an":"23:54",
              "anps":0,
              "anpm":"-",
              "u":0,
              "d":"2:09",
              "g":"4",
              "ps":"ICE",
              "pl":"ICE",
              "durl":"http://reiseauskunft.bahn.de/bin/query2.exe/dn?ld=15082&country=DEU&rt=1&date=21.02.16&time=21 :40&S=008002548&Z=008011160&start=1&",
              "surl":"http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn?input=Hamburg%20Dammtor%238002548&boardType=dep &date=21.02.16&time=21%3A45&productsFilter=1111111 11&rt=1&start=1",
              "zurl":"http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn?input=Berlin%20Hbf%20(tief)%238098160&boardType =arr&date=21.02.16&time=23%3A54&productsFilter=111 111111&rt=1&start=1"
              }
              ]};
              BAHN_MNB.processFahrtmoeglichkeiten();
              Kann mir jemand einen Tip geben, wie ich nur den Wert "abpm" auslese?

              Danke und viele Grüße

              Jan

              Kommentar


                #8
                Hallo Jan,

                kann es sein, dass in Deiner "bahn.js" folgendes stehen sollte:
                Code:
                JSON.parse(input).fl.abpm
                Das Tag "abpm" ist ja in der Unterstruktur "fl"

                Gruß,
                Andreas

                Kommentar


                  #9
                  Hallo Andreas,

                  das hatte ich bereits versucht. Auch die Erweiterung um BAHN_MNB.fm führt immer dazu das der gesamte Ausdruck in die Variable geschrieben wird.

                  Jan

                  Kommentar


                    #10
                    Hallo Jan,

                    probier's mal mit
                    Code:
                    JSON.parse(Input).fl[0].abpm
                    Weil in "fl" können ja auch mehrere Verbindungen stehen, ist also als Array anzusehen....

                    Aber wissen tu ich es nicht....
                    Andreas

                    Kommentar


                      #11
                      Hallo Jan,

                      Andreas hat recht, damit sollte es passen.
                      Eventuell kannst du ja dann dein fertiges Skript hier auch veröffentlichen. Ist bestimmt für andere auch interessant.
                      Ich hatte es seinerzeit mit php geschrieben, bin damit aber etwas unzufrieden, da ich Probleme mit den Umlauten hatte.

                      Gruß Marc.

                      Kommentar


                        #12
                        Leider funktioniert das auch nicht. Es wird immer der gesamte String in die Variable gelesen.

                        Hier noch mal das JSON:

                        Code:
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]BAHN_MNB.fm =[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]{  [/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"S"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"Hamburg Dammtor"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"Z"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"Berlin Hbf"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"fl"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px][  [/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]{  [/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"ab"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"21:45"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"abps"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]0[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"abpm"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"pünktlich"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"an"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"23:54"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"anps"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]0[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"anpm"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"-"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"u"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]0[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"d"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"2:09"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"g"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"4"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"ps"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"ICE"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"pl"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"ICE"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"durl"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"http://reiseauskunft.bahn.de/bin/query2.exe/dn?           d=15085&country=DEU&rt=1&date=22.02.16&time=21:10&S=008002548&Z=008011160&start=1&"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"surl"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn?input=Hamburg%20Dammtor%238002548&boardType=dep&date=22.02.16&time=21%3A45&productsFilter=111111111&rt=1&start=1"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px],[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#333333][FONT=Ubuntu Mono][SIZE=16px]"zurl"[/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]:[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]"http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn?input=Berlin%20Hbf%20(tief)%238098160&boardType=arr&date=22.02.16&time=23%3A54&productsFilter=111111111&rt=1&start=1"[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]}[/SIZE][/FONT][/COLOR]
                        [COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]   [/SIZE][/FONT][/COLOR][COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]][/SIZE][/FONT][/COLOR]
                        [COLOR=#666666][FONT=Ubuntu Mono][SIZE=16px]}[/SIZE][/FONT][/COLOR][COLOR=#555555][FONT=Ubuntu Mono][SIZE=16px]; BAHN_MNB.processFahrtmoeglichkeiten();[/SIZE][/FONT][/COLOR]
                        Auch die zusätzliche Verschachtelung mit BAHN_MNB.fm habe ich versucht. Leider immer das gleiche Ergebnis.

                        Folgendes habe ich versucht:


                        JSON.parse(Input).fl[0].abpm
                        JSON.parse(Input).BAHN_MNB.fm[0].fl[0].abpm
                        JSON.parse(Input).fm[0].fl[0].abpm

                        @ Marc: Sollte ich das irgendwann hinbekommen, share ich das gern ;o)

                        Jan

                        Kommentar


                          #13
                          Hallo,

                          einen Fehler habe ich gefunden. Hatte schön ein ";" im js-File vergessen.

                          Jetzt gibt es zumindest eine Fehlermeldung im openhab.log (Siehe Ausschnitt in der Datei anbei)

                          Kann mir jemand helfen?

                          Danke und viele Grüß

                          Jan
                          Angehängte Dateien

                          Kommentar


                            #14
                            Also, ich kann mir nicht helfen, für mich sieht die Antwort von der Bahn nicht nach gültigem JSON aus, und wenn ich die Antwort des Servers in np++ einfüge, motzt der json-viewer das auch als fehlerhaft an.

                            EDIT: Wenn man am Anfang 'BAHN_MNB.fm = ' und am Ende ';
                            BAHN_MNB.processFahrtmoeglichkeiten();
                            ' entfernt, wird eine gültige JSON draus und np++ kann die Tree-Ansicht aufbauen. Keine Ahnung, wie aufwändig es ist, in openHAB den Teilstring zu extrahieren und dann damit per JSON auf die Daten zuzugreifen (vermutlich easy peasy, man muss nur wissen wie)
                            Zuletzt geändert von udo1toni; 25.02.2016, 18:44.

                            Kommentar


                              #15
                              Nur als Ergänzung zum Thema... http://www.heise.de/newsticker/meldu...i-3118919.html

                              Kommentar

                              Lädt...
                              X