SENA ProBee-ZE20S-HAOL User Manual

Page 83

Advertising
background image

ProBee-ZE20S-HAxx User Guide Rev 1.9

83

OK

# Response

You can also send the identical command by using the AT+CCMD instead of the AT+LOCK command as

below:

AT+DEST=0000,01<CR>

# Set destination node address

OK

# Response

AT+CCMD=0101,10<CR>

# Send ‘Lock Response’ command

# Door Lock cluster(0x0101)

# Lock Response command(0x10)

OK

# Response

ProBeeHAxx firmware does not support all the commands in clusters. The AT+CCMD command can be

used instead of not all the commands but a few commands in clusters.

9.7

Receive HA Command

If your node receives HA Device Command, you can see following message.

+0000|HA_CLIENT_COMMAND|0101|00

# Received message

# 0x0101 (Door Lock cluster)

# 0x00 (Lock command)

* You can see Door Lock cluster command list in Chapter 6.4.2

9.8

Testing HA GPIO

HA GPIO can assign your GPIO pins to state attribute for monitoring. In ProBeeHAOL device, HA GPIO

pins are assigned to On/Off cluster, and in ProBeeHADL device, HA GPIO pins are assigned to Door Lock

cluster. You can see more information about HA GPIO in Chapter 4.2.

Example) Coordinator node is ProBeeHAOL and end device is ProBeeHACI.

# ProBeeHAOL node

AT+GPIO=66666666666666666<CR>

# Set all pins to HA GPIO

OK

# Response

Send HA commands to ProBeeHAOL coordinator from ProBeeHACI End Device for control HA GPIO as

below:

# ProBeeHACI node

AT+DEST=0000,01<CR>

# Set destination node to

OK

# Coordinator (ProBeeHAOL)

AT+OFF<CR>

# Send ‘Off’ command

OK

# Now HA GPIO pins changed to low

Advertising