Interact with EmberZNet-based adapters using zigbee-herdsman 'ember' driver
npm install ember-zliEmber ZLI
=================
Interact with EmberZNet-based adapters using zigbee-herdsman 'ember' driver. Also supports bootloading to/from CPC and Spinel protocols.




> [!IMPORTANT]
> ember-zli uses the ember driver from zigbee-herdsman under the hood. As such, it roughly has the same firmware requirements as Zigbee2MQTT ember; firmware 7.4.x minimum.
See https://github.com/Nerivec/ember-zli/wiki
sh-session
$ npm install -g ember-zli
$ ember-zli COMMAND
running command...
$ ember-zli (--version)
ember-zli/4.1.0 linux-x64 node-v24.13.0
$ ember-zli --help [COMMAND]
USAGE
$ ember-zli COMMAND
...
`
Commands
* ember-zli bootloader
* [ember-zli help [COMMAND]](#ember-zli-help-command)
* ember-zli monitor
* ember-zli router
* ember-zli sniff
* ember-zli stack
* ember-zli utils
* ember-zli versionember-zli bootloaderInteract with the Gecko bootloader in the adapter.
`
USAGE
$ ember-zli bootloaderDESCRIPTION
Interact with the Gecko bootloader in the adapter.
EXAMPLES
$ ember-zli bootloader
`_See code: src/commands/bootloader/index.ts_
ember-zli help [COMMAND]Display help for ember-zli.
`
USAGE
$ ember-zli help [COMMAND...] [-n]ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for ember-zli.
`_See code: @oclif/plugin-help_
ember-zli monitorMonitor the chosen port in the console.
`
USAGE
$ ember-zli monitorDESCRIPTION
Monitor the chosen port in the console.
EXAMPLES
$ ember-zli monitor
`_See code: src/commands/monitor/index.ts_
ember-zli routerUse a coordinator firmware as a router and interact with the joined network.
`
USAGE
$ ember-zli routerDESCRIPTION
Use a coordinator firmware as a router and interact with the joined network.
EXAMPLES
$ ember-zli router
`_See code: src/commands/router/index.ts_
ember-zli sniffSniff Zigbee traffic (to Wireshark, to PCAP file, to custom handler or just log raw data).
`
USAGE
$ ember-zli sniffDESCRIPTION
Sniff Zigbee traffic (to Wireshark, to PCAP file, to custom handler or just log raw data).
EXAMPLES
$ ember-zli sniff
`_See code: src/commands/sniff/index.ts_
ember-zli stackInteract with the EmberZNet stack in the adapter.
`
USAGE
$ ember-zli stackDESCRIPTION
Interact with the EmberZNet stack in the adapter.
EXAMPLES
$ ember-zli stack
`_See code: src/commands/stack/index.ts_
ember-zli utilsExecute various utility commands.
`
USAGE
$ ember-zli utilsDESCRIPTION
Execute various utility commands.
EXAMPLES
$ ember-zli utils
`_See code: src/commands/utils/index.ts_
ember-zli version`
USAGE
$ ember-zli version [--json] [--verbose]FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
``_See code: @oclif/plugin-version_