Git Product home page Git Product logo

Comments (16)

badzz avatar badzz commented on August 18, 2024 1

https://github.com/badzz/Zigate-Router/releases

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024 1

@pipiche38: submitted as zigpy/zha-device-handlers#1224.

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

Yes it is. it was developped on the V1

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024

I am unable to flash the published binaries with:

JennicModuleProgrammer -V 6 -P 115200 -e -f Router_NtagIcode_JN5179_DR1175.bin -s /dev/cu.usbserial-0001
JennicModuleProgrammer -V 6 -P 115200 -e -f Router_NtagIcode_JN5169_DR1175.bin -s /dev/cu.usbserial-0001

Says the hardware isn't compatible. Any ideas?

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

And I beleive the ZiGate is in flash mode ?
My understanding is that you should use the JN5169 (which is the ZIGate chipset)

Anything displayed when you issue the JennicModuleProgrammer command that you could share ?

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024

Yep.

JennicModuleProgrammer Version: 0.7(r56124)
Setting baudrate: 115200
Detected Chip: Unknown
MAC Address:   00:15:8D:00:01:ED:46:B0
Opened firmware file size 154780
Module uses Bootloader v2 Header
Incompatible firmware (Built for 0x0f03000b, Device is 0x07030008)

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

@badzz ZiGate V1 are based on JN5168, where can we find the router firmware for the JN5168 ?
@ruimarinho if you are able to build the firmware ? if so you need to use JN5168 instead of JN5169

from zigate-router.

badzz avatar badzz commented on August 18, 2024

Hi, those files were leftover , they should not be used
You have to compile this code to have your firmware
I will try to see if I can upload them.

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024

@badzz thank you! How does pairing work?

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

My understanding is you put the Zigate / Plugin in pairing mode, and then switch on the ZiGate-Router. Then it mostlikely that the host application must somehow handle it.

If you need to repair, I think that there is no other alternative to reflash the firmware with erase eeprom in order to reset it

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024

Ok, it probably starts in pairing mode at boot. Would be cool to be able to press the flash "button" to put it in pairing mode again.

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

Yes, it is definitely a good idea, but I think the purpose was to get something quickly to also convert some ZiGate V1 and reuse them .
Maybe someone will do it later .

from zigate-router.

badzz avatar badzz commented on August 18, 2024

Ok, it probably starts in pairing mode at boot. Would be cool to be able to press the flash "button" to put it in pairing mode again.

There is no way to do this as the button is hard wired for flashing..anyway that's what I understand of the zigate pcb

from zigate-router.

badzz avatar badzz commented on August 18, 2024

My understanding is you put the Zigate / Plugin in pairing mode, and then switch on the ZiGate-Router. Then it mostlikely that the host application must somehow handle it.

If you need to repair, I think that there is no other alternative to reflash the firmware with erase eeprom in order to reset it

Yep. Erase eeprom should be enough.
It is really a prototype more than anything else.

from zigate-router.

ruimarinho avatar ruimarinho commented on August 18, 2024

Unfortunately it seems like ZHA can't handle the router very well. Not even LQI is reported and some cluster commands are unavailable.

2021-10-14 12:17:38 INFO (MainThread) [zigpy_znp.zigbee.application] Permitting joins for 60 seconds
2021-10-14 12:17:38 DEBUG (MainThread) [zigpy_znp.zigbee.application] Intercepted a ZDO request: dst_addr=AddrModeAddress(mode=<AddrMode.Broadcast: 15>, address=0xFFFC), dst_ep=0, src_ep=0, cluster=54, sequence=124, options=TransmitOptions.NONE, radius=0, data=b'|<\x00'
2021-10-14 12:17:38 DEBUG (MainThread) [zigpy_znp.zigbee.application] Intercepted AP ZDO request 54({'PermitDuration': 60, 'TC_Significant': <Bool.false: 0>}) and replaced with ZDO.MgmtPermitJoinReq.Req(AddrMode=<AddrMode.Broadcast: 15>, Dst=0xFFFC, Duration=60, TCSignificance=0)
2021-10-14 12:17:38 DEBUG (MainThread) [zigpy_znp.api] Sending request: ZDO.MgmtPermitJoinReq.Req(AddrMode=<AddrMode.Broadcast: 15>, Dst=0xFFFC, Duration=60, TCSignificance=0)
2021-10-14 12:17:38 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.MgmtPermitJoinReq.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:38 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.MgmtPermitJoinRsp.Callback(Src=0x0000, Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.TCDevInd.Callback(SrcNwk=0xCBEF, SrcIEEE=00:15:8d:00:01:ed:46:b0, ParentNwk=0x0000)
2021-10-14 12:17:49 INFO (MainThread) [zigpy_znp.zigbee.application] TC device join: ZDO.TCDevInd.Callback(SrcNwk=0xCBEF, SrcIEEE=00:15:8d:00:01:ed:46:b0, ParentNwk=0x0000)
2021-10-14 12:17:49 INFO (MainThread) [zigpy.application] Device 0xcbef (00:15:8d:00:01:ed:46:b0) joined the network
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.application] Device 00:15:8d:00:01:ed:46:b0 changed id (0xcbef => 0xcbef)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.device] [0xcbef] Skipping initialization, device is fully initialized
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.application] Device is initialized <Device model='Zigate-Router' manuf='NXP' nwk=0xCBEF ieee=00:15:8d:00:01:ed:46:b0 is_initialized=True>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for NXP Zigate-Router (00:15:8d:00:01:ed:46:b0)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.netvox.z308e3ed.Z308E3ED'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} {1}
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'bellows.zigbee.application.EZSPCoordinator'>
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: ZDO.ExtRouteDisc.Req(Dst=0xCBEF, Options=<RouteDiscoveryOptions.UNICAST: 0>, Radius=30)
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0xCBEF:00:15:8d:00:01:ed:46:b0 entering async_device_initialized - is_new_join: False
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] device - 0xCBEF:00:15:8d:00:01:ed:46:b0 has been reset and re-added or its nwk address changed
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.gateway] skipping discovery for previously discovered device - 0xCBEF:00:15:8d:00:01:ed:46:b0
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): started configuration
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:ZDO](Zigate-Router): 'async_configure' stage succeeded
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: finished channel configuration
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.ExtRouteDisc.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: ZDO.ExtRouteChk.Req(Dst=0xCBEF, RtStatus=<RouteStatus.ACTIVE: 1>, Options=<RouteOptions.NO_ROUTE_CACHE|MTO_ROUTE: 3>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.EndDeviceAnnceInd.Callback(Src=0xCBEF, NWK=0xCBEF, IEEE=00:15:8d:00:01:ed:46:b0, Capabilities=<MACCapabilities.AllocateShortAddrDuringAssocNeeded|RXWhenIdle|MainsPowered|Router: 142>)
2021-10-14 12:17:49 INFO (MainThread) [zigpy_znp.zigbee.application] ZDO device announce: ZDO.EndDeviceAnnceInd.Callback(Src=0xCBEF, NWK=0xCBEF, IEEE=00:15:8d:00:01:ed:46:b0, Capabilities=<MACCapabilities.AllocateShortAddrDuringAssocNeeded|RXWhenIdle|MainsPowered|Router: 142>)
2021-10-14 12:17:49 INFO (MainThread) [zigpy.application] Device 0xcbef (00:15:8d:00:01:ed:46:b0) joined the network
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.zigbee.application] Pretending we received a ZDO message: b'\xFF\xEF\xCB\xB0\x46\xED\x01\x00\x8D\x15\x00\x8E'
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.zdo] [0xcbef:zdo] ZDO request ZDOCmd.Device_annce: [0xCBEF, 00:15:8d:00:01:ed:46:b0, 142]
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.ExtRouteChk.Rsp(Status=<RoutingStatus.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): started initialization
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:ZDO](Zigate-Router): 'async_initialize' stage succeeded
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.zigbee.application] Intercepted a ZDO request: dst_addr=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), dst_ep=0, src_ep=0, cluster=ZDOCmd.Bind_req, sequence=125, options=TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST, radius=30, data=b'}\xb0F\xed\x01\x00\x8d\x15\x00\x01\x06\x00\x03Z\xa7{#\x00K\x12\x00\x01'
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.zigbee.application] Intercepted AP ZDO request ZDOCmd.Bind_req({'SrcAddress': 00:15:8d:00:01:ed:46:b0, 'SrcEndpoint': 1, 'ClusterID': 6, 'DstAddress': MultiAddress(addrmode=3, ieee=00:12:4b:00:23:7b:a7:5a, endpoint=1)}) and replaced with ZDO.BindReq.Req(Dst=0xCBEF, Src=00:15:8d:00:01:ed:46:b0, SrcEndpoint=1, ClusterId=6, Address=MultiAddress(addrmode=3, ieee=00:12:4b:00:23:7b:a7:5a, endpoint=1))
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: ZDO.BindReq.Req(Dst=0xCBEF, Src=00:15:8d:00:01:ed:46:b0, SrcEndpoint=1, ClusterId=6, Address=MultiAddress(addrmode=3, ieee=00:12:4b:00:23:7b:a7:5a, endpoint=1))
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: initializing channel: from_cache: False
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: finished channel configuration
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: initializing channel: from_cache: False
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.BindReq.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=4, TSN=126, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x01\x7E\x02\x00')
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: ZDO.BindRsp.Callback(Src=0xCBEF, Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.zigbee.application] Pretending we received a ZDO message: b'\x7D\x00'
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: bound 'on_off' cluster: Status.SUCCESS
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.SUCCESS: 0>, Endpoint=1, TSN=126)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=127, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x00\x7F\x00\x00\x00')
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=128, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x00\x80\x06\x00\x00\x00\x10\x00\x00\x84\x03')
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.SUCCESS: 0>, Endpoint=1, TSN=127)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.IncomingMsg.Callback(GroupId=0x0000, ClusterId=6, SrcAddr=0xCBEF, SrcEndpoint=1, DstEndpoint=1, WasBroadcast=<Bool.false: 0>, LQI=3, SecurityUse=<Bool.false: 0>, TimeStamp=8211319, TSN=0, Data=b'\x18\x7F\x01\x00\x00\x00\x10\x00', MacSrcAddr=0xCBEF, MsgResultRadius=29)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.zcl] [0xcbef:1:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=127 command_id=Command.Read_Attributes_rsp>
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: finished channel configuration
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: 'async_initialize' stage succeeded
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: 'async_initialize' stage succeeded
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): power source: Mains
2021-10-14 12:17:49 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): completed initialization
2021-10-14 12:17:49 DEBUG (MainThread) [zigpy.appdb] Device 00:15:8d:00:01:ed:46:b0 already exists. Updating it.
2021-10-14 12:17:50 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.SUCCESS: 0>, Endpoint=1, TSN=128)
2021-10-14 12:17:50 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.IncomingMsg.Callback(GroupId=0x0000, ClusterId=6, SrcAddr=0xCBEF, SrcEndpoint=1, DstEndpoint=1, WasBroadcast=<Bool.false: 0>, LQI=3, SecurityUse=<Bool.false: 0>, TimeStamp=8235349, TSN=0, Data=b'\x18\x80\x07\x8D\x00\x00\x00', MacSrcAddr=0xCBEF, MsgResultRadius=29)
2021-10-14 12:17:50 DEBUG (MainThread) [zigpy.zcl] [0xcbef:1:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=128 command_id=Command.Configure_Reporting_rsp>
2021-10-14 12:17:50 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: 'async_configure' stage succeeded
2021-10-14 12:17:50 WARNING (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: 'async_configure' stage failed: 'ConfigureReportingResponse' object has no attribute 'status'
2021-10-14 12:17:50 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): completed configuration
2021-10-14 12:17:50 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): stored in registry: ZhaDeviceEntry(name='ZiGate ZiGate USB-TTL 3.1e', ieee='00:15:8d:00:01:ed:46:b0', last_seen=1634210270.1241283)
2021-10-14 12:17:50 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=3, TSN=129, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x01\x81\x40\x02\x00')
2021-10-14 12:17:50 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:53 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.MAC_NO_ACK: 233>, Endpoint=1, TSN=129)
2021-10-14 12:17:53 DEBUG (MainThread) [zigpy_znp.zigbee.application] Request failed (Unsuccessful request status code: <Status.MAC_NO_ACK: 233>), retry attempt 1 of 5
2021-10-14 12:17:54 DEBUG (MainThread) [zigpy.endpoint] [0xcbef:1] Failed to sync-up group membership
2021-10-14 12:17:54 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=3, TSN=129, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x01\x81\x40\x02\x00')
2021-10-14 12:17:54 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.SUCCESS: 0>, Endpoint=1, TSN=129)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.IncomingMsg.Callback(GroupId=0x0000, ClusterId=3, SrcAddr=0xCBEF, SrcEndpoint=1, DstEndpoint=1, WasBroadcast=<Bool.false: 0>, LQI=0, SecurityUse=<Bool.false: 0>, TimeStamp=8549324, TSN=0, Data=b'\x18\x81\x0B\x40\x81', MacSrcAddr=0xCBEF, MsgResultRadius=29)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy.zcl] [0xcbef:1:0x0003] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=129 command_id=Command.Default_Response>
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0003]: executed 'trigger_effect' command with args: '(2, 0)' kwargs: '{}' result: [64, <Status.UNSUP_CLUSTER_COMMAND: 129>]
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): started initialization
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:ZDO](Zigate-Router): 'async_initialize' stage succeeded
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: initializing channel: from_cache: False
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: finished channel configuration
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: initializing channel: from_cache: False
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Sending request: AF.DataRequestExt.Req(DstAddrModeAddress=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0xCBEF), DstEndpoint=1, DstPanId=0x0000, SrcEndpoint=1, ClusterId=6, TSN=130, Options=<TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST: 48>, Radius=30, Data=b'\x00\x82\x00\x00\x00')
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataRequestExt.Rsp(Status=<Status.SUCCESS: 0>)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.DataConfirm.Callback(Status=<Status.SUCCESS: 0>, Endpoint=1, TSN=130)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy_znp.api] Received command: AF.IncomingMsg.Callback(GroupId=0x0000, ClusterId=6, SrcAddr=0xCBEF, SrcEndpoint=1, DstEndpoint=1, WasBroadcast=<Bool.false: 0>, LQI=0, SecurityUse=<Bool.false: 0>, TimeStamp=8555633, TSN=0, Data=b'\x18\x82\x01\x00\x00\x00\x10\x00', MacSrcAddr=0xCBEF, MsgResultRadius=29)
2021-10-14 12:17:55 DEBUG (MainThread) [zigpy.zcl] [0xcbef:1:0x0006] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=130 command_id=Command.Read_Attributes_rsp>
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: finished channel configuration
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0000]: 'async_initialize' stage succeeded
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCBEF:1:0x0006]: 'async_initialize' stage succeeded
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): power source: Mains
2021-10-14 12:17:55 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0xCBEF](Zigate-Router): completed initialization

from zigate-router.

pipiche38 avatar pipiche38 commented on August 18, 2024

from zigate-router.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.