1 line
No EOL
30 KiB
JSON
1 line
No EOL
30 KiB
JSON
{"slug": "naimo84--awesome-nodered", "title": "Nodered", "description": "A collection of interesting nodes and resources for Node-RED", "github_url": "https://github.com/naimo84/awesome-nodered", "stars": "351", "tag": "Platforms", "entry_count": 162, "subcategory_count": 15, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Installation", "url": "#installation", "description": ""}, {"name": "Documentation", "url": "#documentation", "description": ""}, {"name": "Nodes", "url": "#nodes", "description": ""}, {"name": "Community", "url": "#community", "description": ""}, {"name": "Running locally", "url": "https://nodered.org/docs/getting-started/local", "description": ""}, {"name": "Running under Docker", "url": "https://github.com/node-red/node-red-docker", "description": "", "stars": "379"}, {"name": "c't-Smart-Home", "url": "https://github.com/ct-Open-Source/ct-Smart-Home", "description": "A ready-to-use setup for home automation maintained by [german computer magazine c't](https://www.ct.de/smarthome).", "stars": "157"}, {"name": "Home Assistant Community Add-on", "url": "https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023", "description": "Starts an instance within Home Assistant and communicates with it."}, {"name": "ioBroker node-red Adapter", "url": "https://github.com/ioBroker/ioBroker.node-red", "description": "Starts an instance within ioBroker and communicates with it.", "stars": "49"}, {"name": "openHAB running on openHABian", "url": "https://www.openhab.org/docs/installation/openhabian.html#optional-components", "description": "Install Node-RED using openhab-config from command line, choose it from \"Optional Components\"."}, {"name": "RedMatic", "url": "https://github.com/rdmtc/RedMatic/wiki/Installation", "description": "Install Node-RED on a CCU3, smart home automation hardware from the manufacturer eQ-3, popular especially in Germany.", "stars": "525"}, {"name": "Getting Started", "url": "https://nodered.org/docs/getting-started/", "description": ""}, {"name": "FAQ", "url": "https://nodered.org/docs/faq/", "description": ""}, {"name": "Tutorials", "url": "https://nodered.org/docs/tutorials/", "description": ""}, {"name": "User Guide", "url": "https://nodered.org/docs/user-guide/", "description": ""}]}, {"name": "Analysis", "parent": "Nodes", "entries": [{"name": "badwords", "url": "https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter", "description": "Analyses the payload and tries to filter out any messages containing bad swear words. This only operates on payloads of type string. Everything else is blocked.", "stars": "860"}, {"name": "wordpos", "url": "https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos", "description": "Analyses the payload and classifies the part-of-speech of each word. The resulting message has msg.pos added with the results. A word may appear in multiple categories (eg, 'great' is both a noun and an adjective).", "stars": "860"}]}, {"name": "Database", "parent": "Nodes", "entries": [{"name": "influxdb", "url": "https://github.com/mblackstock/node-red-contrib-influxdb", "description": "Save and query data from an InfluxDB time series database.", "stars": "56"}, {"name": "mssql-plus", "url": "https://github.com/bestlong/node-red-contrib-mssql-plus", "description": "Execute queries, stored procedures and bulk inserts in Microsoft SQL Server and Azure Databases SQL2000 \\~ SQL2019.", "stars": "21"}, {"name": "stackhero-influxdb-v2", "url": "https://github.com/stackhero-io/node-red-contrib-stackhero-influxdb-v2", "description": "Save and query data from an InfluxDB v2 time series database.", "stars": "28"}, {"name": "stackhero-mysql", "url": "https://github.com/stackhero-io/node-red-contrib-stackhero-mysql", "description": "Connect to a MySQL or a MariaDB database, using TLS (SSL) and compatible with \"Caching SHA2 password\" authentication method (MySQL >= 8).", "stars": "13"}, {"name": "leveldb", "url": "https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb", "description": "Uses LevelDB for a simple key value pair database.", "stars": "860"}, {"name": "mysql", "url": "https://github.com/node-red/node-red-nodes/tree/master/storage/mysql", "description": "Allows basic access to a MySQL database.", "stars": "860"}, {"name": "sqlite", "url": "https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite", "description": "Supports read and write to a local sqlite database.", "stars": "860"}]}, {"name": "Development", "parent": "Nodes", "entries": [{"name": "typescript-starter", "url": "https://github.com/alexk111/node-red-node-typescript-starter", "description": "Quick-start template repository for creating new node sets in TypeScript.", "stars": "66"}]}, {"name": "Function", "parent": "Nodes", "entries": [{"name": "datagenerater", "url": "https://github.com/node-red/node-red-nodes/tree/master/function/datagenerator", "description": "Generate dummy data in various formats, names, addresses, emails, numbers, words, etc.", "stars": "860"}, {"name": "pidcontrol", "url": "https://github.com/node-red/node-red-nodes/tree/master/function/PID", "description": "A PID control node for numeric inputs - provides simple controll loop feedback capability.", "stars": "860"}, {"name": "random", "url": "https://github.com/node-red/node-red-nodes/tree/master/function/random", "description": "Random number generator - can generate integers for x to y - or floats between x and y.", "stars": "860"}, {"name": "rbe", "url": "https://github.com/node-red/node-red-nodes/tree/master/function/rbe", "description": "Provide report by exception and deadband / bandgap capability for simple inputs.", "stars": "860"}, {"name": "smooth", "url": "https://github.com/node-red/node-red-nodes/tree/master/function/smooth", "description": "Provide various functions across several previous values, including max, min, mean, high and low pass filters.", "stars": "860"}]}, {"name": "Hardware", "parent": "Nodes", "entries": [{"name": "arduino", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/Arduino", "description": "Uses firmata protocol to talk to the board.", "stars": "860"}, {"name": "beaglebone", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/BBB", "description": "Nodes for the [Beaglebone Black](https://beagleboard.org/black).", "stars": "860"}, {"name": "blink1", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1", "description": "[Blink1](https://blink1.thingm.com/) USB LED from ThingM.", "stars": "860"}, {"name": "blinkstick", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick", "description": "[BlinkStick](https://www.blinkstick.com/) USB LED device.", "stars": "860"}, {"name": "digirgb", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB", "description": "DigiSpark RGB USB LED.", "stars": "860"}, {"name": "heatmiser", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/heatmiser", "description": "Temperature and frost protection for Heatmiser thermostats.", "stars": "860"}, {"name": "intel-galileo", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/intel", "description": "A collection for the Intel Galileo and Edison.", "stars": "860"}, {"name": "ledborg", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/LEDborg", "description": "[LEDborg](https://www.piborg.org/ledborg) plug on module.", "stars": "860"}, {"name": "makeymakey", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/makey", "description": "Read from a [MakeyMakey](http://www.makeymakey.com/) input device.", "stars": "860"}, {"name": "pi-gpiod", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/pigpiod", "description": "An alternative to the default PI GPIO nodes that allows remote access.", "stars": "860"}, {"name": "pi-mcp3008", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/mcp3008", "description": "Read from MCP300x series Analogue to Digital Converter chips via the SPI bus.", "stars": "860"}, {"name": "pi-neopixel", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/neopixel", "description": "Drive a strip of NeoPixels directly.", "stars": "860"}, {"name": "pi-unicorn-hat", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/unicorn", "description": "Controls a Pimorini Unicorn HAT 8x8 LED display.", "stars": "860"}, {"name": "pibrella", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella", "description": "Controls a [Pibrella](https://pibrella.com/) add-on board.", "stars": "860"}, {"name": "piface", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace", "description": "[PiFace](https://www.piface.org.uk/) interface module.", "stars": "860"}, {"name": "piliter", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/PiLiter", "description": "Controls a Pimorini Pi-LITEr 8 LED add-on board.", "stars": "860"}, {"name": "sensortag", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/sensorTag", "description": "Reads data from the Ti Bluetooth Low Energy SensorTag device.", "stars": "860"}, {"name": "wemo", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/wemo", "description": "Drive a [WeMo](https://www.belkin.com/us/Products/home-automation/c/wemo-home-automation/) socket and switch.", "stars": "860"}, {"name": "scanBLE", "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/scanBLE", "description": "Scans for a particular Bluetooth Low Energy device.", "stars": "860"}]}, {"name": "I/O", "parent": "Nodes", "entries": [{"name": "discovery", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/mdns", "description": "Discovers other Avahi/Bonjour services on the network.", "stars": "860"}, {"name": "emoncms", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/emoncms", "description": "Post to an [Emoncms](https://emoncms.org/) server.", "stars": "860"}, {"name": "noble-bluetooth", "url": "https://github.com/clausbroch/node-red-contrib-noble-bluetooth", "description": "Based on noble for interaction with Bluetooth Low Energy devices.", "stars": "5"}, {"name": "mindconnect", "url": "https://github.com/mindsphere/node-red-contrib-mindconnect", "description": "Upload timeseries, files and events to MindSphere.", "stars": "43"}, {"name": "modbus", "url": "https://github.com/biancoroyal/node-red-contrib-modbus", "description": "All in one Modbus TCP and Serial package.", "stars": "233"}, {"name": "mqlight", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/mqlight", "description": "Adds nodes to send and receive using MQlight.", "stars": "860"}, {"name": "ping", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/ping", "description": "Pings a machine and returns the trip time in mS.", "stars": "860"}, {"name": "s7", "url": "https://github.com/st-one-io/node-red-contrib-s7", "description": "Interact with Siemens S7 PLCs.", "stars": "84"}, {"name": "serialport", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/serialport", "description": "Send messages to and receive messages from a physical serial port.", "stars": "860"}, {"name": "snmp", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/snmp", "description": "SNMP receivers for single OIDs or OID tables.", "stars": "860"}, {"name": "stomp", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/stomp", "description": "Publish and subscribe to and from a [STOMP server](https://stomp.github.io/implementations.html#STOMP_Servers).", "stars": "860"}, {"name": "wol", "url": "https://github.com/node-red/node-red-nodes/tree/master/io/wol", "description": "Sends a Wake-On-LAN magic packet to the mac address specified.", "stars": "860"}, {"name": "xiaomi-ble", "url": "https://github.com/eschava/node-red-contrib-xiaomi-ble", "description": "Single \"Xiaomi BLE\" node that gets all known data from Xiaomi BLE (Bluetooth 4).", "stars": "20"}]}, {"name": "Image processing", "parent": "Nodes", "entries": [{"name": "image-output", "url": "https://github.com/rikukissa/node-red-contrib-image-output", "description": "Simple image output node. Useful for previewing images (of face detecting, object recognition etc.) inside the flow editor.", "stars": "11"}, {"name": "image-tools", "url": "https://flows.nodered.org/node/node-red-contrib-image-tools", "description": "Editing images, building and decoding 2D and 3D barcodes."}]}, {"name": "Parsers", "parent": "Nodes", "entries": [{"name": "base64", "url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/base64", "description": "Converts a payload to/from base64 encoded format.", "stars": "860"}, {"name": "buffer-parser", "url": "https://flows.nodered.org/node/node-red-contrib-buffer-parser", "description": "Converts values to and from buffer/array. Supports Big/Little Endian, BCD, byte swapping and much more."}, {"name": "geohash", "url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/geohash", "description": "Converts a lat, lon payload to/from geohash format.", "stars": "860"}, {"name": "msgpack", "url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/msgpack", "description": "Converts a payload to/from msgpack binary packed format.", "stars": "860"}, {"name": "what3words", "url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/what3words", "description": "Encodes or Decodes a lat, lon position into what3words text format.", "stars": "860"}]}, {"name": "Smarthome", "parent": "Nodes", "entries": [{"name": "alexa-home", "url": "https://github.com/mabunixda/node-red-contrib-alexa-home", "description": "Connect with Alexa just wihtin the local network - no extra cloud stuff is required.", "stars": "30"}, {"name": "alexa-home-skill-v3", "url": "https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3", "description": "Controls things via Alexa and Google Home.", "stars": "15"}, {"name": "alexa-remote2-applestrudel", "url": "https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel", "description": "Interacting with the Alexa API. Emulates routine behaviour, control and query your devices.", "stars": "51"}, {"name": "avr-yamaha", "url": "https://github.com/krauskopf/node-red-contrib-avr-yamaha", "description": "Integrate and control YAMAHA\u2122 audio/video receiver via YNCA protocol.", "stars": "19"}, {"name": "ccu", "url": "https://github.com/rdmtc/node-red-contrib-ccu", "description": "Connect with Homematic, a series of smart home automation hardware from the manufacturer eQ-3, popular especially in Germany.", "stars": "74"}, {"name": "deconz", "url": "https://github.com/deconz-community/node-red-contrib-deconz", "description": "Access Zigbee 3.0 (Z30), Zigbee Home Automation (ZHA) and Zigbee Light Link (ZLL) lights via deCONZ.", "stars": "81"}, {"name": "fritz", "url": "https://github.com/bashgroup/node-red-contrib-fritz", "description": "Provides easy access to your AVM Fritz!Box. Read and write the configuration including the VoIP and Dect configuration.", "stars": "46"}, {"name": "fritzapi", "url": "https://github.com/dnknth/node-red-contrib-fritzapi", "description": "Controls smart home DECT devices and guest wifi through an AVM Fritz!Box.", "stars": "16"}, {"name": "harmony", "url": "https://github.com/Aietes/node-red-contrib-harmony", "description": "Controls devices connected to a Logitech\u2122 Harmony Hub.", "stars": "15"}, {"name": "home-assistant", "url": "https://github.com/AYapejian/node-red-contrib-home-assistant", "description": "Connect with Home Assistant.", "stars": "73"}, {"name": "home-assistant-websocket", "url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket", "description": "Various nodes using websockets to assist in setting up communication with Home Assistant.", "stars": "370"}, {"name": "homebridge-automation", "url": "https://github.com/NorthernMan54/node-red-contrib-homebridge-automation", "description": "Integrate Homebridge Accessories into flows.", "stars": "101"}, {"name": "homee", "url": "https://github.com/stfnhmplr/node-red-contrib-homee", "description": "Access the homee api and create virtual devices for homee.", "stars": "38"}, {"name": "homekit-bridged", "url": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged", "description": "Imitate HomeKit devices.", "stars": "342"}, {"name": "hubitat", "url": "https://github.com/fblackburn1/node-red-contrib-hubitat", "description": "Connect with Hubitat.", "stars": "20"}, {"name": "huemagic", "url": "https://github.com/Foddy/node-red-contrib-huemagic", "description": "Controls Philips Hue bridges, lights, groups, scenes, rules, taps, switches, buttons, motion sensors, temperature sensors and Lux sensors.", "stars": "200"}, {"name": "lgtv", "url": "https://github.com/hobbyquaker/node-red-contrib-lgtv", "description": "Controls LG webOS Smart TVs.", "stars": "56"}, {"name": "loxone", "url": "https://github.com/codmpm/node-red-contrib-loxone", "description": "Connect to the Loxone Miniserver.", "stars": "68"}, {"name": "knx-ultimate", "url": "https://github.com/Supergiovane/node-red-contrib-knx-ultimate", "description": "Controls KNX intallation. With optional ETS group address importer and gateway simulation.", "stars": "108"}, {"name": "openhab3", "url": "https://github.com/jeroenhendricksen/node-red-contrib-openhab3", "description": "Integration of openHAB item states and commands.", "stars": "13"}, {"name": "power-saver", "url": "https://power-saver.smoky.no/", "description": "Automatically save money on variable electricity prices."}, {"name": "smartnora", "url": "https://github.com/andrei-tatar/node-red-contrib-smartnora", "description": "Google smart home Action integration via Smart NORA.", "stars": "93"}, {"name": "sonos-plus", "url": "https://github.com/hklages/node-red-contrib-sonos-plus", "description": "Controls Sonos player in your local network.", "stars": "58"}, {"name": "tado-client", "url": "https://github.com/mattdavis90/node-red-contrib-tado-client", "description": "Connect to the Tado Web API.", "stars": "20"}, {"name": "tahoma", "url": "https://github.com/nikkow/node-red-contrib-tahoma", "description": "Controls a Somfy Tahoma box (Roller shutters, etc.).", "stars": "17"}, {"name": "tasmota", "url": "https://github.com/DaveMDS/node-red-contrib-tasmota", "description": "Tasmota devices integration for building automation.", "stars": "20"}, {"name": "tuya-smart", "url": "https://github.com/hgross/node-red-contrib-tuya-smart", "description": "Interface with smart plugs, bulbs, etc. from tuya.", "stars": "40"}, {"name": "zigbee", "url": "https://github.com/hobbyquaker/node-red-contrib-zigbee", "description": "Controls Zigbee Devices via a CC253x Module.", "stars": "83"}, {"name": "zigbee2mqtt", "url": "https://github.com/andreypopov/node-red-contrib-zigbee2mqtt", "description": "Zigbee2mqtt connectivity.", "stars": "75"}, {"name": "zwave-js", "url": "https://github.com/zwave-js/node-red-contrib-zwave-js", "description": "Integrates Z-Wave node based on Z-Wave JS.", "stars": "41"}]}, {"name": "Social", "parent": "Nodes", "entries": [{"name": "chatbot", "url": "https://github.com/guidone/node-red-contrib-chatbot", "description": "Full featured chat bot for Telegram, Facebook Messenger, Viber, Twilio and Slack.", "stars": "845"}, {"name": "discord-advanced", "url": "https://github.com/Markoudstaal/node-red-contrib-discord-advanced", "description": "Interact with Discord, via Discord.js.", "stars": "33"}, {"name": "dweetio", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/dweetio", "description": "Uses [dweetio](https://dweet.io/) to send/receive messages.", "stars": "860"}, {"name": "email", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/email", "description": "Sends and receives simple emails from services like gmail or smtp or imap servers.", "stars": "860"}, {"name": "feedparser", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/feedparser", "description": "Reads messages from an atom or rss feed.", "stars": "860"}, {"name": "irc", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/irc", "description": "Connect to an IRC server to send and receive messages.", "stars": "860"}, {"name": "notify", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/notify", "description": "Uses [Growl](https://growl.info/) to provide a desktop popup. Only useful on the local Apple machine.", "stars": "860"}, {"name": "prowl", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/prowl", "description": "Uses [Prowl](https://www.prowlapp.com/) to push to an Apple device that has the Prowl app installed.", "stars": "860"}, {"name": "pushbullet", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet", "description": "Uses [PushBullet](https://www.pushbullet.com/) to push an Android device that has the app installed.", "stars": "860"}, {"name": "pusher", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/pusher", "description": "Publish-Subscribe to a [Pusher](https://pusher.com/) channel/event.", "stars": "860"}, {"name": "pushover", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/pushover", "description": "Sends alerts via [Pushover](https://pushover.net/).", "stars": "860"}, {"name": "PushStaq", "url": "https://github.com/pantchox/node-red-contrib-pushstaq", "description": "Send real time alerts using Push Notifications from your Node-Red flows to any device with [PushStaq](https://www.pushstaq.com).", "stars": "0"}, {"name": "slack", "url": "https://github.com/yayadrian/node-red-slack", "description": "Interact with the Slack API.", "stars": "22"}, {"name": "sms77", "url": "https://github.com/sms77io/nodered-contrib-sms77", "description": "Uses [sms77](https://www.sms77.io/) service for SMS, text-to-speech calls and number lookups.", "stars": "0"}, {"name": "telegrambot", "url": "https://github.com/windkh/node-red-contrib-telegrambot", "description": "Contains a receiver and a sender node which act as a Telegram Bot.", "stars": "223"}, {"name": "twilio", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/twilio", "description": "Uses [Twilio](https://www.twilio.com/) service to send/receive text messages.", "stars": "860"}, {"name": "whin", "url": "https://github.com/inUtil-info/node-red-contrib-whin", "description": "Send and receive whatsapps from within a nodered flow.", "stars": "12"}, {"name": "xmpp", "url": "https://github.com/node-red/node-red-nodes/tree/master/social/xmpp", "description": "Connect to an XMPP server to send and receive messages.", "stars": "860"}, {"name": "open-wa (whatsapp)", "url": "https://github.com/open-wa/node-red-contrib-wa-automate", "description": "Efficiently connect to remote instances of your open-wa whatsapp automate servers.", "stars": "13"}]}, {"name": "System", "parent": "Nodes", "entries": [{"name": "aedes", "url": "https://github.com/martin-doyle/node-red-contrib-aedes", "description": "MQTT Broker based on Aedes.", "stars": "51"}, {"name": "dockerode", "url": "https://github.com/naimo84/node-red-contrib-dockerode", "description": "Connect to Docker daemon.", "stars": "20"}, {"name": "os", "url": "https://github.com/Argonne-National-Laboratory/node-red-contrib-os", "description": "Obtain system information.", "stars": "8"}]}, {"name": "Time", "parent": "Nodes", "entries": [{"name": "blindcontroller", "url": "https://github.com/alisdairjsmyth/node-red-contrib-blindcontroller", "description": "Automate the control of household roller blinds based on the current position of the sun.", "stars": "22"}, {"name": "bigtimer", "url": "https://github.com/scargill/node-red-contrib-bigtimer", "description": "Timing node with support for dusk/sunset dawn/sunrise and variations also day/week/month (and special days) control. The node offers outputs suitable for MQTT, speech and databases.", "stars": "0"}, {"name": "cron-plus", "url": "https://flows.nodered.org/node/node-red-contrib-cron-plus", "description": "A flexible scheduler (cron, solar events, simple dates) node with full dynamic control and Timezone support."}, {"name": "suncalc", "url": "https://github.com/node-red/node-red-nodes/tree/master/time/suncalc", "description": "Uses the suncalc module to generate an output at sunrise and sunset based on a specified location.", "stars": "860"}, {"name": "simpletime", "url": "https://github.com/Paul-Reed/node-red-contrib-simpletime", "description": "Adds time and date payloads with various formatting options, which can be retreived and used later in the flow.", "stars": "4"}, {"name": "sun-position", "url": "https://github.com/rdmtc/node-red-contrib-sun-position", "description": "Timer based flow control with dusk, dawn (and variations) and much more. Additional you can get sun and moon position or to control a flow by sun or moon position.", "stars": "85"}, {"name": "timeswitch", "url": "https://github.com/node-red/node-red-nodes/tree/master/time/timeswitch", "description": "Lets the user set simple repeating timers for example for simple heating control, etc.", "stars": "860"}]}, {"name": "Utility", "parent": "Nodes", "entries": [{"name": "actionflows", "url": "https://github.com/Steveorevo/node-red-contrib-actionflows", "description": "Brings easy to use loops and OOP (object oriented programming) features.", "stars": "40"}, {"name": "alarm", "url": "https://github.com/Anamico/node-red-contrib-alarm", "description": "Build your own home alarm system with any number of panels, zones, sensors, triggers and automations.", "stars": "21"}, {"name": "bool-gate", "url": "https://flows.nodered.org/node/node-red-contrib-bool-gate", "description": "Boolean logic gates."}, {"name": "daemon", "url": "https://github.com/node-red/node-red-nodes/tree/master/utility/daemon", "description": "Starts up (calls) a long running system program and pipes STDIN, STDOUT and STDERR to and from that process.", "stars": "860"}, {"name": "exif", "url": "https://github.com/node-red/node-red-nodes/tree/master/utility/exif", "description": "Extracts GPS and other EXIF information from a passed in jpeg image.", "stars": "860"}, {"name": "german-holidays", "url": "https://github.com/rdmtc/node-red-contrib-german-holidays", "description": "Getting german holidays or information if today/tomorrow is a holiday.", "stars": "11"}, {"name": "ical-events", "url": "https://github.com/naimo84/node-red-contrib-ical-events", "description": "Get events from an ical-URL, a caldav-server or from iCloud via [kalender-events (\u2b5013)](https://github.com/naimo84/kalender-events).", "stars": "41"}, {"name": "interval-length", "url": "https://github.com/bartbutenaers/node-red-contrib-interval-length", "description": "Measure the (time) interval length between successive messages.", "stars": "4"}, {"name": "moment", "url": "https://github.com/totallyinformation/node-red-contrib-moment", "description": "Produces a nicely formatted Date/Time string using the Moment.js library.", "stars": "32"}, {"name": "owntracks", "url": "https://github.com/hardillb/node-red-contrib-owntracks", "description": "Converts Owntrack Messages into standard geo message and deals with encrypted locations.", "stars": "8"}, {"name": "persist", "url": "https://github.com/DeanCording/node-red-contrib-persist", "description": "Persist data over Node-RED restarts and deploys.", "stars": "14"}, {"name": "self-healing", "url": "https://github.com/jpdias/node-red-contrib-self-healing", "description": "Making Node-RED more resilient by adding self-healing capabilities.", "stars": "31"}, {"name": "state-machine", "url": "https://github.com/DeanCording/node-red-contrib-state-machine", "description": "Wraps around the JavaScript State Machine to implement a finite state machine.", "stars": "16"}, {"name": "string", "url": "https://github.com/steveorevo/node-red-contrib-string", "description": "Provides native and extended chainable JavaScript string parsing and manipulation methods.", "stars": "19"}, {"name": "twc-weather", "url": "https://github.com/johnwalicki/node-red-contrib-twc-weather", "description": "The Weather Company and Weather Underground Personal Weather Station APIs.", "stars": "9"}, {"name": "users", "url": "https://github.com/SenseTecnic/node-red-contrib-users", "description": "Quickly build a very simple user access control for HTTP-based flows.", "stars": "14"}, {"name": "watson", "url": "https://github.com/watson-developer-cloud/node-red-node-watson", "description": "Interact with the IBM Watson services in IBM Cloud.", "stars": "79"}]}, {"name": "UI", "parent": "Nodes", "entries": [{"name": "browser-utils", "url": "https://github.com/ibm-early-programs/node-red-contrib-browser-utils", "description": "Add browser functionality such as file upload, camera & microphone.", "stars": "15"}, {"name": "node-red-dashboard", "url": "https://github.com/node-red/node-red-dashboard", "description": "Create a live data dashboard.", "stars": "1.2k"}, {"name": "flow-manager", "url": "https://flows.nodered.org/node/node-red-contrib-flow-manager", "description": "Separates flow json to multiple files."}, {"name": "iglass", "url": "https://www.npmjs.com/package/iglass-nodes", "description": "Interaction with [iGlass Automation](https://iglass.international) blocks."}, {"name": "uibuilder", "url": "https://github.com/TotallyInformation/node-red-contrib-uibuilder", "description": "Create dynamic web interfaces using any (or no) front end libraries for convenience.", "stars": "345"}, {"name": "web-worldmap", "url": "https://github.com/dceejay/RedMap", "description": "Provide a world map web page for plotting \"things\" on.", "stars": "88"}, {"name": "HomeAssistant Forum", "url": "https://community.home-assistant.io/c/third-party/node-red/31", "description": ""}, {"name": "Node-RED Forum", "url": "https://discourse.nodered.org/", "description": ""}, {"name": "Node-RED Blog", "url": "https://nodered.org/blog/", "description": ""}, {"name": "Node-RED User Group Japan", "url": "https://nodered.jp/", "description": ""}, {"name": "Reddit", "url": "https://www.reddit.com/r/nodered/", "description": ""}, {"name": "Redmatic Forum", "url": "https://homematic-forum.de/forum/viewforum.php?f=77", "description": ""}, {"name": "Slack", "url": "https://nodered.org/about/community/slack", "description": ""}, {"name": "Stack Overflow", "url": "https://stackoverflow.com/questions/tagged/node-red", "description": ""}, {"name": "Steves Node-RED Guide", "url": "https://stevesnoderedguide.com/", "description": ""}, {"name": "Twitter", "url": "https://twitter.com/NodeRED", "description": ""}, {"name": "YouTube", "url": "https://www.youtube.com/channel/UCQaB8NXBEPod7Ab8PPCLLAA", "description": ""}]}], "name": ""} |