node-red-nodes icon indicating copy to clipboard operation
node-red-nodes copied to clipboard

Extra nodes for Node-RED

Results 155 node-red-nodes issues
Sort by recently updated
recently updated
newest added

### Which node are you reporting an issue on? node-red-node-xmpp ### What are the steps to reproduce? - configure everything - connect to a MUC room with xmpp in and...

note: the bug was found by code review and confirmed by observed behavior, see text below questions and aswers: ### Which node are you reporting an issue on? node-red-node-tail ###...

bug

To help us understand the issue, please fill-in as much of the following information as you can: --> ### Which node are you reporting an issue on? node-red-node-xmpp ### What...

More Info Required

latest nodered version on raspberry pi 4 , also tested with older version of nodered 1.2.9. snmp-get on a single oid works, if i try to add another one separated...

### Which node are you reporting an issue on? `node-red-node-tail` is used in this flow for displaying error messages in a node-red-dashboard ``` [{"id":"e84c1031.b43f2","type":"tail","z":"d14800ce.426d4","name":"","filetype":"text","split":"true","filename":"/var/log/messages","inputs":0,"x":130,"y":1140,"wires":[["15fbcaac.5e0b35"]]},{"id":"15fbcaac.5e0b35","type":"switch","z":"d14800ce.426d4","name":"Filter Errors","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"Error","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":330,"y":1140,"wires":[["34b6985e.3703f","62b4aeaa.115f78"]]},{"id":"34b6985e.3703f","type":"counter","z":"d14800ce.426d4","name":"Count Errors","init":"0","step":"1","lower":"","upper":"","mode":"increment","outputs":2,"x":510,"y":1140,"wires":[["ec3d71c8.81c3c8","990394e1.b136a"],["fdf03a43.c8ac2","59598d5a.a91a9c"]]},{"id":"ec3d71c8.81c3c8","type":"ui_gauge","z":"d14800ce.426d4","name":"CCU Fehler","group":"b2a5740.e3c2f1","order":1,"width":6,"height":4,"gtype":"gage","title":"Anzahl","label":"Fehler","format":"{{value}}","min":0,"max":"500","colors":["#00b500","#e6e600","#ca3838"],"seg1":"125","seg2":"250","x":690,"y":1080,"wires":[]},{"id":"fdf03a43.c8ac2","type":"function","z":"d14800ce.426d4","name":"Rotate Entries","func":"var dashboardLog =...

### Which node are you reporting an issue on? Node-Red-Node-Twitter ### What are the steps to reproduce? - Open an node red project - Install Node-Red-Node-Twitter - Insert a node...

``` Node-RED v2.0.6 $ node -v v14.18.1 $ npm -v 6.14.15 $ npm audit === npm audit security report === found 0 vulnerabilities in 178 scanned packages $ npm install...

upstream

i installe the node-red-node-feedparser 0.2.1 added this feed https://iopscience.iop.org/journal/rss/1538-3881 the output is just a msg : error "Error: Not a feed" ### Which node are you reporting an issue on?...

I have a Pir Sensor, it sends messages to my Telegram, and Pushbullet thru Node-Red ver 2.0.6. When i set a new pushbullet send message node in Node-Red, i test...

### Which node are you reporting an issue on? node-red-node-pi-gpio ### What are the steps to reproduce? Installing Gpio package (debian11): sudo apt-get install python-pip python-dev sudo pip install RPi.GPIO...