Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Excel Tabelle einlesen - Probleme mit Umlauten

    NEWS

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

    • Monatsrückblick – September 2025

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

    Excel Tabelle einlesen - Probleme mit Umlauten

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

      Hallo Gemeinde,

      ich möchte den Inhalt einer Excel Tabelle die ich hin und wieder ergänze Als Objekt in iobroker zur Darstellung in vis haben.

      Da ganze habe ich mit Node red gelöst.

      Die Tabelle wird als csv gespeichert und dann mit folgendem Flow eingelesen:

      [
          {
              "id": "a75eef2d.30978",
              "type": "tab",
              "label": "Kerntemperaturen"
          },
          {
              "id": "afae238.a7e64e",
              "type": "csv",
              "z": "a75eef2d.30978",
              "name": "csv2json",
              "sep": ";",
              "hdrin": "",
              "hdrout": "",
              "multi": "mult",
              "ret": "\\n",
              "temp": "",
              "x": 464.3888931274414,
              "y": 81.00000190734863,
              "wires": [
                  [
                      "bf647fed.a1f94"
                  ]
              ]
          },
          {
              "id": "7dda9be4.ee3844",
              "type": "file in",
              "z": "a75eef2d.30978",
              "name": "",
              "filename": "C:\\Users\\Public\\Kern1.csv",
              "format": "utf8",
              "x": 229.38890075683594,
              "y": 151.22222518920898,
              "wires": [
                  [
                      "afae238.a7e64e"
                  ]
              ]
          },
          {
              "id": "b461c8fd.071548",
              "type": "debug",
              "z": "a75eef2d.30978",
              "name": "",
              "active": true,
              "console": "false",
              "complete": "false",
              "x": 917.3889007568359,
              "y": 192.11111545562744,
              "wires": []
          },
          {
              "id": "b41dc5b0.21f448",
              "type": "inject",
              "z": "a75eef2d.30978",
              "name": "",
              "topic": "",
              "payload": "",
              "payloadType": "date",
              "repeat": "60",
              "crontab": "",
              "once": true,
              "x": 122.38888549804688,
              "y": 58.55555725097656,
              "wires": [
                  [
                      "7dda9be4.ee3844"
                  ]
              ]
          },
          {
              "id": "bf647fed.a1f94",
              "type": "json",
              "z": "a75eef2d.30978",
              "name": "",
              "x": 695.3889236450195,
              "y": 145.66669845581055,
              "wires": [
                  [
                      "b461c8fd.071548",
                      "8230a004.75d8c"
                  ]
              ]
          },
          {
              "id": "8230a004.75d8c",
              "type": "ioBroker out",
              "z": "a75eef2d.30978",
              "name": "Kerntemperaturen",
              "topic": "javascript.0.BBQ.Kerntemperaturen",
              "ack": "true",
              "autoCreate": "false",
              "x": 896.3889007568359,
              "y": 83.22223043441772,
              "wires": []
          }
      ]
      

      Das funktioniert soweit auch, bis auf Umlaute, die im Object falsch dargestellt werden.

      Wo kann ich hier den Hebel ansetzen?

      1 Reply Last reply Reply Quote 0
      • R
        RandyAndy last edited by

        Hallo,

        ich denke mal das ist ein unicode problem.

        Ich habe auch Schwierigkeiten beim ical Adapter, der ließt Buchstaben z.B. als Fragezeichen ein.

        Ich vermute mal ioBroker unterstütz kein Unicode aber genau können es nur die Entwickler wissen.

        Andreas

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

        Support us

        ioBroker
        Community Adapters
        Donate

        859
        Online

        32.4k
        Users

        81.3k
        Topics

        1.3m
        Posts

        2
        2
        1532
        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