Ankündigung

Einklappen
Keine Ankündigung bisher.

Apple - HomeKit - Schnittstelle zur Heimautomation

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

    mal ne blöde frage hast du vielleicht schonmal TargetPosittion und CurrentPosition immer beides also den set und den listen Befehl gemacht wie in meinen Beispiel?
    Code:
    "name": "Schlafzimmer Jalousie",
    "services": [
    {
    "type": "WindowCovering",
    "name": "Schlafzimmer Jalousie",
    "TargetPosition": {
    "Set": "10/2/14R",
    "Listen": "10/2/12R"
    },
    "CurrentPosition": {
    "Set": "10/2/14R",
    "Listen": "10/2/12R"
    }
    }
    ]


    vielleicht löst des dein problem und meine frage :-)

    Kommentar


      habe ich soeben so ausprobiert, Aber das gleiche....


      Code:
                  }, {
                      "accessory_type": "knxdevice",
                      "description": "sample device with multiple services. Multiple services of different types are widely supported",
                      "name": "Rollladen",
                      "services": [{
                          "type": "WindowCovering",
                          "description": "iOS9 Window covering (blinds etc) type, still WIP",
                          "name": "Rollladen Kueche",
                          "TargetPosition": {
                              "Set": "4/4/5R",
                              "Listen": "4/5/5R"
                          },
                          "CurrentPosition": {
                              "Set": "4/4/5R",
                              "Listen": "4/5/5R"
                          }
                  }, {
                          "type": "WindowCovering",
                          "description": "iOS9 Window covering (blinds etc) type, still WIP",
                          "name": "Rollladen Essen",
                          "TargetPosition": {
                              "Set": "4/4/0R",
                              "Listen": "4/5/0R"
                          },
                          "CurrentPosition": {
                              "Set": "4/4/0R",
                              "Listen": "4/5/0R"
                          }
                      }]
                  }, {

      Kommentar


        du hast bei TargetPosittion und CurrentPosition die selbe GA angegeben ist des eine GA für Move, Step, Move2Pos oder was ganz anderes?
        und was ist die Listen für eine GA? Rückmeldung der Postion?

        Kommentar


          Ja,
          wenn ich es richtig verstanden habe hört die GA bei Homebridge sowieso nur auf eine DPT5.001

          bei mir ist das am Aktor Berker) "Position Rolladen"

          somit habe ich bei beiden (TargetPosition u. Current Position) das gleiche eingetragen.

          rein zur Info:

          "TargetPosition": { "Set": "4/4/5R", = Position Jalousie (Berker Jalousieaktor)
          "Listen": "4/5/5R" = Rückmeldung Position (Berker Jalousieaktor) },

          "CurrentPosition": { "Set": "4/4/5R", = Position Jalousie (Berker Jalousieaktor)
          "Listen": "4/5/5R" = Rückmeldung Position (Berker Jalousieaktor)


          aber abgesehen davon....in Deinem Beispiel ist das ja auch jeweils gleich eingetragen! :-)

          Kommentar


            mhm.. okay ja keine Ahnung war halt nur eine Idee von mir.
            Weis eigentlich Jemand welche DPTs alles von Welchen Typs unterstützwerden?
            Code:
            ContactSensor[LIST][*]ContactSensorState: DPT 1.002, 0 as contact[*]ContactSensorStateContact1: DPT 1.002, 1 as contact[*]StatusActive: DPT 1.011, 1 as true[*]StatusFault: DPT 1.011, 1 as true[*]StatusTampered: DPT 1.011, 1 as true[*]StatusLowBattery: DPT 1.011, 1 as true[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#garagedooropener"]
            [/URL][COLOR=#000000]GarageDoorOpener[/COLOR][/h][LIST][*]CurrentDoorState: DPT5 integer value in range 0..4
            	// Characteristic.CurrentDoorState.OPEN = 0;
            	// Characteristic.CurrentDoorState.CLOSED = 1;
            	// Characteristic.CurrentDoorState.OPENING = 2;
            	// Characteristic.CurrentDoorState.CLOSING = 3;
            	// Characteristic.CurrentDoorState.STOPPED = 4;[*]TargetDoorState: DPT5 integer value in range 0..1
            	// Characteristic.TargetDoorState.OPEN = 0;
            	// Characteristic.TargetDoorState.CLOSED = 1;[*]ObstructionDetected: DPT1, 1 as true[*]LockCurrentState: DPT5 integer value in range 0..3[LIST][*]Characteristic.LockCurrentState.UNSECURED = 0;[*]Characteristic.LockCurrentState.SECURED = 1;[*]Characteristic.LockCurrentState.JAMMED = 2;[*]Characteristic.LockCurrentState.UNKNOWN = 3;[/LIST][*]LockTargetState: DPT5 integer value in range 0..1
            	// Characteristic.LockTargetState.UNSECURED = 0;
            	// Characteristic.LockTargetState.SECURED = 1;[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lightbulb"]
            [/URL][COLOR=#000000]Lightbulb[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[*]Brightness: DPT5.001 percentage, 100% (=255) the brightest[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lightsensor"]
            [/URL][COLOR=#000000]LightSensor[/COLOR][/h][LIST][*]CurrentAmbientLightLevel: DPT 9.004, 0 to 100000 Lux[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#lockmechanism-this-is-poorly-mapped"]
            [/URL][COLOR=#000000]LockMechanism (This is poorly mapped!)[/COLOR][/h][LIST][*]LockCurrentState: DPT 1, 1 as secured[*]LockCurrentStateSecured0: DPT 1, 0 as secured[*]LockTargetState: DPT 1, 1 as secured[*]LockTargetStateSecured0: DPT 1, 0 as secured[/LIST]
            [I]ToDo here: correction of mappings, HomeKit reqires lock states UNSECURED=0, SECURED=1, JAMMED = 2, UNKNOWN=3[/I]  [h=2][URL="https://github.com/snowdd1/homebridge-knx#motionsensor"]
            [/URL][COLOR=#000000]MotionSensor[/COLOR][/h][LIST][*]MotionDetected: DPT 1.002, 1 as motion detected[*]StatusActive: DPT 1.011, 1 as true[*]StatusFault: DPT 1.011, 1 as true[*]StatusTampered: DPT 1.011, 1 as true[*]StatusLowBattery: DPT 1.011, 1 as true[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#outlet"]
            [/URL][COLOR=#000000]Outlet[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[*]OutletInUse: DPT 1.011, 1 as on, 0 as off[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#switch"]
            [/URL][COLOR=#000000]Switch[/COLOR][/h][LIST][*]On: DPT 1.001, 1 as on, 0 as off[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#temperaturesensor"]
            [/URL][COLOR=#000000]TemperatureSensor[/COLOR][/h][LIST][*]CurrentTemperature: DPT9.001 in °C[listen only][/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#thermostat"]
            [/URL][COLOR=#000000]Thermostat[/COLOR][/h][LIST][*]CurrentTemperature: DPT9.001 in °C[listen only], -40 to 80°C if not overriden as shown above[*]TargetTemperature: DPT9.001, values 0..40°C only, all others are ignored[*]CurrentHeatingCoolingState: DPT20.102 HVAC, because of the incompatible mapping only off and heating (=auto) are shown,[listen only][*]TargetHeatingCoolingState: DPT20.102 HVAC, as above[/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#window"]
            [/URL][COLOR=#000000]Window[/COLOR][/h][LIST][*]CurrentPosition: DPT5.001 percentage[*]TargetPosition: DPT5.001 percentage[*]PositionState: DPT5.005 value[listen only: 0 Increasing, 1 Decreasing, 2 Stopped][/LIST][h=2][URL="https://github.com/snowdd1/homebridge-knx#windowcovering"]
            [/URL][COLOR=#000000]WindowCovering[/COLOR][/h][LIST][*]CurrentPosition: DPT5.001 percentage[*]TargetPosition: DPT5.001 percentage[*]PositionState: DPT5.001 value[listen only: 0 Closing, 1 Opening, 2 Stopped] [I]As of iOS9.1 Siri does not support window covering properly.[/I][/LIST]
            ist das der aktuellste stand?

            Und wie schriebt ihr eigentlich zb. "Deckenlicht Küche" als ein Wort oder eher "Decke Licht Küche"?

            Kommentar


              Sagt mal wie genau löst Ihr einen Raffatore mit Lamellenverstellung ?

              Kommentar


                Hallo zusammen,

                möglicherweise wurde das hier schon beantwortet - bei der Länge des Threads ...

                Die EVE-App verlangt den iCloud-Schlüsselbund zu aktivieren - was bedeutet das für mich ?
                Werden jetzt alle Passwörter von iPhones, iPads und MacBook die lokal gespeichert sind, automatisch auf die Apple-Server kopiert ?

                Danke vorab !!!
                Danke und LG, Dariusz
                GIRA | ENERTEX | MDT | MEANWELL | 24VDC LED | iBEMI | EDOMI | ETS5 | DS214+ | KNX/RS232-GW-ROTEL

                Kommentar


                  Zitat von coliflower Beitrag anzeigen

                  Die EVE-App verlangt den iCloud-Schlüsselbund zu aktivieren - was bedeutet das für mich ?
                  Werden jetzt alle Passwörter von iPhones, iPads und MacBook die lokal gespeichert sind, automatisch auf die Apple-Server kopiert ?
                  https://support.apple.com/de-de/HT204085

                  Geniale Menschen sind selten ordentlich, ordentliche selten genial. (Albert Einstein)

                  Kommentar


                    Danke, werde es mir (vorsichtig) anschauen ...
                    Danke und LG, Dariusz
                    GIRA | ENERTEX | MDT | MEANWELL | 24VDC LED | iBEMI | EDOMI | ETS5 | DS214+ | KNX/RS232-GW-ROTEL

                    Kommentar


                      @christian7: ich habe z.B. "Licht Kochinsel" eingegeben und Siri versteht es...meistens
                      Ich denke was Du eingibst ist relativ egal, solange es ein deutsches Wort ist dass Siri verstehen kann.

                      Kommentar


                        Hallo zusammen,

                        ist es möglich vorab in einer VM (Vbox) vorab zu „üben“ (die Homebridge usw. installieren) ?
                        Falls ja, gäbe es ein fertiges Image zum Download ? Falls nicht, welches Betriebssystem sollte am besten in der Vbox ausgewählt werden ?

                        Danke vorab !
                        Danke und LG, Dariusz
                        GIRA | ENERTEX | MDT | MEANWELL | 24VDC LED | iBEMI | EDOMI | ETS5 | DS214+ | KNX/RS232-GW-ROTEL

                        Kommentar


                          Ja dann machst du dir am besten einfach ein Debian drauf

                          Kommentar


                            Irgendwo gabs doch mal was https://knx-user-forum.de/forum/öffe...121#post862121 Ob das noch aktuell ist, wage ich zu bezweifeln!

                            Kommentar


                              Danke, der Link scheint zu funktionieren :-)
                              Da ich Debian in einer VM bereits habe, werde ich mal ein bisschen „üben“ … schadet mir sicher nicht ;-)

                              Nochmals danke !
                              Danke und LG, Dariusz
                              GIRA | ENERTEX | MDT | MEANWELL | 24VDC LED | iBEMI | EDOMI | ETS5 | DS214+ | KNX/RS232-GW-ROTEL

                              Kommentar


                                Hallo zusammen - ein kurzes Feedback ...

                                Das Image hat funktionier, leider erkennt EVE die Homebridge nicht ..
                                Daraufhin habe ich Debian installiert + diverse Pakete ...

                                Bis auf die üblichen "Warnungen" konnte ich beim ersten Mal die Homebridge verbinden (EVE).
                                Code:
                                knx@HomeKit:~$ homebridge
                                *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
                                *** WARNING *** Please fix your application to use the native API of Avahi!
                                *** WARNING *** For more information see <[URL]http://0pointer.de/avahi-compat?s=libdns_sd&e=node[/URL]>
                                *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
                                *** WARNING *** Please fix your application to use the native API of Avahi!
                                *** WARNING *** For more information see <[URL]http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister[/URL]>
                                module.js:568
                                  return process.dlopen(module, path._makeLong(filename));
                                                 ^
                                Danach habe ich nach der KNX-Plugin-Installation die JSON dahingehend bearbeitet.

                                Danach ging nichts mehr :-(

                                Errormeldung wo ich nicht verstehe wie diese verursacht wird.
                                Code:
                                Error: /usr/local/lib/node_modules/homebridge/node_modules/bignum/binding/bignum.node: undefined symbol: _ZN2v89Exception5ErrorENS_6HandleINS_6StringEEE
                                    at Error (native)
                                    at Object.Module._extensions..node (module.js:568:18)
                                    at Module.load (module.js:458:32)
                                    at tryModuleLoad (module.js:417:12)
                                    at Function.Module._load (module.js:409:3)
                                    at Module.require (module.js:468:17)
                                    at require (internal/module.js:20:19)
                                    at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/bignum/index.js:4:11)
                                    at Module._compile (module.js:541:32)
                                    at Object.Module._extensions..js (module.js:550:10)
                                Falls mir jemand mit ein paar Ideen helfen kann - danke vorab !
                                Danke und LG, Dariusz
                                GIRA | ENERTEX | MDT | MEANWELL | 24VDC LED | iBEMI | EDOMI | ETS5 | DS214+ | KNX/RS232-GW-ROTEL

                                Kommentar

                                Lädt...
                                X