Giter VIP home page Giter VIP logo

ember-zli's Introduction

Ember ZLI

Interact with EmberZNet-based adapters using zigbee-herdsman 'ember' driver

oclif Version Downloads/week

Warning

Work in progress

Interactive Menus (with links to Wiki)

Bootloader

Router

Sniff

Stack

Utils

ToC

Usage

$ npm install -g ember-zli
$ ember-zli COMMAND
running command...
$ ember-zli (--version)
ember-zli/2.2.0 win32-x64 node-v20.15.0
$ ember-zli --help [COMMAND]
USAGE
  $ ember-zli COMMAND
...

Commands

ember-zli bootloader

Interact with the Gecko bootloader in the adapter.

USAGE
  $ ember-zli bootloader [-f <value>] [-r]

FLAGS
  -f, --file=<value>  Path to a firmware file. If not provided, will be set via interactive prompt when entering
                      relevant menu.
  -r, --forceReset    Try to force reset into bootloader (supported by: Sonoff ZBDongle-E).

DESCRIPTION
  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 router

Use a coordinator firmware as a router and interact with the joined network.

USAGE
  $ ember-zli router

DESCRIPTION
  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 sniff

Sniff Zigbee traffic (to Wireshark, to custom handler or just log in file).

USAGE
  $ ember-zli sniff

DESCRIPTION
  Sniff Zigbee traffic (to Wireshark, to custom handler or just log in file).

EXAMPLES
  $ ember-zli sniff

See code: src/commands/sniff/index.ts

ember-zli stack

Interact with the EmberZNet stack in the adapter.

USAGE
  $ ember-zli stack

DESCRIPTION
  Interact with the EmberZNet stack in the adapter.

EXAMPLES
  $ ember-zli stack

See code: src/commands/stack/index.ts

ember-zli utils

Execute various utility commands.

USAGE
  $ ember-zli utils

DESCRIPTION
  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

ember-zli's People

Contributors

nerivec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ember-zli's Issues

Implement `forceReset` for all adapters

forceReset currently only supports adapters that do this via dtr/rts flipping (only Sonoff Dongle-E and custom adapters at the moment).
It appears to have some issues also (not always triggering properly, resulting in failed uploads for example; try without forceReset if that happens).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.