HOME Forums Software Open Source Development XML API Example for ZigBee Thermostat’s

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 259

    Below are XML packets sent to Read/Write for Thermostat/Fan Control. For Attribute information, Please refer to the ZigBee Cluster Library document: 075366r02ZB-ZigBee_Cluster_Library. For questions/support, email us at support@smartenit.com

    Please substitute EndPoint and Device_Record_ID according to your device. The below example’s are for Endpoint: 10 (0x0A) and Device_Record_ID: 46729 (0xb689)

    Request FAN Mode from FAN Cluster
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    514
    0
    [1,0,0]

    48547

    ………………………………………..

    Request 4 Attributes[0x0000, 0x0028, 0x0017, 0x0018] from Thermostat Cluster
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    513
    0
    [4,0,0,0,28,0,17,0,18]

    40288

    ………………………………………..

    Response from Fan Cluster
    ………………………………………..

    Node_ClusterCmdRsp

    a2
    b689
    a
    202
    1
    1
    [0,0,0,30,5]
    0


    ………………………………………..

    Response from Thermostat Cluster with Status of the 4 Attributes.
    ………………………………………..

    Node_ClusterCmdRsp

    a2
    b689
    a
    201
    1
    4
    [0,0,0,29,a,4f,0,1c,0,30,3,0,11,0,29,a,a2,0,12,0,29,8,3f]
    0


    ………………………………………..

    Change FAN Mode
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    514
    2
    [1,0,0,48,4]

    60360

    ………………………………………..

    Change Thermostat Mode
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    513
    2
    [1,0,28,48,0]

    25397

    ………………………………………..

    Change Heating Setpoint to 65F
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    513
    2
    [2,0,28,48,4,0,18,41,6,241]

    63064

    ………………………………………..

    Change Cooling Setpoint to 85F
    ………………………………………..

    ZBP_Node
    Node_ClusterCommand

    146
    46729
    10
    513
    2
    [2,0,28,48,3,0,17,41,11,128]

    37063

    ………………………………………..

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.