Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Node-RED !Awesome (https://awesome.re/badge.svg) (https://awesome.re) 
 Awesome Node-RED !Awesome (https://awesome.re/badge.svg) (https://awesome.re) 
▐ Curated list of useful resources for Node-RED.
@@ -34,7 +34,8 @@
- c't-Smart-Home (https://github.com/ct-Open-Source/ct-Smart-Home) - A ready-to-use setup for home automation maintained by german computer magazine c't (https://www.ct.de/smarthome).
- Home Assistant Community Add-on (https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023) - Starts an instance within Home Assistant and communicates with it.
- ioBroker node-red Adapter (https://github.com/ioBroker/ioBroker.node-red) - Starts an instance within ioBroker and communicates with it.
- openHAB running on openHABian (https://www.openhab.org/docs/installation/openhabian.html#optional-components) - Install Node-RED using openhab-config from command line, choose it from "Optional Components".
- openHAB running on openHABian (https://www.openhab.org/docs/installation/openhabian.html#optional-components) - Install Node-RED using openhab-config from command line, choose it from 
"Optional Components".
- RedMatic (https://github.com/rdmtc/RedMatic/wiki/Installation) - Install Node-RED on a CCU3, smart home automation hardware from the manufacturer eQ-3, popular especially in Germany.
Documentation
@@ -47,18 +48,18 @@
Analysis
- badwords (https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter) - 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.
- wordpos (https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos) - 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).
- badwords (https://github.com/node-red/node-red-nodes/tree/master/analysis/swearfilter) - 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.
- wordpos (https://github.com/node-red/node-red-nodes/tree/master/analysis/wordpos) - 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).
Database
- influxdb (https://github.com/mblackstock/node-red-contrib-influxdb) - Save and query data from an InfluxDB time series database.
- mssql-plus (https://github.com/bestlong/node-red-contrib-mssql-plus) - Execute queries, stored procedures and bulk inserts in Microsoft SQL Server and Azure Databases SQL2000 ~ SQL2019.
- stackhero-influxdb-v2 (https://github.com/stackhero-io/node-red-contrib-stackhero-influxdb-v2) - Save and query data from an InfluxDB v2 time series database.
- stackhero-mysql (https://github.com/stackhero-io/node-red-contrib-stackhero-mysql) - Connect to a MySQL or a MariaDB database, using TLS (SSL) and compatible with "Caching SHA2 password" authentication method 
(MySQL >= 8).
- stackhero-mysql (https://github.com/stackhero-io/node-red-contrib-stackhero-mysql) - Connect to a MySQL or a MariaDB database, using TLS (SSL) and compatible with "Caching SHA2 password" 
authentication method (MySQL >= 8).
- leveldb (https://github.com/node-red/node-red-nodes/tree/master/storage/leveldb) - Uses LevelDB for a simple key value pair database.
- mysql (https://github.com/node-red/node-red-nodes/tree/master/storage/mysql) - Allows basic access to a MySQL database. 
- sqlite (https://github.com/node-red/node-red-nodes/tree/master/storage/sqlite) - Supports read and write to a local sqlite database.
@@ -73,7 +74,8 @@
- pidcontrol (https://github.com/node-red/node-red-nodes/tree/master/function/PID) - A PID control node for numeric inputs - provides simple controll loop feedback capability.
- random (https://github.com/node-red/node-red-nodes/tree/master/function/random) - Random number generator - can generate integers for x to y - or floats between x and y.
- rbe (https://github.com/node-red/node-red-nodes/tree/master/function/rbe) - Provide report by exception and deadband / bandgap capability for simple inputs.
- smooth (https://github.com/node-red/node-red-nodes/tree/master/function/smooth) - Provide various functions across several previous values, including max, min, mean, high and low pass filters.
- smooth (https://github.com/node-red/node-red-nodes/tree/master/function/smooth) - Provide various functions across several previous values, including max, min, mean, high and low pass 
filters.
Hardware
@@ -115,7 +117,8 @@
Image processing
- image-output (https://github.com/rikukissa/node-red-contrib-image-output) - Simple image output node. Useful for previewing images (of face detecting, object recognition etc.) inside the flow editor.
- image-output (https://github.com/rikukissa/node-red-contrib-image-output) - Simple image output node. Useful for previewing images (of face detecting, object recognition etc.) inside the 
flow editor.
- image-tools (https://flows.nodered.org/node/node-red-contrib-image-tools) - Editing images, building and decoding 2D and 3D barcodes.
Parsers
@@ -132,7 +135,8 @@
- alexa-home-skill-v3 (https://github.com/coldfire84/node-red-contrib-alexa-home-skill-v3) - Controls things via Alexa and Google Home.
- **alexa-home-skill-v3-web** (https://github.com/coldfire84/node-red-alexa-home-skill-v3-web) - Web Service for Alexa and Google Home. 
- **alexa-home-skill-v3-lambda** (https://github.com/coldfire84/node-red-alexa-home-skill-v3-lambda) - Lambda function for node-red-alexa-home-skill-v3-web.
- alexa-remote2-applestrudel (https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel) - Interacting with the Alexa API. Emulates routine behaviour, control and query your devices.
- alexa-remote2-applestrudel (https://github.com/bbindreiter/node-red-contrib-alexa-remote2-applestrudel) - Interacting with the Alexa API. Emulates routine behaviour, control and query your 
devices.
- avr-yamaha (https://github.com/krauskopf/node-red-contrib-avr-yamaha) - Integrate and control YAMAHA™ audio/video receiver via YNCA protocol.
- ccu (https://github.com/rdmtc/node-red-contrib-ccu) - Connect with Homematic, a series of smart home automation hardware from the manufacturer eQ-3, popular especially in Germany.
- deconz (https://github.com/deconz-community/node-red-contrib-deconz) - Access Zigbee 3.0 (Z30), Zigbee Home Automation (ZHA) and Zigbee Light Link (ZLL) lights via deCONZ.
@@ -145,7 +149,8 @@
- homee (https://github.com/stfnhmplr/node-red-contrib-homee) - Access the homee api and create virtual devices for homee.
- homekit-bridged (https://github.com/NRCHKB/node-red-contrib-homekit-bridged) - Imitate HomeKit devices.
- hubitat (https://github.com/fblackburn1/node-red-contrib-hubitat) - Connect with Hubitat.
- huemagic (https://github.com/Foddy/node-red-contrib-huemagic) - Controls Philips Hue bridges, lights, groups, scenes, rules, taps, switches, buttons, motion sensors, temperature sensors and Lux sensors.
- huemagic (https://github.com/Foddy/node-red-contrib-huemagic) - Controls Philips Hue bridges, lights, groups, scenes, rules, taps, switches, buttons, motion sensors, temperature sensors and
Lux sensors.
- lgtv (https://github.com/hobbyquaker/node-red-contrib-lgtv) - Controls LG webOS Smart TVs.
- loxone (https://github.com/codmpm/node-red-contrib-loxone) - Connect to the Loxone Miniserver.
- knx-ultimate (https://github.com/Supergiovane/node-red-contrib-knx-ultimate) - Controls KNX intallation. With optional ETS group address importer and gateway simulation. 
@@ -174,7 +179,8 @@
- pushbullet (https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet) - Uses PushBullet (https://www.pushbullet.com/) to push an Android device that has the app installed.
- pusher (https://github.com/node-red/node-red-nodes/tree/master/social/pusher) - Publish-Subscribe to a Pusher (https://pusher.com/) channel/event.
- pushover (https://github.com/node-red/node-red-nodes/tree/master/social/pushover) - Sends alerts via Pushover (https://pushover.net/).
- PushStaq (https://github.com/pantchox/node-red-contrib-pushstaq) - Send real time alerts using Push Notifications from your Node-Red flows to any device with PushStaq (https://www.pushstaq.com).
- PushStaq (https://github.com/pantchox/node-red-contrib-pushstaq) - Send real time alerts using Push Notifications from your Node-Red flows to any device with PushStaq 
(https://www.pushstaq.com).
- slack (https://github.com/yayadrian/node-red-slack) - Interact with the Slack API.
- sms77 (https://github.com/sms77io/nodered-contrib-sms77) - Uses sms77 (https://www.sms77.io/) service for SMS, text-to-speech calls and number lookups.
- telegrambot (https://github.com/windkh/node-red-contrib-telegrambot) - Contains a receiver and a sender node which act as a Telegram Bot.
@@ -192,13 +198,13 @@
Time
- blindcontroller (https://github.com/alisdairjsmyth/node-red-contrib-blindcontroller) - Automate the control of household roller blinds based on the current position of the sun.
- bigtimer (https://github.com/scargill/node-red-contrib-bigtimer) - 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.
- bigtimer (https://github.com/scargill/node-red-contrib-bigtimer) - 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.
- cron-plus (https://flows.nodered.org/node/node-red-contrib-cron-plus) - A flexible scheduler (cron, solar events, simple dates) node with full dynamic control and Timezone support.
- suncalc (https://github.com/node-red/node-red-nodes/tree/master/time/suncalc) - Uses the suncalc module to generate an output at sunrise and sunset based on a specified location. 
- simpletime (https://github.com/Paul-Reed/node-red-contrib-simpletime) - Adds time and date payloads with various formatting options, which can be retreived and used later in the flow.
- sun-position (https://github.com/rdmtc/node-red-contrib-sun-position) - 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.
- sun-position (https://github.com/rdmtc/node-red-contrib-sun-position) - 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.
- timeswitch (https://github.com/node-red/node-red-nodes/tree/master/time/timeswitch) - Lets the user set simple repeating timers for example for simple heating control, etc.
Utility
@@ -206,10 +212,11 @@
- actionflows (https://github.com/Steveorevo/node-red-contrib-actionflows) - Brings easy to use loops and OOP (object oriented programming) features.
- alarm (https://github.com/Anamico/node-red-contrib-alarm) - Build your own home alarm system with any number of panels, zones, sensors, triggers and automations.
- bool-gate (https://flows.nodered.org/node/node-red-contrib-bool-gate) - Boolean logic gates.
- daemon (https://github.com/node-red/node-red-nodes/tree/master/utility/daemon) - Starts up (calls) a long running system program and pipes STDIN, STDOUT and STDERR to and from that process. 
- daemon (https://github.com/node-red/node-red-nodes/tree/master/utility/daemon) - Starts up (calls) a long running system program and pipes STDIN, STDOUT and STDERR to and from that process.
- exif (https://github.com/node-red/node-red-nodes/tree/master/utility/exif) - Extracts GPS and other EXIF information from a passed in jpeg image.
- german-holidays (https://github.com/rdmtc/node-red-contrib-german-holidays) - Getting german holidays or information if today/tomorrow is a holiday.
- ical-events (https://github.com/naimo84/node-red-contrib-ical-events) - Get events from an ical-URL, a caldav-server or from iCloud via kalender-events (https://github.com/naimo84/kalender-events).
- ical-events (https://github.com/naimo84/node-red-contrib-ical-events) - Get events from an ical-URL, a caldav-server or from iCloud via kalender-events 
(https://github.com/naimo84/kalender-events).
- interval-length (https://github.com/bartbutenaers/node-red-contrib-interval-length) - Measure the (time) interval length between successive messages.
- moment (https://github.com/totallyinformation/node-red-contrib-moment) - Produces a nicely formatted Date/Time string using the Moment.js library. 
- owntracks (https://github.com/hardillb/node-red-contrib-owntracks) - Converts Owntrack Messages into standard geo message and deals with encrypted locations.