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

Cloud-Free Smart Home: Home Assistant and Node-RED

Every device I bought came with its own app and its own account. Home Assistant allowed me to consolidate 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 nobody is around. Half of my initial scenarios were technically functional but simultaneously annoyed the household.

What Node-RED Offers

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

A side effect of this whole endeavor: 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 →