Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Alpha Homekit-Controller 0.0.x

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Test Alpha Homekit-Controller 0.0.x

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

      Aktuelle Test Version 0.0.1
      Veröffentlichungsdatum 18.10.2021
      Github Link https://github.com/Apollon77/ioBroker.homekit-controller

      Hallo alle miteinander,

      nach einiger zeit mal wieder ein neuer Adapter von mir.

      Der "Homekit Controller" Adapter erlaubt es Geräte mit einem "Works with HomeKit" Label (wie zB die ganzen Elgato Eve Geräte, aber auch eine Hue oder verschiednenste Steckdosen die mit HomeKit kompatibel sind) mit ioBroker zu verbinden anstelle der Apple Home App.

      Der Adapter kann dies für IP/WLAN Geräte und auch Bluetooth LE (BLE) Geräte (Bluetooth Hardware support vorausgesetzt). Geräte werden hierbei automatisch erkannt und können (aktuell noch über einen "State") gepaired werden.

      Der Adapter erlaubt es NICHT ioBroker Geräte für Apple Home anzubieten (!!) Das ist weiterhin Thema des Yahka Adapters!

      Weitere Informationen und vor allem LIMITIERUNGEN (zB BLE kann keine real-time updates, IP muss UDP Nachrichten bekommen, also im Docker schwierig u.s.w.) bitte der Readme unter https://github.com/Apollon77/ioBroker.homekit-controller/blob/main/README.md entnehmen!

      Ich habe das ganze mit drei Geräten getestet die ich hier hatte, aber es wird bestimmt noch Sonderfälle geben wo Pairing oder irgendetwas nicht tut.

      Die Readme enthält auch noch Todos.

      Bin aber über jedes Feedback froh was ich bekomme.

      Installation für diesen ersten Alpha Test von Github. Also bitte:

      • im Admin den Expertenmodus aktivieren
      • GitHub/Custom Install button drücken
      • Tab ganz rechts nutzen und https://github.com/Apollon77/ioBroker.homekit-controller als URL eingeben
      • Dann nach der Installation unter Adapter mit "+" eine Instanz manuell anlegen (ist nur wegen GitHub Install nötig)

      Ingo

      apollon77 1 Reply Last reply Reply Quote 5
      • apollon77
        apollon77 @apollon77 last edited by

        @apollon77 Habe gestern noch ein bissl optimiert und ist jetzt als 0.1.0 verfügbar ...

        P jocker545 2 Replies Last reply Reply Quote 1
        • P
          pboeck @apollon77 last edited by

          @apollon77 Danke für den Adapter, darauf habe ich gewartet.

          Meros MS210 Steckdosen konnte ich verbinden.
          Sie müssen erst mit Apple Home verbunden werden und dann über Apple Home wieder getrennt werden.

          Beim schalten kommt diese Meldung:

          2021-10-21 15:44:47.063 - info: homekit-controller.0 (27350) State value to set for "homekit-controller.0.IP-29:F4:1A:24:B3:5F.1.outlet.on" has to be type "boolean" but received type "number"
          2021-10-21 15:45:20.786 - info: homekit-controller.0 (27350) State value to set for "homekit-controller.0.IP-29:F4:1A:24:B3:5F.1.outlet.on" has to be type "boolean" but received type "number"
          

          Vor dem ersten schalten steht noch false oder true in den State dann nur noch 0 oder 1.
          Nach einem Neustart (Steckdose spannungslos machen) steht wieder false oder true in den State.

          Peter

          apollon77 1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @pboeck last edited by

            @pboeck machst mir bitte dazu mal ein debug log? Am besten vom Start bis quasi der Fehler kommt. Logfile am besten von Platte unter /opt/iobroker/logs/… holen. Admin Schneider Zeilen ab

            P 1 Reply Last reply Reply Quote 0
            • P
              pboeck @apollon77 last edited by

              @apollon77 hier ist ein Auszug:

              2021-10-21 21:58:26.715 - info: homekit-controller.0 (23907) Got terminate signal TERMINATE_YOURSELF
              2021-10-21 21:58:26.740 - info: homekit-controller.0 (23907) terminating
              2021-10-21 21:58:26.742 - info: homekit-controller.0 (23907) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              2021-10-21 21:58:31.434 - debug: homekit-controller.0 (3155) Redis Objects: Use Redis connection: 127.0.0.1:9001
              2021-10-21 21:58:31.500 - debug: homekit-controller.0 (3155) Objects client ready ... initialize now
              2021-10-21 21:58:31.504 - debug: homekit-controller.0 (3155) Objects create System PubSub Client
              2021-10-21 21:58:31.506 - debug: homekit-controller.0 (3155) Objects create User PubSub Client
              2021-10-21 21:58:31.508 - debug: homekit-controller.0 (3155) Objects client initialize lua scripts
              2021-10-21 21:58:31.576 - debug: homekit-controller.0 (3155) Objects connected to redis: 127.0.0.1:9001
              2021-10-21 21:58:31.620 - debug: homekit-controller.0 (3155) objectDB connected
              2021-10-21 21:58:31.624 - debug: homekit-controller.0 (3155) Redis States: Use Redis connection: 127.0.0.1:9000
              2021-10-21 21:58:31.649 - debug: homekit-controller.0 (3155) States create System PubSub Client
              2021-10-21 21:58:31.651 - debug: homekit-controller.0 (3155) States create User PubSub Client
              2021-10-21 21:58:32.220 - debug: homekit-controller.0 (3155) States connected to redis: 127.0.0.1:9000
              2021-10-21 21:58:32.222 - debug: homekit-controller.0 (3155) statesDB connected
              2021-10-21 21:58:32.625 - debug: homekit-controller.0 (3155) Plugin sentry Initialize Plugin (enabled=true)
              2021-10-21 21:58:32.868 - info: homekit-controller.0 (3155) starting. Version 0.1.0 in /opt/iobroker/node_modules/iobroker.homekit-controller, node: v12.22.7, js-controller: 3.3.18
              2021-10-21 21:58:33.192 - debug: homekit-controller.0 (3155) Init 4 known devices without discovery ...
              2021-10-21 21:58:33.196 - debug: homekit-controller.0 (3155) IP-90:09:EC:57:D8:5A Start Homekit Device Client initialization on 192.168.1.40:5010
              2021-10-21 21:58:33.201 - debug: homekit-controller.0 (3155) Service: {"name":"MSS210-bc23","address":"192.168.1.40","port":5010,"c#":2,"ff":2,"id":"90:09:EC:57:D8:5A","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
              2021-10-21 21:58:33.221 - debug: homekit-controller.0 (3155) Discovered IP device up: f9:47:a6:e8:4f:f1/hepe 429D
              2021-10-21 21:58:33.222 - debug: homekit-controller.0 (3155) IP-F9:47:A6:E8:4F:F1 Discovered IP device: {"name":"hepe 429D","address":"192.168.1.4","port":37645,"c#":2,"ff":0,"id":"f9:47:a6:e8:4f:f1","md":"iobroker","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
              2021-10-21 21:58:33.223 - info: homekit-controller.0 (3155) IP-F9:47:A6:E8:4F:F1 (hepe 429D) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:33.231 - debug: homekit-controller.0 (3155) state homekit-controller.0.info.connection changed: false (ack = true)
              2021-10-21 21:58:33.242 - debug: homekit-controller.0 (3155) Discovered BLE device up: 38:ab:51:14:7e:a9/Flex Ce
              2021-10-21 21:58:33.243 - debug: homekit-controller.0 (3155) BLE-38:AB:51:14:7E:A9 Discovered BLE device: {"name":"Flex Ce","CoID":76,"TY":6,"AIL":109,"SF":0,"DeviceID":"38:ab:51:14:7e:a9","ACID":5,"GSN":506,"CN":1,"CV":2,"c#":1,"id":"38:ab:51:14:7e:a9","ci":5,"availableToPair":false}
              2021-10-21 21:58:33.243 - info: homekit-controller.0 (3155) BLE-38:AB:51:14:7E:A9 (Flex Ce) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:33.285 - debug: homekit-controller.0 (3155) Discovered IP device up: 29:F4:1A:24:B3:5F/MSS210-be7e
              2021-10-21 21:58:33.285 - debug: homekit-controller.0 (3155) IP-29:F4:1A:24:B3:5F Discovered IP device: {"name":"MSS210-be7e","address":"192.168.1.44","port":5010,"c#":2,"ff":2,"id":"29:F4:1A:24:B3:5F","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
              2021-10-21 21:58:33.287 - info: homekit-controller.0 (3155) IP-29:F4:1A:24:B3:5F (MSS210-be7e) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:33.293 - debug: homekit-controller.0 (3155) Discovered IP device up: 91:98:6D:AD:52:AF/Eve Extend 0630
              2021-10-21 21:58:33.293 - debug: homekit-controller.0 (3155) IP-91:98:6D:AD:52:AF Discovered IP device: {"name":"Eve Extend 0630","address":"192.168.1.65","port":8080,"c#":5,"ff":1,"id":"91:98:6D:AD:52:AF","md":"Eve Extend 20EAB9901","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
              2021-10-21 21:58:33.294 - info: homekit-controller.0 (3155) IP-91:98:6D:AD:52:AF (Eve Extend 0630) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:33.306 - debug: homekit-controller.0 (3155) Discovered IP device up: 90:09:EC:57:D8:5A/MSS210-bc23
              2021-10-21 21:58:33.307 - debug: homekit-controller.0 (3155) IP-90:09:EC:57:D8:5A Discovered IP device: {"name":"MSS210-bc23","address":"192.168.1.40","port":5010,"c#":2,"ff":2,"id":"90:09:EC:57:D8:5A","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
              2021-10-21 21:58:33.308 - debug: homekit-controller.0 (3155) IP-90:09:EC:57:D8:5A Device initialization already in progress ... ignore call
              2021-10-21 21:58:33.333 - debug: homekit-controller.0 (3155) Discovered IP device up: 48:60:FE:40:13:42/MSS620-6c70
              2021-10-21 21:58:33.334 - debug: homekit-controller.0 (3155) IP-48:60:FE:40:13:42 Discovered IP device: {"name":"MSS620-6c70","address":"192.168.1.54","port":5010,"c#":4,"ff":2,"id":"48:60:FE:40:13:42","md":"MSS620","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
              2021-10-21 21:58:33.334 - info: homekit-controller.0 (3155) IP-48:60:FE:40:13:42 (MSS620-6c70) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:33.368 - debug: homekit-controller.0 (3155) Discovered IP device up: C4:7F:76:46:F9:D5/MSS210-b791
              2021-10-21 21:58:33.369 - debug: homekit-controller.0 (3155) IP-C4:7F:76:46:F9:D5 Discovered IP device: {"name":"MSS210-b791","address":"192.168.1.31","port":5011,"c#":3,"ff":2,"id":"C4:7F:76:46:F9:D5","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
              2021-10-21 21:58:33.369 - info: homekit-controller.0 (3155) IP-C4:7F:76:46:F9:D5 (MSS210-b791) found without known pairing data and already paired: ignoring
              2021-10-21 21:58:34.342 - debug: homekit-controller.0 (3155) Accessory Structure: {"accessories":[{"aid":1,"services":[{"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":2,"type":"00000014-0000-1000-8000-0026BB765291","format":"bool","perms":["pw"]},{"iid":3,"type":"00000020-0000-1000-8000-0026BB765291","format":"string","value":"Meross","perms":["pr"],"ev":false},{"iid":4,"type":"00000021-0000-1000-8000-0026BB765291","format":"string","value":"MSS210","perms":["pr"],"ev":false},{"iid":5,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"MSS210-bc23","perms":["pr"],"ev":false},{"iid":6,"type":"00000030-0000-1000-8000-0026BB765291","format":"string","value":"518519200803129","perms":["pr"],"ev":false},{"iid":7,"type":"00000052-0000-1000-8000-0026BB765291","format":"string","value":"4.1.9","perms":["pr"],"ev":false},{"iid":8,"type":"00000053-0000-1000-8000-0026BB765291","format":"string","value":"4.0.0","perms":["pr"],"ev":false},{"iid":9,"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","format":"string","value":"2.0.1;16A75","perms":["pr"],"ev":false}]},{"iid":10,"type":"000000A2-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":11,"type":"00000037-0000-1000-8000-0026BB765291","format":"string","value":"1.1.0","perms":["pr"],"ev":false}]},{"iid":12,"type":"00000047-0000-1000-8000-0026BB765291","primary":true,"hidden":false,"linked":[],"characteristics":[{"iid":13,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"outlet","perms":["pr"],"ev":false},{"iid":14,"type":"00000025-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","pw","ev"],"ev":false},{"iid":15,"type":"00000026-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","ev"],"ev":false}]}]}]}
              2021-10-21 21:58:34.388 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.connectionType changed: IP (ack = true)
              2021-10-21 21:58:34.407 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.id changed: 90:09:EC:57:D8:5A (ack = true)
              2021-10-21 21:58:34.424 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.address changed: 192.168.1.40 (ack = true)
              2021-10-21 21:58:34.442 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.connected changed: false (ack = true)
              2021-10-21 21:58:34.469 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.admin.isPaired changed: true (ack = true)
              2021-10-21 21:58:34.487 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.admin.unpair changed: false (ack = true)
              2021-10-21 21:58:34.506 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.manufacturer changed: Meross (ack = true)
              2021-10-21 21:58:34.525 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.model changed: MSS210 (ack = true)
              2021-10-21 21:58:34.544 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.name changed: MSS210-bc23 (ack = true)
              2021-10-21 21:58:34.563 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.serial-number changed: 518519200803129 (ack = true)
              2021-10-21 21:58:34.600 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.firmware-revision changed: 4.1.9 (ack = true)
              2021-10-21 21:58:34.619 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.hardware-revision changed: 4.0.0 (ack = true)
              2021-10-21 21:58:34.638 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information.34AB8811-AC7F-4340-BAC3-FD6A85F9943B changed: 2.0.1;16A75 (ack = true)
              2021-10-21 21:58:34.656 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.name changed: outlet (ack = true)
              2021-10-21 21:58:34.670 - info: homekit-controller.0 (3155) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.on" has to be type "boolean" but received type "number"
              2021-10-21 21:58:34.676 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.on changed: 1 (ack = true)
              2021-10-21 21:58:34.734 - info: homekit-controller.0 (3155) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.outlet-in-use" has to be type "boolean" but received type "number"
              2021-10-21 21:58:34.743 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.outlet-in-use changed: 1 (ack = true)
              2021-10-21 21:58:34.746 - debug: homekit-controller.0 (3155) Device IP-90:09:EC:57:D8:5A collected polling IDs: ["1.13","1.14","1.15"]
              2021-10-21 21:58:34.747 - debug: homekit-controller.0 (3155) Device IP-90:09:EC:57:D8:5A collected subscription IDs: ["1.14","1.15"]
              2021-10-21 21:58:34.761 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.connected changed: true (ack = true)
              2021-10-21 21:58:34.766 - debug: homekit-controller.0 (3155) state homekit-controller.0.info.connection changed: true (ack = true)
              2021-10-21 21:58:35.742 - debug: homekit-controller.0 (3155) IP-29:F4:1A:24:B3:5F Start Homekit Device Client initialization on 192.168.1.44:5010
              2021-10-21 21:58:35.743 - debug: homekit-controller.0 (3155) Service: {"name":"MSS210-be7e","address":"192.168.1.44","port":5010,"c#":2,"ff":2,"id":"29:F4:1A:24:B3:5F","md":"MSS210","pv":"1.1","s#":1,"sf":1,"ci":7,"availableToPair":true}
              2021-10-21 21:58:42.360 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.accessory-runtime-information.heart-beat changed: 1 (ack = true)
              2021-10-21 21:58:42.437 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.on changed: true (ack = true)
              2021-10-21 21:58:42.453 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.name changed: Eve Energy (ack = true)
              2021-10-21 21:58:42.469 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.outlet-in-use changed: true (ack = true)
              2021-10-21 21:58:42.485 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.volt changed: 237.4 (ack = true)
              2021-10-21 21:58:42.501 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.ampere changed: 0 (ack = true)
              2021-10-21 21:58:42.517 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.power changed: 0 (ack = true)
              2021-10-21 21:58:42.533 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.total-consumption changed: 86.55 (ack = true)
              2021-10-21 21:58:42.549 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.outlet.lock-physical-controls changed: false (ack = true)
              2021-10-21 21:58:42.568 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F155-079E-48FF-8F27-9C2605A29F52 changed: 5E:D9:65:42:94:D3 (ack = true)
              2021-10-21 21:58:42.585 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F156-079E-48FF-8F27-9C2605A29F52 changed: 7 (ack = true)
              2021-10-21 21:58:42.602 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.3.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F157-079E-48FF-8F27-9C2605A29F52 changed: 1 (ack = true)
              2021-10-21 21:58:42.619 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.manufacturer changed: Eve Systems (ack = true)
              2021-10-21 21:58:42.635 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.model changed: Eve Energy 20EBO8301 (ack = true)
              2021-10-21 21:58:42.652 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.name changed: Eve Energy 94EC (ack = true)
              2021-10-21 21:58:42.668 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.serial-number changed: RV40J1A06310 (ack = true)
              2021-10-21 21:58:42.685 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.firmware-revision changed: 2.1.0 (ack = true)
              2021-10-21 21:58:42.711 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.hardware-revision changed: 1.1 (ack = true)
              2021-10-21 21:58:42.725 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.1188AB34-4043-7FAC-6AFD-C3BA3B94F985 changed: "5.0";e0258992 (ack = true)
              2021-10-21 21:58:42.742 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-information.product-data changed: IHdXc5VleGE= (ack = true)
              2021-10-21 21:58:42.767 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.thread-transport.thread-node-capabilities changed: 8 (ack = true)
              2021-10-21 21:58:42.807 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.thread-transport.thread-status changed: 1 (ack = true)
              2021-10-21 21:58:42.825 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.thread-transport.thread-control-point changed: (ack = true)
              2021-10-21 21:58:42.842 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.thread-transport.thread-open-thread-version changed: OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020 (ack = true)
              2021-10-21 21:58:42.860 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.thread-transport.current-transport changed: false (ack = true)
              2021-10-21 21:58:42.882 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.name changed: Eve Logging (ack = true)
              2021-10-21 21:58:42.949 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F131-079E-48FF-8F27-9C2605A29F52 changed: 2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwIBCAQMUlY0MEoxQTA2MzEwBgLgCwcEALYAAAUBANgEOVZEM5wBAB0BCNIAYAFk0AST3XMBmwS33XMBnwTOAQAARQUFMAAAAEYJBQAAAA4AAEIGRBEFHAAFAzwAAABBgj5ChawjQUcRBd8cuB1LHiQftAAAADwAAABIBgUAAAAAAEoGBQAAAAAA (ack = true)
              2021-10-21 21:58:42.969 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F158-079E-48FF-8F27-9C2605A29F52 changed: gAEAAAhK5Td4cr+OKQEC//4CAd8IAA== (ack = true)
              2021-10-21 21:58:43.010 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F116-079E-48FF-8F27-9C2605A29F52 changed: uN1zAYXtSgFwCPkmBQsCDAINAgcCDgHgCwAMALYAAADCXgEBAA== (ack = true)
              2021-10-21 21:58:43.024 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F117-079E-48FF-8F27-9C2605A29F52 changed: EgC2AAAAwl4BDwgAKwkDAAkA (ack = true)
              2021-10-21 21:58:43.049 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F112-079E-48FF-8F27-9C2605A29F52 changed: 0 (ack = true)
              2021-10-21 21:58:43.067 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F007-079E-48FF-8F27-9C2605A29F52.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDlAAAQgLAB5HvkSSfTR4 (ack = true)
              2021-10-21 21:58:43.078 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-runtime-information.sleep-interval changed: 0 (ack = true)
              2021-10-21 21:58:43.091 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-runtime-information.ping changed: (ack = true)
              2021-10-21 21:58:43.102 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.accessory-runtime-information.heart-beat changed: 1 (ack = true)
              2021-10-21 21:58:43.125 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.on changed: true (ack = true)
              2021-10-21 21:58:43.146 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.name changed: Eve Energy (ack = true)
              2021-10-21 21:58:43.160 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.outlet-in-use changed: true (ack = true)
              2021-10-21 21:58:43.178 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.E863F10A-079E-48FF-8F27-9C2605A29F52 changed: 235.4 (ack = true)
              2021-10-21 21:58:43.193 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.E863F126-079E-48FF-8F27-9C2605A29F52 changed: 0 (ack = true)
              2021-10-21 21:58:43.216 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.E863F10D-079E-48FF-8F27-9C2605A29F52 changed: 0 (ack = true)
              2021-10-21 21:58:43.281 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.E863F10C-079E-48FF-8F27-9C2605A29F52 changed: 40.08 (ack = true)
              2021-10-21 21:58:43.297 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.outlet.lock-physical-controls changed: 0 (ack = true)
              2021-10-21 21:58:43.317 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F155-079E-48FF-8F27-9C2605A29F52 changed: 7D:1D:48:92:00:3D (ack = true)
              2021-10-21 21:58:43.335 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F156-079E-48FF-8F27-9C2605A29F52 changed: 7 (ack = true)
              2021-10-21 21:58:43.386 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.4.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F157-079E-48FF-8F27-9C2605A29F52 changed: 1 (ack = true)
              2021-10-21 21:58:43.402 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.manufacturer changed: Eve Systems (ack = true)
              2021-10-21 21:58:43.417 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.model changed: Eve Energy 20EBO8301 (ack = true)
              2021-10-21 21:58:43.433 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.name changed: Eve Energy C8B1 (ack = true)
              2021-10-21 21:58:43.449 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.serial-number changed: RV40J1A06143 (ack = true)
              2021-10-21 21:58:43.464 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.firmware-revision changed: 2.1.0 (ack = true)
              2021-10-21 21:58:43.484 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.hardware-revision changed: 1.1 (ack = true)
              2021-10-21 21:58:43.511 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.1188AB34-4043-7FAC-6AFD-C3BA3B94F985 changed: "5.0";e0258992 (ack = true)
              2021-10-21 21:58:43.531 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-information.product-data changed: IHdXc5VleGE= (ack = true)
              2021-10-21 21:58:43.544 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.thread-transport.thread-node-capabilities changed: 8 (ack = true)
              2021-10-21 21:58:43.555 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.thread-transport.thread-status changed: 1 (ack = true)
              2021-10-21 21:58:43.576 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.thread-transport.thread-control-point changed: (ack = true)
              2021-10-21 21:58:43.587 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.thread-transport.thread-open-thread-version changed: OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020 (ack = true)
              2021-10-21 21:58:43.598 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.thread-transport.current-transport changed: false (ack = true)
              2021-10-21 21:58:43.609 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.name changed: Eve Logging (ack = true)
              2021-10-21 21:58:43.632 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F131-079E-48FF-8F27-9C2605A29F52 changed: 2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwIBCAQMUlY0MEoxQTA2MTQzBgL9CwcEALQAAAUBANgEVFVBWpwBAB0BCNIAYAFk0AQtvXMBmwRRvXMBnwTTAQAARQUFMAAAAEYJBQAAAA4AAEIGRBEFHAAFAzwAAABBgj5ChawjQUcRBd8cuB1LHiQftAAAADwAAABIBgUAAAAAAEoGBQAAAAAA (ack = true)
              2021-10-21 21:58:43.676 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F158-079E-48FF-8F27-9C2605A29F52 changed: gAEAAAhCD5wYteaDVAEC//4CAd8IAA== (ack = true)
              2021-10-21 21:58:43.689 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F116-079E-48FF-8F27-9C2605A29F52 changed: Ub1zAXCeOwHS2ekmBQsCDAINAgcCDgH9CwAMALQAALBdXgEBAA== (ack = true)
              2021-10-21 21:58:43.707 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F117-079E-48FF-8F27-9C2605A29F52 changed: EgC0AACwXV4BD80ALQkTAM0A (ack = true)
              2021-10-21 21:58:43.731 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F112-079E-48FF-8F27-9C2605A29F52 changed: 0 (ack = true)
              2021-10-21 21:58:43.756 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F007-079E-48FF-8F27-9C2605A29F52.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDlAAAQgLADXukOyYqdH3 (ack = true)
              2021-10-21 21:58:43.767 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-runtime-information.sleep-interval changed: 0 (ack = true)
              2021-10-21 21:58:43.779 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-runtime-information.ping changed: (ack = true)
              2021-10-21 21:58:43.791 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.accessory-runtime-information.heart-beat changed: 1 (ack = true)
              2021-10-21 21:58:44.266 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.on changed: true (ack = true)
              2021-10-21 21:58:44.284 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.name changed: Eve Energy (ack = true)
              2021-10-21 21:58:44.299 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.outlet-in-use changed: true (ack = true)
              2021-10-21 21:58:44.316 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.E863F10A-079E-48FF-8F27-9C2605A29F52 changed: 237.8 (ack = true)
              2021-10-21 21:58:44.331 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.E863F126-079E-48FF-8F27-9C2605A29F52 changed: 0.23 (ack = true)
              2021-10-21 21:58:44.345 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.E863F10D-079E-48FF-8F27-9C2605A29F52 changed: 24.9 (ack = true)
              2021-10-21 21:58:44.407 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.E863F10C-079E-48FF-8F27-9C2605A29F52 changed: 87.59 (ack = true)
              2021-10-21 21:58:44.422 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.outlet.lock-physical-controls changed: 0 (ack = true)
              2021-10-21 21:58:44.440 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F155-079E-48FF-8F27-9C2605A29F52 changed: 09:A6:E7:1D:F3:12 (ack = true)
              2021-10-21 21:58:44.458 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F156-079E-48FF-8F27-9C2605A29F52 changed: 7 (ack = true)
              2021-10-21 21:58:44.481 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.5.E863F00B-079E-48FF-8F27-9C2605A29F52.E863F157-079E-48FF-8F27-9C2605A29F52 changed: 1 (ack = true)
              2021-10-21 21:58:44.484 - debug: homekit-controller.0 (3155) Device IP-91:98:6D:AD:52:AF collected polling IDs: ["1.108","1.101","1.103","1.105","1.107","2.18","2.19","2.20","2.23","2.24","2.25","2.28","2.29","2.30","2.100001","2.100002","2.100003","3.20","3.21","3.22","3.23","3.25","3.28","3.29","3.31","3.32","3.33","3.36","3.37","3.40","3.41","3.42","3.44","3.45","3.46","3.47","3.48","3.49","3.50","3.51","3.100001","3.100002","3.100003","4.20","4.21","4.22","4.23","4.25","4.28","4.29","4.31","4.32","4.33","4.36","4.37","4.40","4.41","4.42","4.44","4.45","4.46","4.47","4.48","4.49","4.50","4.51","4.100001","4.100002","4.100003","5.20","5.21","5.22","5.23","5.25","5.28","5.29","5.31","5.32","5.33","5.36","5.37","5.40","5.41","5.42","5.44","5.45","5.46","5.47","5.48","5.49","5.50","5.51","5.100001","5.100002","5.100003"]
              2021-10-21 21:58:44.484 - debug: homekit-controller.0 (3155) Device IP-91:98:6D:AD:52:AF collected subscription IDs: ["1.107","2.19","2.20","2.100003","3.21","3.42","3.44","3.46","3.49","3.51","3.100003","4.21","4.42","4.44","4.46","4.49","4.51","4.100003","5.21","5.42","5.44","5.46","5.49","5.51","5.100003"]
              2021-10-21 21:58:44.547 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-91:98:6D:AD:52:AF.info.connected changed: true (ack = true)
              2021-10-21 21:59:05.742 - debug: homekit-controller.0 (3155) Device IP-90:09:EC:57:D8:5A Scheduled Characteristic update started ...
              2021-10-21 21:59:06.821 - info: homekit-controller.0 (3155) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.on" has to be type "boolean" but received type "number"
              2021-10-21 21:59:06.822 - info: homekit-controller.0 (3155) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.outlet-in-use" has to be type "boolean" but received type "number"
              2021-10-21 21:59:06.830 - debug: homekit-controller.0 (3155) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.outlet.name changed: outlet (ack = true)
              
              

              Ich habe in der Zwischenzeit noch EVE Geräte über einen EVE Extended integriert. Hat auch super funktioniert.

              apollon77 1 Reply Last reply Reply Quote 0
              • jocker545
                jocker545 @apollon77 last edited by

                @apollon77 Danke auch von mir für Klasse Arbeit!
                Yeelight Technology MJXDD01SYL MiSmartLEDCeilingLight450-FC57
                funktioniert alles bestens.
                homekit-controller.0.IP-27:xxxxxx.1.lightbulb.brightness
                homekit-controller.0.IP-27:xxxxxx.1.lightbulb.color-temperature
                homekit-controller.0.IP-27:xxxxxx.1.lightbulb.name
                homekit-controller.0.IP-27:xxxxxx.1.lightbulb.on

                Gruß Vadim

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @pboeck last edited by apollon77

                  @pboeck sagte in Test Alpha Homekit-Controller 0.0.x:

                  Danke, bitte mal GitHub version aktualisieren. Fehler jetzt weg und nur true/false drin?

                  EDIT Sa 9:43: Bitte ggf noch mal neu von Github vor neuem Log ...

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

                    So, habe es jetzt auch mit nem Meross Socket getestet und sollte gefixt sein.

                    Bitte von GitHub updaten und danach Adapterinstanz manuell neu starten ... Dann weg?

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      pboeck @apollon77 last edited by

                      @apollon77 Ja, jetzt passt es.

                      Ich habe den ganzen Objektbaum gelöscht.
                      Gibt es einen Trick die vormals gepairten Geräte ohne zurücksetzen wieder zu integrieren?

                      apollon77 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 @pboeck last edited by

                        @pboeck ne leider nicht. Warum hadtvdubdie Objekte gelöscht? Hab ich nirgendwo verlangt. 😞

                        Mir war das die letzten Tage auch aufgefallen das beim löschen der Objekte das ja alles weg ist. Man könnte es in nem zweiten File speichern …mal überlegen.

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          pboeck @apollon77 last edited by

                          @apollon77 Ich wollte nur nochmals von vorne beginnen.

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

                            Update auf GitHub:

                            WICHTIG: Channelnamen und damit am Ende fast alle State Namen ändern sich in der Version! Die waren nicht unique genug. Also bitte updaten und ggf channelnamen die danach noch da sind ohne nummer drin löschen. Aber am besten NICHT das Hauptobjekt der geräte löschen - oder nach Update einmal neu starten das er die Pairingdaten speichert, dann sollten die wiederverwendet werden.

                            • (Apollon77) Store pairing data additionally in an instance directory and retry them on start if objects where deleted or such
                            • (Apollon77) Add info.lastDiscovered state with a timestamp to allow manual cleanup of devices that are paired somewhere else then with the adapter instance (because such objects would currently not be deleted)
                            • (Apollon77) Adjust some roles
                            P 1 Reply Last reply Reply Quote 0
                            • P
                              pboeck @apollon77 last edited by

                              @apollon77 Jetzt kommt wieder diese Meldung:

                              
                              2021-10-24 08:10:02.726 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-67:1E:EB:7A:BB:97.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:02.892 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:03.196 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-03:09:A7:12:3E:A6.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:03.398 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:05.811 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:07.557 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.outlet.lock-physical-controls" has to be type "number" but received type "boolean"
                              2021-10-24 08:10:08.329 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.sensor-leak.leak-detected" has to be type "number" but received type "boolean"
                              2021-10-24 08:10:08.387 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.sensor-leak.status-fault" has to be type "number" but received type "boolean"
                              2021-10-24 08:10:11.155 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-03:09:A7:12:3E:A6.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:12.741 - info: homekit-controller.0 (681) IP-9E:DB:2B:41:DE:81 Could not initialize device: connect ECONNREFUSED 192.168.1.31:5010 Error: connect ECONNREFUSED 192.168.1.31:5010
                              at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1144:16)
                              2021-10-24 08:10:13.977 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-67:1E:EB:7A:BB:97.info.lastDiscovered" has to be type "boolean" but received type "number"
                              2021-10-24 08:10:44.496 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.sensor-leak.leak-detected" has to be type "number" but received type "boolean"
                              2021-10-24 08:10:44.497 - info: homekit-controller.0 (681) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.sensor-leak.status-fault" has to be type "number" but received type "boolean"
                              
                              
                              apollon77 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 @pboeck last edited by

                                @pboeck Ok, da ist was seeehr komisch ... checke heute abend

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

                                  Ok, @pboeck komisch ... Bitte update nochmal von GitHub ... Ist dann jetzt die 0.3.0 ... bei mir tut da alles ... Auch sehen in deinem Log die State-IDs noch so aus als ob es nicht eine 0.2.0 war die da lief ...

                                  P 2 Replies Last reply Reply Quote 0
                                  • P
                                    pboeck @apollon77 last edited by

                                    @apollon77 Ich habe nochmals die 0.3.0 installiert.
                                    Der Adapter stellt irgendwann seinen Arbeit ein.

                                    Log nach dem Start:

                                    2021-10-25 11:45:40.944 - debug: homekit-controller.0 (4788) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                    2021-10-25 11:45:41.030 - debug: homekit-controller.0 (4788) Objects client ready ... initialize now
                                    2021-10-25 11:45:41.070 - debug: homekit-controller.0 (4788) Objects create System PubSub Client
                                    2021-10-25 11:45:41.091 - debug: homekit-controller.0 (4788) Objects create User PubSub Client
                                    2021-10-25 11:45:41.093 - debug: homekit-controller.0 (4788) Objects client initialize lua scripts
                                    2021-10-25 11:45:41.115 - debug: homekit-controller.0 (4788) Objects connected to redis: 127.0.0.1:9001
                                    2021-10-25 11:45:41.139 - debug: homekit-controller.0 (4788) objectDB connected
                                    2021-10-25 11:45:41.152 - debug: homekit-controller.0 (4788) Redis States: Use Redis connection: 127.0.0.1:9000
                                    2021-10-25 11:45:41.173 - debug: homekit-controller.0 (4788) States create System PubSub Client
                                    2021-10-25 11:45:41.175 - debug: homekit-controller.0 (4788) States create User PubSub Client
                                    2021-10-25 11:45:41.195 - debug: homekit-controller.0 (4788) States connected to redis: 127.0.0.1:9000
                                    2021-10-25 11:45:41.197 - debug: homekit-controller.0 (4788) statesDB connected
                                    2021-10-25 11:45:41.949 - debug: homekit-controller.0 (4788) Plugin sentry Initialize Plugin (enabled=true)
                                    2021-10-25 11:45:42.288 - info: homekit-controller.0 (4788) starting. Version 0.3.0 in /opt/iobroker/node_modules/iobroker.homekit-controller, node: v12.22.7, js-controller: 3.3.18
                                    2021-10-25 11:45:42.819 - debug: homekit-controller.0 (4788) Discovered IP device up: FA:E2:76:C6:A9:AE/Eve Extend 0630
                                    2021-10-25 11:45:42.822 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Discovered IP device: {"name":"Eve Extend 0630","address":"192.168.1.65","port":8080,"c#":8,"ff":1,"id":"FA:E2:76:C6:A9:AE","md":"Eve Extend 20EAB9901","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
                                    2021-10-25 11:45:42.825 - info: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Found stored Pairing data, try it ...
                                    2021-10-25 11:45:42.828 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Start Homekit Device Client initialization on 192.168.1.65:8080
                                    2021-10-25 11:45:42.833 - debug: homekit-controller.0 (4788) Service: {"name":"Eve Extend 0630","address":"192.168.1.65","port":8080,"c#":8,"ff":1,"id":"FA:E2:76:C6:A9:AE","md":"Eve Extend 20EAB9901","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
                                    2021-10-25 11:45:42.845 - debug: homekit-controller.0 (4788) Discovered IP device up: f9:47:a6:e8:4f:f1/hepe 429D
                                    2021-10-25 11:45:42.846 - debug: homekit-controller.0 (4788) IP-F9:47:A6:E8:4F:F1 Discovered IP device: {"name":"hepe 429D","address":"192.168.1.4","port":42941,"c#":2,"ff":0,"id":"f9:47:a6:e8:4f:f1","md":"iobroker","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
                                    2021-10-25 11:45:42.847 - info: homekit-controller.0 (4788) IP-F9:47:A6:E8:4F:F1 (hepe 429D) found without known pairing data and already paired: ignoring
                                    2021-10-25 11:45:42.883 - debug: homekit-controller.0 (4788) Discovered IP device up: 9E:DB:2B:41:DE:81/MSS210-b791
                                    2021-10-25 11:45:42.884 - debug: homekit-controller.0 (4788) IP-9E:DB:2B:41:DE:81 Discovered IP device: {"name":"MSS210-b791","address":"192.168.1.31","port":5010,"c#":2,"ff":2,"id":"9E:DB:2B:41:DE:81","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.884 - info: homekit-controller.0 (4788) IP-9E:DB:2B:41:DE:81 (MSS210-b791) found without known pairing data and already paired: ignoring
                                    2021-10-25 11:45:42.892 - debug: homekit-controller.0 (4788) Discovered IP device up: 03:09:A7:12:3E:A6/MSS210-be7e
                                    2021-10-25 11:45:42.893 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Discovered IP device: {"name":"MSS210-be7e","address":"192.168.1.44","port":5010,"c#":2,"ff":2,"id":"03:09:A7:12:3E:A6","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.894 - info: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Found stored Pairing data, try it ...
                                    2021-10-25 11:45:42.895 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Start Homekit Device Client initialization on 192.168.1.44:5010
                                    2021-10-25 11:45:42.896 - debug: homekit-controller.0 (4788) Service: {"name":"MSS210-be7e","address":"192.168.1.44","port":5010,"c#":2,"ff":2,"id":"03:09:A7:12:3E:A6","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.904 - debug: homekit-controller.0 (4788) Discovered IP device up: 90:09:EC:57:D8:5A/MSS210-bc23
                                    2021-10-25 11:45:42.905 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Discovered IP device: {"name":"MSS210-bc23","address":"192.168.1.40","port":5010,"c#":2,"ff":2,"id":"90:09:EC:57:D8:5A","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.906 - info: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Found stored Pairing data, try it ...
                                    2021-10-25 11:45:42.907 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Start Homekit Device Client initialization on 192.168.1.40:5010
                                    2021-10-25 11:45:42.908 - debug: homekit-controller.0 (4788) Service: {"name":"MSS210-bc23","address":"192.168.1.40","port":5010,"c#":2,"ff":2,"id":"90:09:EC:57:D8:5A","md":"MSS210","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.915 - debug: homekit-controller.0 (4788) Discovered IP device up: 48:60:FE:40:13:42/MSS620-6c70
                                    2021-10-25 11:45:42.915 - debug: homekit-controller.0 (4788) IP-48:60:FE:40:13:42 Discovered IP device: {"name":"MSS620-6c70","address":"192.168.1.54","port":5010,"c#":4,"ff":2,"id":"48:60:FE:40:13:42","md":"MSS620","pv":"1.1","s#":1,"sf":0,"ci":7,"availableToPair":false}
                                    2021-10-25 11:45:42.916 - info: homekit-controller.0 (4788) IP-48:60:FE:40:13:42 (MSS620-6c70) found without known pairing data and already paired: ignoring
                                    2021-10-25 11:45:42.931 - debug: homekit-controller.0 (4788) Discovered BLE device up: 38:ab:51:14:7e:a9/Flex Ce
                                    2021-10-25 11:45:42.931 - debug: homekit-controller.0 (4788) BLE-38:AB:51:14:7E:A9 Discovered BLE device: {"name":"Flex Ce","CoID":76,"TY":6,"AIL":109,"SF":0,"DeviceID":"38:ab:51:14:7e:a9","ACID":5,"GSN":515,"CN":1,"CV":2,"c#":1,"id":"38:ab:51:14:7e:a9","ci":5,"availableToPair":false}
                                    2021-10-25 11:45:42.932 - info: homekit-controller.0 (4788) BLE-38:AB:51:14:7E:A9 (Flex Ce) found without known pairing data and already paired: ignoring
                                    2021-10-25 11:45:42.940 - debug: homekit-controller.0 (4788) Init 4 known devices without discovery ...
                                    2021-10-25 11:45:42.941 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Start Homekit Device Client initialization on 192.168.1.65:8080
                                    2021-10-25 11:45:42.942 - debug: homekit-controller.0 (4788) Service: {"name":"Eve Extend 0630","address":"192.168.1.65","port":8080,"c#":8,"ff":1,"id":"FA:E2:76:C6:A9:AE","md":"Eve Extend 20EAB9901","pv":"1.1","s#":1,"sf":0,"ci":2,"availableToPair":false}
                                    2021-10-25 11:45:42.977 - debug: homekit-controller.0 (4788) state homekit-controller.0.info.connection changed: false (ack = true)
                                    2021-10-25 11:45:43.694 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Accessory Structure: {"accessories":[{"aid":1,"services":[{"characteristics":[{"format":"string","iid":2,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Extend 0630"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Extend 20EAB9901"},{"format":"string","iid":5,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"DU51I1A00740"},{"format":"string","iid":6,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"1.1.1"},{"format":"bool","iid":7,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"string","iid":108,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Logging"},{"format":"tlv8","iid":101,"perms":["pr"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdHUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA=="},{"format":"tlv8","iid":102,"perms":["pw"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"tlv8","iid":103,"perms":["pr"],"type":"E863F150-079E-48FF-8F27-9C2605A29F52","value":"gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEDBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgECBwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZsGAQAHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQEFAbAGAQIHAQD/AA=="},{"format":"tlv8","iid":104,"perms":["pw"],"type":"E863F151-079E-48FF-8F27-9C2605A29F52"},{"format":"tlv8","iid":105,"perms":["pr"],"type":"E863F152-079E-48FF-8F27-9C2605A29F52","value":""},{"format":"data","iid":106,"perms":["pw"],"type":"E863F153-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":107,"perms":["pr","ev"],"type":"E863F154-079E-48FF-8F27-9C2605A29F52","value":"AQ=="}],"hidden":true,"iid":100,"type":"E863F007-079E-48FF-8F27-9C2605A29F52"},{"characteristics":[{"format":"string","iid":201,"perms":["pr"],"type":"00000037-0000-1000-8000-0026BB765291","value":"1.1.0"}],"iid":200,"type":"000000A2-0000-1000-8000-0026BB765291"}]},{"aid":2,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy 94EC"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A06310"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"1188AB34-4043-7FAC-6AFD-C3BA3B94F985","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwImCwQMUlY0MEoxQTA2MzEwBgIKAQcEIc8AAAUBANgEOVZEM5wBAAsCAABfBAAAAADSAGABZNAEATd2AZsELpN4AZ8E9QEAACACLAFFBQUAAAAARgkFAAAADgAAQgZEEQUcAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAj2SVHTicTtfAEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"LpN4AYA3dgFtWCQnBgsCDAINAgcCDgEBAgoBAAwhzwAAMTZ2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FCXQAAChhXgBLwAAKAkAAAAAJwE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656693245},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAI/VPp/5vo3J"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":234.60000610351562},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":0.9399999976158142},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"28:E9:52:B9:05:48"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":3,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy 94AC"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A05837"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIFs0AAlAAAwImCwQMUlY0MEoxQTA1ODM3BgIJAQcELsMAAAUBANgET1k2U5wBAAsCAABfBAAAAADSAGABZNAEsSp2AZsEeoJ4AZ8E7AEAACACIgFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAhKHlGQcAbV9QEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"e4J4AQAAAAAAAAAABgsCDAINAgcCDgEBAgkBAAwuwwAAsyV2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FDLEAAD5dngBLwAANAkAAAAAHQE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656694369},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAPKB5xEUGLZO"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":236},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":1.6699999570846558},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"AB:36:FD:90:DB:7C"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":4,"services":[{"characteristics":[{"format":"string","iid":2,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Water Guard 5B8A"},{"format":"bool","iid":3,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":4,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":5,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Water Guard 20EBG8701"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"KV45I1A04286"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"1.2.10"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.0.0"}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"string","iid":18,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Water Guard"},{"format":"uint8","iid":19,"maxValue":1,"minStep":1,"minValue":0,"perms":["pr","ev"],"type":"00000070-0000-1000-8000-0026BB765291","value":0},{"format":"uint8","iid":20,"maxValue":1,"minStep":1,"minValue":0,"perms":["pr","ev"],"type":"00000077-0000-1000-8000-0026BB765291","value":0}],"iid":17,"type":"00000083-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":23,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Logging"},{"format":"data","iid":24,"perms":["pr","pw"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDkUA1QQKAP0Pevf51bfB"},{"format":"uint32","iid":25,"maxValue":4294967295,"minStep":1,"minValue":0,"perms":["pr","pw"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"data","iid":26,"perms":["pw"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":27,"perms":["pw"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":28,"perms":["pr"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"a1oCAEIBAADxWiQnAS0BCgAAEP0gAAABAAAAAQA="},{"format":"data","iid":29,"perms":["pr"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":""},{"format":"tlv8","iid":30,"perms":["pr"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"AAJFAAMC1QQEDEtWNDVJMUEwNDI4NgYCCgAHBP0gAAALAgAABQEAAgQIPQAAXwQAAAAAGQKWABQBAw8EAAAAABoEAAAAAE0EAAAAAE4BAIYIWQMAAAAAAACbBGtaAgDSAA=="},{"format":"tlv8","iid":31,"perms":["pw"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"}],"iid":22,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"23:7D:8E:0E:0F:08"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":10},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":5,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy C8B1"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A06143"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwImCwQMUlY0MEoxQTA2MTQzBgIKAQcEOM0AAAUBANgEVFVBWpwBAAsCAABfBAAAAADSAGABZNAE7Rl2AZsEPnF4AZ8E9QEAACACFQFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAiWCSHSivQ2JQEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"PnF4AQAAAAAAAAAABgsCDAINAgcCDgEBAgoBAAw4zQAAYRZ2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FDzOAADdY3gBLzkBHgkdADcBFQE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656694491},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAE1x8iUbk1uP"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":232.89999389648438},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0.28999999165534973},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":30.600000381469727},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":1.0499999523162842},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"13:13:B2:5C:17:5E"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]}]}
                                    2021-10-25 11:45:44.668 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Accessory Structure: {"accessories":[{"aid":1,"services":[{"characteristics":[{"format":"string","iid":2,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Extend 0630"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Extend 20EAB9901"},{"format":"string","iid":5,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"DU51I1A00740"},{"format":"string","iid":6,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"1.1.1"},{"format":"bool","iid":7,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"string","iid":108,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Logging"},{"format":"tlv8","iid":101,"perms":["pr"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdLUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA=="},{"format":"tlv8","iid":102,"perms":["pw"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"tlv8","iid":103,"perms":["pr"],"type":"E863F150-079E-48FF-8F27-9C2605A29F52","value":"gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEEBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgEDBwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZsGAQEHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQEFAbAGAQMHAQD/AA=="},{"format":"tlv8","iid":104,"perms":["pw"],"type":"E863F151-079E-48FF-8F27-9C2605A29F52"},{"format":"tlv8","iid":105,"perms":["pr"],"type":"E863F152-079E-48FF-8F27-9C2605A29F52","value":""},{"format":"data","iid":106,"perms":["pw"],"type":"E863F153-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":107,"perms":["pr","ev"],"type":"E863F154-079E-48FF-8F27-9C2605A29F52","value":"AQ=="}],"hidden":true,"iid":100,"type":"E863F007-079E-48FF-8F27-9C2605A29F52"},{"characteristics":[{"format":"string","iid":201,"perms":["pr"],"type":"00000037-0000-1000-8000-0026BB765291","value":"1.1.0"}],"iid":200,"type":"000000A2-0000-1000-8000-0026BB765291"}]},{"aid":2,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy 94EC"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A06310"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"1188AB34-4043-7FAC-6AFD-C3BA3B94F985","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwImCwQMUlY0MEoxQTA2MzEwBgIKAQcEIc8AAAUBANgEOVZEM5wBAAsCAABfBAAAAADSAGABZNAEATd2AZsELpN4AZ8E9QEAACACLAFFBQUAAAAARgkFAAAADgAAQgZEEQUcAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAj2SVHTicTtfAEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"LpN4AYA3dgFtWCQnBgsCDAINAgcCDgEBAgoBAAwhzwAAMTZ2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FCXQAAChhXgBLwAAKAkAAAAAJwE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656693245},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAI/VPp/5vo3J"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":234.60000610351562},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":0.9399999976158142},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"28:E9:52:B9:05:48"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":3,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy 94AC"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A05837"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIFs0AAlAAAwImCwQMUlY0MEoxQTA1ODM3BgIJAQcELsMAAAUBANgET1k2U5wBAAsCAABfBAAAAADSAGABZNAEsSp2AZsEeoJ4AZ8E7AEAACACIgFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAhKHlGQcAbV9QEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"e4J4AQAAAAAAAAAABgsCDAINAgcCDgEBAgkBAAwuwwAAsyV2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FDLEAAD5dngBLwAANAkAAAAAHQE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656694369},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAPKB5xEUGLZO"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":236},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":1.6699999570846558},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"AB:36:FD:90:DB:7C"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":4,"services":[{"characteristics":[{"format":"string","iid":2,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Water Guard 5B8A"},{"format":"bool","iid":3,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":4,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":5,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Water Guard 20EBG8701"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"KV45I1A04286"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"1.2.10"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.0.0"}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"string","iid":18,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Water Guard"},{"format":"uint8","iid":19,"maxValue":1,"minStep":1,"minValue":0,"perms":["pr","ev"],"type":"00000070-0000-1000-8000-0026BB765291","value":0},{"format":"uint8","iid":20,"maxValue":1,"minStep":1,"minValue":0,"perms":["pr","ev"],"type":"00000077-0000-1000-8000-0026BB765291","value":0}],"iid":17,"type":"00000083-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":23,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Logging"},{"format":"data","iid":24,"perms":["pr","pw"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDkUA1QQKAP0Pevf51bfB"},{"format":"uint32","iid":25,"maxValue":4294967295,"minStep":1,"minValue":0,"perms":["pr","pw"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":0},{"format":"data","iid":26,"perms":["pw"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":27,"perms":["pw"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":28,"perms":["pr"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"a1oCAEIBAADxWiQnAS0BCgAAEP0gAAABAAAAAQA="},{"format":"data","iid":29,"perms":["pr"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":""},{"format":"tlv8","iid":30,"perms":["pr"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"AAJFAAMC1QQEDEtWNDVJMUEwNDI4NgYCCgAHBP0gAAALAgAABQEAAgQIPQAAXwQAAAAAGQKWABQBAw8EAAAAABoEAAAAAE0EAAAAAE4BAIYIWQMAAAAAAACbBGtaAgDSAA=="},{"format":"tlv8","iid":31,"perms":["pw"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"}],"iid":22,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"23:7D:8E:0E:0F:08"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":10},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]},{"aid":5,"services":[{"characteristics":[{"format":"bool","iid":2,"perms":["pw"],"type":"00000014-0000-1000-8000-0026BB765291"},{"format":"string","iid":3,"perms":["pr"],"type":"00000020-0000-1000-8000-0026BB765291","value":"Eve Systems"},{"format":"string","iid":4,"perms":["pr"],"type":"00000021-0000-1000-8000-0026BB765291","value":"Eve Energy 20EBO8301"},{"format":"string","iid":5,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy C8B1"},{"format":"string","iid":6,"perms":["pr"],"type":"00000030-0000-1000-8000-0026BB765291","value":"RV40J1A06143"},{"format":"string","iid":7,"perms":["pr"],"type":"00000052-0000-1000-8000-0026BB765291","value":"2.1.1"},{"format":"string","iid":8,"perms":["pr"],"type":"00000053-0000-1000-8000-0026BB765291","value":"1.1"},{"format":"string","iid":9,"perms":["pr","hd"],"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","value":"\"5.2\";30b0d575"},{"format":"data","iid":10,"perms":["pr"],"type":"00000220-0000-1000-8000-0026BB765291","value":"IHdXc5VleGE="}],"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"uint16","iid":20,"maxValue":31,"minValue":0,"perms":["pr"],"type":"00000702-0000-1000-8000-0026BB765291","value":8},{"format":"uint16","iid":21,"maxValue":127,"minValue":0,"perms":["pr","ev"],"type":"00000703-0000-1000-8000-0026BB765291","value":1},{"format":"tlv8","iid":22,"perms":["pr","pw"],"type":"00000704-0000-1000-8000-0026BB765291","value":""},{"format":"string","iid":23,"perms":["pr"],"type":"00000706-0000-1000-8000-0026BB765291","value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"format":"bool","iid":25,"perms":["pr"],"type":"0000022B-0000-1000-8000-0026BB765291","value":false}],"iid":19,"type":"00000701-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"tlv8","iid":29,"perms":["pr","hd"],"type":"E863F131-079E-48FF-8F27-9C2605A29F52","value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwImCwQMUlY0MEoxQTA2MTQzBgIKAQcEOM0AAAUBANgEVFVBWpwBAAsCAABfBAAAAADSAGABZNAE7Rl2AZsEPnF4AZ8E9QEAACACFQFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"format":"tlv8","iid":30,"perms":["pw","hd"],"type":"E863F11D-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":31,"perms":["pr","pw","hd"],"type":"E863F158-079E-48FF-8F27-9C2605A29F52","value":"gAEAAAiWCSHSivQ2JQEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"format":"data","iid":32,"perms":["pr","hd"],"type":"E863F116-079E-48FF-8F27-9C2605A29F52","value":"PnF4AQAAAAAAAAAABgsCDAINAgcCDgEBAgoBAAw4zQAAYRZ2AQEA"},{"format":"data","iid":33,"perms":["pr","hd"],"type":"E863F117-079E-48FF-8F27-9C2605A29F52","value":"FDzOAADdY3gBLzkBHgkdADcBFQE="},{"format":"data","iid":34,"perms":["pw","hd"],"type":"E863F11C-079E-48FF-8F27-9C2605A29F52"},{"format":"data","iid":35,"perms":["pw","hd"],"type":"E863F121-079E-48FF-8F27-9C2605A29F52"},{"format":"uint32","iid":36,"perms":["pr","pw","hd"],"type":"E863F112-079E-48FF-8F27-9C2605A29F52","value":656694491},{"format":"data","iid":37,"perms":["pr","pw","hd"],"type":"E863F11E-079E-48FF-8F27-9C2605A29F52","value":"HwABDlAAJgsLAE1x8iUbk1uP"}],"iid":26,"type":"E863F007-079E-48FF-8F27-9C2605A29F52","hidden":true},{"characteristics":[{"format":"uint32","iid":40,"maxValue":67108863,"minValue":0,"perms":["pr"],"type":"0000023A-0000-1000-8000-0026BB765291","value":0},{"format":"tlv8","iid":41,"perms":["pr"],"type":"0000023C-0000-1000-8000-0026BB765291","value":""},{"format":"uint32","iid":42,"perms":["pr","ev"],"type":"0000024A-0000-1000-8000-0026BB765291","value":10}],"iid":38,"type":"00000239-0000-1000-8000-0026BB765291"},{"characteristics":[{"format":"bool","iid":44,"perms":["pr","pw","ev"],"type":"00000025-0000-1000-8000-0026BB765291","value":true},{"format":"string","iid":45,"perms":["pr"],"type":"00000023-0000-1000-8000-0026BB765291","value":"Eve Energy"},{"format":"bool","iid":46,"perms":["pr","ev"],"type":"00000026-0000-1000-8000-0026BB765291","value":true},{"format":"float","iid":47,"maxValue":380,"minStep":0.1,"minValue":0,"perms":["pr"],"type":"E863F10A-079E-48FF-8F27-9C2605A29F52","value":232.89999389648438},{"format":"float","iid":48,"maxValue":16,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F126-079E-48FF-8F27-9C2605A29F52","value":0.28999999165534973},{"format":"float","iid":49,"maxValue":5000,"minStep":0.1,"minValue":0,"perms":["pr","ev"],"type":"E863F10D-079E-48FF-8F27-9C2605A29F52","value":30.600000381469727},{"format":"float","iid":50,"minStep":0.01,"minValue":0,"perms":["pr"],"type":"E863F10C-079E-48FF-8F27-9C2605A29F52","value":1.0499999523162842},{"format":"uint8","iid":51,"maxValue":1,"minValue":0,"perms":["pr","pw","ev"],"type":"000000A7-0000-1000-8000-0026BB765291","value":0}],"iid":43,"type":"00000047-0000-1000-8000-0026BB765291","primary":true},{"characteristics":[{"format":"string","iid":100001,"perms":["pr"],"type":"E863F155-079E-48FF-8F27-9C2605A29F52","value":"13:13:B2:5C:17:5E"},{"format":"uint16","iid":100002,"perms":["pr"],"type":"E863F156-079E-48FF-8F27-9C2605A29F52","value":7},{"format":"uint8","iid":100003,"perms":["pr","ev"],"type":"E863F157-079E-48FF-8F27-9C2605A29F52","value":1}],"hidden":true,"iid":100000,"type":"E863F00B-079E-48FF-8F27-9C2605A29F52"}]}]}
                                    2021-10-25 11:45:44.772 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Accessory Structure: {"accessories":[{"aid":1,"services":[{"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":2,"type":"00000014-0000-1000-8000-0026BB765291","format":"bool","perms":["pw"]},{"iid":3,"type":"00000020-0000-1000-8000-0026BB765291","format":"string","value":"Meross","perms":["pr"],"ev":false},{"iid":4,"type":"00000021-0000-1000-8000-0026BB765291","format":"string","value":"MSS210","perms":["pr"],"ev":false},{"iid":5,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"MSS210-bc23","perms":["pr"],"ev":false},{"iid":6,"type":"00000030-0000-1000-8000-0026BB765291","format":"string","value":"518519200803129","perms":["pr"],"ev":false},{"iid":7,"type":"00000052-0000-1000-8000-0026BB765291","format":"string","value":"4.1.9","perms":["pr"],"ev":false},{"iid":8,"type":"00000053-0000-1000-8000-0026BB765291","format":"string","value":"4.0.0","perms":["pr"],"ev":false},{"iid":9,"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","format":"string","value":"2.0.1;16A75","perms":["pr"],"ev":false}]},{"iid":10,"type":"000000A2-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":11,"type":"00000037-0000-1000-8000-0026BB765291","format":"string","value":"1.1.0","perms":["pr"],"ev":false}]},{"iid":12,"type":"00000047-0000-1000-8000-0026BB765291","primary":true,"hidden":false,"linked":[],"characteristics":[{"iid":13,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"outlet","perms":["pr"],"ev":false},{"iid":14,"type":"00000025-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","pw","ev"],"ev":false},{"iid":15,"type":"00000026-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","ev"],"ev":false}]}]}]}
                                    2021-10-25 11:45:44.795 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.connectionType changed: IP (ack = true)
                                    2021-10-25 11:45:44.849 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Accessory Structure: {"accessories":[{"aid":1,"services":[{"iid":1,"type":"0000003E-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":2,"type":"00000014-0000-1000-8000-0026BB765291","format":"bool","perms":["pw"]},{"iid":3,"type":"00000020-0000-1000-8000-0026BB765291","format":"string","value":"Meross","perms":["pr"],"ev":false},{"iid":4,"type":"00000021-0000-1000-8000-0026BB765291","format":"string","value":"MSS210","perms":["pr"],"ev":false},{"iid":5,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"MSS210-be7e","perms":["pr"],"ev":false},{"iid":6,"type":"00000030-0000-1000-8000-0026BB765291","format":"string","value":"518519200803732","perms":["pr"],"ev":false},{"iid":7,"type":"00000052-0000-1000-8000-0026BB765291","format":"string","value":"4.1.9","perms":["pr"],"ev":false},{"iid":8,"type":"00000053-0000-1000-8000-0026BB765291","format":"string","value":"4.0.0","perms":["pr"],"ev":false},{"iid":9,"type":"34AB8811-AC7F-4340-BAC3-FD6A85F9943B","format":"string","value":"2.0.1;16A75","perms":["pr"],"ev":false}]},{"iid":10,"type":"000000A2-0000-1000-8000-0026BB765291","primary":false,"hidden":false,"linked":[],"characteristics":[{"iid":11,"type":"00000037-0000-1000-8000-0026BB765291","format":"string","value":"1.1.0","perms":["pr"],"ev":false}]},{"iid":12,"type":"00000047-0000-1000-8000-0026BB765291","primary":true,"hidden":false,"linked":[],"characteristics":[{"iid":13,"type":"00000023-0000-1000-8000-0026BB765291","format":"string","value":"outlet","perms":["pr"],"ev":false},{"iid":14,"type":"00000025-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","pw","ev"],"ev":false},{"iid":15,"type":"00000026-0000-1000-8000-0026BB765291","format":"bool","value":1,"perms":["pr","ev"],"ev":false}]}]}]}
                                    2021-10-25 11:45:44.880 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.id changed: FA:E2:76:C6:A9:AE (ack = true)
                                    2021-10-25 11:45:44.927 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.connectionType changed: IP (ack = true)
                                    2021-10-25 11:45:44.993 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.address changed: 192.168.1.65 (ack = true)
                                    2021-10-25 11:45:45.011 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.connectionType changed: IP (ack = true)
                                    2021-10-25 11:45:45.035 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.id changed: FA:E2:76:C6:A9:AE (ack = true)
                                    2021-10-25 11:45:45.084 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.connected changed: false (ack = true)
                                    2021-10-25 11:45:45.088 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.id changed: 90:09:EC:57:D8:5A (ack = true)
                                    2021-10-25 11:45:45.110 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.info.connectionType changed: IP (ack = true)
                                    2021-10-25 11:45:45.200 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.address changed: 192.168.1.65 (ack = true)
                                    2021-10-25 11:45:45.247 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.address changed: 192.168.1.40 (ack = true)
                                    2021-10-25 11:45:45.259 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.info.id changed: 03:09:A7:12:3E:A6 (ack = true)
                                    2021-10-25 11:45:45.362 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.admin.isPaired changed: true (ack = true)
                                    2021-10-25 11:45:45.399 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.connected changed: false (ack = true)
                                    2021-10-25 11:45:45.413 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.connected changed: false (ack = true)
                                    2021-10-25 11:45:45.494 - info: homekit-controller.0 (4788) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered" has to be type "boolean" but received type "number"
                                    2021-10-25 11:45:45.500 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.info.address changed: 192.168.1.44 (ack = true)
                                    2021-10-25 11:45:45.530 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered changed: 1635155142836 (ack = true)
                                    2021-10-25 11:45:45.604 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.admin.isPaired changed: true (ack = true)
                                    2021-10-25 11:45:45.615 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.info.connected changed: false (ack = true)
                                    2021-10-25 11:45:45.646 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.admin.unpair changed: false (ack = true)
                                    2021-10-25 11:45:45.650 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.admin.isPaired changed: true (ack = true)
                                    2021-10-25 11:45:45.677 - info: homekit-controller.0 (4788) State value to set for "homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered" has to be type "boolean" but received type "number"
                                    2021-10-25 11:45:45.694 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.info.lastDiscovered changed: 1635155142943 (ack = true)
                                    2021-10-25 11:45:45.710 - info: homekit-controller.0 (4788) State value to set for "homekit-controller.0.IP-90:09:EC:57:D8:5A.info.lastDiscovered" has to be type "boolean" but received type "number"
                                    2021-10-25 11:45:45.735 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.name changed: Eve Extend 0630 (ack = true)
                                    2021-10-25 11:45:45.742 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.info.lastDiscovered changed: 1635155142909 (ack = true)
                                    2021-10-25 11:45:45.763 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.admin.isPaired changed: true (ack = true)
                                    2021-10-25 11:45:45.843 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.admin.unpair changed: false (ack = true)
                                    2021-10-25 11:45:45.849 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.manufacturer changed: Eve Systems (ack = true)
                                    2021-10-25 11:45:45.878 - info: homekit-controller.0 (4788) State value to set for "homekit-controller.0.IP-03:09:A7:12:3E:A6.info.lastDiscovered" has to be type "boolean" but received type "number"
                                    2021-10-25 11:45:45.898 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.admin.unpair changed: false (ack = true)
                                    2021-10-25 11:45:45.903 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.info.lastDiscovered changed: 1635155142897 (ack = true)
                                    2021-10-25 11:45:45.930 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.name changed: Eve Extend 0630 (ack = true)
                                    2021-10-25 11:45:45.932 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.model changed: Eve Extend 20EAB9901 (ack = true)
                                    2021-10-25 11:45:45.990 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information-1.manufacturer changed: Meross (ack = true)
                                    2021-10-25 11:45:45.995 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.admin.unpair changed: false (ack = true)
                                    2021-10-25 11:45:46.016 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.manufacturer changed: Eve Systems (ack = true)
                                    2021-10-25 11:45:46.021 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.serial-number changed: DU51I1A00740 (ack = true)
                                    2021-10-25 11:45:46.096 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information-1.model changed: MSS210 (ack = true)
                                    2021-10-25 11:45:46.102 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.1.accessory-information-1.manufacturer changed: Meross (ack = true)
                                    2021-10-25 11:45:46.135 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.model changed: Eve Extend 20EAB9901 (ack = true)
                                    2021-10-25 11:45:46.139 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.firmware-revision changed: 1.1.1 (ack = true)
                                    2021-10-25 11:45:46.198 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information-1.name changed: MSS210-bc23 (ack = true)
                                    2021-10-25 11:45:46.209 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.1.accessory-information-1.model changed: MSS210 (ack = true)
                                    2021-10-25 11:45:46.289 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.serial-number changed: DU51I1A00740 (ack = true)
                                    2021-10-25 11:45:46.341 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information-1.serial-number changed: 518519200803129 (ack = true)
                                    2021-10-25 11:45:46.348 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.name changed: Logging (ack = true)
                                    2021-10-25 11:45:46.385 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-03:09:A7:12:3E:A6.1.accessory-information-1.name changed: MSS210-be7e (ack = true)
                                    2021-10-25 11:45:46.388 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.accessory-information-1.firmware-revision changed: 1.1.1 (ack = true)
                                    2021-10-25 11:45:46.392 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-90:09:EC:57:D8:5A.1.accessory-information-1.firmware-revision changed: 4.1.9 (ack = true)
                                    

                                    Teil 2 folgt

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      pboeck @apollon77 last edited by

                                      @apollon77 Teil 2
                                      Bildschirmfoto 2021-10-25 um 10.00.08.png
                                      Log vor dem Stop:

                                      2021-10-25 12:38:37.598 - debug: homekit-controller.0 (4788) Device IP-67:1E:EB:7A:BB:97 Scheduled Characteristic update started ...
                                      2021-10-25 12:38:38.608 - debug: homekit-controller.0 (4788) IP-67:1E:EB:7A:BB:97 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-cd66"},{"aid":1,"iid":6,"value":"518519200807548"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:38:39.455 - debug: homekit-controller.0 (4788) Device IP-03:09:A7:12:3E:A6 Scheduled Characteristic update started ...
                                      2021-10-25 12:38:40.174 - debug: homekit-controller.0 (4788) Device IP-03:09:A7:12:3E:A6 Scheduled Characteristic update started ...
                                      2021-10-25 12:38:52.120 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Subscription Event connection disconnected, try to resubscribe
                                      2021-10-25 12:38:52.125 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Subscription Event connection disconnected, try to resubscribe
                                      2021-10-25 12:38:52.127 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Subscription Event connection disconnected, try to resubscribe
                                      2021-10-25 12:38:52.964 - debug: homekit-controller.0 (4788) Device IP-90:09:EC:57:D8:5A Scheduled Characteristic update started ...
                                      2021-10-25 12:38:55.248 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Subscription Event connection disconnected, try to resubscribe
                                      2021-10-25 12:38:56.659 - debug: homekit-controller.0 (4788) Device IP-90:09:EC:57:D8:5A Scheduled Characteristic update started ...
                                      2021-10-25 12:38:57.701 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-be7e"},{"aid":1,"iid":6,"value":"518519200803732"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:38:58.614 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-bc23"},{"aid":1,"iid":6,"value":"518519200803129"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:38:59.372 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-bc23"},{"aid":1,"iid":6,"value":"518519200803129"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:04.198 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-be7e"},{"aid":1,"iid":6,"value":"518519200803732"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:05.089 - debug: homekit-controller.0 (4788) Device IP-FA:E2:76:C6:A9:AE Scheduled Characteristic update started ...
                                      2021-10-25 12:39:05.607 - debug: homekit-controller.0 (4788) Device IP-FA:E2:76:C6:A9:AE Scheduled Characteristic update started ...
                                      2021-10-25 12:39:08.609 - debug: homekit-controller.0 (4788) Device IP-67:1E:EB:7A:BB:97 Scheduled Characteristic update started ...
                                      2021-10-25 12:39:09.626 - debug: homekit-controller.0 (4788) IP-67:1E:EB:7A:BB:97 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-cd66"},{"aid":1,"iid":6,"value":"518519200807548"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:16.717 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Set Values to ioBroker: [{"aid":1,"iid":2,"value":"Eve Extend 0630"},{"aid":1,"iid":3,"value":"Eve Systems"},{"aid":1,"iid":4,"value":"Eve Extend 20EAB9901"},{"aid":1,"iid":5,"value":"DU51I1A00740"},{"aid":1,"iid":6,"value":"1.1.1"},{"aid":1,"iid":108,"value":"Logging"},{"aid":1,"iid":101,"value":"CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdHUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA=="},{"aid":1,"iid":103,"value":"gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEBBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgEABwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZwGAQMHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQEFAbQGAQUHAQD/AA=="},{"aid":1,"iid":105,"value":"AQarNv2Q23wCAQcDAQAEAQIFAawGAQAIAQAHD0V2ZSBFbmVyZ3kgOTRBQ/8AAQYTE7JcF14CAQcDAQAEAQIFAbQGAQUIAQAHD0V2ZSBFbmVyZ3kgQzhCMf8AAQYjfY4ODwgCAQoDAQAEAQIFAZwGAQMIAQAHFEV2ZSBXYXRlciBHdWFyZCA1QjhB/wABBijpUrkFSAIBBwMBAAQBAgUBrAYBAQgBAAcPRXZlIEVuZXJneSA5NEVD/wA="},{"aid":1,"iid":107,"value":"AQ=="},{"aid":5,"iid":3,"value":"Eve Systems"},{"aid":5,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":5,"iid":5,"value":"Eve Energy C8B1"},{"aid":5,"iid":6,"value":"RV40J1A06143"},{"aid":5,"iid":7,"value":"2.1.1"},{"aid":5,"iid":8,"value":"1.1"},{"aid":5,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":5,"iid":10,"value":"IHdXc5VleGE="},{"aid":5,"iid":20,"value":8},{"aid":5,"iid":21,"value":1},{"aid":5,"iid":22,"value":""},{"aid":5,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":5,"iid":25,"value":false},{"aid":5,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwImCwQMUlY0MEoxQTA2MTQzBgIQAQcEOM0AAAUBANgEVFVBWpwBAAsCAABfBAAAAADSAGABZNAE7Rl2AZsE8X14AZ8E9QEAACACGAFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":5,"iid":31,"value":"gAEAAAiWCSHSivQ2JQEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":5,"iid":32,"value":"8n14AQAAAAAAAAAABgsCDAINAgcCDgEBAhABAAw4zQAAYRZ2AQEA"},{"aid":5,"iid":33,"value":""},{"aid":5,"iid":36,"value":656694491},{"aid":5,"iid":37,"value":"HwABDlAAJgsLAJUFs8Nb/Yqk"},{"aid":5,"iid":40,"value":0},{"aid":5,"iid":41,"value":""},{"aid":5,"iid":42,"value":10},{"aid":5,"iid":44,"value":true},{"aid":5,"iid":45,"value":"Eve Energy"},{"aid":5,"iid":46,"value":true},{"aid":5,"iid":47,"value":235.8000030517578},{"aid":5,"iid":48,"value":0.2800000011920929},{"aid":5,"iid":49,"value":30.200000762939453},{"aid":5,"iid":50,"value":1.0699999332427979},{"aid":5,"iid":51,"value":0},{"aid":5,"iid":100001,"value":"13:13:B2:5C:17:5E"},{"aid":5,"iid":100002,"value":7},{"aid":5,"iid":100003,"value":1},{"aid":3,"iid":3,"value":"Eve Systems"},{"aid":3,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":3,"iid":5,"value":"Eve Energy 94AC"},{"aid":3,"iid":6,"value":"RV40J1A05837"},{"aid":3,"iid":7,"value":"2.1.1"},{"aid":3,"iid":8,"value":"1.1"},{"aid":3,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":3,"iid":10,"value":"IHdXc5VleGE="},{"aid":3,"iid":20,"value":8},{"aid":3,"iid":21,"value":1},{"aid":3,"iid":22,"value":""},{"aid":3,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":3,"iid":25,"value":false},{"aid":3,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIFs0AAlAAAwImCwQMUlY0MEoxQTA1ODM3BgIPAQcELsMAAAUBANgET1k2U5wBAAsCAABfBAAAAADSAGABZNAEsSp2AZsELo94AZ8E7AEAACACIgFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":3,"iid":31,"value":"gAEAAAhKHlGQcAbV9QEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":3,"iid":32,"value":"L494AQAAAAAAAAAABgsCDAINAgcCDgEBAg8BAAwuwwAAsyV2AQEA"},{"aid":3,"iid":33,"value":""},{"aid":3,"iid":36,"value":656694369},{"aid":3,"iid":37,"value":"HwABDlAAJgsLAJZFJW6DVuDk"},{"aid":3,"iid":40,"value":0},{"aid":3,"iid":41,"value":""},{"aid":3,"iid":42,"value":10},{"aid":3,"iid":44,"value":true},{"aid":3,"iid":45,"value":"Eve Energy"},{"aid":3,"iid":46,"value":true},{"aid":3,"iid":47,"value":238.1999969482422},{"aid":3,"iid":48,"value":0},{"aid":3,"iid":49,"value":0},{"aid":3,"iid":50,"value":1.6699999570846558},{"aid":3,"iid":51,"value":0},{"aid":3,"iid":100001,"value":"AB:36:FD:90:DB:7C"},{"aid":3,"iid":100002,"value":7},{"aid":3,"iid":100003,"value":1},{"aid":2,"iid":3,"value":"Eve Systems"},{"aid":2,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":2,"iid":5,"value":"Eve Energy 94EC"},{"aid":2,"iid":6,"value":"RV40J1A06310"},{"aid":2,"iid":7,"value":"2.1.1"},{"aid":2,"iid":8,"value":"1.1"},{"aid":2,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":2,"iid":10,"value":"IHdXc5VleGE="},{"aid":2,"iid":20,"value":8},{"aid":2,"iid":21,"value":1},{"aid":2,"iid":22,"value":""},{"aid":2,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":2,"iid":25,"value":false},{"aid":2,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwImCwQMUlY0MEoxQTA2MzEwBgIQAQcEIc8AAAUBANgEOVZEM5wBAAsCAABfBAAAAADSAGABZNAEATd2AZsE4594AZ8E9QEAACACLgFFBQUAAAAARgkFAAAADgAAQgZEEQUcAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":2,"iid":31,"value":"gAEAAAj2SVHTicTtfAEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":2,"iid":32,"value":"4594AYA3dgFtWCQnBgsCDAINAgcCDgEBAhABAAwhzwAAMTZ2AQEA"},{"aid":2,"iid":33,"value":""},{"aid":2,"iid":36,"value":656693245},{"aid":2,"iid":37,"value":"HwABDlAAJgsLAFIe8o1p9x0Y"},{"aid":2,"iid":40,"value":0},{"aid":2,"iid":41,"value":""},{"aid":2,"iid":42,"value":10},{"aid":2,"iid":44,"value":true},{"aid":2,"iid":45,"value":"Eve Energy"},{"aid":2,"iid":46,"value":true},{"aid":2,"iid":47,"value":236.5},{"aid":2,"iid":48,"value":0},{"aid":2,"iid":49,"value":0},{"aid":2,"iid":50,"value":0.9399999976158142},{"aid":2,"iid":51,"value":0},{"aid":2,"iid":100001,"value":"28:E9:52:B9:05:48"},{"aid":2,"iid":100002,"value":7},{"aid":2,"iid":100003,"value":1},{"aid":4,"iid":2,"value":"Eve Water Guard 5B8A"},{"aid":4,"iid":4,"value":"Eve Systems"},{"aid":4,"iid":5,"value":"Eve Water Guard 20EBG8701"},{"aid":4,"iid":6,"value":"KV45I1A04286"},{"aid":4,"iid":7,"value":"1.2.10"},{"aid":4,"iid":8,"value":"1.0.0"},{"aid":4,"iid":18,"value":"Eve Water Guard"},{"aid":4,"iid":19,"value":0},{"aid":4,"iid":20,"value":0},{"aid":4,"iid":23,"value":"Logging"},{"aid":4,"iid":24,"value":"HwABDkUA1QQKABvaYBlWSews"},{"aid":4,"iid":25,"value":0},{"aid":4,"iid":28,"value":"I2cCAEIBAADxWiQnAS0BCgAAEP0gAAABAAAAAQA="},{"aid":4,"iid":29,"value":""},{"aid":4,"iid":30,"value":"AAJFAAMC1QQEDEtWNDVJMUEwNDI4NgYCCgAHBP0gAAALAgAABQEAAgQIPQAAXwQAAAAAGQKWABQBAw8EAAAAABoEAAAAAE0EAAAAAE4BAIYIWQMAAAAAAACbBCRnAgDSAA=="},{"aid":4,"iid":100001,"value":"23:7D:8E:0E:0F:08"},{"aid":4,"iid":100002,"value":10},{"aid":4,"iid":100003,"value":1}]
                                      2021-10-25 12:39:16.749 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F131-079E-48FF-8F27-9C2605A29F52 changed: CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdHUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA== (ack = true)
                                      2021-10-25 12:39:16.788 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F150-079E-48FF-8F27-9C2605A29F52 changed: gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEBBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgEABwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZwGAQMHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQEFAbQGAQUHAQD/AA== (ack = true)
                                      2021-10-25 12:39:16.807 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F152-079E-48FF-8F27-9C2605A29F52 changed: AQarNv2Q23wCAQcDAQAEAQIFAawGAQAIAQAHD0V2ZSBFbmVyZ3kgOTRBQ/8AAQYTE7JcF14CAQcDAQAEAQIFAbQGAQUIAQAHD0V2ZSBFbmVyZ3kgQzhCMf8AAQYjfY4ODwgCAQoDAQAEAQIFAZwGAQMIAQAHFEV2ZSBXYXRlciBHdWFyZCA1QjhB/wABBijpUrkFSAIBBwMBAAQBAgUBrAYBAQgBAAcPRXZlIEVuZXJneSA5NEVD/wA= (ack = true)
                                      2021-10-25 12:39:16.810 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F131-079E-48FF-8F27-9C2605A29F52 changed: 2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwImCwQMUlY0MEoxQTA2MTQzBgIQAQcEOM0AAAUBANgEVFVBWpwBAAsCAABfBAAAAADSAGABZNAE7Rl2AZsE8X14AZ8E9QEAACACGAFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA= (ack = true)
                                      2021-10-25 12:39:16.815 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F116-079E-48FF-8F27-9C2605A29F52 changed: 8n14AQAAAAAAAAAABgsCDAINAgcCDgEBAhABAAw4zQAAYRZ2AQEA (ack = true)
                                      2021-10-25 12:39:16.838 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDlAAJgsLAJUFs8Nb/Yqk (ack = true)
                                      2021-10-25 12:39:16.839 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.outlet-43.E863F10A-079E-48FF-8F27-9C2605A29F52 changed: 235.8 (ack = true)
                                      2021-10-25 12:39:16.839 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.outlet-43.E863F126-079E-48FF-8F27-9C2605A29F52 changed: 0.28 (ack = true)
                                      2021-10-25 12:39:16.840 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.5.outlet-43.E863F10D-079E-48FF-8F27-9C2605A29F52 changed: 30.2 (ack = true)
                                      2021-10-25 12:39:16.841 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.3.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F131-079E-48FF-8F27-9C2605A29F52 changed: 2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIFs0AAlAAAwImCwQMUlY0MEoxQTA1ODM3BgIPAQcELsMAAAUBANgET1k2U5wBAAsCAABfBAAAAADSAGABZNAEsSp2AZsELo94AZ8E7AEAACACIgFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA= (ack = true)
                                      2021-10-25 12:39:16.846 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.3.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F116-079E-48FF-8F27-9C2605A29F52 changed: L494AQAAAAAAAAAABgsCDAINAgcCDgEBAg8BAAwuwwAAsyV2AQEA (ack = true)
                                      2021-10-25 12:39:16.847 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.3.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDlAAJgsLAJZFJW6DVuDk (ack = true)
                                      2021-10-25 12:39:16.861 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.3.outlet-43.E863F10A-079E-48FF-8F27-9C2605A29F52 changed: 238.2 (ack = true)
                                      2021-10-25 12:39:16.868 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F131-079E-48FF-8F27-9C2605A29F52 changed: 2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwImCwQMUlY0MEoxQTA2MzEwBgIQAQcEIc8AAAUBANgEOVZEM5wBAAsCAABfBAAAAADSAGABZNAEATd2AZsE4594AZ8E9QEAACACLgFFBQUAAAAARgkFAAAADgAAQgZEEQUcAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA= (ack = true)
                                      2021-10-25 12:39:16.872 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F116-079E-48FF-8F27-9C2605A29F52 changed: 4594AYA3dgFtWCQnBgsCDAINAgcCDgEBAhABAAwhzwAAMTZ2AQEA (ack = true)
                                      2021-10-25 12:39:16.879 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.E863F007-079E-48FF-8F27-9C2605A29F52-26.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDlAAJgsLAFIe8o1p9x0Y (ack = true)
                                      2021-10-25 12:39:16.883 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.outlet-43.volt changed: 236.5 (ack = true)
                                      2021-10-25 12:39:16.890 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.E863F007-079E-48FF-8F27-9C2605A29F52-22.E863F11E-079E-48FF-8F27-9C2605A29F52 changed: HwABDkUA1QQKABvaYBlWSews (ack = true)
                                      2021-10-25 12:39:16.895 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.E863F007-079E-48FF-8F27-9C2605A29F52-22.E863F116-079E-48FF-8F27-9C2605A29F52 changed: I2cCAEIBAADxWiQnAS0BCgAAEP0gAAABAAAAAQA= (ack = true)
                                      2021-10-25 12:39:16.901 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.4.E863F007-079E-48FF-8F27-9C2605A29F52-22.E863F131-079E-48FF-8F27-9C2605A29F52 changed: AAJFAAMC1QQEDEtWNDVJMUEwNDI4NgYCCgAHBP0gAAALAgAABQEAAgQIPQAAXwQAAAAAGQKWABQBAw8EAAAAABoEAAAAAE0EAAAAAE4BAIYIWQMAAAAAAACbBCRnAgDSAA== (ack = true)
                                      2021-10-25 12:39:16.997 - debug: homekit-controller.0 (4788) IP-FA:E2:76:C6:A9:AE Set Values to ioBroker: [{"aid":1,"iid":2,"value":"Eve Extend 0630"},{"aid":1,"iid":3,"value":"Eve Systems"},{"aid":1,"iid":4,"value":"Eve Extend 20EAB9901"},{"aid":1,"iid":5,"value":"DU51I1A00740"},{"aid":1,"iid":6,"value":"1.1.1"},{"aid":1,"iid":108,"value":"Logging"},{"aid":1,"iid":101,"value":"CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdLUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA=="},{"aid":1,"iid":103,"value":"gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEBBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgEABwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZwGAQQHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQMFAbEGAQAHAQD/AA=="},{"aid":1,"iid":105,"value":"AQarNv2Q23wCAQcDAQAEAQIFAawGAQAIAQAHD0V2ZSBFbmVyZ3kgOTRBQ/8AAQYTE7JcF14CAQcDAQAEAQMFAbEGAQAIAQAHD0V2ZSBFbmVyZ3kgQzhCMf8AAQYjfY4ODwgCAQoDAQAEAQIFAZwGAQQIAQAHFEV2ZSBXYXRlciBHdWFyZCA1QjhB/wABBijpUrkFSAIBBwMBAAQBAgUBrAYBAQgBAAcPRXZlIEVuZXJneSA5NEVD/wA="},{"aid":1,"iid":107,"value":"AQ=="},{"aid":5,"iid":3,"value":"Eve Systems"},{"aid":5,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":5,"iid":5,"value":"Eve Energy C8B1"},{"aid":5,"iid":6,"value":"RV40J1A06143"},{"aid":5,"iid":7,"value":"2.1.1"},{"aid":5,"iid":8,"value":"1.1"},{"aid":5,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":5,"iid":10,"value":"IHdXc5VleGE="},{"aid":5,"iid":20,"value":8},{"aid":5,"iid":21,"value":1},{"aid":5,"iid":22,"value":""},{"aid":5,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":5,"iid":25,"value":false},{"aid":5,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIF/8AAlAAAwImCwQMUlY0MEoxQTA2MTQzBgIQAQcEOM0AAAUBANgEVFVBWpwBAAsCAABfBAAAAADSAGABZNAE7Rl2AZsE8X14AZ8E9QEAACACGAFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":5,"iid":31,"value":"gAEAAAiWCSHSivQ2JQEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":5,"iid":32,"value":"8n14AQAAAAAAAAAABgsCDAINAgcCDgEBAhABAAw4zQAAYRZ2AQEA"},{"aid":5,"iid":33,"value":""},{"aid":5,"iid":36,"value":656694491},{"aid":5,"iid":37,"value":"HwABDlAAJgsLAJUFs8Nb/Yqk"},{"aid":5,"iid":40,"value":0},{"aid":5,"iid":41,"value":""},{"aid":5,"iid":42,"value":10},{"aid":5,"iid":44,"value":true},{"aid":5,"iid":45,"value":"Eve Energy"},{"aid":5,"iid":46,"value":true},{"aid":5,"iid":47,"value":235.8000030517578},{"aid":5,"iid":48,"value":0.2800000011920929},{"aid":5,"iid":49,"value":30.200000762939453},{"aid":5,"iid":50,"value":1.0699999332427979},{"aid":5,"iid":51,"value":0},{"aid":5,"iid":100001,"value":"13:13:B2:5C:17:5E"},{"aid":5,"iid":100002,"value":7},{"aid":5,"iid":100003,"value":1},{"aid":3,"iid":3,"value":"Eve Systems"},{"aid":3,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":3,"iid":5,"value":"Eve Energy 94AC"},{"aid":3,"iid":6,"value":"RV40J1A05837"},{"aid":3,"iid":7,"value":"2.1.1"},{"aid":3,"iid":8,"value":"1.1"},{"aid":3,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":3,"iid":10,"value":"IHdXc5VleGE="},{"aid":3,"iid":20,"value":8},{"aid":3,"iid":21,"value":1},{"aid":3,"iid":22,"value":""},{"aid":3,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":3,"iid":25,"value":false},{"aid":3,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIFs0AAlAAAwImCwQMUlY0MEoxQTA1ODM3BgIPAQcELsMAAAUBANgET1k2U5wBAAsCAABfBAAAAADSAGABZNAEsSp2AZsELo94AZ8E7AEAACACIgFFBQUAAAAARgkFAAAADgAAQgZEEQUUAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":3,"iid":31,"value":"gAEAAAhKHlGQcAbV9QEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":3,"iid":32,"value":"L494AQAAAAAAAAAABgsCDAINAgcCDgEBAg8BAAwuwwAAsyV2AQEA"},{"aid":3,"iid":33,"value":""},{"aid":3,"iid":36,"value":656694369},{"aid":3,"iid":37,"value":"HwABDlAAJgsLAJZFJW6DVuDk"},{"aid":3,"iid":40,"value":0},{"aid":3,"iid":41,"value":""},{"aid":3,"iid":42,"value":10},{"aid":3,"iid":44,"value":true},{"aid":3,"iid":45,"value":"Eve Energy"},{"aid":3,"iid":46,"value":true},{"aid":3,"iid":47,"value":238.1999969482422},{"aid":3,"iid":48,"value":0},{"aid":3,"iid":49,"value":0},{"aid":3,"iid":50,"value":1.6699999570846558},{"aid":3,"iid":51,"value":0},{"aid":3,"iid":100001,"value":"AB:36:FD:90:DB:7C"},{"aid":3,"iid":100002,"value":7},{"aid":3,"iid":100003,"value":1},{"aid":2,"iid":3,"value":"Eve Systems"},{"aid":2,"iid":4,"value":"Eve Energy 20EBO8301"},{"aid":2,"iid":5,"value":"Eve Energy 94EC"},{"aid":2,"iid":6,"value":"RV40J1A06310"},{"aid":2,"iid":7,"value":"2.1.1"},{"aid":2,"iid":8,"value":"1.1"},{"aid":2,"iid":9,"value":"\"5.2\";30b0d575"},{"aid":2,"iid":10,"value":"IHdXc5VleGE="},{"aid":2,"iid":20,"value":8},{"aid":2,"iid":21,"value":1},{"aid":2,"iid":22,"value":""},{"aid":2,"iid":23,"value":"OPENTHREAD/20170716-02552-geb173c52; NRF52840; Oct 28 2020"},{"aid":2,"iid":25,"value":false},{"aid":2,"iid":29,"value":"2Rhtjj8KmcLTmaM0YZMEgAgEAAxsKhOIGKYAAlAAAwImCwQMUlY0MEoxQTA2MzEwBgIQAQcEIc8AAAUBANgEOVZEM5wBAAsCAABfBAAAAADSAGABZNAEATd2AZsE4594AZ8E9QEAACACLgFFBQUAAAAARgkFAAAADgAAQgZEEQUcAAUDPAAAAEGCPkKFrCNBRxEF3xy4HUseJB+0AAAAPAAAAEgGBQAAAAAASgYFAAAAAAA="},{"aid":2,"iid":31,"value":"gAEAAAj2SVHTicTtfAEC//4CAc8IAIMC//+ECN6tAL7vAMr+hQIAC4YKT3BlblRocmVhZA=="},{"aid":2,"iid":32,"value":"4594AYA3dgFtWCQnBgsCDAINAgcCDgEBAhABAAwhzwAAMTZ2AQEA"},{"aid":2,"iid":33,"value":""},{"aid":2,"iid":36,"value":656693245},{"aid":2,"iid":37,"value":"HwABDlAAJgsLAFIe8o1p9x0Y"},{"aid":2,"iid":40,"value":0},{"aid":2,"iid":41,"value":""},{"aid":2,"iid":42,"value":10},{"aid":2,"iid":44,"value":true},{"aid":2,"iid":45,"value":"Eve Energy"},{"aid":2,"iid":46,"value":true},{"aid":2,"iid":47,"value":236.5},{"aid":2,"iid":48,"value":0},{"aid":2,"iid":49,"value":0},{"aid":2,"iid":50,"value":0.9399999976158142},{"aid":2,"iid":51,"value":0},{"aid":2,"iid":100001,"value":"28:E9:52:B9:05:48"},{"aid":2,"iid":100002,"value":7},{"aid":2,"iid":100003,"value":1},{"aid":4,"iid":2,"value":"Eve Water Guard 5B8A"},{"aid":4,"iid":4,"value":"Eve Systems"},{"aid":4,"iid":5,"value":"Eve Water Guard 20EBG8701"},{"aid":4,"iid":6,"value":"KV45I1A04286"},{"aid":4,"iid":7,"value":"1.2.10"},{"aid":4,"iid":8,"value":"1.0.0"},{"aid":4,"iid":18,"value":"Eve Water Guard"},{"aid":4,"iid":19,"value":0},{"aid":4,"iid":20,"value":0},{"aid":4,"iid":23,"value":"Logging"},{"aid":4,"iid":24,"value":"HwABDkUA1QQKABvaYBlWSews"},{"aid":4,"iid":25,"value":0},{"aid":4,"iid":28,"value":"I2cCAEIBAADxWiQnAS0BCgAAEP0gAAABAAAAAQA="},{"aid":4,"iid":29,"value":""},{"aid":4,"iid":30,"value":"AAJFAAMC1QQEDEtWNDVJMUEwNDI4NgYCCgAHBP0gAAALAgAABQEAAgQIPQAAXwQAAAAAGQKWABQBAw8EAAAAABoEAAAAAE0EAAAAAE4BAIYIWQMAAAAAAACbBCRnAgDSAA=="},{"aid":4,"iid":100001,"value":"23:7D:8E:0E:0F:08"},{"aid":4,"iid":100002,"value":10},{"aid":4,"iid":100003,"value":1}]
                                      2021-10-25 12:39:17.038 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F131-079E-48FF-8F27-9C2605A29F52 changed: CQbAqAFBkB8MFWV2ZS1leHRlbmQtMDYzMC5sb2NhbAABOwMC+wGcAQAEDERVNTFJMUEwMDc0MAoIAAAAAAAAAAAIAQDTAdLUAgIA1QJ4ANYIBwAAAQMMBQUNAQQOAQQbAQjSAA== (ack = true)
                                      2021-10-25 12:39:17.040 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F150-079E-48FF-8F27-9C2605A29F52 changed: gAABBijpUrkFSAMPRXZlIEVuZXJneSA5NEVDBAEBBQGsBgEBBwEA/wABBqs2/ZDbfAMPRXZlIEVuZXJneSA5NEFDBAEBBQGsBgEABwEA/wABBiN9jg4PCAMURXZlIFdhdGVyIEd1YXJkIDVCOEEEAQEFAZwGAQQHAQD/AAEGExOyXBdeAw9FdmUgRW5lcmd5IEM4QjEEAQMFAbEGAQAHAQD/AA== (ack = true)
                                      2021-10-25 12:39:17.041 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.1.E863F007-079E-48FF-8F27-9C2605A29F52-100.E863F152-079E-48FF-8F27-9C2605A29F52 changed: AQarNv2Q23wCAQcDAQAEAQIFAawGAQAIAQAHD0V2ZSBFbmVyZ3kgOTRBQ/8AAQYTE7JcF14CAQcDAQAEAQMFAbEGAQAIAQAHD0V2ZSBFbmVyZ3kgQzhCMf8AAQYjfY4ODwgCAQoDAQAEAQIFAZwGAQQIAQAHFEV2ZSBXYXRlciBHdWFyZCA1QjhB/wABBijpUrkFSAIBBwMBAAQBAgUBrAYBAQgBAAcPRXZlIEVuZXJneSA5NEVD/wA= (ack = true)
                                      2021-10-25 12:39:17.041 - debug: homekit-controller.0 (4788) state homekit-controller.0.IP-FA:E2:76:C6:A9:AE.2.outlet-43.E863F10A-079E-48FF-8F27-9C2605A29F52 changed: 236.5 (ack = true)
                                      2021-10-25 12:39:27.702 - debug: homekit-controller.0 (4788) Device IP-03:09:A7:12:3E:A6 Scheduled Characteristic update started ...
                                      2021-10-25 12:39:28.616 - debug: homekit-controller.0 (4788) Device IP-90:09:EC:57:D8:5A Scheduled Characteristic update started ...
                                      2021-10-25 12:39:29.373 - debug: homekit-controller.0 (4788) Device IP-90:09:EC:57:D8:5A Scheduled Characteristic update started ...
                                      2021-10-25 12:39:29.491 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-be7e"},{"aid":1,"iid":6,"value":"518519200803732"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:30.737 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-bc23"},{"aid":1,"iid":6,"value":"518519200803129"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:31.989 - debug: homekit-controller.0 (4788) IP-90:09:EC:57:D8:5A Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-bc23"},{"aid":1,"iid":6,"value":"518519200803129"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:34.198 - debug: homekit-controller.0 (4788) Device IP-03:09:A7:12:3E:A6 Scheduled Characteristic update started ...
                                      2021-10-25 12:39:35.988 - debug: homekit-controller.0 (4788) IP-03:09:A7:12:3E:A6 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-be7e"},{"aid":1,"iid":6,"value":"518519200803732"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:39.627 - debug: homekit-controller.0 (4788) Device IP-67:1E:EB:7A:BB:97 Scheduled Characteristic update started ...
                                      2021-10-25 12:39:40.643 - debug: homekit-controller.0 (4788) IP-67:1E:EB:7A:BB:97 Set Values to ioBroker: [{"aid":1,"iid":3,"value":"Meross"},{"aid":1,"iid":4,"value":"MSS210"},{"aid":1,"iid":5,"value":"MSS210-cd66"},{"aid":1,"iid":6,"value":"518519200807548"},{"aid":1,"iid":7,"value":"4.1.9"},{"aid":1,"iid":8,"value":"4.0.0"},{"aid":1,"iid":9,"value":"2.0.1;16A75"},{"aid":1,"iid":13,"value":"outlet"},{"aid":1,"iid":14,"value":1},{"aid":1,"iid":15,"value":1}]
                                      2021-10-25 12:39:46.721 - debug: homekit-controller.0 (4788) Device IP-FA:E2:76:C6:A9:AE Scheduled Characteristic update started ...
                                      2021-10-25 12:39:46.999 - debug: homekit-controller.0 (4788) Device IP-FA:E2:76:C6:A9:AE Scheduled Characteristic update started ...
                                      2021-10-25 12:39:59.493 - debug: homekit-controller.0 (4788) Device IP-03:09:A7:12:3E:A6 Scheduled Characteristic update started ...
                                      
                                      
                                      apollon77 1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @pboeck last edited by

                                        @pboeck Also wenn der Adaoter so dargestellt ist muss e sim Log mehr geben wie einen crash oder sowas ... sehe ich nichts davon in deinem log ... auch das Bild passt nicht ... da steht Loglebel "info" aber du zeigst Debug log ... also ... häää?????

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          pboeck @apollon77 last edited by

                                          @apollon77 Das Bild ist von einem vorherigem Stop.
                                          Im Debugmodus habe ich vergessen ein Bild zu machen.

                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @pboeck last edited by

                                            @pboeck aber wenn der stoppt muss mehr im Log sein ...

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            556
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            24
                                            255
                                            25295
                                            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