arrow_drop_down
Network

ExtPanIDText

PanIDText

graphic_eq

ChannelChangeText

Others
External converters
add
addr enabled
This page is needed only for advanced users that like to extend adapter functionalities!

notImplementedText

You find good explanations what the settings mean  here  and in ZigBee Cluster Library.

Please contribute your discoveries ( zigbee-herdsman-convertersto make it available for other user too.

Examples:
  • Read Firmware
    Hue Motion Detector: Device: SML001, Endpoint: 2, ClusterId: genBasic (0), Command Type: Foundation, Command: read (0), AttributeId: swBuildId (16384)
    => Result: "6.1.0.18912" (You read the device Firmware version)
  • Write Attribute
    Device: SML001, Endpoint: 2, ClusterId: msOccupancySensing (1030), Command Type: Foundation, Command: write (2), AttributeId: pirOToUDelay (16, type 33), Value: 55
    => (You set the timeout until motion detector changes from occupied not unoccupied, test it be reading same attribute)
  • Send Functional command
    Device: TRADFRI bulb..., Endpoint: 1, ClusterId: genOnOff (6), Command Type: Functional, Command: on (1), AttributeId: onOff (0, type 16)
    => You switched on your bulb

    For details about needed arguments (expert mode) see zcl-packet - Appendix

  • Expert Mode
    Example:
    JSON: { "devId": "zigbee.0.yourDevId", "ep": "2", "cid": "msOccupancySensing", "cmd": "write", "cmdType": "foundation", "zclData": { "pirOToUDelay": 30 }, "cfg": { "manufCode": 4107, "manufSpec": 1}}
    (You may use selectors together with expert mode to get prepared JSON)
  • Configure reporting
    Example (Expert Mode):
    JSON: { "devId": "zigbee.0.yourDevId", "ep": "2", "cid": "msTemperatureMeasurement", "cmd": "configReport", "cmdType": "foundation",
    "zclData": [{
    "attribute": "measuredValue",
    "minimumReportInterval": 1,
    "maximumReportInterval": 600,
    "reportableChange": 1 }],
    "cfg": null}

Select your settings. Then click RUN to send command to your Zigbee device.

Run
Clear Log
Name
add
add

ExcludeTextTranslation

add