This addon extends Instathings Gate for supporting Zigbee protocol.
This addon is meant to be used inside the gate Docker container and will be installed automatically once the device pairing procedure is launched from the Editor.
For hardware specific documentation refer to our documentation.
Pairing a new Zigbee is quite easy:
- start device pairing procedure from the Editor
- turn on the sensor when requested and follow the pairing procedure
This addon extends the EventEmitter class, you can listen to the following events:
data
: emitted when a device sends information (e.g.: a temperature sensor sends new data)status
: emitted when a device sends its status after a specific requestnewDevice
: emitted when a new device is successfully paired to the GatewaydeviceRemoved
: emitted when a known device is unpaired from the GatewaytimeoutDiscovering
: emitted if after 30s of discovery a new device has not been found
gate-addon-zigbee is fair-code licensed under Apache 2.0 with Commons Clause