# Pros and Cons about using "custom" Functions vs the basic set of nodes

**URL:** https://discourse.nodered.org/t/pros-and-cons-about-using-custom-functions-vs-the-basic-set-of-nodes/2959
**Category:** General
**Created:** [8 September 2018 00:34 UTC](https://discourse.nodered.org/t/pros-and-cons-about-using-custom-functions-vs-the-basic-set-of-nodes/2959 "2018-09-08T00:34:17Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [8 September 2018 22:57 UTC](https://discourse.nodered.org/t/pros-and-cons-about-using-custom-functions-vs-the-basic-set-of-nodes/2959/13 "2018-09-08T22:57:20Z")

</div>

> [@cymplecy](#):
>
> ![](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.nodered.org/totallyinformation/40/31_1.png) TotallyInformation:
> 
> > My "live" system runs at a 616k file size
> 
> W...T....H are all them doing!!!!!!!!!

Haha, well there's all the inputs from various hardware that gets standardised and send to MQTT. Then there are secondary flows that listen for the hardware MQTT topics and break the data out for specific purposes whether informational or controlling stuff. There's a lot of processing for the Telegram conversational and command interfaces, some web interface stuff, some warnings (processing sensor inputs and outputing warnings).

It is somewhat more complex than absolutely required because I decided early on that I wanted processing disaggregated so that it was much easier to swap out hardware. That has proved very useful over time. It has also allowed me to easily add new hardware, sensors, controls and new interfaces.

And then there are some test flows too. I use my live system to test out ideas over time. Though I'm gradually moving over to a new Pi3 (from my live Pi2).

And, of course, as this has happened over several years, there is some history in there that needs tidying which will happen as I migrate.

---

_[View the full topic](https://discourse.nodered.org/t/pros-and-cons-about-using-custom-functions-vs-the-basic-set-of-nodes/2959)._
