I built a small Pi Zero 2 W sensor with a BME280, an Inky wHAT e-ink display, and a Mosquitto broker on the same home network. The display shows temperature and humidity, and the broker is deliberately local. During a brief internet outage, the numbers kept updating, which felt more useful than I expected.
The awkward part is authentication and recovery. If the Wi-Fi changes, or I forget the broker password, remote access is easier than explaining to future-me how to find the Pi, inspect NetworkManager, restore the connection, and recreate the client settings. Offline resilience is not free; it creates a maintenance burden in documentation and local protocols.
I’m leaning toward “meaningfully useful without cloud or auth,” even if that makes setup less polished. Do other makers design for graceful offline operation, or consider cloud dependence acceptable for the convenience?