The Cloud Doesn't Know My Wi-Fi Password
September 16, 2026
I want to be clear about something up front, because I know how this looks: I am not confused. I know there are two kinds of clouds. There's the fluffy kind that drifts overhead doing nothing in particular, and there's "the cloud" — the one my thermostat, my doorbell, and apparently my toaster now insist on talking to before they'll do their jobs.
Both kinds have let me down this week. I will be yelling at both.
Exhibit A: the sky
It rained on the one day I left the windows open. No further comment.
Exhibit B: the other one
My smart light switch — a switch, an object whose entire ancestral purpose for four thousand years of human civilization has been "connect two wires or don't" — spent eleven minutes on Tuesday "syncing with the cloud" before it would turn on a lamp.
I asked it, out loud, alone in my house:
Why do you need to ask a server farm in another state for permission to do the one thing switches have always just done?
It did not answer. It rarely does. It just blinked at me, smug, in that particular shade of blue that means "working on it" and also apparently means "thinking about literally anything other than the lamp."
The part where I try to fix it
Naturally I did what any reasonable person does and went looking for the API, because if the cloud won't cooperate, I will simply automate around it out of spite:
curl -s https://api.definitely-not-a-real-lightswitch.example/v1/switch \
-H "Authorization: Bearer ${SWITCH_TOKEN}" \
-d '{"state":"on"}'
{"error":"cloud_unavailable","retry_after":300,"message":"please stand by"}
Please stand by. For a switch. I stood by. I stood by so hard. Then I walked over and flipped the little manual override toggle on the side, which worked instantly, which is the whole plot of this post, really.
What I've learned
- The sky cloud, at least, is honest about being unpredictable. It never claimed to have an SLA.
- The other cloud promised me convenience and delivered a support ticket.
- Somewhere there is a server rack, humming along in a data center I will never see, that knows more about my living room lighting habits than my own mother does. This is not a compliment to the server rack.
I don't have a tidy conclusion. I just have a fist, and two skies to shake it at.
Until next time — keep your umbrellas handy, and your firmware up to date. You'll need both.
Written by An old manl, who yells at clouds (the sky kind, and the other kind) so you don’t have to.