Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. Zugriff auf Elemente in JSON mit vis inventwo Tabelle

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Zugriff auf Elemente in JSON mit vis inventwo Tabelle

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

      Hallo,

      über den Fahrplan Adapter möchte ich mir die nächsten Busfahrten in einer Tabelle aus JSON anzeigen lassen (JSON hat mehr Infos, daher nicht das HTML). Nun Habe ich das vis inventwo json widget und möchte auf elemente im JSON zugreifen, was aber nicht funktioniert.

      Das JSON ist folgendes:

      {
         "earlierRef":"2|OB|MT#14#517639#517639#517645#517645#0#0#165#517602#1#0#1050#0#0#-2147483648#1#2|PDH#5f782654f778e9f08ef739e8cd3f1e98|RD#4122022|RT#104229|US#0",
         "laterRef":"2|OF|MT#14#517759#517759#517765#517765#0#0#5#517717#5#0#1050#0#0#-2147483648#1#2|PDH#5f782654f778e9f08ef739e8cd3f1e98|RD#4122022|RT#104229|US#0",
         "journeys":[
            {
               "type":"journey",
               "legs":[
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501617",
                        "name":"Freudental, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501617",
                           "latitude":47.749045,
                           "longitude":9.079878
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504086",
                        "name":"Dettingen Spielplatz, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504086",
                           "latitude":47.731696,
                           "longitude":9.118091
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T11:19:00+01:00",
                     "plannedDeparture":"2022-12-04T11:19:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T11:25:00+01:00",
                     "plannedArrival":"2022-12-04T11:25:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1108178|3|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"9-vhb002-203",
                        "fahrtNr":"15327",
                        "name":"RUF 203",
                        "public":true,
                        "adminCode":"vhb002",
                        "productName":"RUF",
                        "mode":"taxi",
                        "product":"taxi"
                     },
                     "direction":"Dettingen Spielplatz, Konstanz",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed"
                  }
               ],
               "refreshToken":"T$A=1@O=Freudental, Allensbach@L=501617@a=128@$A=1@O=Dettingen Spielplatz, Konstanz@L=504086@a=128@$202212041119$202212041125$RUF  203$$1$$$$$$",
               "price":null
            },
            {
               "type":"journey",
               "legs":[
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501617",
                        "name":"Freudental, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501617",
                           "latitude":47.749045,
                           "longitude":9.079878
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"501469",
                        "name":"Bahnhof, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501469",
                           "latitude":47.714949,
                           "longitude":9.068012
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        },
                        "station":{
                           "type":"station",
                           "id":"8000496",
                           "name":"Allensbach",
                           "location":{
                              "type":"location",
                              "id":"8000496",
                              "latitude":47.714643,
                              "longitude":9.068264
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":true
                           }
                        }
                     },
                     "departure":"2022-12-04T11:36:00+01:00",
                     "plannedDeparture":"2022-12-04T11:36:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T11:45:00+01:00",
                     "plannedArrival":"2022-12-04T11:45:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1108171|3|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"9-vhb002-203",
                        "fahrtNr":"15297",
                        "name":"RUF 203",
                        "public":true,
                        "adminCode":"vhb002",
                        "productName":"RUF",
                        "mode":"taxi",
                        "product":"taxi"
                     },
                     "direction":"Reichenau Bahnhof",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed"
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501469",
                        "name":"Bahnhof, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501469",
                           "latitude":47.714949,
                           "longitude":9.068012
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        },
                        "station":{
                           "type":"station",
                           "id":"8000496",
                           "name":"Allensbach",
                           "location":{
                              "type":"location",
                              "id":"8000496",
                              "latitude":47.714643,
                              "longitude":9.068264
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":true
                           }
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"8000496",
                        "name":"Allensbach",
                        "location":{
                           "type":"location",
                           "id":"8000496",
                           "latitude":47.714643,
                           "longitude":9.068264
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T11:45:00+01:00",
                     "plannedDeparture":"2022-12-04T11:45:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T11:48:00+01:00",
                     "plannedArrival":"2022-12-04T11:48:00+01:00",
                     "arrivalDelay":null,
                     "public":true,
                     "walking":true,
                     "distance":83
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"8000496",
                        "name":"Allensbach",
                        "location":{
                           "type":"location",
                           "id":"8000496",
                           "latitude":47.714643,
                           "longitude":9.068264
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"8003416",
                        "name":"Konstanz-Wollmatingen",
                        "location":{
                           "type":"location",
                           "id":"8003416",
                           "latitude":47.682471,
                           "longitude":9.147324
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        }
                     },
                     "departure":"2022-12-04T11:49:00+01:00",
                     "plannedDeparture":"2022-12-04T11:49:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T11:57:00+01:00",
                     "plannedArrival":"2022-12-04T11:57:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|271569|7|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"sbb87675",
                        "fahrtNr":"87675",
                        "name":"SBB87675",
                        "public":true,
                        "adminCode":"L7____",
                        "productName":"SBB",
                        "mode":"train",
                        "product":"regional",
                        "operator":{
                           "type":"operator",
                           "id":"sbb-gmbh",
                           "name":"SBB GmbH"
                        }
                     },
                     "direction":"Konstanz",
                     "arrivalPlatform":"2",
                     "plannedArrivalPlatform":"2",
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":"2",
                     "plannedDeparturePlatform":"2",
                     "departurePrognosisType":"prognosed"
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"8003416",
                        "name":"Konstanz-Wollmatingen",
                        "location":{
                           "type":"location",
                           "id":"8003416",
                           "latitude":47.682471,
                           "longitude":9.147324
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504066",
                        "name":"Wollmatingen Bahnhof, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504066",
                           "latitude":47.68204,
                           "longitude":9.147342
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        },
                        "station":{
                           "type":"station",
                           "id":"8003416",
                           "name":"Konstanz-Wollmatingen",
                           "location":{
                              "type":"location",
                              "id":"8003416",
                              "latitude":47.682471,
                              "longitude":9.147324
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":false
                           }
                        }
                     },
                     "departure":"2022-12-04T11:57:00+01:00",
                     "plannedDeparture":"2022-12-04T11:57:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T11:59:00+01:00",
                     "plannedArrival":"2022-12-04T11:59:00+01:00",
                     "arrivalDelay":null,
                     "public":true,
                     "walking":true,
                     "distance":46
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"504066",
                        "name":"Wollmatingen Bahnhof, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504066",
                           "latitude":47.68204,
                           "longitude":9.147342
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        },
                        "station":{
                           "type":"station",
                           "id":"8003416",
                           "name":"Konstanz-Wollmatingen",
                           "location":{
                              "type":"location",
                              "id":"8003416",
                              "latitude":47.682471,
                              "longitude":9.147324
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":false
                           }
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504086",
                        "name":"Dettingen Spielplatz, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504086",
                           "latitude":47.731696,
                           "longitude":9.118091
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T12:02:00+01:00",
                     "plannedDeparture":"2022-12-04T12:02:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:13:00+01:00",
                     "plannedArrival":"2022-12-04T12:13:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1111977|9|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"5-vhb000-13-4",
                        "fahrtNr":"5548",
                        "name":"Bus 13/4",
                        "public":true,
                        "adminCode":"vhb000",
                        "productName":"Bus",
                        "mode":"bus",
                        "product":"bus"
                     },
                     "direction":"Marktstätte/Bahnhof, Konstanz",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed",
                     "cycle":{
                        "min":1800,
                        "max":1800,
                        "nr":5
                     }
                  }
               ],
               "refreshToken":"T$A=1@O=Freudental, Allensbach@L=501617@a=128@$A=1@O=Bahnhof, Allensbach@L=501469@a=128@$202212041136$202212041145$RUF  203$$1$$$$$$§W$A=1@O=Bahnhof, Allensbach@L=501469@a=128@$A=1@O=Allensbach@L=8000496@a=128@$202212041145$202212041148$$$1$$$$$$§T$A=1@O=Allensbach@L=8000496@a=128@$A=1@O=Konstanz-Wollmatingen@L=8003416@a=128@$202212041149$202212041157$SBB87675$$1$$$$$$§W$A=1@O=Konstanz-Wollmatingen@L=8003416@a=128@$A=1@O=Wollmatingen Bahnhof, Konstanz@L=504066@a=128@$202212041157$202212041159$$$1$$$$$$§T$A=1@O=Wollmatingen Bahnhof, Konstanz@L=504066@a=128@$A=1@O=Dettingen Spielplatz, Konstanz@L=504086@a=128@$202212041202$202212041213$Bus 13/4$$1$$$$$$",
               "cycle":{
                  "min":1800
               },
               "price":null
            },
            {
               "type":"journey",
               "legs":[
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501617",
                        "name":"Freudental, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501617",
                           "latitude":47.749045,
                           "longitude":9.079878
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504086",
                        "name":"Dettingen Spielplatz, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504086",
                           "latitude":47.731696,
                           "longitude":9.118091
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T12:19:00+01:00",
                     "plannedDeparture":"2022-12-04T12:19:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:25:00+01:00",
                     "plannedArrival":"2022-12-04T12:25:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1108178|4|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"9-vhb002-203",
                        "fahrtNr":"15329",
                        "name":"RUF 203",
                        "public":true,
                        "adminCode":"vhb002",
                        "productName":"RUF",
                        "mode":"taxi",
                        "product":"taxi"
                     },
                     "direction":"Dettingen Spielplatz, Konstanz",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed"
                  }
               ],
               "refreshToken":"T$A=1@O=Freudental, Allensbach@L=501617@a=128@$A=1@O=Dettingen Spielplatz, Konstanz@L=504086@a=128@$202212041219$202212041225$RUF  203$$1$$$$$$",
               "price":null
            },
            {
               "type":"journey",
               "legs":[
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501617",
                        "name":"Freudental, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501617",
                           "latitude":47.749045,
                           "longitude":9.079878
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"501469",
                        "name":"Bahnhof, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501469",
                           "latitude":47.714949,
                           "longitude":9.068012
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        },
                        "station":{
                           "type":"station",
                           "id":"8000496",
                           "name":"Allensbach",
                           "location":{
                              "type":"location",
                              "id":"8000496",
                              "latitude":47.714643,
                              "longitude":9.068264
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":true
                           }
                        }
                     },
                     "departure":"2022-12-04T12:36:00+01:00",
                     "plannedDeparture":"2022-12-04T12:36:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:45:00+01:00",
                     "plannedArrival":"2022-12-04T12:45:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1108171|4|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"9-vhb002-203",
                        "fahrtNr":"15299",
                        "name":"RUF 203",
                        "public":true,
                        "adminCode":"vhb002",
                        "productName":"RUF",
                        "mode":"taxi",
                        "product":"taxi"
                     },
                     "direction":"Reichenau Bahnhof",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed"
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501469",
                        "name":"Bahnhof, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501469",
                           "latitude":47.714949,
                           "longitude":9.068012
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        },
                        "station":{
                           "type":"station",
                           "id":"8000496",
                           "name":"Allensbach",
                           "location":{
                              "type":"location",
                              "id":"8000496",
                              "latitude":47.714643,
                              "longitude":9.068264
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":true
                           }
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"8000496",
                        "name":"Allensbach",
                        "location":{
                           "type":"location",
                           "id":"8000496",
                           "latitude":47.714643,
                           "longitude":9.068264
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T12:45:00+01:00",
                     "plannedDeparture":"2022-12-04T12:45:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:48:00+01:00",
                     "plannedArrival":"2022-12-04T12:48:00+01:00",
                     "arrivalDelay":null,
                     "public":true,
                     "walking":true,
                     "distance":83
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"8000496",
                        "name":"Allensbach",
                        "location":{
                           "type":"location",
                           "id":"8000496",
                           "latitude":47.714643,
                           "longitude":9.068264
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"8003416",
                        "name":"Konstanz-Wollmatingen",
                        "location":{
                           "type":"location",
                           "id":"8003416",
                           "latitude":47.682471,
                           "longitude":9.147324
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        }
                     },
                     "departure":"2022-12-04T12:49:00+01:00",
                     "plannedDeparture":"2022-12-04T12:49:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:57:00+01:00",
                     "plannedArrival":"2022-12-04T12:57:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|271569|9|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"sbb87679",
                        "fahrtNr":"87679",
                        "name":"SBB87679",
                        "public":true,
                        "adminCode":"L7____",
                        "productName":"SBB",
                        "mode":"train",
                        "product":"regional",
                        "operator":{
                           "type":"operator",
                           "id":"sbb-gmbh",
                           "name":"SBB GmbH"
                        }
                     },
                     "direction":"Konstanz",
                     "arrivalPlatform":"2",
                     "plannedArrivalPlatform":"2",
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":"2",
                     "plannedDeparturePlatform":"2",
                     "departurePrognosisType":"prognosed"
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"8003416",
                        "name":"Konstanz-Wollmatingen",
                        "location":{
                           "type":"location",
                           "id":"8003416",
                           "latitude":47.682471,
                           "longitude":9.147324
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504066",
                        "name":"Wollmatingen Bahnhof, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504066",
                           "latitude":47.68204,
                           "longitude":9.147342
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        },
                        "station":{
                           "type":"station",
                           "id":"8003416",
                           "name":"Konstanz-Wollmatingen",
                           "location":{
                              "type":"location",
                              "id":"8003416",
                              "latitude":47.682471,
                              "longitude":9.147324
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":false
                           }
                        }
                     },
                     "departure":"2022-12-04T12:57:00+01:00",
                     "plannedDeparture":"2022-12-04T12:57:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T12:59:00+01:00",
                     "plannedArrival":"2022-12-04T12:59:00+01:00",
                     "arrivalDelay":null,
                     "public":true,
                     "walking":true,
                     "distance":46
                  },
                  {
                     "origin":{
                        "type":"stop",
                        "id":"504066",
                        "name":"Wollmatingen Bahnhof, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504066",
                           "latitude":47.68204,
                           "longitude":9.147342
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":true,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":false
                        },
                        "station":{
                           "type":"station",
                           "id":"8003416",
                           "name":"Konstanz-Wollmatingen",
                           "location":{
                              "type":"location",
                              "id":"8003416",
                              "latitude":47.682471,
                              "longitude":9.147324
                           },
                           "products":{
                              "nationalExpress":false,
                              "national":false,
                              "regionalExp":false,
                              "regional":true,
                              "suburban":false,
                              "bus":true,
                              "ferry":false,
                              "subway":false,
                              "tram":false,
                              "taxi":false
                           }
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504086",
                        "name":"Dettingen Spielplatz, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504086",
                           "latitude":47.731696,
                           "longitude":9.118091
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T13:02:00+01:00",
                     "plannedDeparture":"2022-12-04T13:02:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T13:13:00+01:00",
                     "plannedArrival":"2022-12-04T13:13:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1111977|11|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"5-vhb000-13-4",
                        "fahrtNr":"5552",
                        "name":"Bus 13/4",
                        "public":true,
                        "adminCode":"vhb000",
                        "productName":"Bus",
                        "mode":"bus",
                        "product":"bus"
                     },
                     "direction":"Marktstätte/Bahnhof, Konstanz",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed",
                     "cycle":{
                        "min":1800,
                        "max":1800,
                        "nr":5
                     }
                  }
               ],
               "refreshToken":"T$A=1@O=Freudental, Allensbach@L=501617@a=128@$A=1@O=Bahnhof, Allensbach@L=501469@a=128@$202212041236$202212041245$RUF  203$$1$$$$$$§W$A=1@O=Bahnhof, Allensbach@L=501469@a=128@$A=1@O=Allensbach@L=8000496@a=128@$202212041245$202212041248$$$1$$$$$$§T$A=1@O=Allensbach@L=8000496@a=128@$A=1@O=Konstanz-Wollmatingen@L=8003416@a=128@$202212041249$202212041257$SBB87679$$1$$$$$$§W$A=1@O=Konstanz-Wollmatingen@L=8003416@a=128@$A=1@O=Wollmatingen Bahnhof, Konstanz@L=504066@a=128@$202212041257$202212041259$$$1$$$$$$§T$A=1@O=Wollmatingen Bahnhof, Konstanz@L=504066@a=128@$A=1@O=Dettingen Spielplatz, Konstanz@L=504086@a=128@$202212041302$202212041313$Bus 13/4$$1$$$$$$",
               "cycle":{
                  "min":1800
               },
               "price":null
            },
            {
               "type":"journey",
               "legs":[
                  {
                     "origin":{
                        "type":"stop",
                        "id":"501617",
                        "name":"Freudental, Allensbach",
                        "location":{
                           "type":"location",
                           "id":"501617",
                           "latitude":47.749045,
                           "longitude":9.079878
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "destination":{
                        "type":"stop",
                        "id":"504086",
                        "name":"Dettingen Spielplatz, Konstanz",
                        "location":{
                           "type":"location",
                           "id":"504086",
                           "latitude":47.731696,
                           "longitude":9.118091
                        },
                        "products":{
                           "nationalExpress":false,
                           "national":false,
                           "regionalExp":false,
                           "regional":false,
                           "suburban":false,
                           "bus":true,
                           "ferry":false,
                           "subway":false,
                           "tram":false,
                           "taxi":true
                        }
                     },
                     "departure":"2022-12-04T13:19:00+01:00",
                     "plannedDeparture":"2022-12-04T13:19:00+01:00",
                     "departureDelay":null,
                     "arrival":"2022-12-04T13:25:00+01:00",
                     "plannedArrival":"2022-12-04T13:25:00+01:00",
                     "arrivalDelay":null,
                     "reachable":true,
                     "tripId":"1|1108178|5|80|4122022",
                     "line":{
                        "type":"line",
                        "id":"9-vhb002-203",
                        "fahrtNr":"15331",
                        "name":"RUF 203",
                        "public":true,
                        "adminCode":"vhb002",
                        "productName":"RUF",
                        "mode":"taxi",
                        "product":"taxi"
                     },
                     "direction":"Dettingen Spielplatz, Konstanz",
                     "arrivalPlatform":null,
                     "plannedArrivalPlatform":null,
                     "arrivalPrognosisType":"prognosed",
                     "departurePlatform":null,
                     "plannedDeparturePlatform":null,
                     "departurePrognosisType":"prognosed"
                  }
               ],
               "refreshToken":"T$A=1@O=Freudental, Allensbach@L=501617@a=128@$A=1@O=Dettingen Spielplatz, Konstanz@L=504086@a=128@$202212041319$202212041325$RUF  203$$1$$$$$$",
               "price":null
            }
         ],
         "realtimeDataFrom":1670147139
      }
      

      Hier möchte ich den Wert von name in "journeys.legs.origin.name" in der JSON Tabelle anzeigen lassen, was aber nicht geht:

      05c0b2b4-7cd8-4b00-9ff1-de65bd15a573-grafik.png

      Im Widget unter JSON habe ich es entsprechend eingetragen.

      c2b4ecf3-77de-4a45-890c-b63722b1d1b9-grafik.png

      nur leider wird undefined angezeigt. Wie kann ich bestimmte Elemente einer JSON Tabelle im Widget auswählen? Über die (Google/ iobroker Forum) Suche habe ich leider nichts gefunden.

      Danke

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

        @mading ich glaube, dass geht so nicht - du müßtest dir ein eigenes json via sccript und eigenen datenpunkt erstellen und das anzeigen

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

          @liv-in-sky ok danke schonmal. dazu hatte ich tutorials gefunden. Wäre natürlich schick wenn das so ginge wie oben beschrieben 🙂 😞

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

            @mading

            z.b

            da hast du aber etwas arbeit vor dir

            hier mal ein bischen gespielt

            Image 046.png

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

            Support us

            ioBroker
            Community Adapters
            Donate

            463
            Online

            31.7k
            Users

            79.7k
            Topics

            1.3m
            Posts

            2
            4
            250
            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