BIGGER DEVELOPMENT
Machine 1:
Details:
{"nodered_version":"4.0.9","nodejs_version":"20.19.5","npm_version":"10.8.2","nr_started":"2025-10-05T15:19:59+11:00","hostname":"me-desktop","os_pretty":"Ubuntu 22.04.5 LTS","release":"Linux 5.15.0-156-generic x64 LE","os_installed":"2017-10-31T15:42:16+11:00","last_reboot":"2025-10-05T15:19:53+11:00","cpu":"Intel(R) Core(TM) i5-7260U CPU @ 2.20GHz","cores":4,"totalmem":"31.2 GB","freemem":"13.6 GB","loadAverage":{"load1min":1.08,"load5min":1.28,"load15min":1.17},"networkInterfaces":{"lo":[{"address":"127.0.0.1","netmask":"255.0.0.0","family":"IPv4","mac":"00:00:00:00:00:00","internal":true,"cidr":"127.0.0.1/8"},{"address":"::1","netmask":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","family":"IPv6","mac":"00:00:00:00:00:00","internal":true,"cidr":"::1/128","scopeid":0}],"eno1":[{"address":"192.168.17.6","netmask":"255.255.255.128","family":"IPv4","mac":"94:c6:91:11:55:10","internal":false,"cidr":"192.168.17.6/25"}]},"collected_at":"2025-10-05T05:49:25.096Z"}
Flow:
[{"id":"5783782ac991874a","type":"switch","z":"b25fd092.bcc758","name":"Is share available?","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"Sharename","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":2950,"y":1740,"wires":[["b72b4617b122ef85"],["d5289b18c1d4f0a3"]]},{"id":"46ca7d9982268d34","type":"inject","z":"b25fd092.bcc758","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Sharename","payloadType":"str","x":2750,"y":1710,"wires":[["5783782ac991874a"]]},{"id":"63c10611e155f077","type":"inject","z":"b25fd092.bcc758","name":"Something else","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":2760,"y":1770,"wires":[["5783782ac991874a"]]},{"id":"b72b4617b122ef85","type":"debug","z":"b25fd092.bcc758","name":"Available","active":true,"console":"false","complete":"true","x":3160,"y":1710,"wires":[]},{"id":"d5289b18c1d4f0a3","type":"debug","z":"b25fd092.bcc758","name":"Unavailable","active":true,"console":"false","complete":"true","x":3170,"y":1760,"wires":[]}]
Screen shot - cropped.
(Pressing the other inject node gets no output.)
Machine 2:
Details:
Copped screenshot
{"nodered_version":"4.0.9","nodejs_version":"18.20.6","npm_version":"10.8.2","nr_started":"2025-08-26T21:05:39+10:00","hostname":"TimePi","os_pretty":"Raspbian GNU/Linux 10 (buster)","release":"Linux 5.10.103-v7+ arm LE","os_installed":"2022-01-28T13:43:40+11:00","last_reboot":"2025-06-05T21:55:47+10:00","cpu":"ARMv7 Processor rev 4 (v7l)","cores":4,"totalmem":"0.9 GB","freemem":"364 MB","loadAverage":{"load1min":0.17,"load5min":0.07,"load15min":0.09},"networkInterfaces":{"lo":[{"address":"127.0.0.1","netmask":"255.0.0.0","family":"IPv4","mac":"00:00:00:00:00:00","internal":true,"cidr":"127.0.0.1/8"},{"address":"::1","netmask":"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff","family":"IPv6","mac":"00:00:00:00:00:00","internal":true,"cidr":"::1/128","scopeid":0}],"eth0":[{"address":"192.168.17.39","netmask":"255.255.255.0","family":"IPv4","mac":"b8:27:eb:fd:67:4e","internal":false,"cidr":"192.168.17.39/24"},{"address":"fe80::ba27:ebff:fefd:674e","netmask":"ffff:ffff:ffff:ffff::","family":"IPv6","mac":"b8:27:eb:fd:67:4e","internal":false,"cidr":"fe80::ba27:ebff:fefd:674e/64","scopeid":2}],"wlan0":[{"address":"192.168.1.1","netmask":"255.255.255.192","family":"IPv4","mac":"b8:27:eb:a8:32:1b","internal":false,"cidr":"192.168.1.1/26"},{"address":"fe80::1cb4:d0cb:4dbc:3b7e","netmask":"ffff:ffff:ffff:ffff::","family":"IPv6","mac":"b8:27:eb:a8:32:1b","internal":false,"cidr":"fe80::1cb4:d0cb:4dbc:3b7e/64","scopeid":3}]},"collected_at":"2025-10-05T05:55:42.051Z"}
Oh, $&(&$)%(&)$!
On the second machine there is an otherwise
in the switch
node.
So fair enough it has 2
outputs.
But machine 1
's switch
node doesn't have the otherwise
part.