|
|
|
|
|
by bikingbismuth
1592 days ago
|
|
I once had to implement SOAR in a “no code” automation solution (it was not Tines), and it was terrible. There were a lot of connectors and transformers, but almost all of them had some weird quirks that made them hard to use effectively. Coming from an “all code” background I was pulling my hair out trying to troubleshoot everything. The project was sufficiently onerous that I actually left my job over it. |
|
I luckily no longer consult and now am an automation engineer for a company and I get to build things the way I want. So far a lot of Go and a little bit of Node and things are great. I'll take that any day over "We sell X, so you use X for everything."
That said, for home automation I do use Node Red and absolutely love it. The integration with Home Assistant is top notch and prototypes and tweaks take no time at all. It's much more like functional programming than a lot of low code tools and the function node allows for whatever JS you want. So if I need to do something complicated that would take a ton of individual nodes and spaghetti to work natively, I can just drop in some code and move on.