CC2531 configuration

Hi!
Please help me …
I can’t make zigbee items working in my OH2.

My .thing file:

Thing zigbee:coordinator_cc2531:stick1 “Zigbee USB Stick” [ zigbee_port=“/dev/ttyACM0”, zigbee_baud=38400, zigbee_flowcontrol=2, zigbee_concentrator=1, zigbee_meshupdateperiod=300, zigbee_childtimeout=320, zigbee_panid=65147, zigbee_extendedpanid=“xxxxxx”, zigbee_networkkey=“XXXX”]

Device is online!

My channels (from PaperUI):

zigbee:device:stick1:ccccccfffe85f072:CCCCCCFFFE85F072_3_occupancy

zigbee:device:stick1:ccccccfffe85f072:CCCCCCFFFE85F072_3_switch

In PaperUI I have to Switch linked to the channels above.

I can see motion detection in logs:

2020-12-03 18:33:15.899 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ← AF_INCOMING_MSG (FE 1C 44 81 00 00 06 04 C6 15 03 01 00 0A 00 8B EB A8 00 00 08 03 00 02 00 00 00 18 01 C6 15 1D 16)
2020-12-03 18:33:15.905 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=28, apiId=44 81, data=FE 1C 44 81 00 00 06 04 C6 15 03 01 00 0A 00 8B EB A8 00 00 08 03 00 02 00 00 00 18 01 C6 15 1D 16, checksum=16, error=false
2020-12-03 18:33:15.912 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x4481
2020-12-03 18:33:15.912 [DEBUG] [31.network.impl.CommandInterfaceImpl] - → AF_DATA_REQUEST (Packet: subsystem=null, length=15, apiId=24 01, data=FE 0F 24 01 C6 15 03 01 06 04 AA 30 08 05 18 00 0B 02 01 7E, checksum=7E, error=false)
2020-12-03 18:33:15.937 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ← AF_DATA_SRSP (FE 01 64 01 00 64)
2020-12-03 18:33:17.948 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ← AF_DATA_CONFIRM (FE 03 44 80 00 01 AA 6C)
2020-12-03 18:33:17.951 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=170)

How can I use this in sitemap ??

The state is always NULL

{“link”:“http://192.168.1.30:8080/rest/items/ZigBeeSensorePresenza1_Occupancy",“state”:“NULL”,“stateDescription”:{“readOnly”:true,“options”:[]},“editable”:true,“type”:“Switch”,“name”:“ZigBeeSensorePresenza1_Occupancy”,“label”:“Occupancy”,“category”:“Motion”,“tags”:[],"groupNames”:},

Thanks for any help!

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.