Skip to main content

bb-eco discover add

Manually add a Brainboxes device by IP address

Usage

bb-eco discover add <ip> [options]

Arguments

NameDescription
<ip>IP address of the device to add

Options

OptionDescription
--csvOutput in CSV format
--jsonOutput in JSON format
--timeout <timeout>Override default timeout in milliseconds
--verboseEnable verbose/debug output
-?, -h, --helpShow 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.