bb-eco discover add
Manually add a Brainboxes device by IP address
Usage
bb-eco discover add <ip> [options]
Arguments
| Name | Description |
|---|---|
<ip> | IP address of the device to add |
Options
| Option | Description |
|---|---|
--csv | Output in CSV format |
--json | Output in JSON format |
--timeout <timeout> | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show help and usage information |
Examples
Add a device by IP address when it can't be auto-discovered (for example across a VPN or a router that blocks multicast):
bb-eco discover add 192.168.0.63
IP MAC Model Name Firmware Family
------------ ----------------- ------ ------ -------- ------
192.168.0.63 00:0A:4F:06:4A:EE ED-549 ED-549 8.25 ED
Device added: ED-549 at 192.168.0.63
The device is probed directly over HTTP, identified, and saved alongside auto-discovered devices — bb-eco list shows it from now on.
This page is auto-generated from the live CLI help text. Do not edit by hand - re-run node scripts/gen-cli-reference.mjs after changes. Example sections are maintained in docs/cli-examples/ in the bb-eco repo.