Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Datenpunkt - Alexa: Falsche Werte Temperatur

    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

    Datenpunkt - Alexa: Falsche Werte Temperatur

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

      Servus,

      wenn ich folgendes zur Alexa sage:

      "Stelle Temperatur auf 20"

      Dann liefert mir mein Datenpunkt den Wert 9.

      "Stelle Temperatur auf 30"

      dann kommt bei mir 11 raus.

      Was mache ich denn falsch?

      Danke

      
        "common": {
          "read": true,
          "write": true,
          "name": "HEIZUNGEN TEMPERATUR",
          "smartname": "HEIZUNGEN TEMPERATUR",
          "type": "number",
          "max": 25,
          "min": 5,
          "role": "state",
          "smartName": {
            "de": "TEMPERATUR",
            "smartType": "THERMOSTAT"
          }
        },
        "native": {
          "read": true,
          "write": true,
          "name": "HEIZUNGEN TEMPERATUR",
          "smartname": "HEIZUNGEN TEMPERATUR",
          "type": "number",
          "max": 25,
          "min": 5,
          "role": "state"
        },
        "type": "state",
        "_id": "javascript.0.DATENPUNKTE.ANDERE DATENPUNKTE.HEIZUNGEN TEMPERATUR",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1635689429177
      }
      
      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @rehmosch last edited by

        @rehmosch sagte in Datenpunkt - Alexa: Falsche Werte Temperatur:

        "max": 25,

        wie soll er dann auf 30 schalten?

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

          @homoran Weiß auch nicht und nix meckert! Kann es sein das hier Fahrenheit in Grad umgerechnet werden? Aber 20 Fahrenheit sind 6,6 Grad, hmmmm ....

          So, hab es selber gelöst und noch ein bisschen angepasst und beim Datenpunkt:

          {
            "common": {
              "read": true,
              "write": true,
              "name": "HEIZUNGEN TEMPERATUR",
              "smartname": "HEIZUNGEN TEMPERATUR",
              "type": "number",
              "max": 25,
              "min": 5,
              "unit": "°C",
              "role": "value.temperature",
              "smartName": {
                "de": "TEMPERATUR"
              }
            },
            "native": {
              "read": true,
              "write": true,
              "name": "HEIZUNGEN TEMPERATUR",
              "smartname": "HEIZUNGEN TEMPERATUR",
              "type": "number",
              "max": 25,
              "min": 5,
              "unit": "°C",
              "role": "value.temperature"
            },
            "type": "state",
            "_id": "javascript.0.DATENPUNKTE.ANDERE DATENPUNKTE.HEIZUNGEN TEMPERATUR",
            "acl": {
              "object": 1636,
              "state": 1636,
              "owner": "system.user.admin",
              "ownerGroup": "system.group.administrator"
            },
            "from": "system.adapter.admin.0",
            "user": "system.user.admin",
            "ts": 1635690786638
          }
          

          Ach ja, beim iot Adapter hab ich beim "Typ" nix angegen.

          danke

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

            @rehmosch sagte in Datenpunkt - Alexa: Falsche Werte Temperatur:

            Kann es sein das hier Fahrenheit in Grad umgerechnet werden?

            hatte ich auch erst gedacht, aber passt nicht

            @rehmosch sagte in Datenpunkt - Alexa: Falsche Werte Temperatur:

            Aber 20 Fahrenheit sind 6,6 Grad, hmmmm ....

            nicht ganz 😉 es sind MINUS 6,6 Grad Celsius

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

            Support us

            ioBroker
            Community Adapters
            Donate

            401
            Online

            31.8k
            Users

            80.0k
            Topics

            1.3m
            Posts

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