# Make a large number(50/100?) of node and sensor in Node red

**URL:** https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599
**Category:** General
**Created:** [25 March 2020 07:06 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599 "2020-03-25T07:06:32Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![apex](https://avatars.discourse-cdn.com/v4/letter/a/e56c9b/32.png) [@apex](https://discourse.nodered.org/u/apex)
#### Post date: [25 March 2020 07:06 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/1 "2020-03-25T07:06:32Z")

</div>

I have make a complete flow for one sensor in node red.  
And wanna ask anyway beside " copy and paste, export and import " to make extra say 50/100 more ....

anyother way like template that can modify some sensor id/value, make my life easier

thanks  
Jeff

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [25 March 2020 07:26 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/2 "2020-03-25T07:26:58Z")

</div>

It depends what you need to do, there may be ways of making one flow do them all.  
Let's start with the question, how are you reading the sensors?

---

<div class="post-metadata">

### Author: ![apex](https://avatars.discourse-cdn.com/v4/letter/a/e56c9b/32.png) [@apex](https://discourse.nodered.org/u/apex)
#### Post date: [25 March 2020 07:41 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/3 "2020-03-25T07:41:47Z")

</div>

Thanks~i pull the info using http request ~  
and accordingly i need to make 50 gauge for it...  
so asking for any QOL way

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [25 March 2020 07:52 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/4 "2020-03-25T07:52:56Z")

</div>

Do you need all gauges visible at once or would something like a drop-down box to select a set to show be good enough, and if a drop-down would do would you need different things displayed on different computers at the same time?

---

<div class="post-metadata">

### Author: ![apex](https://avatars.discourse-cdn.com/v4/letter/a/e56c9b/32.png) [@apex](https://discourse.nodered.org/u/apex)
#### Post date: [25 March 2020 08:12 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/5 "2020-03-25T08:12:50Z")

</div>

Since my boss didnt give me the final number of guage (i guess 20-100 ?)

Can i have both solution please?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [25 March 2020 09:26 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/6 "2020-03-25T09:26:42Z")

</div>

Find out what the requirement is first, I don't want to waste time helping with you to a solution that is not what is required.  
If a dropdown is good enough then you only need a display that contains the number of sensors required then design the dashboard with that many and use a dropdown to select which group of sensors to route to the dashboard items.  
For reading the sensors you should be able to read them all with one http node, possibly called multiple times, and then route them as above.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [24 May 2020 09:26 UTC](https://discourse.nodered.org/t/make-a-large-number-50-100-of-node-and-sensor-in-node-red/23599/7 "2020-05-24T09:26:47Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
