Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Yet another HomeKit adapter

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Yet another HomeKit adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Dutchman
      Dutchman Developer Most Active Administrators last edited by

      @chaos99a:

      wie erkenne ich ob ich über git installiere?

      ich habe es aber über : installieren aus eigener URL und über terminal : sudo npm install iobroker.yahka –production --prefix gemacht `

      mit dem befehl installierst du aus NPM die zuletzt published, git ist 5.5 adapter in iObroker 5.4 ist schon ok.

      schalte mal bitte verbose loggin ein, irgendwie spinnt da was und ich tippen auf hap-node

      1 Reply Last reply Reply Quote 0
      • C
        chaos99a last edited by

        aber er zeigt mir auch 5.5 an, also das diese installiert ist , nicht 5.4

        und im terminal steht ab und an mal was mit gib

        was ist mit : verbose loggin ein gemeint?

        edit :

        hier mal noch der log beim Installieren

        root@cubietruck:/opt/iobroker# sudo npm install iobroker.yahka –production --prefix

        npm WARN invalid config prefix=true

        npm WARN invalid config Must be a valid filesystem path

        […...............] \ normalizeTree: sill install loadCurrentTree

        ed25519@0.0.4 install /opt/iobroker/node_modules/iobroker.yahka/node_modules/ed25519

        node-gyp rebuild

        make: Entering directory '/opt/iobroker/node_modules/iobroker.yahka/node_modules/ed25519/build'

        CC(target) Release/obj.target/ed25519/src/ed25519/keypair.o

        CC(target) Release/obj.target/ed25519/src/ed25519/sign.o

        CC(target) Release/obj.target/ed25519/src/ed25519/open.o

        CC(target) Release/obj.target/ed25519/src/ed25519/crypto_verify_32.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_double_scalarmult.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_frombytes.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_scalarmult_base.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_precomp_0.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p2_0.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p2_dbl.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_0.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_dbl.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_to_p2.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_to_cached.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p3_tobytes.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_madd.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_add.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_msub.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_sub.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p1p1_to_p3.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_p1p1_to_p2.o

        CC(target) Release/obj.target/ed25519/src/ed25519/ge_tobytes.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_0.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_1.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_cmov.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_copy.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_neg.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_add.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_sub.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_mul.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_sq.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_sq2.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_invert.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_tobytes.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_isnegative.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_isnonzero.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_frombytes.o

        CC(target) Release/obj.target/ed25519/src/ed25519/fe_pow22523.o

        CC(target) Release/obj.target/ed25519/src/ed25519/sc_reduce.o

        CC(target) Release/obj.target/ed25519/src/ed25519/sc_muladd.o

        CXX(target) Release/obj.target/ed25519/src/ed25519.o

        In file included from /root/.node-gyp/0.12.6/deps/v8/include/v8stdint.h:13:0,

        from /root/.node-gyp/0.12.6/deps/v8/include/v8.h:18,

        from /root/.node-gyp/0.12.6/src/node.h:61,

        from ../src/ed25519.cc:1:

        /root/.node-gyp/0.12.6/src/node.h: In function ‘void node::FatalException(const v8::TryCatch&)’:

        /root/.node-gyp/0.12.6/src/node.h:275:61: warning: ‘void node::FatalException(v8::Isolate*, const v8::TryCatch&)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:270): Use ParseEncoding(isolate, …) [-Wdeprecated-declarations]

        return FatalException(v8::Isolate::GetCurrent(), try_catch);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node.h:273:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use FatalException(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node.h: In function ‘v8::Local v8::valuenode::Encode(const void*, size_t, node::encoding)’:

        /root/.node-gyp/0.12.6/src/node.h:287:62: warning: ‘v8::Local v8::valuenode::Encode(v8::Isolate*, const void*, size_t, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:278): Use FatalException(isolate, ...) [-Wdeprecated-declarations]

        return Encode(v8::Isolate::GetCurrent(), buf, len, encoding);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node.h:282:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use Encode(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node.h: In function ‘ssize_t node::DecodeBytes(v8::Handlev8::value, node::encoding)’:

        /root/.node-gyp/0.12.6/src/node.h:298:62: warning: ‘ssize_t node::DecodeBytes(v8::Isolate*, v8::Handlev8::value, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:291): Use Encode(isolate, ...) [-Wdeprecated-declarations]

        return DecodeBytes(v8::Isolate::GetCurrent(), val, encoding);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node.h:294:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use DecodeBytes(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node.h: In function ‘ssize_t node::DecodeWrite(char*, size_t, v8::Handlev8::value, node::encoding)’:

        /root/.node-gyp/0.12.6/src/node.h:312:75: warning: ‘ssize_t node::DecodeWrite(v8::Isolate*, char*, size_t, v8::Handlev8::value, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:302): Use DecodeBytes(isolate, ...) [-Wdeprecated-declarations]

        return DecodeWrite(v8::Isolate::GetCurrent(), buf, buflen, val, encoding);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node.h:307:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use DecodeWrite(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h: In function ‘v8::Local v8::objectnode::Buffer::New(v8::Handlev8::string, node::encoding)’:

        /root/.node-gyp/0.12.6/src/node_buffer.h:58:52: warning: ‘v8::Local v8::objectnode::Buffer::New(v8::Isolate*, v8::Handlev8::string, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:52): Use New(isolate, ...) [-Wdeprecated-declarations]

        return New(v8::Isolate::GetCurrent(), string, enc);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h:55:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use New(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h: In function ‘v8::Local v8::objectnode::Buffer::New(const char*, size_t)’:

        /root/.node-gyp/0.12.6/src/node_buffer.h:67:50: warning: ‘v8::Local v8::objectnode::Buffer::New(v8::Isolate*, const char*, size_t)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:62): Use New(isolate, ...) [-Wdeprecated-declarations]

        return New(v8::Isolate::GetCurrent(), data, len);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h:65:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use New(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h: In function ‘v8::Local v8::objectnode::Buffer::New(char*, size_t, node::smalloc::FreeCallback, void*)’:

        /root/.node-gyp/0.12.6/src/node_buffer.h:80:69: warning: ‘v8::Local v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t, node::smalloc::FreeCallback, void*)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:70): Use New(isolate, ...) [-Wdeprecated-declarations]

        return New(v8::Isolate::GetCurrent(), data, length, callback, hint);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h:75:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use New(isolate, …)",

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h: In function ‘v8::Local v8::objectnode::Buffer::Use(char*, uint32_t)’:

        /root/.node-gyp/0.12.6/src/node_buffer.h:90:50: warning: ‘v8::Local v8::objectnode::Buffer::Use(v8::Isolate*, char*, uint32_t)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:85): Use New(isolate, ...) [-Wdeprecated-declarations]

        return Use(v8::Isolate::GetCurrent(), data, len);

        ^

        /root/.node-gyp/0.12.6/deps/v8/include/v8config.h:313:1: note: in definition of macro ‘V8_DEPRECATED’

        declarator attribute((deprecated(message)))

        ^

        /root/.node-gyp/0.12.6/src/node_buffer.h:88:1: note: in expansion of macro ‘NODE_DEPRECATED’

        NODE_DEPRECATED("Use Use(isolate, …)",

        ^

        In file included from ../src/ed25519.cc:4:0:

        ../../../../nan/nan.h: In function ‘Nan::MaybeLocal v8::objectNan::NewBuffer(char*, size_t, node::smalloc::FreeCallback, void*)’:

        ../../../../nan/nan.h:685:64: warning: ‘v8::Local v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t, node::smalloc::FreeCallback, void*)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:70): Use New(isolate, ...) [-Wdeprecated-declarations]

        v8::Isolate::GetCurrent(), data, length, callback, hint));

        ^

        ../../../../nan/nan.h: In function ‘Nan::MaybeLocal v8::objectNan::CopyBuffer(const char*, uint32_t)’:

        ../../../../nan/nan.h:701:46: warning: ‘v8::Local v8::objectnode::Buffer::New(v8::Isolate*, const char*, size_t)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:62): Use New(isolate, …) [-Wdeprecated-declarations]

        v8::Isolate::GetCurrent(), data, size));

        ^

        ../../../../nan/nan.h: In function ‘Nan::MaybeLocal v8::objectNan::NewBuffer(char*, uint32_t)’:

        ../../../../nan/nan.h:729:64: warning: ‘v8::Local v8::objectnode::Buffer::Use(v8::Isolate*, char*, uint32_t)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node_buffer.h:85): Use New(isolate, …) [-Wdeprecated-declarations]

        node::Buffer::Use(v8::Isolate::GetCurrent(), data, size));

        ^

        ../../../../nan/nan.h: In function ‘void Nan::FatalException(const Nan::TryCatch&)’:

        ../../../../nan/nan.h:850:73: warning: ‘void node::FatalException(v8::Isolate*, const v8::TryCatch&)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:270): Use ParseEncoding(isolate, …) [-Wdeprecated-declarations]

        node::FatalException(v8::Isolate::GetCurrent(), try_catch.try_catch_);

        ^

        ../../../../nan/nan.h: In function ‘v8::Local v8::valueNan::Encode(const void*, size_t, Nan::Encoding)’:

        ../../../../nan/nan.h:1760:44: warning: ‘v8::Local v8::valuenode::Encode(v8::Isolate*, const void*, size_t, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:278): Use FatalException(isolate, …) [-Wdeprecated-declarations]

        , static_castnode::encoding(encoding));

        ^

        ../../../../nan/nan.h: In function ‘ssize_t Nan::DecodeBytes(v8::Localv8::value, Nan::Encoding)’:

        ../../../../nan/nan.h:1776:44: warning: ‘ssize_t node::DecodeBytes(v8::Isolate*, v8::Handlev8::value, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:291): Use Encode(isolate, …) [-Wdeprecated-declarations]

        , static_castnode::encoding(encoding));

        ^

        ../../../../nan/nan.h: In function ‘ssize_t Nan::DecodeWrite(char*, size_t, v8::Localv8::value, Nan::Encoding)’:

        ../../../../nan/nan.h:1798:44: warning: ‘ssize_t node::DecodeWrite(v8::Isolate*, char*, size_t, v8::Handlev8::value, node::encoding)’ is deprecated (declared at /root/.node-gyp/0.12.6/src/node.h:302): Use DecodeBytes(isolate, …) [-Wdeprecated-declarations]

        , static_castnode::encoding(encoding));

        ^

        SOLINK_MODULE(target) Release/obj.target/ed25519.node

        COPY Release/ed25519.node

        make: Leaving directory '/opt/iobroker/node_modules/iobroker.yahka/node_modules/ed25519/build'

        iobroker.core@1.0.0 /opt/iobroker

        └─┬ iobroker.yahka@0.5.5

        ├─┬ debug@2.6.6

        │ └── ms@0.7.3

        └─┬ hap-nodejs@0.4.25

        ├── ed25519@0.0.4

        └─┬ node-persist@0.0.11

        └── q@1.1.2

        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: xpc-connection@~0.1.4 (node_modules/noble/node_modules/xpc-connection):

        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for xpc-connection@0.1.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

        root@cubietruck:/opt/iobroker#</node::encoding></v8::value></v8::value></node::encoding></v8::value></v8::value></node::encoding></v8::value></v8::value></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::string></v8::object></v8::string></v8::object></v8::value></v8::value></v8::value></v8::value></v8::value></v8::value>

        1 Reply Last reply Reply Quote 0
        • Dutchman
          Dutchman Developer Most Active Administrators last edited by

          @chaos99a:

          aber er zeigt mir auch 5.5 an, also das diese installiert ist , nicht 5.4

          und im terminal steht ab und an mal was mit gib

          was ist mit : verbose loggin ein gemeint? `

          bij der adapter configuration der haken unten 🙂

          Btw: Kiste schonmal gerebooted ? (also nicht nur ibroker sonder complette machine ?)

          1 Reply Last reply Reply Quote 0
          • Espace0401
            Espace0401 last edited by

            Was gibt es denn bei den Dimmer zu beachten? Bisher ist es mir nicht gelungen diese einzubinden. Vielleicht hat ja mal jemand ein Beispiel parat, Danke!!!!

            1 Reply Last reply Reply Quote 0
            • C
              chaos99a last edited by

              bij der adapter configuration der haken unten 🙂

              Btw: Kiste schonmal gerebooted ? (also nicht nur ibroker sonder complette machine ?)

              Welchen haken meinst du ?

              Ja ein Reboot habe ich auch mehrmals gemacht , ist den eine Fehler zu sehen bei der Installation oder sieht das gut aus?

              1 Reply Last reply Reply Quote 0
              • Bluefox
                Bluefox last edited by

                @chaos99a:

                3.pngmhm echt merkwürdig

                wie erkenne ich ob ich über git installiere?

                ich habe es aber über : installieren aus eigener URL und über terminal : sudo npm install iobroker.yahka –production --prefix gemacht `
                Installation klappt.

                Nur Anlauf klappt nicht.

                Man kann so mehr sehen:

                iobroker stop yahka

                cd /opt/iobroker

                node node_modules iobroker.yahka/main.js –force --logs

                1 Reply Last reply Reply Quote 0
                • Bluefox
                  Bluefox last edited by

                  In 0.5.5 sollte jetzt die Objekt Id Auswahl funktionieren.

                  Könnte jemand ausprobieren?

                  Es gibt noch so ein experimentell Knopf oben: Wizard.

                  Es wird versucht alle Geräte automatisch zu erzeugen.

                  1 Reply Last reply Reply Quote 0
                  • C
                    chaos99a last edited by

                    Ich kann mich gerade nur online einwählen ,

                    Aber das bekomme ich zurück :

                    Ich bin nur leihe , er findet den Pfad nicht oder ? Aber node_modules gibt es
                    2591_img_0964.png

                    1 Reply Last reply Reply Quote 0
                    • Bluefox
                      Bluefox last edited by

                      Ich habe den Pfad falsch geschrieben und zwischen vergessen node_modules und iobroker slash vergessen. So muss sein

                      node node_modules/iobroker.yahka/main.js --force --logs
                      
                      1 Reply Last reply Reply Quote 0
                      • C
                        chaos99a last edited by

                        root@cubietruck:/opt/iobroker# node node_modules/iobroker.yahka/main.js –force --logs

                        *** 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 <http://0pointer.de/avahi-compat?s=libd ns_sd&e=node>

                        *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not su pported (or only supported partially) in the Apple Bonjour compatibility layer o f Avahi.

                        *** WARNING *** Please fix your application to use the native API of Avahi!

                        *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libd ns_sd&e=node&f=DNSServiceRegister>

                        /opt/iobroker/node_modules/iobroker.yahka/node_modules/hap-nodejs/lib/Camera.js:28

                        let options = {

                        ^^^

                        SyntaxError: Unexpected strict mode reserved word

                        at exports.runInThisContext (vm.js:73:16)

                        at Module._compile (module.js:443:25)

                        at Object.Module._extensions..js (module.js:478:10)

                        at Module.load (module.js:355:32)

                        at Function.Module._load (module.js:310:12)

                        at Module.require (module.js:365:17)

                        at require (module.js:384:17)

                        at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.yahka/node_modules/hap-nodejs/index.js:3:14)

                        at Module._compile (module.js:460:26)

                        at Object.Module._extensions..js (module.js:478:10)

                        root@cubietruck:/opt/iobroker#

                        was ich so im Internet gefunden habe, sagt das es nicht schlimm ist also die Warnungen und man kann sie ignorieren,

                        Ich weis nicht ob das was sein kann, ich habe gerade gemerkt das ich bei flot keine auswahl treffen kann , Datenbank ?

                        das gleiche bei mobile, gehe ich in den edit modus , ist dieser leer

                        edit:

                        Blue kannst du mir sagen wie ich die ENUMS befühlen kann ? was muss ich neu installieren damit er sich die daten neu von der CCU zieht?</anonymous>
                        2591_1.png
                        2591_1.png

                        1 Reply Last reply Reply Quote 0
                        • C
                          chaos99a last edited by

                          so meine ENUMS habe ich wieder mein REGA adapter hat sich weggeschossen , nach einer neuinstallation ging er wieder und jetzt geht auch der mobile adapter wieder,

                          bei flot kann ich aber immer noch nichts auswählen

                          edit:

                          leider habe ich immer noch den gleichen fehler bei yahka

                          1 Reply Last reply Reply Quote 0
                          • Dutchman
                            Dutchman Developer Most Active Administrators last edited by

                            @chaos99a:

                            so meine ENUMS habe ich wieder mein REGA adapter hat sich weggeschossen , nach einer neuinstallation ging er wieder und jetzt geht auch der mobile adapter wieder,

                            bei flot kann ich aber immer noch nichts auswählen

                            edit:

                            leider habe ich immer noch den gleichen fehler bei yahka `

                            hoert sich aber an ob da noch mehr sachen nicht so richtig laufen ? Was fuer ein system benutzt du ?

                            Eventuell doch mal nen neu installen oder, wen RaspI, andere SD und neu aufsetzten schaun was dan passiert ?

                            Klinkt vielleicht bloed, aber da wir keine andere mit diesen fehlern haben und da auch andere sachen bisschen schief laufen ist es probieren wert ?

                            1 Reply Last reply Reply Quote 0
                            • Dutchman
                              Dutchman Developer Most Active Administrators last edited by

                              @Bluefox:

                              In 0.5.5 sollte jetzt die Objekt Id Auswahl funktionieren.

                              Könnte jemand ausprobieren?

                              Es gibt noch so ein experimentell Knopf oben: Wizard.

                              Es wird versucht alle Geräte automatisch zu erzeugen. `

                              Hi @bluefox,

                              Mit installation von 0.5.5 leider keinen gute nachrichten 😕

                              1 - Kan keine devices mehr erstellen

                              2 - Kan keine devices und/oder services mehr editieren

                              3 - Wizard geht, laedt geraete ein, kan dan aber nicht speichern oder service hinzufuegen

                              4 - Durch die oberen auch knopf nicht testen koennen

                              Bei mir rollback, diese versions geht leider gar nicht 😕

                              Gr

                              Dutch

                              1 Reply Last reply Reply Quote 0
                              • Espace0401
                                Espace0401 last edited by

                                Ich habe mit meinem Iobroker nochmal ganz von vorne angefangen, alle Updates entsprechend installiert und nun läuft auch yahka bei mir synchron auf drei Geräten mit gleicher Apple ID :-). Was mir jetzt noch zum Glück fehlt ist mal ein Tip wie ich meine Dimmer zum laufen bekomme. Lassen die sich auch einbinden???? Wenn ja, bitte mal einen kleinen Tip.

                                1 Reply Last reply Reply Quote 0
                                • Bluefox
                                  Bluefox last edited by

                                  Ich habe jetzt yahka ausprobiert. Select ID Dialog und wizard gehen.

                                  Bei Wizard muss ich ein Element ändern damit Button wieder aktiv ist. Werde fixen.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    thobastian last edited by

                                    HI !

                                    jetzt habe ich den folgenden Fehler. Hat jemand eine Idee? Viel hatte ich noch gar nicht konfiguriert.

                                    Error: Cannot add a Service with the same UUID '0000004A-0000-1000-8000-0026BB765291' as another Service in this Accessory without also defining a unique 'subtype' property. at Accessory.addServic

                                    yahka.0 2017-05-15 21:56:59.650 error uncaught exception: Cannot add a Service with the same UUID '0000004A-0000-1000-8000-0026BB765291' as another Service in this Accessory without also defining a unique 'subtype' property.

                                    1 Reply Last reply Reply Quote 0
                                    • Dutchman
                                      Dutchman Developer Most Active Administrators last edited by

                                      @thobastian:

                                      HI !

                                      jetzt habe ich den folgenden Fehler. Hat jemand eine Idee? Viel hatte ich noch gar nicht konfiguriert.

                                      Error: Cannot add a Service with the same UUID '0000004A-0000-1000-8000-0026BB765291' as another Service in this Accessory without also defining a unique 'subtype' property. at Accessory.addServic

                                      yahka.0 2017-05-15 21:56:59.650 error uncaught exception: Cannot add a Service with the same UUID '0000004A-0000-1000-8000-0026BB765291' as another Service in this Accessory without also defining a unique 'subtype' property. `

                                      Jup

                                      as another Service in this Accessory without also defining a unique 'subtype' property
                                      

                                      Du hast bei einen Gerät 2 Services mit dem selben Namen erstellt, Fülle Mal den subtype mit anderen Namen

                                      (Siehe auch mein Video ein paar post oben irgendwo bei Minute 8 sollte genau das vorbei kommen

                                      –-----------------------

                                      Send from mobile device

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        thobastian last edited by

                                        Ja, daran hat es gelegen. Vielen Dank.

                                        Wozu soll denn dieser Subtype sein?

                                        Jetzt habe 3 Thermostate erstellt und die werden auch im Homekit angezeigt. Aber alle Geräte werden dem zuletzt eingegebenen Raum zugewiesen. Habt ihr auch dieses Verhalten?

                                        1 Reply Last reply Reply Quote 0
                                        • Dutchman
                                          Dutchman Developer Most Active Administrators last edited by

                                          @thobastian:

                                          Ja, daran hat es gelegen. Vielen Dank.

                                          Wozu soll denn dieser Subtype sein?

                                          Jetzt habe 3 Thermostate erstellt und die werden auch im Homekit angezeigt. Aber alle Geräte werden dem zuletzt eingegebenen Raum zugewiesen. Habt ihr auch dieses Verhalten? `

                                          Wie meinst du das ?

                                          Alle Geräte kommen in den Default room, auf deiner ios device kannst du Dan den richtigen Raum zuordnen das geht leider nicht über dem Adapter.

                                          Warum der subtype, ehm ja so ist es halt gebaut auch mit dem open-hab wie was warum kan ich dir leider nicht erklären

                                          Greetz.

                                          Dutch

                                          –-----------------------

                                          Send from mobile device

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            thobastian last edited by

                                            Also ein Beispiel:

                                            Ich habe 2 Thermostate:

                                            in der Küche und

                                            im Arbeitszimmer.

                                            Wenn ich auf dem IPhone nun den Raum eines Thermostats verändere, ändert IOS das andere genauso.

                                            Trage ich "Arbeitszimmer" ein und ich rufe die Details vom anderen Gerät auf, so sehe ich dort ebenfalls "Arbeitszimmer".

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            976
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            204
                                            1745
                                            580544
                                            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