[Solved] SSH Welcome screen IP display is "Unable to parse ip. Please debug."

The real issue with this isn’t the FireMotD version but the point in time when the hw information cache file gets generated on boot, the network isn’t up yet.
Just fixed that in openHABian. Add
After=network.target network-online.target
to the [Unit] section of /etc/systemd/system/firemotd.service
and do systemctl daemon-reload; systemctl enable --now firemotd.timer.

cc @ckw,@rlkoshak

3 Likes