✓ Created configuration directory: ~/.config/shelly
✓ Created default configuration: ~/.config/shelly/config.yaml
✓ Shelly CLI initialized successfully!
Next steps:
1. Run 'shelly discover' to find devices
2. Run 'shelly device add <name> <ip>' to register a device
3. Run 'shelly --help' to see available commands
Discovering devices on local network...
Found 3 devices:
NAME IP MODEL GEN ONLINE
shelly1-84CCA8ABC123 192.168.1.100 SHSW-1 1 ●
shellyplus1-ABC123 192.168.1.101 SNSW-001X16EU 2 ●
shellypro4pm-XYZ789 192.168.1.102 SNSW-104PM40EU 3 ●
To add a device: shelly device add <friendly-name> <ip-address>
Options:
1
2
3
4
5
6
7
8
# Extend discovery timeoutshelly discover --timeout 10s
# Discover using BLE (for devices not yet on WiFi)shelly discover ble
# Use a specific network rangeshelly discover --network 10.0.0.0/24