Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker.zigbee Neue Geräte

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    ioBroker.zigbee Neue Geräte

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      klausiob @Asgothian last edited by klausiob

      @Asgothian ok, Danke, gefunden und ergänzt. Zeigt nach Neustart auch Bild an. Nochmal gepairt und sieht unter Objekte auch gut aus.

          {
              vendor: 'Smart Home Pty',
              models: ['FNB56-SKT1EHG1.2','FNB56-SKT1JXN1.0'],
              icon: 'img/smarthomepty_plug.png',
              states: [states.state],
          },
      

      Aber in den logs kommt

      Unknown device model FNB56-SKT1JXN1.0 emit event readRsp with data:{"cid":"genBasic","data":{"manufacturerName":"FeiBit","modelId":"FNB56-SKT1JXN1.0","powerSource":1}}
      Unknown device model FNB56-SKT1JXN1.0 emit event readRsp with data:{"cid":"genBasic","data":{"zclVersion":2,"appVersion":1,"stackVersion":1,"hwVersion":1,"dateCode":"20181222","swBu
      Unknown device model FNB56-SKT1JXN1.0 emit event attReport with data:{"cid":"genOnOff","data":{"onOff":0}}
      Unknown device model FNB56-SKT1JXN1.0 emit event devChange with data:{"cid":"genOnOff","data":{"onOff":0}}
      Unknown device model FNB56-SKT1JXN1.0
      

      muß man da noch was builden oder uploaden?

      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @klausiob last edited by arteck

        @klausiob der converter kennst das Device nicht.. dort muss es auch eingetragen werden..
        ewtl muss noch mehr gemacht werden im converter... das ist aber für einen Leien der "mal eben" was rein setzten will nicht so easy

        1 Reply Last reply Reply Quote 0
        • Asgothian
          Asgothian Developer @plbartek89 last edited by

          @plbartek89

          So, nachdem es jetzt ein paar tage gedauert hab hab ich eine Version des Adapters der den Zigbee on.off switch unterstützen müsste. Testen kannte ich das nicht, ich hab keinen.

          Auch der FNB56-SKT1JXN1.0 von @klausiob kann gehen.

          https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices
          

          A.

          K 1 Reply Last reply Reply Quote 0
          • P
            plbartek89 last edited by

            Bei mir handelt sich um :
            IKEA E1743

            @Asgothian danke , nachdem ich deine ver. aufgespielt habe.

            wird der switch erkannt. Genonoff state ändert sich nicht.

            Asgothian 1 Reply Last reply Reply Quote 0
            • Asgothian
              Asgothian Developer @plbartek89 last edited by

              @plbartek89 Welche Firmware hast du auf deinem Stick ? Ich hab bei der Ikea FB das Problem gehabt das sie nur mit einer neuen FW funktioniert hat.

              A.

              1 Reply Last reply Reply Quote 0
              • P
                plbartek89 last edited by

                @Asgothian Z-Stack_Home_1.2 CC2531_DEFAULT_20190608

                Asgothian 1 Reply Last reply Reply Quote 0
                • Asgothian
                  Asgothian Developer @plbartek89 last edited by

                  @plbartek89 OK.. damit müsste es eigentlich gehen. Kannst du bitte schauen ob es von dem Knopf Meldungen im Log gibt wenn

                  • du den Log-Level auf info legst
                  • du den Knopf betätigst.

                  Danke.

                  A.

                  1 Reply Last reply Reply Quote 0
                  • P
                    plbartek89 last edited by

                    host.iobroker	2019-10-06 20:05:48.389	info	Restart adapter system.adapter.zigbee.0 because enabled
                    host.iobroker	2019-10-06 20:05:48.389	error	instance system.adapter.zigbee.0 terminated with code 0 (OK)
                    host.iobroker	2019-10-06 20:05:48.389	error	Caught by controller[0]: at ZigbeeController.emit (events.js:224:7)
                    host.iobroker	2019-10-06 20:05:48.389	error	Caught by controller[0]: at emitMany (events.js:147:13)
                    host.iobroker	2019-10-06 20:05:48.389	error	Caught by controller[0]: at ZigbeeController.onDevEvent (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1532:24)
                    host.iobroker	2019-10-06 20:05:48.389	error	Caught by controller[0]: at Array.forEach (<anonymous>)
                    host.iobroker	2019-10-06 20:05:48.389	error	Caught by controller[0]: at converters.forEach (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1542:17)
                    host.iobroker	2019-10-06 20:05:48.388	error	Caught by controller[0]: at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1404:15)
                    host.iobroker	2019-10-06 20:05:48.388	error	Caught by controller[0]: at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1549:29)
                    host.iobroker	2019-10-06 20:05:48.388	error	Caught by controller[0]: at publish (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1538:23)
                    host.iobroker	2019-10-06 20:05:48.388	error	Caught by controller[0]: at publishToState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1292:31)
                    host.iobroker	2019-10-06 20:05:48.388	error	Caught by controller[0]: at Object.getter (/opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js:1439:90)
                    host.iobroker	2019-10-06 20:05:48.384	error	Caught by controller[0]: TypeError: Cannot read property 'startsWith' of undefined
                    
                    Asgothian 1 Reply Last reply Reply Quote 0
                    • Asgothian
                      Asgothian Developer @plbartek89 last edited by

                      @plbartek89
                      Installier bitte mit dem Link oben noch einmal neu, dann sollte der Fehler weg sein.

                      A

                      1 Reply Last reply Reply Quote 0
                      • P
                        plbartek89 last edited by

                        @Asgothian said in ioBroker.zigbee Neue Geräte:

                        https://github.com/asgothian/ioBroker.zigbee/tarball/11.4-Devices

                        host.iobroker	2019-10-06 20:44:18.982	info	instance system.adapter.zigbee.0 started with pid 1728
                        host.iobroker	2019-10-06 20:43:48.951	info	Restart adapter system.adapter.zigbee.0 because enabled
                        host.iobroker	2019-10-06 20:43:48.950	error	instance system.adapter.zigbee.0 terminated with code 0 (OK)
                        Caught	2019-10-06 20:43:48.950	error	by controller[0]: at ZigbeeController.emit (events.js:224:7)
                        Caught	2019-10-06 20:43:48.950	error	by controller[0]: at emitMany (events.js:147:13)
                        Caught	2019-10-06 20:43:48.950	error	by controller[0]: at ZigbeeController.onDevEvent (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1532:24)
                        Caught	2019-10-06 20:43:48.949	error	by controller[0]: at Array.forEach (<anonymous>)
                        Caught	2019-10-06 20:43:48.949	error	by controller[0]: at converters.forEach (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1542:17)
                        Caught	2019-10-06 20:43:48.946	error	by controller[0]: at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1404:15)
                        Caught	2019-10-06 20:43:48.946	error	by controller[0]: at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1549:29)
                        Caught	2019-10-06 20:43:48.946	error	by controller[0]: at publish (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1538:23)
                        Caught	2019-10-06 20:43:48.946	error	by controller[0]: at publishToState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1292:31)
                        Caught	2019-10-06 20:43:48.945	error	by controller[0]: at Object.getter (/opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js:1439:90)
                        Caught	2019-10-06 20:43:48.944	error	by controller[0]: TypeError: Cannot read property 'startsWith' of undefined
                        zigbee.0	2019-10-06 20:43:48.881	error	at ZigbeeController.emit (events.js:224:7)
                        zigbee.0	2019-10-06 20:43:48.881	error	at emitMany (events.js:147:13)
                        zigbee.0	2019-10-06 20:43:48.881	error	at ZigbeeController.onDevEvent (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1532:24)
                        zigbee.0	2019-10-06 20:43:48.881	error	at Array.forEach (<anonymous>)
                        zigbee.0	2019-10-06 20:43:48.881	error	at converters.forEach (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1542:17)
                        zigbee.0	2019-10-06 20:43:48.881	error	at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1404:15)
                        zigbee.0	2019-10-06 20:43:48.881	error	at collectOptions (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1549:29)
                        zigbee.0	2019-10-06 20:43:48.881	error	at publish (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1538:23)
                        zigbee.0	2019-10-06 20:43:48.881	error	at publishToState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:1292:31)
                        zigbee.0	2019-10-06 20:43:48.881	error	at Object.getter (/opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js:1439:90)
                        zigbee.0	2019-10-06 20:43:48.881	error	TypeError: Cannot read property 'startsWith' of undefined
                        

                        danach startet der adapter nicht mehr

                        host.iobroker	2019-10-06 20:44:21.539	error	instance system.adapter.zigbee.0 terminated with code 1 ()
                        Caught	2019-10-06 20:44:21.539	error	by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/main.js:20:23)
                        Caught	2019-10-06 20:44:21.539	error	by controller[0]: at require (internal/module.js:11:18)
                        Caught	2019-10-06 20:44:21.539	error	by controller[0]: at Module.require (module.js:597:17)
                        Caught	2019-10-06 20:44:21.538	error	by controller[0]: at Function.Module._load (module.js:498:3)
                        Caught	2019-10-06 20:44:21.538	error	by controller[0]: at tryModuleLoad (module.js:506:12)
                        Caught	2019-10-06 20:44:21.538	error	by controller[0]: at Module.load (module.js:566:32)
                        Caught	2019-10-06 20:44:21.538	error	by controller[0]: at Object.Module._extensions..js (module.js:664:10)
                        Caught	2019-10-06 20:44:21.538	error	by controller[0]: at Module._compile (module.js:617:28)
                        Caught	2019-10-06 20:44:21.537	error	by controller[0]: at Object.runInThisContext (vm.js:139:10)
                        Caught	2019-10-06 20:44:21.537	error	by controller[0]: at createScript (vm.js:80:10)
                        Caught	2019-10-06 20:44:21.537	error	by controller[0]: SyntaxError: Unexpected identifier
                        Caught	2019-10-06 20:44:21.537	error	by controller[0]: ^^^^^^^
                        Caught	2019-10-06 20:44:21.537	error	by controller[0]: getter: payload => (typeof(payload.action) === "string") ? (payload.action === 'brightness_up' ? 'up' : (payload.action payload.action.startsWith('brightness') ? payload.act
                        Caught	2019-10-06 20:44:21.536	error	by controller[0]: /opt/iobroker/node_modules/iobroker.zigbee/lib/devstates.js:1439
                        
                        Asgothian 2 Replies Last reply Reply Quote 0
                        • Asgothian
                          Asgothian Developer @plbartek89 last edited by

                          @plbartek89 moment.. bei mir hat er gestartet... ich prüf das.

                          1 Reply Last reply Reply Quote 0
                          • Asgothian
                            Asgothian Developer @plbartek89 last edited by

                            @plbartek89
                            So, jetzt bitte nochmal, jetzt muss es gehen.

                            A.

                            P 1 Reply Last reply Reply Quote 0
                            • P
                              plbartek89 @Asgothian last edited by

                              @Asgothian

                              jetzt

                              zigbee.0	2019-10-07 12:45:15.812	info	new dev 0x14b457fffecbaf5d 13770 TRADFRI on/off switch
                              zigbee.0	2019-10-07 12:44:46.857	error	Device 14b457fffecbaf5d "TRADFRI on/off switch" not described in statesMapping.
                              zigbee.0	2019-10-07 12:44:13.633	info
                              ```	Zigbee: allowing new devices to join.
                              
                              vielleicht mache ich was falsch. Glaube aber nicht.
                              Asgothian 1 Reply Last reply Reply Quote 0
                              • Asgothian
                                Asgothian Developer @plbartek89 last edited by

                                @plbartek89 sagte in ioBroker.zigbee Neue Geräte:

                                TRADFRI on/off switch

                                Taucht er denn mit Bild in der Device Ansicht im Adapter auf ?

                                A.

                                1 Reply Last reply Reply Quote 0
                                • P
                                  plbartek89 last edited by

                                  Nachdem ich die letzte ver. aufgespielt habe ,nicht mehr. Das ist aber nicht der switch was auf dem Bild zu sehen ist , falls das wichtig ist.👍

                                  Asgothian 1 Reply Last reply Reply Quote 0
                                  • Asgothian
                                    Asgothian Developer @plbartek89 last edited by

                                    @plbartek89 Poste bitte mal ein Bild, und jetzt bin ich irritiert. An meiner Version hat sich (im Bezug auf den Switch) nur etwas in den states getan - wenn er mit dem Bug erkannt wurde sollte er auch jetzt erkannt werden.

                                    A.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      plbartek89 last edited by

                                      E1743 sowas habe ich.

                                      Die bilder wie das ganze im IOB aussieht :
                                      IOB
                                      alt text

                                      Das ist glaube ich der kabellose dimmer
                                      Dimmer

                                      Asgothian 1 Reply Last reply Reply Quote 0
                                      • Asgothian
                                        Asgothian Developer @plbartek89 last edited by Asgothian

                                        @plbartek89
                                        Ok.. das Bild kann ich tauschen. Die Datenpunkte sehen auch so aus wie ich sie erwarte.
                                        Wenn du den Adapter auf "info" logging stellst kommen aber immer noch keine Log-Meldungen mit den Nachrichten des Knopfes an den adapter ?

                                        A.
                                        Nachtrag: was passiert wenn du in der Kachel auf das "i" drückst, nachdem du einen Knopf auf der FB gedrückt hast ?

                                        1 Reply Last reply Reply Quote 0
                                        • P
                                          plbartek89 last edited by plbartek89

                                          @Asgothian Nachtrag: was passiert wenn du in der Kachel auf das "i" drückst, nachdem du einen Knopf auf der FB gedrückt hast ?

                                          Firmware Version: 2.2.008
                                              Hardware Version: 1
                                          

                                          hat aber nur einmal funktioniert :

                                          im log

                                          zigbee.0	2019-10-09 11:38:58.513	error	Zigbee publish to '0x14b457fffecbaf5d', genBasic - 0 - [{"attrId":16384},{"attrId":3}] - 1 failed with error Error: AF data request fails, status code: 240. MAC transaction expired.
                                          zigbee.0	2019-10-09 11:38:43.516	error	Zigbee publish to '0x14b457fffecbaf5d', genBasic - 0 - [{"attrId":16384},{"attrId":3}] - 1 failed with error Error: AF data request fails, status code: 240. MAC transaction expired.
                                          zigbee.0	2019-10-09 11:37:42.296	info	Successfully configured 0x14b457fffecbaf5d TRADFRI on/off switch
                                          zigbee.0	2019-10-09 11:37:34.127	error	Zigbee publish to '0x14b457fffecbaf5d', genBasic - 0 - [{"attrId":16384},{"attrId":3}] - 1 failed with error Error: AF data request fails, status code: 240. MAC transaction expired.
                                          zigbee.0	2019-10-09 11:36:19.521	error	Zigbee publish to '0x14b457fffecbaf5d', genBasic - 0 - [{"attrId":16384},{"attrId":3}] - 1 failed with error Error: AF data request fails, status code: 240. MAC transaction expired.
                                          zigbee.0	2019-10-09 11:35:39.534	info	new dev 0x14b457fffecbaf5d 13770 TRADFRI on/off switch
                                          zigbee.0	2019-10-09 11:35:12.162	info	Dev 0x14b457fffecbaf5d TRADFRI on/off switch not configured yet (2), will retry on next incoming message.
                                          zigbee.0	2019-10-09 11:34:16.533	error	Zigbee publish to '0x14b457fffecbaf5d', genBasic - 0 - [{"attrId":16384},{"attrId":3}] - 1 failed with error Error: AF data request fails, status code: 240. MAC transaction expired.
                                          
                                          U 1 Reply Last reply Reply Quote 0
                                          • K
                                            klausiob @Asgothian last edited by

                                            @Asgothian So nachdem ich aus dem Urlaub zurück bin könnte ich das ja mal testen. Es scheint aber noch nicht fehlerfrei zu sein? Wie muß ich den Tarball installieren?

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

                                            Support us

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

                                            378
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            zigbee cc2531
                                            20
                                            93
                                            10542
                                            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