SENA ProBee-ZE20S-HAOL User Manual
Page 78

ProBee-ZE20S-HAxx User Guide Rev 1.9
78
# ProBeeHADL Door Lock Cluster (Server)
OK
# Response
Then ProBeeHADL node receives the Lock command messages as below:
+0000|HA_SERVER_COMMAND|0101|00
# Received ‘Lock’ Command from
# ProBeeHACI
+0000|HA_GLOBAL_COMMAND|0101|0B
# Received ‘ACK’ Command from
# ProBeeHACI
9.2
Cluster Command for Binding (ProBeeHACI - ProBeeHAOL)
Update ProBeeHACI firmwares to node and ProBeeHAOL firmware to another node for testing cluster
binding.
Example) Check ProBeeHAOL node and set as coordinator.
AT+VERSION
# Get ProBee HA Version
HAOLv1.x
# ProBeeHAOL – Dimmable On/Off Light
OK
# Response
AT+NODETYPE=1
# Set node type as the coordinator
OK
# Response
AT+PANID=5678
# Set PAN ID as 0x5678
OK
# Response
ATZ
# Reset and apply all settings
OK
# Response
Example) Check ProBeeHACI node and set as router.
AT+VERSION
# Get ProBee HA Version
HACIv1.x
# ProBeeHACI – Combined Interface
OK
# Response
AT+NODETYPE=2
# Set node type as the router
OK
# Response
AT+PANID=5678
# Set same PAN ID as the coordinator
OK
# Response
ATZ
# Reset and apply all settings
OK
# Response
Make a network by setting ProBeeHAOL node to coordinator and setting ProBeeHACI node to router.
Then you can make ProBeeHACI communicate with ProBeeHAOL through cluster binding.