Adapter
External converters
Zigbee hardware and network settings
ExtPanIDText
PanIDText
ChannelChangeText
Verification
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-converters) to make it available for other user too.
Examples:
-
Read FirmwareHue 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 AttributeDevice: 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 commandDevice: TRADFRI bulb..., Endpoint: 1, ClusterId: genOnOff (6), Command Type: Functional, Command: on (1), AttributeId: onOff (0, type 16)
=> You switched on your bulbFor details about needed arguments (expert mode) see zcl-packet - Appendix
-
Expert ModeExample:
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 reportingExample (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.
№ | Name |
---|