NEWS
[Aufruf] ZigBee CC253x Adapter
-
Im Log kommen Fehlermeldungen: „No network route. Please confirm that the device has (re)joined the network.“
Ich habe keine Idee mehr, wie die Sache optimieren kann.
Trotzdem „Hut ab“ für das tolle Projekt. Bin begeistert! `
das heisst das die Geräte sich nicht finden können.. warum auch immer.. welche sind es den du sprichst von 15 Geräten..
-
Thema: Kanal einstellen.
Man kann im Adapter Kanal 1 bis unendlich (naja, hab bei 300 aufgehört) einstellen. Default ist 11.
Laut Spezifikation gibt es aber nur die Kanäle 11 (2,405 GHz) bis 26 (2,480 GHz).
Daraus ergeben sich folgende Fragen:
Ist der Kanal 11 im Adapter auch der Kanal 11 mit 2,405 GHz gemäß Spezifikation?
Was passiert, wenn ich einen Kanal kleiner 11 oder größer 26 einstelle?
Ich möchte den Kanal ja nicht ändern. Nur ist es zur Beurteilung von Störfrequenzen essenziell wichtig, die eingestellte ZigBee-Frequenz zu wissen.
-
Thema: Kanal einstellen.
Man kann im Adapter Kanal 1 bis unendlich (naja, hab bei 300 aufgehört) einstellen. Default ist 11.
Laut Spezifikation gibt es aber nur die Kanäle 11 (2,405 GHz) bis 26 (2,480 GHz).
Daraus ergeben sich folgende Fragen:
Ist der Kanal 11 im Adapter auch der Kanal 11 mit 2,405 GHz gemäß Spezifikation?
Was passiert, wenn ich einen Kanal kleiner 11 oder größer 26 einstelle?
Ich möchte den Kanal ja nicht ändern. Nur ist es zur Beurteilung von Störfrequenzen essenziell wichtig, die eingestellte ZigBee-Frequenz zu wissen. `
na du stellst fragen.. ich nehme mal an da es zur Spezifikation gehört… das man da <11 und >26 eintragen kann.. na ja
ich frag mal nach
wobei wenn du die WLAN Problematik ansprichst... WLAN 11 und Zigbee 11 sind sooooooooooooweit auseinander...
-
Im Log kommen Fehlermeldungen: „No network route. Please confirm that the device has (re)joined the network.“
Ich habe keine Idee mehr, wie die Sache optimieren kann.
Trotzdem „Hut ab“ für das tolle Projekt. Bin begeistert! `
das heisst das die Geräte sich nicht finden können.. warum auch immer.. welche sind es den du sprichst von 15 Geräten.. `
Habe 3 Osram Plugs, 3 Xiaomi Aqare Temperatusensoren, 2 Paulmann 50045 Dimablelight
Die Geräte finden sich schon, aber einige Befehle gehen halt nicht durch. Und das auch nur, wenn die Änderungen schnell kommen >2 Sekunden.
-
wobei wenn du die WLAN Problematik ansprichst… WLAN 11 und Zigbee 11 sind sooooooooooooweit auseinander... `
Aber nur wenn meine erste Frage mit "ja" beantwortet wird. Und da die möglichen Kanaleinstellungen im Adapter mit 1 beginnen drängt sich diese Frage auf.
Wobei: meine Praxistests haben ja bestätigt, dass der WLAN Kanal 1 massiv gestört hat und ein Wechsel auf 11 erhebliche Verbesserungen brachte.
-
wie hast du denn die Tests gestaltet und wie kann man (außer durch schlichtes Probieren) einen guten Kanal heraus finden?
Ich habe in meiner nachbarschaft etliche Funker. Da sind quasi alle Kanäle belegt.
Auch bein BLU-Adapter empfängt jede Menge Geräte, die mir nicht gehören.
Alleine schon die ganzen Smartwatches oder Fitnesstracker, die wohl alle bei mir im Treppenhaus auf- und abgehen
-
Im Log kommen Fehlermeldungen: „No network route. Please confirm that the device has (re)joined the network.“
Ich habe keine Idee mehr, wie die Sache optimieren kann.
Trotzdem „Hut ab“ für das tolle Projekt. Bin begeistert! `
das heisst das die Geräte sich nicht finden können.. warum auch immer.. welche sind es den du sprichst von 15 Geräten.. `
Habe 3 Osram Plugs, 3 Xiaomi Aqare Temperatusensoren, 2 Paulmann 50045 Dimablelight
Die Geräte finden sich schon, aber einige Befehle gehen halt nicht durch. Und das auch nur, wenn die Änderungen schnell kommen >2 Sekunden. `
ich weiss … ilya hat versucht das mit einer queue zu lösen.. aber keine Verbesserung.. wir suchen noch nach Lösungen... wenn du was hast her damit..
das Problem ist wenn ein Geräte nicht antwortet dann wartet die queue mit der abarbeitung auf ein Timeout.. und solange passiert nix..
-
wobei wenn du die WLAN Problematik ansprichst… WLAN 11 und Zigbee 11 sind sooooooooooooweit auseinander... `
Aber nur wenn meine erste Frage mit "ja" beantwortet wird. Und da die möglichen Kanaleinstellungen im Adapter mit 1 beginnen drängt sich diese Frage auf.
Wobei: meine Praxistests haben ja bestätigt, dass der WLAN Kanal 1 massiv gestört hat und ein Wechsel auf 11 erhebliche Verbesserungen brachte. `
du kannst da alles eingeben weil es nicht abgefangen wird.. im TEst ist es nicht aufgefallen.. ich vermute du kannst da auch Buchstaben eingeben… nicht Probiert.
aber die Standards sollten richtig sein also von 11 - 26
-
ich bin zwar kein JS-Experte, sondern eher Java-seitig unterwegs.
Daher wäre meine Idee es mit 1-n Threads zu versuchen (initial vielleicht 3 Threads, maximal 5 oder 7), die sich aus der Queue etwas nehmen
und dann verarbeiten. So würde nicht die ganze Queue blockiert; sondern erst dann wenn kein Thread mehr da ist um etwas zu verarbeiten.
In Java wüßte ich wie das umzusetzen wäre, nur von Javascript habe ich hier keine Erfahrung.
Das aber nur als eventuelle Idee dazu …
MfG Markus
-
ich bin zwar kein JS-Experte, sondern eher Java-seitig unterwegs.
Daher wäre meine Idee es mit 1-n Threads zu versuchen (initial vielleicht 3 Threads, maximal 5 oder 7), die sich aus der Queue etwas nehmen
und dann verarbeiten. So würde nicht die ganze Queue blockiert; sondern erst dann wenn kein Thread mehr da ist um etwas zu verarbeiten.
In Java wüßte ich wie das umzusetzen wäre, nur von Javascript habe ich hier keine Erfahrung.
Das aber nur als eventuelle Idee dazu …
MfG Markus `
gute Idee aber
-
Äh okay … war ne Idee wert ...
-
wie hast du denn die Tests gestaltet und wie kann man (außer durch schlichtes Probieren) einen guten Kanal heraus finden?
Ich habe in meiner nachbarschaft etliche Funker. Da sind quasi alle Kanäle belegt.
… `
Also zuerst einmal habe ich über die von mir geposteten Links herausgefunden, welcher Kanal im ZigBee und im WLAN Netz welche Frequenz bedeutet. Damit hat man ja schon mal eine Orientierung, wo es Trouble geben könnte.
Ausgehend von ZigBee Kanal 11 (den ich nicht verändern wollte) sind das also die WLAN Kanäle 1 und 2 (bei 20 MHz Bandbreite im WLAN) oder gar 1 bis 4 ((bei 40 MHz Bandbreite im WLAN).
Nun galt es also herauszufinden, ob es (starke) WLANs gibt, die auf diesen Kanälen funken.
Hier kam jetzt die Fritzbox ins Spiel. Wie es bei anderen Routern aussieht, weiss ich nicht. Ich habe zwar einen Ubiquity Accesspoint (der nebenbei bemerkt alles in den Schatten stellt, was es sonst im Consumerbereich gibt), habe aber zu diesem Zweck das WLAN in der Fritzbox temporär aktiviert.
Dort gibt es dann unter WLAN->Funknetz->Funkkanal eine wunderbare Übersicht über alle erkannten Funknetze inklusive deren genutzter Kanäle und Signalstärken.
Da habe ich dann gesehen, dass mein Ubiquity auf Kanal 1 funkt. Und das mit voller Signalstärke (logisch, ist ja im gleichen Haus 2 m neben der Fritte).
Also in die Konfig des AccessPoits und Kanal von "auto" auf fest 11 gestellt.
In der Fritzbox hat man dann zwar noch ein oder zwei WLAN Netze auf Kanal 1 gesehen, aber mit so geringer Signalstärke (Nachbarn?), dass die Störgröße akzeptabel war.
Idealfall wäre natürlich, wenn ein Kanal absolut frei wäre, aber das hast du wohl nur, wenn du mitten in der Sahara wohnst.
-
Hab auch eine FritzBox und hab das gestern Abend genau so gemacht. Zuerst war mein WLAN auf Kanal 4 (sollte man sowieso nicht machen, 1,6,11 Regel) und Zigbee auf 11 was zu Überlappungen führte und so zigbee schlechter funktionierte.
In unserer Nachbarschaft gibt es auf WLAN Kanal 1 wenige und nur sehr schwache Netze. Hab jetzt mein WLAN auf Kanal 11 und zigbee auf 11.
Seit dem funktioniert es wieder viel besser
-
Hi Arteck,
ich habe neue Fehler entdeckt:
No state available for '4052899926110' with key 'transition_time'
Vor paar Tagen hat noch funktioniert.
Danke. `
bissel mehr infos muss du mir schon geben.. was ist das für ein Device ?? Adapter Version ?? `
Device: LIGHTIFY Indoor Flex RGBW
7cb03eaa00adea74
Adapter: 0.8.0b, aktuelste aus deinem repo.
P.S.: habe gerade über dein repo aktualisiert, und ist ganz kaputt gegangen:
! 018-11-28 21:25:08.084 info Restart adapter system.adapter.zigbee.0 because enabled
! host.raspberrypi 2018-11-28 21:25:08.084 error instance system.adapter.zigbee.0 terminated with code 6 (uncaught exception)
! Caught 2018-11-28 21:25:08.084 error by controller[7]: 2018-11-28T20:25:07.084Z zigbee:controller info zigbee-shepherd stopped undefined
! Caught 2018-11-28 21:25:08.084 error by controller[6]: Wed, 28 Nov 2018 20:25:07 GMT zigbee-shepherd zigbee-shepherd is stopped.
! Caught 2018-11-28 21:25:08.084 error by controller[5]: Wed, 28 Nov 2018 20:25:07 GMT cc-znp The serialport /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B000E896DEE-if00 is closed.
! Caught 2018-11-28 21:25:08.083 error by controller[4]: Wed, 28 Nov 2018 20:25:07 GMT cc-znp:SREQ –> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 0, tcsignificance: 0 }
! Caught 2018-11-28 21:25:08.083 error by controller[3]: Wed, 28 Nov 2018 20:25:07 GMT zigbee-shepherd:request REQ –> ZDO:mgmtPermitJoinReq
! Caught 2018-11-28 21:25:08.083 error by controller[2]: Wed, 28 Nov 2018 20:25:07 GMT zigbee-shepherd zigbee-shepherd is stopping.
! Caught 2018-11-28 21:25:08.083 error by controller[1]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
! Caught 2018-11-28 21:25:08.083 error by controller[1]: at Manager. <anonymous>(/opt/iobroker/node_modules/component-bind/index.js:21:15)
! Caught 2018-11-28 21:25:08.083 error by controller[1]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at Socket.adapter.getState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:727:17)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at options (/opt/iobroker/node_modules/iobroker.zigbee/main.js:87:21)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at publishFromState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:576:15)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at Array.forEach (<anonymous>)
! Caught 2018-11-28 21:25:08.082 error by controller[1]: at stateList.forEach (/opt/iobroker/node_modules/iobroker.zigbee/main.js:593:35)
! Caught 2018-11-28 21:25:08.081 error by controller[1]: at Object.convert (/opt/iobroker/node_modules/zigbee-shepherd-converters/converters/toZigbee.js:65:27)
! Caught 2018-11-28 21:25:08.081 error by controller[1]: TypeError: value.includes is not a function
! zigbee.0 2018-11-28 21:25:07.085 info zigbee-shepherd stopped
! zigbee.0 2018-11-28 21:25:07.050 error at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
! zigbee.0 2018-11-28 21:25:07.050 error at Manager. <anonymous>(/opt/iobroker/node_modules/component-bind/index.js:21:15)
! zigbee.0 2018-11-28 21:25:07.050 error at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
! zigbee.0 2018-11-28 21:25:07.050 error at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
! zigbee.0 2018-11-28 21:25:07.050 error at Socket.adapter.getState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:727:17)
! zigbee.0 2018-11-28 21:25:07.050 error at options (/opt/iobroker/node_modules/iobroker.zigbee/main.js:87:21)
! zigbee.0 2018-11-28 21:25:07.050 error at publishFromState (/opt/iobroker/node_modules/iobroker.zigbee/main.js:576:15)
! zigbee.0 2018-11-28 21:25:07.050 error at Array.forEach (<anonymous>)
! zigbee.0 2018-11-28 21:25:07.050 error at stateList.forEach (/opt/iobroker/node_modules/iobroker.zigbee/main.js:593:35)
! zigbee.0 2018-11-28 21:25:07.050 error at Object.convert (/opt/iobroker/node_modules/zigbee-shepherd-converters/converters/toZigbee.js:65:27)
! zigbee.0 2018-11-28 21:25:07.050 error TypeError: value.includes is not a function
! zigbee.0 2018-11-28 21:25:07.048 error uncaught exception: value.includes is not a function</anonymous></anonymous></anonymous></anonymous> `
Hallo,ich habe gerade iobroker komplett neue installiert und neueste Adapter 0.8.0 von Iliy genommen.
Transition Time fehlt auch da.
und dazu kommen sehr viele Fehler beim Adapter neue starten, beim Geräte anlernen und zwischen durch.
! host.ioBroker-RasPi 2018-11-29 17:32:44.628 info instance system.adapter.zigbee.0 started with pid 7389
! host.ioBroker-RasPi 2018-11-29 17:32:42.174 info instance system.adapter.zigbee.0 terminated with code 0 (OK)
! Caught 2018-11-29 17:32:42.174 error by controller[3]: Thu, 29 Nov 2018 16:32:42 GMT cc-znp:SREQ –> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 0, tcsignificance: 0 }
! Caught 2018-11-29 17:32:42.174 error by controller[2]: Thu, 29 Nov 2018 16:32:42 GMT zigbee-shepherd:request REQ –> ZDO:mgmtPermitJoinReq
! Caught 2018-11-29 17:32:42.173 error by controller[1]: Thu, 29 Nov 2018 16:32:42 GMT zigbee-shepherd zigbee-shepherd is stopping.
! host.ioBroker-RasPi 2018-11-29 17:32:42.100 info stopInstance system.adapter.zigbee.0 killing pid 6303
! host.ioBroker-RasPi 2018-11-29 17:32:42.099 info stopInstance system.adapter.zigbee.0! 2018-11-29 17:11:30.227 - info: zigbee.0 List of ports: [{"comName":"/dev/ttyAMA0"},{"comName":"/dev/ttyACM0"}]
! 2018-11-29 17:12:01.182 - info: host.ioBroker-RasPi object change system.adapter.zigbee.0
! 2018-11-29 17:12:01.183 - info: host.ioBroker-RasPi stopInstance system.adapter.zigbee.0
! 2018-11-29 17:12:01.184 - info: host.ioBroker-RasPi stopInstance system.adapter.zigbee.0 killing pid 4388
! 2018-11-29 17:12:01.256 - error: Caught by controller[1]: Thu, 29 Nov 2018 16:11:31 GMT cc-znp:AREQ <– ZDO:mgmtLqiRsp, { srcaddr: 50604, status: 0, neighbortableentries: 3, startindex: 0, neighborlqilistcount: 3, neighborlqilist: [ { extPandId: '0xdddddddddddddddd', extAddr: '0x00124b000e896dee', nwkAddr: 0, deviceType: 0, rxOnWhenIdle: 1, relationship: 0, permitJoin: 1, depth: 1, lqi: 40 }, { extPandId: '0xdddddddddddddddd', extAddr: '0x84182600000c9d11', nwkAddr: 32839, deviceType: 1, rxOnWhenIdle: 1, relationship: 2, permitJoin: 1, depth: 1, lqi: 34 }, { extPandId: '0xdddddddddddddddd', extAddr: '0x7cb03eaa00adf023', nwkAddr: 14811, deviceType: 1, rxOnWhenIdle: 1, relationship: 2, permitJoin: 1, depth: 1, lqi: 46 } ] }
! 2018-11-29 17:12:01.257 - error: Caught by controller[2]: Thu, 29 Nov 2018 16:11:31 GMT zigbee-shepherd:msgHdlr IND <– ZDO:mgmtLqiRsp
! 2018-11-29 17:12:01.257 - error: Caught by controller[3]: Thu, 29 Nov 2018 16:11:31 GMT zigbee-shepherd:request REQ –> ZDO:mgmtLqiReq
! 2018-11-29 17:12:01.258 - error: Caught by controller[4]: Thu, 29 Nov 2018 16:11:31 GMT cc-znp:SREQ –> ZDO:mgmtLqiReq, { dstaddr: 14811, scanchannels: undefined, scanduration: undefined, startindex: 0 }
! 2018-11-29 17:12:01.258 - error: Caught by controller[5]: Thu, 29 Nov 2018 16:11:31 GMT cc-znp:SRSP <– ZDO:mgmtLqiReq, { status: 0 }
! 2018-11-29 17:12:01.258 - error: Caught by controller[6]: Thu, 29 Nov 2018 16:11:31 GMT cc-znp:AREQ <– ZDO:mgmtLqiRsp, { srcaddr: 14811, status: 0, neighbortableentries: 3, startindex: 0, neighborlqilistcount: 3, neighborlqilist: [ { extPandId: '0xdddddddddddddddd', extAddr: '0x00124b000e896dee', nwkAddr: 0, deviceType: 0, rxOnWhenIdle: 1, relationship: 0, permitJoin: 1, depth: 1, lqi: 38 }, { extPandId: '0xdddddddddddddddd', extAddr: '0x84182600000c9d11', nwkAddr: 32839, deviceType: 1, rxOnWhenIdle: 1, relationship: 2, permitJoin: 1, depth: 1, lqi: 12 }, { extPandId: '0xdddddddddddddddd', extAddr: '0x7cb03eaa00adea74', nwkAddr: 50604, deviceType: 1, rxOnWhenIdle: 1, relationship: 2, permitJoin: 1, depth: 1, lqi: 46 } ] }
! 2018-11-29 17:12:01.259 - error: Caught by controller[7]: Thu, 29 Nov 2018 16:11:31 GMT zigbee-shepherd:msgHdlr IND <– ZDO:mgmtLqiRsp
! 2018-11-29 17:12:01.259 - error: Caught by controller[8]: 2018-11-29T16:11:31.727Z zigbee:controller debug lqiScan result: [ { ieeeAddr: '0x84182600000c9d11',
! 2018-11-29 17:12:01.259 - error: Caught by controller[8]: nwkAddr: 32839,
! 2018-11-29 17:12:01.259 - error: Caught by controller[8]: lqi: 12,
! 2018-11-29 17:12:01.260 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.260 - error: Caught by controller[8]: deviceType: 1,
! 2018-11-29 17:12:01.260 - error: Caught by controller[8]: parent: '0x7cb03eaa00adf023',
! 2018-11-29 17:12:01.261 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.261 - error: Caught by controller[8]: { ieeeAddr: '0x7cb03eaa00adea74',
! 2018-11-29 17:12:01.261 - error: Caught by controller[8]: nwkAddr: 50604,
! 2018-11-29 17:12:01.261 - error: Caught by controller[8]: lqi: 46,
! 2018-11-29 17:12:01.262 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.262 - error: Caught by controller[8]: deviceType: 1,
! 2018-11-29 17:12:01.262 - error: Caught by controller[8]: parent: '0x7cb03eaa00adf023',
! 2018-11-29 17:12:01.262 - error: Caught by controller[8]: status: 'offline' },
! 2018-11-29 17:12:01.263 - error: Caught by controller[8]: { ieeeAddr: '0x7cb03eaa00adf023',
! 2018-11-29 17:12:01.263 - error: Caught by controller[8]: nwkAddr: 14811,
! 2018-11-29 17:12:01.263 - error: Caught by controller[8]: lqi: 46,
! 2018-11-29 17:12:01.264 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.264 - error: Caught by controller[8]: deviceType: 1,
! 2018-11-29 17:12:01.264 - error: Caught by controller[8]: parent: '0x7cb03eaa00adea74',
! 2018-11-29 17:12:01.264 - error: Caught by controller[8]: status: 'offline' },
! 2018-11-29 17:12:01.265 - error: Caught by controller[8]: { ieeeAddr: '0x00158d0001f532ce',
! 2018-11-29 17:12:01.265 - error: Caught by controller[8]: nwkAddr: 34624,
! 2018-11-29 17:12:01.265 - error: Caught by controller[8]: lqi: 27,
! 2018-11-29 17:12:01.265 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.266 - error: Caught by controller[8]: deviceType: 2,
! 2018-11-29 17:12:01.266 - error: Caught by controller[8]: parent: '0x00124b000e896dee',
! 2018-11-29 17:12:01.266 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.267 - error: Caught by controller[8]: { ieeeAddr: '0x00158d0001df05e1',
! 2018-11-29 17:12:01.267 - error: Caught by controller[8]: nwkAddr: 38613,
! 2018-11-29 17:12:01.267 - error: Caught by controller[8]: lqi: 18,
! 2018-11-29 17:12:01.267 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.268 - error: Caught by controller[8]: deviceType: 2,
! 2018-11-29 17:12:01.268 - error: Caught by controller[8]: parent: '0x00124b000e896dee',
! 2018-11-29 17:12:01.268 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.268 - error: Caught by controller[8]: { ieeeAddr: '0x00158d00028f6b16',
! 2018-11-29 17:12:01.269 - error: Caught by controller[8]: nwkAddr: 59431,
! 2018-11-29 17:12:01.269 - error: Caught by controller[8]: lqi: 90,
! 2018-11-29 17:12:01.269 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.270 - error: Caught by controller[8]: deviceType: 2,
! 2018-11-29 17:12:01.270 - error: Caught by controller[8]: parent: '0x84182600000c9d11',
! 2018-11-29 17:12:01.270 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.270 - error: Caught by controller[8]: { ieeeAddr: '0x00158d0002a91e86',
! 2018-11-29 17:12:01.271 - error: Caught by controller[8]: nwkAddr: 57350,
! 2018-11-29 17:12:01.271 - error: Caught by controller[8]: lqi: 100,
! 2018-11-29 17:12:01.271 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.271 - error: Caught by controller[8]: deviceType: 2,
! 2018-11-29 17:12:01.272 - error: Caught by controller[8]: parent: '0x84182600000c9d11',
! 2018-11-29 17:12:01.272 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.272 - error: Caught by controller[8]: { ieeeAddr: '0x00158d000255ef1b',
! 2018-11-29 17:12:01.273 - error: Caught by controller[8]: nwkAddr: 13082,
! 2018-11-29 17:12:01.273 - error: Caught by controller[8]: lqi: 38,
! 2018-11-29 17:12:01.273 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.273 - error: Caught by controller[8]: deviceType: 2,
! 2018-11-29 17:12:01.274 - error: Caught by controller[8]: parent: '0x84182600000c9d11',
! 2018-11-29 17:12:01.274 - error: Caught by controller[8]: status: 'online' },
! 2018-11-29 17:12:01.274 - error: Caught by controller[8]: { ieeeAddr: '0x00124b000e896dee',
! 2018-11-29 17:12:01.274 - error: Caught by controller[8]: nwkAddr: 0,
! 2018-11-29 17:12:01.275 - error: Caught by controller[8]: lqi: 38,
! 2018-11-29 17:12:01.275 - error: Caught by controller[8]: depth: 1,
! 2018-11-29 17:12:01.275 - error: Caught by controller[8]: deviceType: 0,
! 2018-11-29 17:12:01.276 - error: Caught by controller[8]: parent: '0x7cb03eaa00adf023',
! 2018-11-29 17:12:01.276 - error: Caught by controller[8]: status: 'online' } ]
! 2018-11-29 17:12:01.276 - error: Caught by controller[9]: Thu, 29 Nov 2018 16:11:32 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 78 }
! 2018-11-29 17:12:01.276 - error: Caught by controller[10]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.277 - error: Caught by controller[10]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 78
! 2018-11-29 17:12:01.277 - error: Caught by controller[11]: Thu, 29 Nov 2018 16:11:32 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 13082, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3218896, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.277 - error: Caught by controller[12]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.277 - error: Caught by controller[13]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.277 - error: Caught by controller[14]: 2018-11-29T16:11:32.029Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.277 - error: Caught by controller[14]: clusterid: 5,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: srcaddr: 13082,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: srcendpoint: 1,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: dstendpoint: 1,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: wasbroadcast: 0,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: linkquality: 115,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: securityuse: 0,
! 2018-11-29 17:12:01.278 - error: Caught by controller[14]: timestamp: 3218896,
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: transseqnumber: 0,
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: len: 5,
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: data: { '0': 24, '1': 78, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: zclMsg:
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: manufCode: 0,
! 2018-11-29 17:12:01.279 - error: Caught by controller[14]: seqNum: 78,
! 2018-11-29 17:12:01.280 - error: Caught by controller[14]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.280 - error: Caught by controller[14]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.280 - error: Caught by controller[15]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.280 - error: Caught by controller[16]: 2018-11-29T16:11:32.032Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.280 - error: Caught by controller[16]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.280 - error: Caught by controller[16]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.281 - error: Caught by controller[17]: 2018-11-29T16:11:32.033Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.281 - error: Caught by controller[17]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.281 - error: Caught by controller[17]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 1, progress: 57 }
! 2018-11-29 17:12:01.281 - error: Caught by controller[18]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 79
! 2018-11-29 17:12:01.281 - error: Caught by controller[19]: Thu, 29 Nov 2018 16:11:32 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 1, srcendpoint: 1, clusterid: 18, transid: 79, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.281 - error: Caught by controller[20]: Thu, 29 Nov 2018 16:11:32 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.282 - error: Caught by controller[21]: Thu, 29 Nov 2018 16:11:32 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 79 }
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 79
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 18, srcaddr: 13082, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3229008, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.282 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: 2018-11-29T16:11:35.258Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: clusterid: 18,
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: srcaddr: 13082,
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: srcendpoint: 1,
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: dstendpoint: 1,
! 2018-11-29 17:12:01.283 - error: Caught by controller[22]: wasbroadcast: 0,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: linkquality: 118,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: securityuse: 0,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: timestamp: 3229008,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: transseqnumber: 0,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: len: 5,
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: data: { '0': 24, '1': 79, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.284 - error: Caught by controller[22]: zclMsg:
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: manufCode: 0,
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: seqNum: 79,
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.285 - error: Caught by controller[22]: 2018-11-29T16:11:35.264Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: 2018-11-29T16:11:35.265Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 1, progress: 71 }
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 80
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 1, srcendpoint: 1, clusterid: 25, transid: 80, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.286 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.287 - error: Caught by controller[22]: Thu, 29 Nov 2018 16:11:35 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.287 - error: Caught by controller[23]: Thu, 29 Nov 2018 16:11:37 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 257, srcaddr: 57350, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 102, securityuse: 0, timestamp: 3235810, transseqnumber: 0, len: 10, data: }
! 2018-11-29 17:12:01.287 - error: Caught by controller[23]: Thu, 29 Nov 2018 16:11:37 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.287 - error: Caught by controller[23]: Thu, 29 Nov 2018 16:11:37 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.287 - error: Caught by controller[23]: 2018-11-29T16:11:37.432Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.287 - error: Caught by controller[23]: clusterid: 257,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: srcaddr: 57350,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: srcendpoint: 1,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: dstendpoint: 1,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: wasbroadcast: 0,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: linkquality: 102,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: securityuse: 0,
! 2018-11-29 17:12:01.288 - error: Caught by controller[23]: timestamp: 3235810,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: transseqnumber: 0,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: len: 10,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: data:
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: { '0': 24,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: '1': 44,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: '2': 10,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: '3': 5,
! 2018-11-29 17:12:01.289 - error: Caught by controller[23]: '4': 5,
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: '5': 35,
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: '6': 0,
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: '7': 0,
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: '8': 120,
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: '9': 0 },
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: zclMsg:
! 2018-11-29 17:12:01.290 - error: Caught by controller[23]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: manufCode: 0,
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: seqNum: 44,
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: cmdId: 'report',
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: payload: [ [Object] ] } } { modelId: 'lumi.vibration.aq1' }
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: Thu, 29 Nov 2018 16:11:37 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: 2018-11-29T16:11:37.437Z zigbee:controller debug handleMessage { type: 'attReport',
! 2018-11-29 17:12:01.291 - error: Caught by controller[23]: endpoints:
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: [ Endpoint {
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: isLocal: [Function],
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: device: [Object],
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: profId: 260,
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: epId: 1,
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: devId: 10,
! 2018-11-29 17:12:01.292 - error: Caught by controller[23]: inClusterList: [Array],
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: outClusterList: [Array],
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: clusters: [Object],
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: onAfDataConfirm: null,
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: onAfReflectError: null,
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: onAfIncomingMsg: null,
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: onAfIncomingMsgExt: null,
! 2018-11-29 17:12:01.293 - error: Caught by controller[23]: onZclFoundation: null,
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: onZclFunctional: null,
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: foundation: [Function],
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: functional: [Function],
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: bind: [Function],
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: unbind: [Function],
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: read: [Function],
! 2018-11-29 17:12:01.294 - error: Caught by controller[23]: write: [Function],
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: report: [Function] } ],
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: data: { cid: 'closuresDoorLock', data: { '1285': 7864320 } },
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: linkquality: 102 }
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: 2018-11-29T16:11:37.440Z zigbee:controller event attReport { type: 'attReport',
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: endpoints:
! 2018-11-29 17:12:01.295 - error: Caught by controller[23]: [ Endpoint {
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: isLocal: [Function],
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: device: [Object],
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: profId: 260,
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: epId: 1,
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: devId: 10,
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: inClusterList: [Array],
! 2018-11-29 17:12:01.296 - error: Caught by controller[23]: outClusterList: [Array],
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: clusters: [Object],
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onAfDataConfirm: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onAfReflectError: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onAfIncomingMsg: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onAfIncomingMsgExt: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onZclFoundation: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: onZclFunctional: null,
! 2018-11-29 17:12:01.297 - error: Caught by controller[23]: foundation: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: functional: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: bind: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: unbind: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: read: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: write: [Function],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: report: [Function] } ],
! 2018-11-29 17:12:01.298 - error: Caught by controller[23]: data: { cid: 'closuresDoorLock', data: { '1285': 7864320 } },
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: linkquality: 102 } { cid: 'closuresDoorLock', modelId: 'lumi.vibration.aq1' }
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: 2018-11-29T16:11:37.444Z zigbee:controller debug handleMessage { type: 'devChange',
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: endpoints:
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: [ Endpoint {
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: isLocal: [Function],
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: device: [Object],
! 2018-11-29 17:12:01.299 - error: Caught by controller[23]: profId: 260,
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: epId: 1,
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: devId: 10,
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: inClusterList: [Array],
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: outClusterList: [Array],
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: clusters: [Object],
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: onAfDataConfirm: null,
! 2018-11-29 17:12:01.300 - error: Caught by controller[23]: onAfReflectError: null,
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: onAfIncomingMsg: null,
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: onAfIncomingMsgExt: null,
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: onZclFoundation: null,
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: onZclFunctional: null,
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: foundation: [Function],
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: functional: [Function],
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: bind: [Function],
! 2018-11-29 17:12:01.301 - error: Caught by controller[23]: unbind: [Function],
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: read: [Function],
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: write: [Function],
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: report: [Function] } ],
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: data: { cid: 'closuresDoorLock', data: { '1285': 7864320 } } }
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: 2018-11-29T16:11:37.447Z zigbee:controller event devChange { type: 'devChange',
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: endpoints:
! 2018-11-29 17:12:01.302 - error: Caught by controller[23]: [ Endpoint {
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: isLocal: [Function],
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: device: [Object],
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: profId: 260,
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: epId: 1,
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: devId: 10,
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: inClusterList: [Array],
! 2018-11-29 17:12:01.303 - error: Caught by controller[23]: outClusterList: [Array],
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: clusters: [Object],
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onAfDataConfirm: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onAfReflectError: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onAfIncomingMsg: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onAfIncomingMsgExt: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onZclFoundation: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: onZclFunctional: null,
! 2018-11-29 17:12:01.304 - error: Caught by controller[23]: foundation: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: functional: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: bind: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: unbind: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: read: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: write: [Function],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: report: [Function] } ],
! 2018-11-29 17:12:01.305 - error: Caught by controller[23]: data: { cid: 'closuresDoorLock', data: { '1285': 7864320 } } } { cid: 'closuresDoorLock', modelId: 'lumi.vibration.aq1' }
! 2018-11-29 17:12:01.306 - error: Caught by controller[24]: Thu, 29 Nov 2018 16:11:38 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 80 }
! 2018-11-29 17:12:01.306 - error: Caught by controller[25]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.306 - error: Caught by controller[25]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 80
! 2018-11-29 17:12:01.306 - error: Caught by controller[26]: Thu, 29 Nov 2018 16:11:38 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 25, srcaddr: 13082, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3239108, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.306 - error: Caught by controller[27]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.306 - error: Caught by controller[28]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: 2018-11-29T16:11:38.505Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: clusterid: 25,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: srcaddr: 13082,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: srcendpoint: 1,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: dstendpoint: 1,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: wasbroadcast: 0,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: linkquality: 118,
! 2018-11-29 17:12:01.307 - error: Caught by controller[29]: securityuse: 0,
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: timestamp: 3239108,
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: transseqnumber: 0,
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: len: 5,
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: data: { '0': 24, '1': 80, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: zclMsg:
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.308 - error: Caught by controller[29]: manufCode: 0,
! 2018-11-29 17:12:01.309 - error: Caught by controller[29]: seqNum: 80,
! 2018-11-29 17:12:01.309 - error: Caught by controller[29]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.309 - error: Caught by controller[29]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.309 - error: Caught by controller[30]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.309 - error: Caught by controller[31]: 2018-11-29T16:11:38.509Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.309 - error: Caught by controller[31]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.309 - error: Caught by controller[31]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.310 - error: Caught by controller[31]: 2018-11-29T16:11:38.509Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.310 - error: Caught by controller[31]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.310 - error: Caught by controller[31]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 1, progress: 86 }
! 2018-11-29 17:12:01.310 - error: Caught by controller[32]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 81
! 2018-11-29 17:12:01.310 - error: Caught by controller[33]: Thu, 29 Nov 2018 16:11:38 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 1, srcendpoint: 1, clusterid: 65535, transid: 81, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.310 - error: Caught by controller[34]: Thu, 29 Nov 2018 16:11:38 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.310 - error: Caught by controller[35]: Thu, 29 Nov 2018 16:11:38 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.311 - error: Caught by controller[36]: Thu, 29 Nov 2018 16:11:41 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 81 }
! 2018-11-29 17:12:01.311 - error: Caught by controller[37]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.311 - error: Caught by controller[38]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 81
! 2018-11-29 17:12:01.311 - error: Caught by controller[39]: Thu, 29 Nov 2018 16:11:41 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 65535, srcaddr: 13082, srcendpoint: 1, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3249209, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.311 - error: Caught by controller[40]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.311 - error: Caught by controller[41]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.311 - error: Caught by controller[42]: 2018-11-29T16:11:41.733Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: clusterid: 65535,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: srcaddr: 13082,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: srcendpoint: 1,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: dstendpoint: 1,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: wasbroadcast: 0,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: linkquality: 115,
! 2018-11-29 17:12:01.312 - error: Caught by controller[42]: securityuse: 0,
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: timestamp: 3249209,
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: transseqnumber: 0,
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: len: 5,
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: data: { '0': 24, '1': 81, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: zclMsg:
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.313 - error: Caught by controller[42]: manufCode: 0,
! 2018-11-29 17:12:01.314 - error: Caught by controller[42]: seqNum: 81,
! 2018-11-29 17:12:01.314 - error: Caught by controller[42]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.314 - error: Caught by controller[42]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.314 - error: Caught by controller[43]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.314 - error: Caught by controller[44]: 2018-11-29T16:11:41.741Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.314 - error: Caught by controller[44]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.314 - error: Caught by controller[44]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.315 - error: Caught by controller[45]: 2018-11-29T16:11:41.743Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.315 - error: Caught by controller[45]: status: { endpoint: { current: 1, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.315 - error: Caught by controller[45]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 1, progress: 100 }
! 2018-11-29 17:12:01.315 - error: Caught by controller[46]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 82
! 2018-11-29 17:12:01.315 - error: Caught by controller[47]: Thu, 29 Nov 2018 16:11:41 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 2, srcendpoint: 1, clusterid: 3, transid: 82, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.315 - error: Caught by controller[48]: Thu, 29 Nov 2018 16:11:41 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.315 - error: Caught by controller[49]: Thu, 29 Nov 2018 16:11:41 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.316 - error: Caught by controller[50]: Thu, 29 Nov 2018 16:11:44 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 82 }
! 2018-11-29 17:12:01.316 - error: Caught by controller[51]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.316 - error: Caught by controller[51]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 82
! 2018-11-29 17:12:01.316 - error: Caught by controller[52]: Thu, 29 Nov 2018 16:11:44 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 3, srcaddr: 13082, srcendpoint: 2, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3259326, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.316 - error: Caught by controller[53]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.316 - error: Caught by controller[54]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: 2018-11-29T16:11:44.965Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: clusterid: 3,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: srcaddr: 13082,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: srcendpoint: 2,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: dstendpoint: 1,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: wasbroadcast: 0,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: linkquality: 118,
! 2018-11-29 17:12:01.317 - error: Caught by controller[55]: securityuse: 0,
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: timestamp: 3259326,
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: transseqnumber: 0,
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: len: 5,
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: data: { '0': 24, '1': 82, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: zclMsg:
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.318 - error: Caught by controller[55]: manufCode: 0,
! 2018-11-29 17:12:01.319 - error: Caught by controller[55]: seqNum: 82,
! 2018-11-29 17:12:01.319 - error: Caught by controller[55]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.319 - error: Caught by controller[55]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.319 - error: Caught by controller[56]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.319 - error: Caught by controller[57]: 2018-11-29T16:11:44.968Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.319 - error: Caught by controller[57]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.319 - error: Caught by controller[57]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.320 - error: Caught by controller[58]: 2018-11-29T16:11:44.969Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.320 - error: Caught by controller[58]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.320 - error: Caught by controller[58]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 2, progress: 25 }
! 2018-11-29 17:12:01.320 - error: Caught by controller[59]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 83
! 2018-11-29 17:12:01.320 - error: Caught by controller[60]: Thu, 29 Nov 2018 16:11:44 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 2, srcendpoint: 1, clusterid: 4, transid: 83, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.320 - error: Caught by controller[61]: Thu, 29 Nov 2018 16:11:44 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.320 - error: Caught by controller[62]: Thu, 29 Nov 2018 16:11:44 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.321 - error: Caught by controller[63]: Thu, 29 Nov 2018 16:11:48 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 83 }
! 2018-11-29 17:12:01.321 - error: Caught by controller[64]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.321 - error: Caught by controller[65]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 83
! 2018-11-29 17:12:01.321 - error: Caught by controller[66]: Thu, 29 Nov 2018 16:11:48 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 4, srcaddr: 13082, srcendpoint: 2, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3269453, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.321 - error: Caught by controller[67]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.321 - error: Caught by controller[68]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.321 - error: Caught by controller[69]: 2018-11-29T16:11:48.222Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: clusterid: 4,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: srcaddr: 13082,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: srcendpoint: 2,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: dstendpoint: 1,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: wasbroadcast: 0,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: linkquality: 118,
! 2018-11-29 17:12:01.322 - error: Caught by controller[69]: securityuse: 0,
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: timestamp: 3269453,
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: transseqnumber: 0,
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: len: 5,
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: data: { '0': 24, '1': 83, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: zclMsg:
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.323 - error: Caught by controller[69]: manufCode: 0,
! 2018-11-29 17:12:01.324 - error: Caught by controller[69]: seqNum: 83,
! 2018-11-29 17:12:01.324 - error: Caught by controller[69]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.324 - error: Caught by controller[69]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.324 - error: Caught by controller[70]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.324 - error: Caught by controller[71]: 2018-11-29T16:11:48.241Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.324 - error: Caught by controller[71]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.324 - error: Caught by controller[71]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.325 - error: Caught by controller[72]: 2018-11-29T16:11:48.243Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.325 - error: Caught by controller[72]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.325 - error: Caught by controller[72]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 2, progress: 50 }
! 2018-11-29 17:12:01.325 - error: Caught by controller[73]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 84
! 2018-11-29 17:12:01.325 - error: Caught by controller[74]: Thu, 29 Nov 2018 16:11:48 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 2, srcendpoint: 1, clusterid: 5, transid: 84, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.325 - error: Caught by controller[75]: Thu, 29 Nov 2018 16:11:48 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.325 - error: Caught by controller[76]: Thu, 29 Nov 2018 16:11:48 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.326 - error: Caught by controller[77]: Thu, 29 Nov 2018 16:11:51 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 84 }
! 2018-11-29 17:12:01.326 - error: Caught by controller[78]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.326 - error: Caught by controller[78]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 84
! 2018-11-29 17:12:01.326 - error: Caught by controller[79]: Thu, 29 Nov 2018 16:11:51 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 13082, srcendpoint: 2, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3279563, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.326 - error: Caught by controller[80]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.326 - error: Caught by controller[81]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: 2018-11-29T16:11:51.439Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: clusterid: 5,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: srcaddr: 13082,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: srcendpoint: 2,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: dstendpoint: 1,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: wasbroadcast: 0,
! 2018-11-29 17:12:01.327 - error: Caught by controller[82]: linkquality: 118,
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: securityuse: 0,
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: timestamp: 3279563,
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: transseqnumber: 0,
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: len: 5,
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: data: { '0': 24, '1': 84, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: zclMsg:
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.328 - error: Caught by controller[82]: manufCode: 0,
! 2018-11-29 17:12:01.329 - error: Caught by controller[82]: seqNum: 84,
! 2018-11-29 17:12:01.329 - error: Caught by controller[82]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.329 - error: Caught by controller[82]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.329 - error: Caught by controller[83]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.329 - error: Caught by controller[84]: 2018-11-29T16:11:51.442Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.329 - error: Caught by controller[84]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.329 - error: Caught by controller[84]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.330 - error: Caught by controller[85]: 2018-11-29T16:11:51.443Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.330 - error: Caught by controller[85]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.330 - error: Caught by controller[85]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 2, progress: 75 }
! 2018-11-29 17:12:01.330 - error: Caught by controller[86]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 85
! 2018-11-29 17:12:01.330 - error: Caught by controller[87]: Thu, 29 Nov 2018 16:11:51 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 2, srcendpoint: 1, clusterid: 18, transid: 85, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.330 - error: Caught by controller[88]: Thu, 29 Nov 2018 16:11:51 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.330 - error: Caught by controller[89]: Thu, 29 Nov 2018 16:11:51 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.331 - error: Caught by controller[90]: Thu, 29 Nov 2018 16:11:54 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 85 }
! 2018-11-29 17:12:01.331 - error: Caught by controller[91]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.331 - error: Caught by controller[91]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 85
! 2018-11-29 17:12:01.331 - error: Caught by controller[92]: Thu, 29 Nov 2018 16:11:54 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 18, srcaddr: 13082, srcendpoint: 2, dstendpoint: 1, wasbroadcast: 0, linkquality: 118, securityuse: 0, timestamp: 3289667, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.331 - error: Caught by controller[93]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.331 - error: Caught by controller[94]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: 2018-11-29T16:11:54.672Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: clusterid: 18,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: srcaddr: 13082,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: srcendpoint: 2,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: dstendpoint: 1,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: wasbroadcast: 0,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: linkquality: 118,
! 2018-11-29 17:12:01.332 - error: Caught by controller[95]: securityuse: 0,
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: timestamp: 3289667,
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: transseqnumber: 0,
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: len: 5,
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: data: { '0': 24, '1': 85, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: zclMsg:
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.333 - error: Caught by controller[95]: manufCode: 0,
! 2018-11-29 17:12:01.334 - error: Caught by controller[95]: seqNum: 85,
! 2018-11-29 17:12:01.334 - error: Caught by controller[95]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.334 - error: Caught by controller[95]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.334 - error: Caught by controller[96]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.334 - error: Caught by controller[97]: 2018-11-29T16:11:54.676Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.334 - error: Caught by controller[97]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.334 - error: Caught by controller[97]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.335 - error: Caught by controller[98]: 2018-11-29T16:11:54.677Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.335 - error: Caught by controller[98]: status: { endpoint: { current: 2, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.335 - error: Caught by controller[98]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 2, progress: 100 }
! 2018-11-29 17:12:01.335 - error: Caught by controller[99]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 86
! 2018-11-29 17:12:01.335 - error: Caught by controller[100]: Thu, 29 Nov 2018 16:11:54 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 3, srcendpoint: 1, clusterid: 3, transid: 86, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.335 - error: Caught by controller[101]: Thu, 29 Nov 2018 16:11:54 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.335 - error: Caught by controller[102]: Thu, 29 Nov 2018 16:11:54 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.336 - error: Caught by controller[103]: Thu, 29 Nov 2018 16:11:57 GMT cc-znp:AREQ <– AF:dataConfirm, { status: 0, endpoint: 1, transid: 86 }
! 2018-11-29 17:12:01.336 - error: Caught by controller[104]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: dataConfirm, msg: [object Object]
! 2018-11-29 17:12:01.336 - error: Caught by controller[104]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:msgHdlr IND <– AF:dataConfirm, transId: 86
! 2018-11-29 17:12:01.336 - error: Caught by controller[105]: Thu, 29 Nov 2018 16:11:57 GMT cc-znp:AREQ <– AF:incomingMsg, { groupid: 0, clusterid: 3, srcaddr: 13082, srcendpoint: 3, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3299768, transseqnumber: 0, len: 5, data: }
! 2018-11-29 17:12:01.336 - error: Caught by controller[106]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: incomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.336 - error: Caught by controller[107]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:msgHdlr IND <– AF:incomingMsg, transId: 0
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: 2018-11-29T16:11:57.904Z zigbee:controller event msg { groupid: 0,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: clusterid: 3,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: srcaddr: 13082,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: srcendpoint: 3,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: dstendpoint: 1,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: wasbroadcast: 0,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: linkquality: 115,
! 2018-11-29 17:12:01.337 - error: Caught by controller[108]: securityuse: 0,
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: timestamp: 3299768,
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: transseqnumber: 0,
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: len: 5,
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: data: { '0': 24, '1': 86, '2': 11, '3': 12, '4': 130 },
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: zclMsg:
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: { frameCntl: { frameType: 0, manufSpec: 0, direction: 1, disDefaultRsp: 1 },
! 2018-11-29 17:12:01.338 - error: Caught by controller[108]: manufCode: 0,
! 2018-11-29 17:12:01.339 - error: Caught by controller[108]: seqNum: 86,
! 2018-11-29 17:12:01.339 - error: Caught by controller[108]: cmdId: 'defaultRsp',
! 2018-11-29 17:12:01.339 - error: Caught by controller[108]: payload: { cmdId: 12, statusCode: 130 } } } { modelId: 'lumi.sensor_86sw2\u0000Un' }
! 2018-11-29 17:12:01.339 - error: Caught by controller[109]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object]
! 2018-11-29 17:12:01.339 - error: Caught by controller[110]: 2018-11-29T16:11:57.918Z zigbee:controller debug handleMessage { type: 'devInterview',
! 2018-11-29 17:12:01.339 - error: Caught by controller[110]: status: { endpoint: { current: 3, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.339 - error: Caught by controller[110]: data: '0x00158d000255ef1b' }
! 2018-11-29 17:12:01.340 - error: Caught by controller[111]: 2018-11-29T16:11:57.919Z zigbee:controller event interview { type: 'devInterview',
! 2018-11-29 17:12:01.340 - error: Caught by controller[111]: status: { endpoint: { current: 3, cluster: [Object], total: 3 } },
! 2018-11-29 17:12:01.340 - error: Caught by controller[111]: data: '0x00158d000255ef1b' } { totalEp: 3, currentEp: 3, progress: 25 }
! 2018-11-29 17:12:01.340 - error: Caught by controller[112]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:request REQ –> AF:dataRequest, transId: 87
! 2018-11-29 17:12:01.340 - error: Caught by controller[113]: Thu, 29 Nov 2018 16:11:57 GMT cc-znp:SREQ –> AF:dataRequest, { dstaddr: 13082, destendpoint: 3, srcendpoint: 1, clusterid: 4, transid: 87, options: 48, radius: 30, len: 6, data: }
! 2018-11-29 17:12:01.340 - error: Caught by controller[114]: Thu, 29 Nov 2018 16:11:57 GMT cc-znp:SRSP <– AF:dataRequest, { status: 0 }
! 2018-11-29 17:12:01.340 - error: Caught by controller[115]: Thu, 29 Nov 2018 16:11:57 GMT zigbee-shepherd:request RSP <– AF:dataRequest, status: 0
! 2018-11-29 17:12:01.341 - error: Caught by controller[116]: Thu, 29 Nov 2018 16:12:01 GMT zigbee-shepherd zigbee-shepherd is stopping.
! 2018-11-29 17:12:01.341 - error: Caught by controller[117]: Thu, 29 Nov 2018 16:12:01 GMT zigbee-shepherd:request REQ –> ZDO:mgmtPermitJoinReq
! 2018-11-29 17:12:01.341 - error: Caught by controller[118]: Thu, 29 Nov 2018 16:12:01 GMT cc-znp:SREQ –> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 0, tcsignificance: 0 }
! 2018-11-29 17:12:01.341 - info: host.ioBroker-RasPi instance system.adapter.zigbee.0 terminated with code 0 (OK)
! 2018-11-29 17:12:03.712 - info: host.ioBroker-RasPi instance system.adapter.zigbee.0 started with pid 6303
! 2018-11-29 17:12:05.685 - info: zigbee.0 States connected to redis: 127.0.0.1:6379
! 2018-11-29 17:12:05.884 - info: zigbee.0 starting. Version 0.8.0 in /opt/iobroker/node_modules/iobroker.zigbee, node: v8.14.0
! 2018-11-29 17:12:05.893 - info: zigbee.0 Start on port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B000E896DEE-if00 with panID 6754 channel 11
! 2018-11-29 17:12:06.856 - info: zigbee.0 zigbee-shepherd started!
! 2018-11-29 17:12:06.875 - info: zigbee.0 zigbee-shepherd ready. version: 2.6.3 rev 20180815 -
Hast du ein Upload gemacht nachdem du von git installiert hast? Nur eine Idee…
Gesendet von meinem HUAWEI RIO-L01 mit Tapatalk
-
Hast du ein Upload gemacht nachdem du von git installiert hast? Nur eine Idee…
Gesendet von meinem HUAWEI RIO-L01 mit Tapatalk `
Ich habe ganz normal über Admin installiert, der macht alles automatisch.
-
Hallo,
ich habe gerade iobroker komplett neue installiert und neueste Adapter 0.8.0 von Iliy genommen.
Transition Time fehlt auch da.
und dazu kommen sehr viele Fehler beim Adapter neue starten, beim Geräte anlernen und zwischen durch. `
Kann ich bestätigen, ich hab auch gerade eine komplette Neuinstallation ganz normal gemacht und bei meinem Flex RGBW
7cb03eaa000024ef fehlt auch die Transition Time. Bei allen meinen Tradfri Lampen ist sie vorhanden und funktioniert.
Auch die Fehler kommen bei mir beim neustarten:
! Caught 2018-11-29 22:22:49.212 error by controller[115]: 2018-11-29T21:22:49.113Z zigbee:controller info zigbee-shepherd stopped undefined
! Caught 2018-11-29 22:22:49.212 error by controller[115]: Thu, 29 Nov 2018 21:22:49 GMT zigbee-shepherd zigbee-shepherd is stopped.
! Caught 2018-11-29 22:22:49.211 error by controller[115]: Thu, 29 Nov 2018 21:22:49 GMT cc-znp The serialport /dev/ttyACM0 is closed.
! Caught 2018-11-29 22:22:49.211 error by controller[114]: Thu, 29 Nov 2018 21:22:49 GMT cc-znp:SREQ –> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 0, tcsignificance: 0 }
! Caught 2018-11-29 22:22:49.211 error by controller[114]: Thu, 29 Nov 2018 21:22:49 GMT zigbee-shepherd:request RSP <– UTIL:ledControl, status: 0
! Caught 2018-11-29 22:22:49.211 error by controller[114]: Thu, 29 Nov 2018 21:22:49 GMT cc-znp:SRSP <– UTIL:ledControl, { status: 0 }
! Caught 2018-11-29 22:22:49.206 error by controller[113]: Thu, 29 Nov 2018 21:22:49 GMT zigbee-shepherd:request REQ –> ZDO:mgmtPermitJoinReq
! Caught 2018-11-29 22:22:49.206 error by controller[113]: Thu, 29 Nov 2018 21:22:49 GMT zigbee-shepherd zigbee-shepherd is stopping.
! Caught 2018-11-29 22:22:49.206 error by controller[112]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> UTIL:ledControl, { ledid: 3, mode: 0 }
! Caught 2018-11-29 22:22:49.205 error by controller[112]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> UTIL:ledControl
! Caught 2018-11-29 22:22:49.205 error by controller[111]: 2018-11-29T21:22:48.911Z zigbee:controller info zigbee-shepherd ready. version: 2.6.3 rev 20180507 undefined
! Caught 2018-11-29 22:22:49.205 error by controller[110]: 2018-11-29T21:22:48.871Z zigbee:controller info zigbee-shepherd started! undefined
! Caught 2018-11-29 22:22:49.205 error by controller[109]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd zigbee-shepherd is _ready and _enabled
! Caught 2018-11-29 22:22:49.205 error by controller[108]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:init Loading devices from database done.
! Caught 2018-11-29 22:22:49.204 error by controller[107]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:mgmtPermitJoinRsp
! Caught 2018-11-29 22:22:49.204 error by controller[106]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:mgmtPermitJoinRsp, { srcaddr: 0, status: 0 }
! Caught 2018-11-29 22:22:49.204 error by controller[105]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:mgmtPermitJoinReq, { status: 0 }
! Caught 2018-11-29 22:22:49.204 error by controller[104]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:mgmtPermitJoinReq, { addrmode: 2, dstaddr: 0, duration: 0, tcsignificance: 0 }
! Caught 2018-11-29 22:22:49.204 error by controller[103]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:mgmtPermitJoinReq
! Caught 2018-11-29 22:22:49.204 error by controller[102]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:activeEpRsp
! Caught 2018-11-29 22:22:49.203 error by controller[101]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:activeEpRsp, { srcaddr: 0, status: 0, nwkaddr: 0, activeepcount: 6, activeeplist: <buffer 06/05/04/03/02/01="">}
! Caught 2018-11-29 22:22:49.203 error by controller[100]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:activeEpReq, { status: 0 }
! Caught 2018-11-29 22:22:49.203 error by controller[99]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:activeEpReq, { dstaddr: 0, nwkaddrofinterest: 0 }
! Caught 2018-11-29 22:22:49.202 error by controller[98]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:activeEpReq
! Caught 2018-11-29 22:22:49.202 error by controller[97]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:nodeDescRsp
! Caught 2018-11-29 22:22:49.202 error by controller[96]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:nodeDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, logicaltype_cmplxdescavai_userdescavai: 0, apsflags_freqband: 64, maccapflags: 1
! Caught 2018-11-29 22:22:49.202 error by controller[95]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:nodeDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.201 error by controller[94]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:nodeDescReq, { dstaddr: 0, nwkaddrofinterest: 0 }
! Caught 2018-11-29 22:22:49.201 error by controller[93]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:nodeDescReq
! Caught 2018-11-29 22:22:49.201 error by controller[92]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.201 error by controller[91]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 6, profileid: 265, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.201 error by controller[90]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.200 error by controller[89]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 6 }
! Caught 2018-11-29 22:22:49.200 error by controller[88]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.200 error by controller[87]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.200 error by controller[86]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 5, profileid: 264, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.200 error by controller[85]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.200 error by controller[84]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 5 }
! Caught 2018-11-29 22:22:49.199 error by controller[83]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.199 error by controller[82]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.199 error by controller[81]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 4, profileid: 263, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.198 error by controller[80]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.197 error by controller[79]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 4 }
! Caught 2018-11-29 22:22:49.197 error by controller[78]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.197 error by controller[77]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.197 error by controller[76]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 3, profileid: 261, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.196 error by controller[75]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.196 error by controller[74]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 3 }
! Caught 2018-11-29 22:22:49.196 error by controller[73]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.196 error by controller[72]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.195 error by controller[72]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 2, profileid: 257, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.195 error by controller[72]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.195 error by controller[71]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 2 }
! Caught 2018-11-29 22:22:49.195 error by controller[70]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.194 error by controller[69]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:simpleDescRsp
! Caught 2018-11-29 22:22:49.194 error by controller[68]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 1, profileid: 260, deviceid: 5, deviceversion: 0, numinclust
! Caught 2018-11-29 22:22:49.194 error by controller[67]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:simpleDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.193 error by controller[66]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 1 }
! Caught 2018-11-29 22:22:49.193 error by controller[65]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:simpleDescReq
! Caught 2018-11-29 22:22:49.192 error by controller[64]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:activeEpRsp
! Caught 2018-11-29 22:22:49.192 error by controller[63]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:activeEpRsp, { srcaddr: 0, status: 0, nwkaddr: 0, activeepcount: 6, activeeplist: <buffer 06/05/04/03/02/01="">}
! Caught 2018-11-29 22:22:49.192 error by controller[62]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:activeEpReq, { status: 0 }
! Caught 2018-11-29 22:22:49.191 error by controller[61]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:activeEpReq, { dstaddr: 0, nwkaddrofinterest: 0 }
! Caught 2018-11-29 22:22:49.191 error by controller[60]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:activeEpReq
! Caught 2018-11-29 22:22:49.191 error by controller[59]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:msgHdlr IND <– ZDO:nodeDescRsp
! Caught 2018-11-29 22:22:49.191 error by controller[58]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:AREQ <– ZDO:nodeDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, logicaltype_cmplxdescavai_userdescavai: 0, apsflags_freqband: 64, maccapflags: 1
! Caught 2018-11-29 22:22:49.190 error by controller[57]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– ZDO:nodeDescReq, { status: 0 }
! Caught 2018-11-29 22:22:49.190 error by controller[56]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> ZDO:nodeDescReq, { dstaddr: 0, nwkaddrofinterest: 0 }
! Caught 2018-11-29 22:22:49.190 error by controller[55]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> ZDO:nodeDescReq
! Caught 2018-11-29 22:22:49.190 error by controller[54]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.189 error by controller[53]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 7, value: <buffer dd="">}
! Caught 2018-11-29 22:22:49.189 error by controller[52]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 7 }
! Caught 2018-11-29 22:22:49.189 error by controller[51]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.188 error by controller[50]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.188 error by controller[49]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 6, value: <buffer 12/62/1a/02/00/4b="">}
! Caught 2018-11-29 22:22:49.188 error by controller[48]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 6 }
! Caught 2018-11-29 22:22:49.187 error by controller[47]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.187 error by controller[46]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.186 error by controller[45]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 5, value: <buffer 12/0b/00/02/4b="">}
! Caught 2018-11-29 22:22:49.186 error by controller[44]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 5 }
! Caught 2018-11-29 22:22:49.186 error by controller[43]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.186 error by controller[42]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.185 error by controller[41]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 2, value: <buffer 12/00/02/4b="">}
! Caught 2018-11-29 22:22:49.185 error by controller[40]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 2 }
! Caught 2018-11-29 22:22:49.185 error by controller[39]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.185 error by controller[38]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.184 error by controller[37]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 1, value: <buffer 12/35/45/02/00/4b="">}
! Caught 2018-11-29 22:22:49.184 error by controller[36]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 1 }
! Caught 2018-11-29 22:22:49.184 error by controller[35]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.184 error by controller[34]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.183 error by controller[33]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 0, value: <buffer 09/01/00="">}
! Caught 2018-11-29 22:22:49.183 error by controller[32]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 0 }
! Caught 2018-11-29 22:22:49.183 error by controller[31]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.182 error by controller[30]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SYS:version
! Caught 2018-11-29 22:22:49.182 error by controller[29]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SYS:version, { transportrev: 2, product: 0, majorrel: 2, minorrel: 6, maintrel: 3, revision: 20180507 }
! Caught 2018-11-29 22:22:49.181 error by controller[28]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SYS:version, {}
! Caught 2018-11-29 22:22:49.181 error by controller[27]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SYS:version
! Caught 2018-11-29 22:22:49.181 error by controller[26]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:init Now the ZNP is a coordinator.
! Caught 2018-11-29 22:22:49.181 error by controller[25]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.180 error by controller[24]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:getDeviceInfo, { param: 0, value: <buffer 09/01/00="">}
! Caught 2018-11-29 22:22:49.180 error by controller[23]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SREQ –> SAPI:getDeviceInfo, { param: 0 }
! Caught 2018-11-29 22:22:49.180 error by controller[22]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request REQ –> SAPI:getDeviceInfo
! Caught 2018-11-29 22:22:49.180 error by controller[21]: Thu, 29 Nov 2018 21:22:48 GMT zigbee-shepherd:request RSP <– SAPI:readConfiguration, status: 0
! Caught 2018-11-29 22:22:49.179 error by controller[20]: Thu, 29 Nov 2018 21:22:48 GMT cc-znp:SRSP <– SAPI:readConfiguration, { status: 0, configid: 99, len: 1, value: <buffer 00="">}
! Caught 2018-11-29 22:22:49.179 error by controller[19]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SREQ –> SAPI:readConfiguration, { configid: 99, len: 1, value: [ 0 ] }
! Caught 2018-11-29 22:22:49.179 error by controller[18]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request REQ –> SAPI:readConfiguration
! Caught 2018-11-29 22:22:49.178 error by controller[17]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request RSP <– SAPI:readConfiguration, status: 0
! Caught 2018-11-29 22:22:49.178 error by controller[16]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SRSP <– SAPI:readConfiguration, { status: 0, configid: 98, len: 16, value: <buffer 01/03/05/07/09/0b/0d/0f/00/02/04/06/08/0a/0c="">}
! Caught 2018-11-29 22:22:49.178 error by controller[15]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SREQ –> SAPI:readConfiguration, { configid: 98, len: 16, value: [ 1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13 ] }
! Caught 2018-11-29 22:22:49.177 error by controller[14]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request REQ –> SAPI:readConfiguration
! Caught 2018-11-29 22:22:49.177 error by controller[13]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request RSP <– SAPI:readConfiguration, status: 0
! Caught 2018-11-29 22:22:49.176 error by controller[12]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SRSP <– SAPI:readConfiguration, { status: 0, configid: 132, len: 4, value: <buffer 00/08="">}
! Caught 2018-11-29 22:22:49.176 error by controller[11]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SREQ –> SAPI:readConfiguration, { configid: 132, len: 4, value: [ 0, 8, 0, 0 ] }
! Caught 2018-11-29 22:22:49.176 error by controller[10]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request REQ –> SAPI:readConfiguration
! Caught 2018-11-29 22:22:49.175 error by controller[9]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request RSP <– SAPI:readConfiguration, status: 0
! Caught 2018-11-29 22:22:49.175 error by controller[8]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SRSP <– SAPI:readConfiguration, { status: 0, configid: 131, len: 2, value: <buffer 62/1a="">}
! Caught 2018-11-29 22:22:49.175 error by controller[7]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SREQ –> SAPI:readConfiguration, { configid: 131, len: 2, value: [ 98, 26 ] }
! Caught 2018-11-29 22:22:49.175 error by controller[6]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request REQ –> SAPI:readConfiguration
! Caught 2018-11-29 22:22:49.174 error by controller[5]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request RSP <– SYS:osalNvRead, status: 0
! Caught 2018-11-29 22:22:49.174 error by controller[4]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SRSP <– SYS:osalNvRead, { status: 0, len: 1, value: <buffer 55="">}
! Caught 2018-11-29 22:22:49.174 error by controller[3]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp:SREQ –> SYS:osalNvRead, { id: 3840, offset: 0, len: 1, value: [ 85 ] }
! Caught 2018-11-29 22:22:49.173 error by controller[2]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:request REQ –> SYS:osalNvRead
! Caught 2018-11-29 22:22:49.173 error by controller[1]: Thu, 29 Nov 2018 21:22:47 GMT cc-znp The serialport /dev/ttyACM0 is opened.
! Caught 2018-11-29 22:22:49.172 error by controller[0]: Thu, 29 Nov 2018 21:22:47 GMT zigbee-shepherd:init zigbee-shepherd booting…</buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer></buffer>Der zweite Fehler liegt immer noch an der Farbigen Tradfri Lampe (TRADFRI bulb E27 CWS opal 600lm
d0cf5efffe22e689). Jetzt lässt sich "color" ändern, aber leider nicht mehr die "colortemp", also genau andersrum wie vorher :lol:
Leider lässt sich bei meiner TRADFRI bulb E27 CWS opal 600lm (mit RGB) die Farbtemperatur nicht einstellen.
Folgende Fehlermeldung erscheint:
zigbee.0 2018-11-03 14:11:49.939 error No converter available for 'LED1624G9' with key 'colortemp' zigbee.0 2018-11-03 14:11:40.287 info new dev 0xd0cf5efffe22e689 29351 TRADFRI bulb E27 CWS opal 600lm
Dimmen, Ein/Aus und Farben lassen sich einstellen. Bei andren Ikea Tradfri Birnen die kein RGB Licht haben kann man ohne Probleme die Farbtemperatur wechseln. `
jo mein Fehler hab es übersehen.
in der nächsten Version wird es da sein `
Hi arteck leider ist es in der 0.8.0b aus deiner Repo noch nicht behoben. `
Hier der Auszug aus der Log im debug (Hab colortemp auf 370 gesetzt, in der log steht {"colorTemperature":null}):
! zigbee.0 2018-11-29 22:02:38.584 debug system.adapter.admin.0: logging true
! zigbee.0 2018-11-29 22:02:33.024 debug Publish {}
! zigbee.0 2018-11-29 22:02:33.016 debug Device 0xd0cf5efffe22e689 emit event devChange with data:{"cid":"lightingColorCtrl","data":{"colorTemperature":null}}
! zigbee.0 2018-11-29 22:02:33.016 debug 2018-11-29T21:02:33.014Z zigbee:controller event devChange { type: 'devChange', endpoints: [ Endpoint { isLocal: [Function], device: [Object], profId: 49246, epId: 1,
! zigbee.0 2018-11-29 22:02:33.013 debug handleMessage. {"type":"devChange","endpoints":[{"device":{"_id":8,"type":"Router","ieeeAddr":"0xd0cf5efffe22e689","nwkAddr":29351,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (si
! zigbee.0 2018-11-29 22:02:33.010 debug 2018-11-29T21:02:33.008Z zigbee:controller debug handleMessage { type: 'devChange', endpoints: [ Endpoint { isLocal: [Function], device: [Object], profId: 49246, epId: 1,
! zigbee.0 2018-11-29 22:02:33.005 debug Thu, 29 Nov 2018 21:02:33 GMT zigbee-shepherd:af dispatchIncomingMsg(): type: zclIncomingMsg, msg: [object Object] -
schau ich mir mal heute Abend an .. wenn ihr lust habt können wir das in TS bequatschen.. ab 20 Uhr währ ich da
-
Hallo,
ich habe da ein Problem mit dem Gledopto RGBW Controller dieser sollte ja jetzt eigentlich auch unterstützt werden oder ?!
Mir ist aufgefallen das in der Liste der Unterstützten Geräte was von "GL-C-008" steht auf meinem Karton steht "GL-C-007" wird dieser nicht unterstützt bzw wo ist da der Unterschied ?!
Anlernen konnte ich das Teil aber er wird halt nur als "undefined" angezeigt.
@arteck wenn dieser noch nicht vorhanden ist könnten man diesen vielleicht auch hinzufügen ?!
Gruß Lars
-
Hab auch eine FritzBox und hab das gestern Abend genau so gemacht. Zuerst war mein WLAN auf Kanal 4 (sollte man sowieso nicht machen, 1,6,11 Regel) und Zigbee auf 11 was zu Überlappungen führte und so zigbee schlechter funktionierte.
In unserer Nachbarschaft gibt es auf WLAN Kanal 1 wenige und nur sehr schwache Netze. Hab jetzt mein WLAN auf Kanal 11 und zigbee auf 11.
Seit dem funktioniert es wieder viel besser `
Ich habe gestern auch etwas herum getestet. tatsächlich ist bei mir WLAN 1 auch die bessere Wahl. Jetzt fungiert sogar eine Hue-Lampe als Router. War vorher undenkbar