Bartosz Kuzioła
2026-07-22 · Home Assistant · Node-RED · automatyzacja

Smart Home Without the Cloud: Home Assistant and Node-RED

Every device I bought came with its own app and its own account. Home Assistant allowed me to gather them in one place, and Node-RED added a layer where the flow is visible: sensor, condition, action.

Automation Starts with a Question

Technically, connecting a device is often just a few clicks. The harder part is answering when exactly the light should turn on, and what should happen when someone is home versus when no one is around. Half of my initial scenarios worked technically but simultaneously annoyed the household.

What Node-RED Offers

The flow view is invaluable when debugging. Instead of reading configuration files, I can see exactly where a message got stuck. It's the same skill I use later when diagnosing anything else: go from the symptom towards the source, step by step.

A side effect of all this tinkering: I learned to explain technical things to people who don't want to know how it works. They just want the light to turn on.

← All posts Let's talk about your project →