@IATkachenko wrote:
HI all.
I have $SUBJ and try to use it in ZHA to simplify my setup (instead of ZigBee2mqtt that works fine, but require additional service).
I can pair it with ZHA and can see events in log, but all related sensors in Unknown state (like @ImmoNl ZHA Zigbee Tested Devices...Please add your device results )[zigpy_cc.uart] Frame received: <UnpiFrame type=CommandType.AREQ subsystem=Subsystem.AF command_id=129 data=b'\x00\x00\x12\x00\x1e\xc0\x02\x01\x009\x00Q\xb4\xa3\x00\x00\x08\x18\x06\nU\x00!\x02\x00\x1e\xc0\x1d' length=28 fcs=192> [zigpy_cc.api] <-- AREQ AF incomingMsg tsn: None {'groupid': 0, 'clusterid': 18, 'srcaddr': 0xc01e, 'srcendpoint': 2, 'dstendpoint': 1, 'wasbroadcast': 0, 'linkquality': 57, 'securityuse': 0, 'timestamp': 10728529, 'transseqnumber': 0, 'len': 8, 'data': b'\x18\x06\nU\x00!\x02\x00'} [zigpy_cc.zigbee.application] handle_message incomingMsg [zigpy.zcl] [0xc01e:2:0x0012] ZCL deserialize: <ZCLHeader frame_control=<FrameControl frame_type=GLOBAL_COMMAND manufacturer_specific=False is_reply=True disable_default_response=True> manufacturer=None tsn=6 command_id=Command.Report_Attributes> [zigpy.zcl] [0xc01e:2:0x0012] ZCL request 0x000a: [[<Attribute attrid=85 value=<TypeValue type=uint16_t, value=2>>]] [zigpy.zcl] [0xc01e:2:0x0012] Attribute report received: present_value=2 [homeassistant.core] Bus:Handling <Event zha_event[L]: device_ieee=00:15:8d:00:04:24:7a:7a, unique_id=00:15:8d:00:04:24:7a:7a:2:0x0012, endpoint_id=2, cluster_id=18, command=right_double, args=button=right, press_type=double, attr_id=85, value=2.0>
Is anyone have idea what (and where) is going wrong?
ps.my versions is
(homeassist) root@home:/home/homeassist# pip list | grep -e 'zigpy' -e 'homeassistant' -e zha homeassistant 0.110.1 zha-quirks 0.0.39 zigpy 0.20.4 zigpy-cc 0.4.2 zigpy-deconz 0.9.2 zigpy-xbee 0.12.1 zigpy-zigate 0.6.1
Posts: 1
Participants: 1