Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Maximilian Klie

    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

    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Groups 1

    Maximilian Klie

    @Maximilian Klie

    Starter

    0
    Reputation
    7
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Maximilian Klie Follow
    Starter

    Latest posts made by Maximilian Klie

    • RE: Google Home/Assistant ioBroker einrichten/nutzen

      @tombox said in Google Home/Assistant ioBroker einrichten/nutzen:

      @Maximilian-Klie Der schnellste Weg dein Problem zu fixen ist Sensor.2 manuell zu löschen und durch deconz neuerzeugen lassen und dann wie beschrieben dem Device Sensors.2 ein Raum und Funktion zu weisen und nicht dem State temperature

      Heya! Danke, werde ich testen. Das Ergebnis teile ich hier mit.

      posted in ioBroker Allgemein
      Maximilian Klie
      Maximilian Klie
    • RE: Google Home/Assistant ioBroker einrichten/nutzen

      @tombox Verzeihung. Hier isse: deconz.0.Sensors.2.json

      posted in ioBroker Allgemein
      Maximilian Klie
      Maximilian Klie
    • RE: Google Home/Assistant ioBroker einrichten/nutzen

      @tombox
      Hier bitte:

      {
        "deconz.0.Sensors.2": {
          "type": "device",
          "common": {
            "name": "Bad oben Temp",
            "role": "sensor",
            "smartName": false
          },
          "native": {
            "ep": 1,
            "etag": "1cc6a3fe67a5e3502457af81c184ceae",
            "id": "2",
            "manufacturername": "LUMI",
            "modelid": "lumi.weather",
            "swversion": "20161129",
            "type": "ZHATemperature",
            "uniqueid": "00:15:8d:00:03:f0:55:74-01-0402"
          },
          "from": "system.adapter.deconz.0",
          "user": "system.user.admin",
          "ts": 1574276560696,
          "_id": "deconz.0.Sensors.2",
          "acl": {
            "object": 1636
          }
        },
        "deconz.0.Sensors.2.battery": {
          "type": "state",
          "common": {
            "name": "Multisensor battery",
            "type": "number",
            "role": "indicator.battery",
            "read": true,
            "write": false
          },
          "native": {},
          "from": "system.adapter.deconz.0",
          "user": "system.user.admin",
          "ts": 1574276560720,
          "_id": "deconz.0.Sensors.2.battery",
          "acl": {
            "object": 1636,
            "state": 1636
          }
        },
        "deconz.0.Sensors.2.lastupdated": {
          "type": "state",
          "common": {
            "name": "lastupdated",
            "type": "string",
            "role": "state",
            "read": true,
            "write": false
          },
          "native": {},
          "from": "system.adapter.deconz.0",
          "user": "system.user.admin",
          "ts": 1574276615079,
          "_id": "deconz.0.Sensors.2.lastupdated",
          "acl": {
            "object": 1636,
            "state": 1636
          }
        },
        "deconz.0.Sensors.2.offset": {
          "type": "state",
          "common": {
            "name": "Multisensor offset",
            "type": "number",
            "role": "state",
            "read": true,
            "write": true,
            "smartName": false
          },
          "native": {},
          "from": "system.adapter.iot.0",
          "user": "system.user.admin",
          "ts": 1577399877048,
          "_id": "deconz.0.Sensors.2.offset",
          "acl": {
            "object": 1636,
            "state": 1636
          }
        },
        "deconz.0.Sensors.2.on": {
          "type": "state",
          "common": {
            "name": "Multisensor on",
            "type": "boolean",
            "role": "state",
            "read": true,
            "write": true,
            "smartName": false
          },
          "native": {},
          "from": "system.adapter.deconz.0",
          "user": "system.user.admin",
          "ts": 1574276560746,
          "_id": "deconz.0.Sensors.2.on",
          "acl": {
            "object": 1636,
            "state": 1636
          }
        },
        "deconz.0.Sensors.2.reachable": {
          "type": "state",
          "common": {
            "name": "Multisensor reachable",
            "type": "boolean",
            "role": "state",
            "read": true,
            "write": false
          },
          "native": {},
          "from": "system.adapter.deconz.0",
          "user": "system.user.admin",
          "ts": 1574276560746,
          "_id": "deconz.0.Sensors.2.reachable",
          "acl": {
            "object": 1636,
            "state": 1636
          }
        },
        "deconz.0.Sensors.2.temperature": {
          "type": "state",
          "common": {
            "name": "Sensor Bad oben",
            "type": "number",
            "role": "value.temperature",
            "unit": "°C",
            "read": true,
            "write": true,
            "smartName": false,
            "enums": [
              {
                "_id": "enum.functions.infos",
                "common": {
                  "name": "Infos",
                  "icon": "",
                  "color": false
                }
              },
              {
                "_id": "enum.rooms.bad_oben",
                "common": {
                  "name": "Bad oben",
                  "icon": "",
                  "color": false
                }
              }
            ]
          },
          "native": {},
          "from": "system.adapter.iot.0",
          "user": "system.user.admin",
          "ts": 1577541459184,
          "_id": "deconz.0.Sensors.2.temperature",
          "acl": {
            "object": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator",
            "state": 1636
          }
        }
      }
      

      Ich will nicht ausschließen, dass ich irgendwo Mist gemacht hab. Das ist jetzt auch nur ein Sensor exemplarisch. Danke schon mal!

      posted in ioBroker Allgemein
      Maximilian Klie
      Maximilian Klie
    • RE: Google Home/Assistant ioBroker einrichten/nutzen

      Hi!
      Nachdem ich jetzt nun in den letzten Wochen mehrere Stunden damit zugebracht habe, hier zu lesen und auszuprobieren, wo das Problem liegt, muss ich einfach hier noch mal fragen.
      Ich habe Aqara Sensoren (Temperatur und Fenster) und will die in meiner GHome-App angezeigt bekommen. Ich bekomme es einfach nicht hin, weil ich die richtige Kombination von Type/Trait/Attribut irgendwie nicht herausfinden kann. Kann mir hier jemand mal für absolute Idioten erklären, wie das geht? Ich bin durchaus bereit komplett von vorne anzufangen 🙂

      Mein Setup: Raspberry 3B+ mit RaspBee Aufsatz von Dresden Elektronik, drei Temperatur-Sensoren und zwei Fenster-Sensoren von Xiaomi/Aqara

      posted in ioBroker Allgemein
      Maximilian Klie
      Maximilian Klie
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo