Is there an expected delay between powering a newl...
# help
n
I was just flashing six devices with something like
$script_dir/artemis --fleet-root $environment serial flash -p $usbserial_path --group $group --baud 460800
and plugged them into my network. Is there any expected delay for those newly flashed devices to appear under
./bin/artemis --fleet-root production fleet status
?
f
They should appear as soon as they reported to the broker.
what you can do: 1. look at the serial output of one of the devices. 2. try
artemis fleet status --include-never-seen
. (edit: changed from
--show-never-seen
)
n
" --show-never-seen" is available at what version?
f
Let me check. Might be called slightly differently
--include-never-seen
.
n
That is helpful! 🙂
I was hit by a network segmentation in the office. The devices were not able to connect 🙂
f
The serial output is extremely helpful.
In some cases we even recommend to attach a serial logger with sdcard to diagnose issues.
Something like https://www.sparkfun.com/products/13712. There are many cheap clones on aliexpress.
n
Yes, you are right. Should have debugged it beforehand. But I was having trouble with connectivity nevertheless, that's why I was expecting some issue.
f
No worries. It would be nice it wasn't necessary, and we have some ideas, but at the moment the serial output is extremely valuable.