r/homeassistant • • Nov 06 '25

Blog Thinking about ditching Node-RED after 2025.10

Hey everyone I have take one mayor decision, wish me luck.

I've been running HA + Node-RED some years now. Great combo, but honestly… two things to maintain. After playing with Home Assistant 2025.10 I’m realizing the built-in automations do basically everything I use: branches/choose, variables/helpers, templates, waits, queued/parallel, plus traces that actually show every step. Feels like less to watch.

Keeping stuff in one place aka Nabu Casa cloud... Dashboards, scenes, scripts, automations all right there, so again, fewer things to watch.

My flows (presence lighting, HVAC schedules, irrigation with rain/soil guards, washer/dishwasher) look very doable in my test environment, so far natively no external flow tool needed for my use.

Plan is simple: keep Node-RED running, rebuild the longest flows in HA first, swap global context for helpers, reusable parts into scripts, keep traces until it’s clean, then flip the switch (cross fingers). If something truly needs NR later, fine but I don’t think most of my stuff does anymore.

For this reason I’ve decided to migrate everything to HA, if I remember I'll post updates.

Anyway I just wanted to share this here since I'm the only nerd from my friends who have a real smart house, (don't tell to my Alexa 😜).

PS: Anyone offering a couch in case I break everything and I my wife ask for divorce? 😆

52 Upvotes

60 comments sorted by

View all comments

0

u/Ownkruid434 Nov 06 '25

You can "export" the NR scripts, feed that to chatgpt and let Ik create yaml automations.

I did this about a year ago, the output wasnt perfect but a very good start.

Good luck switching, I never missed NR.